:root {
    --brand-color: #008b8b;
    --price-color: #e4393c;
    --text-main: #1a202c;
    --text-muted: #718096;
    --border-color: #edf2f7;
    --container-w: 1200px;
}

.fp-main{min-height: calc(100vh - 397px);margin:20px auto 20vh;}
.mt-20{margin-top:20px;}
.mt-10{margin-top:10px;}
.mt-5{margin-top:5px;}
.mt-15{margin-top:15px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
/*顶部提示*/
.fz-tip-section{color:#999;background:#f2f2f2}
.tip-section{margin:0 auto;display:flex;justify-content:space-between;    line-height: 40px;font-size: 12px;}
.tip-breadcrumb-section{display: flex;align-items: center;gap: 6px;}
.tip-breadcrumb a{color: #999;}
.tip-breadcrumb .iconfont{font-size: 12px;}
.tip-breadcrumb .current-page{max-width:400px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}


.fp-section.info-container{
    display: flex;
    gap: 30px;
}
/*轮播*/
.fz-gallery{width:450px;flex-shrink:0;min-width:0}
.fz-gallery .viewer-box{width:100%;height:400px;overflow:hidden;background:#000;border:1px solid var(--border-color);border-radius:8px;position:relative}
.fz-gallery .viewer-box .swiper-slide{display:flex;align-items:center;justify-content:center;}
.fz-gallery .vr-container{border: 0;display: block;}
.fz-gallery .viewer-box img,
.fz-gallery .viewer-box video{width:100%;height:100%;object-fit:cover;border: 0;display: block;}
.fz-gallery .thumbs-box{width:100%;height:80px;margin-top:15px;overflow:hidden}
.fz-gallery .thumbs-box .swiper-slide{height:100%;box-sizing:border-box}
.fz-gallery .thumb-wrap{position:relative;width:100%;height:100%;opacity:.5;cursor:pointer;border-radius:4px;overflow:hidden;border:2px solid transparent;transition:all .3s ease;background:#f0f0f0}
.fz-gallery .thumb-wrap img{width:100%;height:100%;object-fit:cover}
.fz-gallery .swiper-slide-thumb-active .thumb-wrap{opacity:1;border-color:var(--brand-color)}
.fz-gallery .video-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;background:rgba(0,0,0,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2}
.fz-gallery .video-play-icon i{font-size:18px;text-shadow:0 2px 4px rgba(0,0,0,.5)}
.fz-gallery .swiper-button-next,.fz-gallery .swiper-button-prev{--swiper-navigation-size:28px;color:#fff;text-shadow:0 0 4px rgba(0,0,0,.5)}
.fz-gallery .swiper-button-next:after,.fz-gallery .swiper-button-prev:after{font-weight:700}
.video-container{width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center}


/*信息区域*/
.fz-info-section{font-size: 14px;flex: 1;}
.fz-title{font-size:24px;line-height:1.5;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,sans-serif;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.info-container .meta-section{display: flex;gap: 14px;font-size: 12px;color: #999;margin: 10px 0;}
.info-container .meta-section .item{position: relative;}
.info-container .meta-section .item:not(:first-child):before{content: "";position: absolute;left: -7px;top: 50%;transform: translateY(-50%);background: #999;width: 1px;height:60%;}
/*价格*/
.info-container .price-section{background:linear-gradient(to right,#fdf2f2,#fff);padding:16px 20px;border-left:4px solid var(--price-color);border-radius:4px;margin-bottom:20px}
.info-container .price-section .label{color:#718096}
.info-container .price-section .value{color:var(--price-color);font-size:30px;font-weight:700;line-height:1.8}
.info-container .price-section .unit{font-size:18px}
/*网格参数*/
.fz-params{line-height:2;margin:10px 0 20px}
.fz-params .fz-row{display:flex}
.fz-params .fz-col{flex:1;display:flex;gap:10px}
.fz-params .fz-col .label{color:#999;width:60px}


/*发布人信息*/
.publish-section{margin-top:auto;border:1px solid #dfe2e6;background:#fcfdfe;padding:25px;display:flex;align-items:center;justify-content:space-between;gap:60px;position: relative;}
.publish-section::before {content: '';position: absolute;top: 0;left: 0;width: 52px;height: 52px;background: linear-gradient(135deg, #ff9800 50%, transparent 50%);z-index: 1;}
.publish-section.state1::before{ background: linear-gradient(135deg, #ff9800 50%, transparent 50%);}
.publish-section.state2::before{ background: linear-gradient(135deg, #008b8b 50%, transparent 50%);}
.publish-section.state3::before{ background: linear-gradient(135deg, #e4393c 50%, transparent 50%);}
.publish-badge {position: absolute;top: 10px;left: -2px;z-index: 2;color: #fff;transform: rotate(-45deg);transform-origin: center;font-size: 10px;}

.publish-section .publisher-info{display:flex;align-items:center;gap:12px;flex:1;position:relative}
.publish-section .publisher-info:before{content:"";right:-30px;top:0;width:2px;height:100%;position:absolute;background:#dfe2e6;z-index:1;transform:translateX(50%)}
.publish-section .publisher-avatar{width:56px;height:56px;border-radius:50%;border:1px solid #eee;background:#fff;}
.publish-section .publisher-name{font-size:17px;font-weight:700;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;display:-webkit-box;overflow:hidden;margin-bottom:8px}
.publish-section .number-section{width:50%;flex-shrink:0;display:flex;align-items:flex-end;justify-content:space-between}
.publish-section .number-section .chat-btn-wrapper{cursor: pointer;}
.publish-section .phone-section{flex:1.2;cursor: pointer;}
.publish-count{
    background: #2196f3;
    line-height: 1.6;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    display: inline-block;
    padding: 2px 8px;
}
.publish-section .phone-header{color:var(--brand-color);font-size:13px;margin-bottom:10px}
.publish-section .phone-number{font-size:32px;color:#222;line-height:1}
.publish-section .show-number{background:#ff9800;line-height:1.6;cursor:pointer;color:#fff;border-radius:4px;font-size:12px;display:inline-block;padding:4px 8px}

/*提醒*/
.fz-info-section .fz-tips{padding:12px 15px;border-radius:8px;display:flex;gap:10px;align-items:flex-start;margin-top:15px}
.fz-info-section .fz-tips .n-icon{flex-shrink:0;font-size:20px}
.fz-info-section .fz-tips .text{font-size:13px;line-height:1.6}
.fz-info-section .fz-tips b{text-decoration:none;font-weight:800}
.fz-info-section .msg-type1{background:#fffbe6;border:1px solid #ff9800}
.fz-info-section .msg-type1 .n-icon,.fz-info-section .msg-type1 .text,.fz-info-section .msg-type1 b{color:#ff9800}
.fz-info-section .msg-type2{background:#f0fff4;border:1px solid #c6f6d5}
.fz-info-section .msg-type2 .n-icon,.fz-info-section .msg-type2 .text,.fz-info-section .msg-type2 b{color:#2f855a}
.fz-info-section .msg-type3{background:#f0f7ff;border:1px solid #d1e9ff}
.fz-info-section .msg-type3 .n-icon,.fz-info-section .msg-type3 .text,.fz-info-section .msg-type3 b{color:#2b579a}


/*操作按钮*/
.button-section{margin-top: 20px;}


/*@media screen and (min-width: 1921px) {*/
/*    .main {*/
/*        width: 1440px;*/
/*    }*/
/*    .fz-gallery{*/
/*        width: 540px;*/
/*    }*/
/*    .fz-gallery .viewer-box{*/
/*        height: 480px;*/
/*    }*/
/*}*/
.tip-container{margin-top: 20px;}

/*提示+交易流程*/
.tip-top{background: #fffae7;color: #d9500b;font-size: 12px;padding: 10px;}
.tip-top>span{font-weight: bold;}
.fp-container{display:flex;align-items:center;gap:20px;height:80px;background:#f2f2f2;padding:10px;color: #606266;}
.fp-container .label{flex:0 0 100px;text-align:center}
.fp-container .fp-section{display:flex;flex:1;font-size:13px}
.fp-container .fp-section .item{flex:1;display:flex;flex-flow:column;align-items:center;gap:6px;cursor:pointer;justify-content:center;color:#606266}
.fp-container .fp-section .item.tp i{font-size:26px; color: #FF5722;background: #FF572210;border-radius: 50%;padding: 8px;}
.fp-container .fp-section .od i{font-size:24px;color:#99999940}

/* 固定菜单 + 56px 高 */
.fp-section .fz-sticky{position:sticky;top:0;z-index:999;height:48px;}
.fp-section .fz-info-menu{display:flex;height:100%;list-style:none;background:#f5f5f5}
.fp-section .fz-info-menu li{width:120px}
.fp-section .fz-info-menu li:last-child{margin-left: auto;}
.fp-section .fz-info-menu li:not(:last-child).active a,.fz-info-menu li:not(:last-child):hover a{color:#ffffff;background: var(--primary-actice);}
.fp-section .fz-info-menu a{display:block;line-height:48px;color:#333;text-decoration:none;text-align:center}
.fp-section .fz-info-menu a:hover{background:#f5f5f5}
.fp-section .fz-block{scroll-margin-top:48px;padding: 10px;padding-top: 40px;}
.fp-section .fz-block .description{min-height:40px;}
.fp-section .fz-block .h3{padding-left: 20px;position: relative;font-size: 22px;}
.fp-section .fz-block .h3:before{content: '';background: var(--primary-actice);height: 80%;width:3px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.fp-section .fz-block .description{margin: 10px 0;}
.fp-section .fz-block .description.body{line-height: 1.8;font-size: 14px;}
.fp-section .fz-block .statement{line-height: 1.8;margin-top: 20px;}
.fp-section .fz-block .statement .warning{color:#d32f2f;}
.fp-section .fz-block .statement .p{margin-bottom: 10px;}
/*项目资料*/


/*标的信息附件-------------------*/
.file-section .label{margin-bottom: 5px;}
.file-section .file-list{display: flex;flex-flow: column;line-height: 2;}
.file-section .file-list a{text-decoration: none;color: rgb(83, 168, 255)}
/*切割线*/
.target-item:not(:last-child){padding-bottom: 40px;}
.target-item .divider-text{display:flex;align-items:center;justify-content:center;gap:20px;font-size:18px}
.target-item .divider-text::after,.target-item .divider-text::before{content:'';height:1px;background:#e5e5e5;width:20%}

/*标的信息*/
.target-info .tz-row{display: flex;gap: 20px;}
.target-info .tz-row:not(:last-child){margin-bottom: 10px;}
.target-info .tz-col{flex:1;display: flex;font-size: 13px;line-height: 2;align-items: center;}
.target-info .tz-col .label{flex:0 0 90px;color: #999;}
.target-info .tz-col .value{flex:1;}

/*媒体信息*/
.attachment-list{display:flex;flex-wrap: wrap;gap:20px;margin-top:20px}
.attachment-list .image{width:520px;height:320px;background:#000;border-radius:8px;overflow:hidden;object-fit: cover;}
.attachment-list img,.attachment-list video{width:520px;max-height:320px;height: 100%;background: #222;border-radius: 4px;object-fit: cover;}

/*标的信息附件-------------------*/


/*保证金协议*/
.agreement-wrapper{font-size: 14px;}
.agreement-wrapper h2{font-size: 18px;}
.agreement-wrapper h3{font-size: 15px;}


/*交易流程*/
.transaction-process{background:linear-gradient(135deg,#fff 0,#f8fafc 100%);border-radius:4px;padding:32px;margin-bottom:32px;border:1px solid #e2e8f0}
.process-header{text-align:center;margin-bottom:36px;position:relative}
.process-header::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:2px}
.process-header h2{font-size:26px;font-weight:700;margin-bottom:10px;color:#1e293b}
.process-header p{color:#64748b;font-size:15px}
.process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;position:relative;padding-top:10px}
.process-steps::before{content:'';position:absolute;top:42px;left:8%;right:8%;height:3px;background:linear-gradient(90deg,#2563eb,#3b82f6,#2563eb);border-radius:2px;opacity:.3}
.process-step{text-align:center;position:relative;z-index:1;padding:20px 10px;border-radius:12px;transition:all .3s ease;cursor:pointer;}
.process-step:hover{background:rgba(37,99,235,.03);}
.step-icon{width:70px;height:70px;margin:0 auto 18px;background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);border:2px solid #2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;color:#2563eb;transition:all .3s ease;position:relative;box-shadow:0 4px 12px rgba(37,99,235,.15)}
.process-step:hover .step-icon{background:linear-gradient(135deg,#2563eb 0,#1d4ed8 100%);color:#fff;transform:translateY(-5px) scale(1.1);box-shadow:0 8px 24px rgba(37,99,235,.35);border-color:transparent}
.step-icon .iconfont{font-size: 32px;}
.step-number{position:absolute;top:-4px;right:calc(50% - 46px);width:24px;height:24px;background:linear-gradient(135deg,#2563eb 0,#1d4ed8 100%);color:#fff;border-radius:50%;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(37,99,235,.3)}
.step-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#1e293b}
.process-step:hover .step-title{color:#2563eb;}
.step-desc{font-size:13px;color:#64748b;line-height:1.6}


/*加盟代理*/
.guide-section{display:flex;justify-content:center;gap:20px;background-color:#fff;font-family:"Microsoft YaHei",sans-serif}
.guide-section .guide-card{flex:1;border:1px solid #eee;padding:45px 20px;text-align:center;transition:all .3s ease;background:#fff;cursor:pointer;border-radius: 4px;}
.guide-section .guide-card:hover{border-color:var(--primary-actice);}
.guide-section .guide-card:hover .action-link{text-decoration:underline}
.guide-section .img-box{width:80px;height:80px;margin: 0 auto;}
.guide-section .img-box img{width: 100%;height: 100%;}
.guide-section .title2{font-size:16px;color:#333;margin:0 0 10px 0;font-weight:400}
.guide-section .subtitle{font-size:13px;color:#999;margin:0 0 25px 0}
.guide-section .action-link{color:#2b7bdb;text-decoration:none;font-size:14px;display:inline-flex;align-items:center;font-weight:500}

.guide-section .arrow{margin-left:5px;font-size:16px;font-weight:700}
.guide-section svg{width:26px;height:26px;fill:currentColor}


#qrcode{display:flex;align-items:center;justify-content:center}
.check-item{display:inline-flex;align-items:center;vertical-align:middle;font-size:13px;font-weight:500;padding:4px 10px;border-radius:4px;position:relative;top:-2px;box-shadow:0 2px 4px rgba(0,0,0,.05);color:#fff}
.check-item.phone{background:rgba(66,165,245,.9)}
.check-item.video{background:rgba(102,187,106,.9)}
.check-item.phone-video{background:rgba(255,87,34,.9)}

/*投诉*/
.complaint-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;width:100%}
.complaint-grid .el-radio{margin:0!important;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s;border-color:#ebf0f5;background:#fafafa}
.complaint-grid .el-radio .el-radio__input { display: none; }
.complaint-grid .el-radio .el-radio__label { padding: 0; font-size: 14px; }
