.banner{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner img{
    width: 100%;
    object-fit: contain;
    max-height: 360px;
}
.detail-cont{
    margin-top: -75px;
    padding-bottom: 60px;
}
.top-desc{
    padding: 20px 20px 0;
    background: #fff;
    border-radius: 14px 14px 14px 14px;
    position: relative;
}
.top-desc .desc{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
}
.top-desc .desc .left{
    display: flex;
    align-items: center;
}
.top-desc .desc .left .logo{
     width: 90px;
    height: 90px;
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: contain;
}
.top-desc .desc .left .mame{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}
.top-desc .desc .left .info{
    display: flex;
    flex-wrap: wrap;
}
.top-desc .desc .left .info .item{
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    white-space: nowrap;
    margin-right: 20px;
}
.top-desc .desc .left .info .item .iconfont{
    font-size: 16px;
    margin-right: 7px;
}
.top-desc .desc .right{
    display: flex;
    margin: 11px 0;
}
.top-desc .desc .right div{
    display: flex;
    align-items: center;
    padding: 12px 20px;
    margin-left: 20px;
    justify-content: center;
    border: 1px solid;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    line-height: 25px;
    height: fit-content;
}
.top-desc .desc .right .btn-type1{
    color: #333333;
    border-color: #333333;
}
.top-desc .desc .right .btn-type1:hover .iconfont{
    color: #E21818;
}
.top-desc .desc .right .btn-type1 .iconfont{
    font-size: 20px;
    margin-right: 6px;
}
.top-desc .desc .right .btn-type2{
    background: #E21818;
    border-color: #E21818;
    color: #fff;
}
.top-desc .menu{
    display: flex;
}
.top-desc .menu div{
    border-bottom: 3px solid #fff;
    margin-right: 50px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    padding: 19px 0;
}
.top-desc .menu .on{
    color: #E21818;
    border-color: #E21818;
}
.text-desc{
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding: 20px;
    margin: 20px 0 0;
}
.text-desc .title{
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.company-info{
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 12px;
}
.company-info .info-item{
    font-size: 16px;
    color: #999999;
    line-height: 19px;
}
.company-info .info-item .name{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 22px;
}
.company-info .info-item .li{
    line-height: 22px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.company-info .info-item span{
    color: #333333;
}
.company-info .info-item .link{
    color: #2563EB;
}
.detail-content{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.detail-content *{
    max-width: 100%;
}
.vr-warp{
    margin-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.vr-warp .swiper{
    aspect-ratio: 2 / 1;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
}
.vr-warp .vr-item{
    position: relative;
}
.vr-warp .vr-item .vr-cont{
    width: 100%;
    height: 100%;
}
.vr-warp .vr-item .vr-cont *{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vr-warp .vr-item .br-into{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    z-index: 1;
    flex-direction: column;
    cursor: pointer;
}
.vr-warp .vr-item .br-into .img1{
    width: 160px;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
}
.vr-warp .vr-item .br-into .img2{
    width: 53px;
    height: 53px;
    position: relative;
}
.vr-warp .vr-item .br-into div{
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
}
.vr-warp .vr-item .vr-cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: rgba(0,0,0,0.4);
}
.vr-warp .vr-btn{
    position: absolute;
    top: 40%;
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    color: #E21818;
    font-size: 14px;
    border: 1px solid #FFFFFF;
    z-index: 2;
    transform: translateY(-50%);
}
.vr-warp .vr-btn.icon-fanye-zuojian{
    left: 20px;
}
.vr-warp .vr-btn.icon-fanye-youjian{
    right: 20px;
}
.vr-warp .vr-btn.swiper-button-disabled{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    color: #fff;
}
.vr-pagination{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.vr-pagination .swiper-pagination-bullet{
    width: 25px;
    height: 2px;
    margin: 0;
    background: #BBBBBB;
    border-radius: 0;
}
.vr-pagination .swiper-pagination-bullet-active{
    background: #E21818;
}
.show-box{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 14px;
    background: #fff;
    margin-top: 20px;
}
.show-box .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show-box .title .left{
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    font-weight: bold;
}
.show-more-btn{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999999;
    line-height: 19px;
}
.show-more-btn i{
    margin-left: 8px;
    font-size: 10px;
}
.show-more-btn:hover{
    color: #E21818;
}

.product-card {
    background: #FFFFFF;
    overflow: hidden;
}
.product-card .product-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}

.product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .product-tag {
    position: absolute;
    top: 12px;
    left: 11px;
    width: 40px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #F5F5F5;
    font-size: 12px;
}

.product-card .product-title {
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin: 10px 0;
}
.product-card .product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product-card .product-price .price {
    flex: 1;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    color: #333333;
}
.product-card .product-price .buy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 18px;
    background: #F5F5F5;
    color: #E21818;
    border-radius: 40px;
    font-size: 16px;
}
.product-card .product-price .buy-btn:hover{
    background: #E21818;
    color: #fff;
}
.zz-card{

}
.zz-card .tpic{
    height: 200px;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}
.zz-card img{
    aspect-ratio: 275 / 385;
    /* width: 100%; */
    height: 100%;
    /* object-fit: cover; */
}
.zz-card div{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}
.contact-card{
    margin-bottom: 20px;
    background: linear-gradient( 180deg, rgba(222,238,251,0.4) 0%, #FFFFFF 100%);
    border-radius: 6px 6px 0 0;
    padding: 40px 30px 60px;
    display: flex;
    border-bottom: 1px dashed #EEEEEE;
}
.contact-card .item{
    flex: 1;
}
.contact-card .item .name{
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    margin-bottom: 10px;
}
.contact-card .item .info{
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    font-weight: bold;
}
.mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.4);
    z-index: 6;
    align-items: center;
    backdrop-filter: blur(4px);
    justify-content: center;
}
.company-info.jmxq{grid-template-columns: none;}
.contact-cont{
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    transform: translate(-50%,-50%);
    max-width: 800px;
    width: calc(100% - 40px);
    max-height: 800px;
    overflow: auto;
}
.contact-cont .contact-header{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.contact-cont .contact-header .text{
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 18px;
}
.contact-cont .contact-header .icon-guanbi{
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
}
.company-card{
    padding: 20px;
    border-radius: 14px;
    background: #f5f5f5;

}
.user-card{
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #f5f5f5;
    margin-top: 20px;
}
.contact-cont .name{
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
    font-weight: bold;
}
.contact-cont .addr{
    font-size: 14px;
    margin-bottom: 20px;
}
.contact-cont .info-line{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.contact-cont .info-line .item{
    display: flex;
    color: #333;
    align-items: flex-start;
}
.contact-cont .info-line .item .t1{
    font-size: 12px;
    font-weight: bold;
    /* width: 60px; */
    margin-right: 10px;
}
.contact-cont .info-line .item .t2{
    font-size: 12px;
    line-height: 22px;
}
.contact-cont .info-line .item .t2 a{
    color: #E21818;
}
.desc-line{
    gap: 40px;
}
.shop-video-swiper{
    width: 373px;
    height: 230px;
    flex-shrink: 0;
    margin: 0 auto;
    max-width: 100%;
}
.shop-video-swiper .swiper-slide{
    height: 210px !important;
}
.shop-video-swiper .swiper-slide.swiper-slide-duplicate-active{
}
.shop-video-item{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
    background: #fff;
}
.shop-video-item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.shop-video-item .play-btn{
    transform: rotate(-90deg) translate(0,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.6);
    color: #FFFFFF;
    font-size: 15px;
    position: absolute;
    left: 50%;
    top: 75px;
    pointer-events: none;
}
.shop-video-swiper-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}
.shop-video-swiper-btns .iconfont{
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    border: 1px solid #F5F5F5;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    color: #E21818;
    font-size: 10px;
    flex-shrink: 0;
}
.shop-video-swiper-btns .fraction{
    font-size: 12px;
    color: #333333;
    width: fit-content;
}

@media (max-width: 992px) {
    .top-desc .desc{
        flex-direction: column;
    }
    .top-desc .desc .right div{
        margin-right: 20px;
        margin-left: 0;
    }
    .product-card .product-title{
        font-size: 14px;
        line-height: 16px;
        height: 32px;
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
    }
    .product-card .product-price .price{
        font-size: 14px;
    }

    .product-line  .product-title, .shop-card-title {
        font-size: 15px;
        line-height: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space:initial;
    }

    .shop-card .info {
        height: 128px;
        margin-bottom: 15px;
    }

    .shop-card-title {
        height: 32px;
    }

    .product-line  .product-price .price {
        font-size: 15px;
    }

    .shop-card-bottom .left,
    .shop-card-bottom .left i,
    .shop-card-year,
    .shop-card-year i,
    .shop-card-tags div {
        font-size: 12px;
    }

    .product-line .col-xs-6{
        width: 100%;}
    .product-card .product-image{
        width: 119px;
        height: 119px;
        float: left;
        margin-right: 10px;
        position: initial;
    }
    .product-card .product-price .price{
        color: #E21818;
    }
    .img-collect{bottom: 10px;
        right: 10px;
        height: 36px;
        width: 36px;}
    .img-collect em{
        color: #333333;
        font-size: 16px;
    }
    .img-collect em.icon-yishoucang{
        color: #E21818;
    }
    .product-line .title .left{
        font-size: 20px;}
    .show-more-btn{
        font-size: 13px;
    }
    .page-title .left{
        font-size: 20px;
    }
    .show-box .col-xs-6{
        width: 100%;}
    .desc-line{
        flex-direction: column;
    }

}
@media (max-width: 768px){
    .top-desc .desc .left{
        flex-direction: column;
        text-align: center;
    }
    .top-desc .desc .left .logo{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .vr-warp .vr-item .br-into{
        zoom: .6;
    }
    .company-info{
        grid-template-columns: repeat(1, 1fr);
    }
    .contact-card{
        flex-direction: column;
    }
    .contact-card .item{
        margin: 10px 0;
    }
    .top-desc .desc .right{
        justify-content: center;
    }
    .top-desc .desc .right div{
        margin: 0 10px;
    }
    .contact-cont .info-line{
        grid-template-columns: repeat(1, 1fr);
    }
    .banner{
        display: none;
    }
    .detail-cont{
        margin-top: 20px;
    }
    .purchase-card {
        width: 100%;
        max-width: 100%
    }

    .purchase-card .timebox .info {
        display: block;
    }

    .exhi-item {
        padding-bottom: 10px;
    }

    .exhi-item .name {
        padding: 10px;
        font-size: 16px;
    }

    .exhi-item .time {
        padding: 0 10px;
        font-size: 12px;
    }
    .product-card .product-price .buy-btn{
        position: absolute;
        padding: 0px 13px;font-size: 14px;
        background: #F5F5F5;border-radius: 33px 33px 33px 33px;color: #333333;
        width: auto;
        bottom: 10px;
        right: 66px;
        height: 36px;
        line-height:36px;
    }
    .filterbox{
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 999;
        left: 0;
        padding: 20px;
        top: 0;
        overflow: auto;
        display: none;
    }
    .filter-row:last-child {
        padding: 20px;
    }

    .filter-section {
        padding: 0;
    }

    .footer-zh .footer-bottom-bar .container {
        display: block;
    }

    .filter-section.on {
        width: calc(100% - 30px);
        margin-top: 20px;
        position: fixed;
        z-index: 99;
        top: 60px;
        left: 15px;
    }

    .footer-bottom-bar .page-footer-copyright {
        display: block;
    }

    .footer-zh .page-footer-copyright img {
        display: block;
    }

    .footer-zh .page-footer-logos__grid img {
        height: 22px;
    }

    .filterbox .cha{
        float: right;
    }
    .filter-row-checked{
        border: none;
        padding: 0;
    }
    #filterwz.on{
        height: 100px;}
    .supplier-list-container .filter-section{
        padding: 0;}
    .filter-row:last-child{
        padding: 0px;
    }
    .filter-options{
        margin: 20px 0;}
    .filter-row-checked .filter-label{
        margin-left: 20px;}
}
