body{
    background: #f2f2f2;
}
.info_box{
    width: 690px;
    margin: 20px auto 0;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
}
.product_detail{
    background: #ccc;
    border-radius: 20px 20px 0 0;
}
.product_detail img{
    height: 689px !important;
    object-fit: contain;
}
.product_detail .swiper-pagination-bullet {
    border: 1px solid #fff !important;
    display: inline-block !important;
    background: #5ac6bc !important;
    opacity: 1 !important;
    border-radius: 4px !important;
    width: 8px!important;
    height: 8px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 20px;
}
.product_detail .swiper-pagination-bullet-active{
    height: 8px !important;
    width: 28px !important;
    border-radius: 4px !important;
    border: 1px solid #fff !important;
    background: #f79131 !important;
}
.product_detail .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.product_detail .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 8px;
}
.base_info{
    padding: 30px 30px 25px;
}
.product_name{
    font-weight: 500;
    font-size: 34px;
    color: #1A1A1A;
    line-height: 46px;
    text-align: left;
}
.info_item{
    margin-top: 18px;
    font-size: 24px;
    line-height: 28px;
    color: #333;
}
.info_item label{
    color: #7E807E;
}
.noneContact{
    color: #999;
    font-size: 28px;
    margin-top: 18px;
}
.origin{
    font-size: 28px;
    color: #F79131 !important;
}
.company{
    width: 630px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 auto;
    padding-bottom: 30px;
    display: flex;
}
.company .base_info{
    padding: 30px 0;
}
.company img{
    width: 120px;
    height: 120px;
    border-radius: 10px 10px 10px 10px;
    margin-right: 30px;
    object-fit: contain;
}
.company_name{
    font-weight: 500;
    font-size: 30px;
    color: #191F27;
    line-height: 32px;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 33px;
}
.company a{
    font-size: 26px;
    line-height: 26px;
    color: #108391;
    display: flex;
    align-items: center;
}
.company a div{
    width: 25px;
    height: 25px;
    background: #108391;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    margin-left: 17px;
}
.company a div i{
   font-size: 14px;
    color: #fff;
    margin-top: 2px;
}
#company .info_item{
    font-size: 28px;
    display: flex;
    margin-top: 30px;
}
#company .info_item div{
    width: 85px;
    margin-right: 30px;
    color: #999;
}
#company button{
    width: 260px;
    height: 60px;
    line-height: 60px;
    background: #4FC2B8;
    border-radius: 30px 30px 30px 30px;
    margin-top: 35px;
    border: none;
    color: #fff;
    font-size: 24px;
}

