.zc-main{
    background: #F8F8F8;
}
.zc-main .zc-top{
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
}
.zc-main .zc-top .zc-box{
    width: 1200px;
    margin: 0 auto;
}
.zc-nav{
    display: flex;
    align-items: center;
    height: 60px;
}
.zc-nav-item{
    font-size: 15px;
    color: #333;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 20px;
    margin-right: 5px;
    white-space: nowrap;
}
.zc-nav-item:hover{
    color: #0054E1;
}
.zc-nav-item.active{
    background: #0054E1;
    color: #fff;
}
.zc-map-link{
    margin-left: auto;
    margin-right: 15px;
    color: #0054E1 !important;
    font-weight: bold;
}
.zc-search{
    margin-left: 0;
}
.zc-search form{
    display: flex;
    align-items: center;
    border: 2px solid #0054E1;
    border-radius: 25px;
    overflow: hidden;
}
.zc-search input{
    border: none;
    outline: none;
    padding: 8px 16px;
    font-size: 14px;
    width: 180px;
    color: #333;
}
.zc-search input::placeholder{
    color: #aaa;
}
.zc-search button{
    background: #0054E1;
    color: #fff;
    border: none;
    padding: 8px 22px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
}
.zc-search button:hover{
    background: #003cb3;
}
.zc-tj{
    width: 1200px;
    margin: 20px auto;
    display: flex;
    gap: 20px;
}
.zc-tj-left,.zc-tj-right{
    flex: 1;
    background: #fff;
    border-radius: 12px;
    background: linear-gradient( 180deg, #EBF4FF 0%, #FFFFFF 100%);
    padding: 20px;
    /*box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);*/
}
.zc-tj-left h3,.zc-tj-right h3{
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}
.zc-tj-cards{
    display: flex;
    gap: 0;
    padding: 20px 0;
}
.zc-tj-card{
    flex: 1;
    text-align: center;
    border-right: 1px solid #f0f0f0;
}
.zc-tj-card:last-child{
    border-right: none;
}
.zc-tj-label{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.zc-tj-num{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}
.zc-tj-compare{
    font-size: 14px;
}
.zc-tj-compare.up{
    color: #ff4d4f;
}
.zc-tj-compare.down{
    color: #0054E1;
}
.zc-tj-compare .msg{
    color: #666666;
}
.zc-tj-chart{
    display: flex;
    align-items: center;
    gap: 30px;
}
.zc-pie{
    width: 140px;
    height: 140px;
}

.zc-bar-chart{
    flex: 1;
}
.zc-bar-list{
    height: 140px;
}
.zc-bar-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zc-bar-value{
    font-size: 12px;
    color: #333;
    margin-bottom: 4px;
}
.zc-bar{
    width: 28px;
    min-height: 2px;
    background: linear-gradient(to top, #52c41a, #ffd700);
    border-radius: 2px 2px 0 0;
}
.zc-bar-name{
    font-size: 11px;
    color: #999;
    margin-top: 6px;
    white-space: nowrap;
}
.zc-xz{
    background: #fff;
    padding: 15px 0;
    width: 1200px;
    margin: 20px auto;
}
.zc-xz-box{
    padding: 15px 20px;
}
.zc-filter-row{
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.zc-filter-row:last-child{
    margin-bottom: 0;
}
.zc-filter-label{
    font-size: 14px;
    color: #666;
    width: 80px;
    flex-shrink: 0;
    line-height: 30px;
}
.zc-filter-options{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex: 1;
}
.zc-filter-item{
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 4px;
    margin-right: 8px;
    line-height: 20px;
}
.zc-filter-item:hover{
    color: #0054E1;
}
.zc-filter-item.active{
    background: #0054E1;
    color: #fff;
}
.zc-ul-list{
    width: 1200px;
    margin: 0 auto;
}
.zc-ul-list .asset-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.zc-ul-list .asset-item {
    width: calc(25% - 15px);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.zc-ul-list .asset-item:hover{
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
}
.zc-ul-list .asset-item .thumb {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.zc-ul-list .asset-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zc-ul-list .asset-item .thumb .tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #0054E1;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.zc-ul-list .asset-item .thumb .tags {
    background: #FF8D28;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.zc-ul-list .asset-item .info {
    padding: 15px;
}
.zc-ul-list .asset-item .info .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zc-ul-list .asset-item .info .price {
    color: #F00000;
    font-size: 16px;
    margin-bottom: 8px;
}
.zc-ul-list .asset-item .info .detail {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
}
.page_con{
    width: 100%;
    background: #fff;
    text-align: center;
    margin-top: 10px;
    padding: 15px 0;
}
/* 资产详情页 */
.zc-info{
    width: 1200px;
    margin: 20px auto;
    display: flex;
    gap: 10px;
}
.zc-info-main{
    flex: 1;
}
.zc-info-sidebar{
    width: 300px;
    flex-shrink: 0;
}
/* 图片区 */
.zc-gallery{
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
}
.zc-gallery-main{
    width: 100%;
    height: 400px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}
.zc-gallery-main img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zc-gallery-thumbs{
    display: flex;
    gap: 8px;
}
.zc-thumb-item{
    width: 120px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
}
.zc-thumb-item.active,
.zc-thumb-item:hover{
    border-color: #0054E1;
}
.zc-thumb-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 信息区 */
.zc-detail{
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    width: 45%;
}
.zc-detail-left{
    flex: 1;
}
.zc-title-row{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.zc-tag{
    display: inline-block;
    background: #0054E1;
    color: #fff;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 3px;
    flex-shrink: 0;
}
.zc-tags{
    display: inline-block;
    background: #FF8D28;
    color: #fff;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 3px;
    flex-shrink: 0;
}
.zc-title-row h2{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 0;
}
.zc-price-row{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}
.zc-price{
    color: #F00000;
    font-size: 26px;
    font-weight: bold;
}
.zc-views{
    color: #999;
    font-size: 14px;
}
.zc-map-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 5px;
    background: url("/web/images/mapbg.jpg") 100% 100% no-repeat;
}
.zc-map-row .left{
    width: 70%;
}
.zc-map-row .left .title{
    color: #222;
    font-weight: 600;
}
.zc-map-row .left .msg{
    color: #666666;
}
.zc-map-row .map-img{
    width: 45px;
    height: 45px;
}
.zc-map-row .map-img img{
    width: 100%;
    height: 100%;
}


/* 属性表格 */
.zc-attrs{
    margin-bottom: 20px;
}
.zc-attr-row{
    display: flex;
    border-bottom: 1px solid #f0f0f0;
}
.zc-attr-item{
    flex: 1;
    display: flex;
    padding: 12px 0;
    font-size: 14px;
    justify-items: flex-start;
    align-items: center;
}
.zc-attr-item .label{
    color: #999;
    flex-shrink: 0;
    padding:0 10px;
}
.zc-attr-item .value{
    color: #333;
    flex: 1;
    width: 100px;
}
/* 拍卖按钮 */
.zc-btn-auction{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0054E1;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .2s;
}
.zc-btn-auction:hover{
    background: #003cb3;
    color: #fff!important;
}
/* 描述 */
.zc-desc{
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
}
.zc-desc p{
    margin: 0;
}
.zc-empty{
    text-align: center;
    padding: 60px 0;
    color: #999;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
}
/* 侧边栏卡片 */
.zc-card{
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
}
.zc-card h3{
    font-size: 16px;
    color: #333;
    margin: 0 0 15px 0;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 2px solid #0054E1;
}
.zc-contact{
    display: flex;
    align-items: center;
    gap: 12px;
}
.zc-contact-phone{
    font-size: 22px;
    font-weight: bold;
    color: #0054E1;
    margin-bottom: 4px;
}
.zc-contact-company{
    font-size: 13px;
    color: #666;
}
/* 咨询表单 */
.zc-consult-form{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.zc-form-item{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.zc-form-item label{
    font-size: 13px;
    color: #333;
    font-weight: bold;
}
.zc-form-item .required{
    color: #F00000;
}
.zc-form-item input,
.zc-form-item textarea{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    outline: none;
    resize: none;
}
.zc-form-item input:focus,
.zc-form-item textarea:focus{
    border-color: #0054E1;
}
.zc-submit-btn{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0054E1;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
}
.zc-submit-btn:hover{
    background: #0054E1;
}
/* 更多资产 */
.zc-more-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.zc-more-item{
    display: flex;
    gap: 10px;
    text-decoration: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
}
.zc-more-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.zc-more-item:hover .zc-more-info h4{
    color: #0054E1;
}
.zc-more-img{
    width: 120px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
.zc-more-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zc-more-tag{
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: #0054E1;
    color: #fff;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 2px;
}
.zc-more-tags{
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: #FF8D28;
    color: #fff;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 2px;
}
.zc-more-info{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zc-more-info h4{
    font-size: 14px;
    color: #333;
    margin: 0 0 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zc-more-price{
    color: #F00000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}
.zc-more-detail{
    font-size: 12px;
    color: #999;
}

.zc-info-main .zc-gallery{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zc-info-main .swiper-slide {
    background-size: cover;
    background-position: center;
}

.zc-info-main .mySwiper2 {
    height: 370px;
    width: 470px;
}

.zc-info-main .mySwiper {
    width: 470px;
    height: 110px;
    box-sizing: border-box;
    padding: 10px 0;
}

.zc-info-main .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.zc-info-main .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.zc-info-main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}