.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%;
}
.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;
}
.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);
}
.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;
}
@media (max-width: 992px){
    .top-desc .desc{
        flex-direction: column;
    }
    .top-desc .desc .right div{
        margin-right: 20px;
        margin-left: 0;
    }
}
@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);
    }
}
