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;
}
.desc-content img{
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
    object-fit: contain;
}
.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;
}
#product{
    margin-bottom: 116px;
}


.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;
}