.product-info-card-name{
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-data-download{
    height: 46px;
    width: fit-content;
    background: #009999;
    border-radius: 23px;
    line-height: 39px;
    display: flex;
    cursor: pointer;
    font-size: 22px;
    color: #FFFFFF;
    padding: 3px 4px 4px 27px;
    font-weight: 400;
}
.product-data-download div{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: 12px;
    color: #108391;
    text-align: center;
}
.iconfont {
    font-size: 24px;
    font-style: normal;
}
.product-info-card{
    margin-top:25px;
    width: 630px;
    border-top: 1px solid #E0E0E0;
}
.desc{
    margin-top:30px;
    width: 630px;
    border-top: 1px solid #E0E0E0;
    padding-top: 25px;
}
.desc_title{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}
.desc_ai_title{
    font-weight: bold;
    font-size: 24px;
    color: rgba(16, 131, 145, 1);
    margin-bottom: 15px;
}
.ai-img{
    width: 30px;
    display: inline-block;
}
.desc-ai-title{
    margin: 10px 0;
    background: #d0d0d047;
    font-size: 20px;
    color: #6a6a6a;
    line-height:30px;
    text-align: center;
}
.desc-ai-content{
    font-size: 24px;
    color: #6a6a6a;
    line-height:40px;
    text-align: left;
}
.desc-content{
    font-size: 24px;
    color: #333333;
    line-height:44px;
    text-align: left;
    margin: 15px 0;
}
.desc-content img{
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
    object-fit: contain;
    display: block;

    width: 80%;
    margin-bottom: 20px;

}

.AI_Info{
    margin-top: 25px;
    border-top: 1px solid #E0E0E0;
    padding-top: 25px;
}
.AI_Info div:first-child{
    color: #108391;
    font-size: 24px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.AI_Info div:first-child i{
    color: #F79131;
    font-size: 52px;
    margin-right: 10px;
    margin-top: -5px;
}
.AI_Info div:nth-child(2){
    margin: 20px 0 20px -30px;
    width: 690px;
    height: 44px;
    background: #E9F5F6;
    text-align: center;
    font-size: 24px;
    color: #999;
    line-height: 44px;
}
.AI_Info div:nth-child(3){
    color: #333;
    font-size: 24px;
    line-height: 44px;
}


.preordain_cover {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    background: black;
    opacity: 0.4;
}
.toCheck{
    position: fixed;
    width: 600px;
    height: max-content !important;
    background: #FFFFFF;
    box-shadow: 0 6px 18px 2px rgba(102,102,102,0.18);
    border-radius: 16px;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -300px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toCheck .tocheck_text{
    width: 100%;
    padding: 80px 40px 0;
    text-align: center;
    font-size: 24px;
}
.toCheck i{
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 32px;
    cursor: pointer;
}
.toCheck .buyDetail_btns{
    margin-top: 0 !important;
    padding: 60px;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
}
.toCheck .buyDetail_btns button:first-child{
    background: #4FC2B8;
}
.buyDetail_btns{
    display: flex;
    align-items: center;
    margin-top: 52px;
}
.buyDetail_btns button:first-child{
    width: 240px;
    height: 60px;
    background: #F79131;
    border-radius: 30px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 60px;
    border: none;
    cursor: pointer;
}
.buyDetail_btns button:last-child{
    width: 160px;
    height: 60px;
    background: #CCCCCC;
    border-radius: 30px;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 60px;
    margin-left: 20px;
    border: none;
    cursor: pointer;
}

/* 产品视频 */
.product-video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}
.product-desc {
    font-size: 24px;
}
/* 补充信息 */
.wap-additional-info{
    margin-top: 20px;
    padding: 0;
}
.wap-additional-title{
    font-size: 24px;
    color: #333333;

    margin: 15px 0;
    line-height: 40px;
}
.wap-additional-content{
    font-size: 24px;
    color: #333333;
    line-height: 44px;
}
.wap-additional-content p{
    margin: 15px 0;
    padding: 0;
}
.wap-additional-footer{
    font-size: 24px;
    color: #F79131;
    background: #FFF8F2;
    text-align: center;
    padding: 15px 20px;
    margin-top: 20px;
    line-height: 36px;
}

/* 公司简介 */
.wap-company-introduction{
    margin-top:25px;
    width: 630px;
    border-top: 1px solid #E0E0E0;
    padding-top: 25px;
}
.wap-section-title{
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.wap-section-title i{
    display: inline-block;
    width: 6px;
    height: 24px;
    background: #108391;
    margin-right: 12px;
    border-radius: 3px;
}
.wap-company-introduction-desc{
    font-size: 24px;
    color: #666666;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: justify;
}
.wap-company-introduction-desc p{
    margin: 0;
    padding: 0;
}
.wap-company-introduction-info{
    display: flex;
    flex-wrap: wrap;
}
.wap-ci-item{
    width: 50%;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 8px;
}
.wap-ci-item span{
    color: #999999;
}
.wap-ci-item label{
    color: #333333;
}

/* 该公司其他产品 */
.wap-company-other-products{
    margin-top:25px;
    width: 630px;
    border-top: 1px solid #E0E0E0;
    padding-top: 25px;
}
.wap-other-products-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.wap-other-product-item{
    width: calc(50% - 8px);
    text-decoration: none;
}
.wap-other-product-img{
    width: 100%;
    height: 260px;
    background: #F5F5F5;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}
.wap-other-product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wap-other-product-name{
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 相关厂家产品表格 */
.wap-related-table{
    padding: 0 30px;
}
.wap-related-item{
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
    text-decoration: none;
}
.wap-related-item:last-child{
    border-bottom: none;
}
.wap-related-item-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}
.wap-related-item-name{
    font-size: 26px;
    color: #333333;
    line-height: 36px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
}
.wap-related-item-price{
    font-size: 24px;
    white-space: nowrap;
}
.wap-related-item-price .negotiable-text{
    color: #999999;
}
.wap-related-item-price .price-red{
    color: #F79131;
    font-weight: bold;
}
.wap-related-item-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wap-related-item-company{
    font-size: 22px;
    color: #999999;
}
.wap-related-item-btn{
    font-size: 22px;
    color: #F79131;
    border: 1px solid #F79131;
    padding: 4px 16px;
    border-radius: 20px;
}
.wap-related-footer{
    padding: 15px 30px;
    background: #F9F9F9;
    font-size: 20px;
    color: #999999;
    line-height: 30px;
    border-top: 1px solid #E0E0E0;
}

/* 相关产品推荐 */
.wap-recommend-products{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.wap-recommend-item{
    width: calc(33.333% - 10px);
    text-decoration: none;
}
.wap-recommend-item img{
    width: 100%;
    height: 160px;
    object-fit: cover;
    background: #F5F5F5;
    border-radius: 8px;
    margin-bottom: 8px;
}
.wap-recommend-item div{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 底部文案 */
.product-toast{
    width: 690px;
    margin: 20px auto;
    font-size: 22px;
    color: #999999;
    line-height: 36px;
    text-align: center;
    padding: 0 10px;
}
