.products_detail{
    padding-top: 2.75rem;
    overflow:hidden;
}
.products_detail div,
.products_detail p,
.products_detail h1,
.products_detail h2,
.products_detail h3,
.products_detail h4,
.products_detail h5,
.products_detail span,
.products_detail input,
.products_detail button,
.products_detail textarea,
.products_detail table th,
.products_detail table td{
    font-family:'FZLanTingHeiS-R-GB', "Poppins",sans-serif !important;
}
.products_detail .box1{
    width:100%;
    color:#fff;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    position:relative;
    overflow:hidden;
}
.products_detail .box1 .bg{
    width:100%;
    display:block;
}
.products_detail .box1 .neirong{
    width:100%;
    height:100%;
    padding:0 3%;
    position:absolute;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.products_detail .box1 .neirong .div1{
    font-size:2.64rem;
    font-weight:900;
    line-height:1.5;
}
.products_detail .box1 .neirong .div2{
    font-size:1.83rem;
    line-height:1.5;
}
.products_detail .box1 .neirong .div3{
    line-height:1.5;
}
.products_detail .box1 .neirong .div4 img{
    width:100%;
    display:block;
}
.products_detail .box1 .neirong .div5{
    margin-top:2vh;
}
.products_detail .box1 .icon-down {
    position:absolute;
    bottom:10px;
    font-size: 2.83rem; /* 根据需要调整大小 */
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}
@-webkit-keyframes bounce-down {
 25% {-webkit-transform: translateY(-10px);}
 50%, 100% {-webkit-transform: translateY(0);}
 75% {-webkit-transform: translateY(10px);}
}
@keyframes bounce-down {
 25% {transform: translateY(-10px);}
 50%, 100% {transform: translateY(0);}
 75% {transform: translateY(10px);}
}
.products_detail .title{
    position:relative;
    text-align:center;
    font-size:1.63rem;
    font-weight:900;
}
.products_detail .title span{
    position:relative;
    z-index:1;
}
.products_detail .title:after{
    width:50px;
    height:6px;
    background:#077dcf;
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:8px;
}
.products_detail .box{
    width:100%;
    margin-top:1vh;
    overflow:hidden;
    overflow-x:auto;
}
.products_detail .box img,
.products_detail .box video{
    width:100%;
    display:block;
}
.products_detail .box2{
    margin-top:6vh;
    padding:0 4%;
}
.products_detail .box3{
    margin-top:6vh;
    padding:0 4%;
}
.products_detail .box4{
    margin-top:6vh;
    padding:0 4%;
}
.products_detail .box5{
    margin-top:6vh;
    padding:0 4%;
}
.products_detail .box6{
    margin-top:6vh;
    padding:0 4%;
}
.products_detail .box7{
    margin-top:6vh;
    padding:0 4%;
}
.products_detail .box7 ul{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content: center;
}
.products_detail .box7 li{
    padding:0 2.25rem;
    margin-bottom:0.9375rem;
    display:flex;
    align-items:center;
    justify-content: center;
    
}
.products_detail .box7 a{
    display:flex;
    align-items:center;
    justify-content: center;
    text-align:center;
    flex-direction: column;
}
.products_detail .box7 .icon{
    width:60px;
    height:60px;
    background:#333;
    border-radius:50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    margin-bottom:10px;
}
.products_detail .box7 .icon svg{
    width:30px;
}
.products_detail .box8{
    background:#f2f5f7;
    padding:3%;
    margin:4%;
}
.products_detail .box8 .box .tip{
    text-align:center;
}
.products_detail .box8 .box li{
    margin:4px 0;
}
.products_detail .box8 .box input{
    width:100%;
    background:#fff;
    border:none;
    outline:none;
    color:#333;
    padding:10px;
}
.products_detail .box8 .box input::placeholder{
    color:#333;
}
.products_detail .box8 .box button{
    width:100%;
    background:#333;
    color:#fff;
    cursor: pointer;
    padding:10px;
    border:none;
}
.products_detail .box9{
    background:#077dcf;
    padding:0 4%;
    margin-top:6vh;
    color:#fff;
    text-align:center;
}
.products_detail .box9 .contact{
    padding:4vh 0;
    color:#fff;
}
.products_detail .box9 .contact p{
    color:#fff !important;
}
.products_detail .box9 .code ul{
    display:flex;
    align-items:center;
    justify-content: center;
}
.products_detail .box9 .code li{
    margin:0 10px;
    font-size:12px;
}
.products_detail .box9 .code img{
    width:100px;
    display:block;
}
.products_detail .box9 .copyright{
    margin-top:4vh;
    padding-top:2vh;
    padding-bottom:2vh;
    border-top:1px solid rgba(255, 255, 255, .3);
    font-size:12px;
}
.products_detail .box9 .copyright a{
    color:#fff;
}
.products_detail table{
    width:100% !important;
    border:1px #aeadac solid !important;
    color:#000 !important;
    text-align: center !important;
    height:auto !important;
}
.products_detail table tr{
    height:auto !important;
}
.products_detail table th,
.products_detail table td{
    border:1px #aeadac solid !important;
    width: auto !important;
    padding:10px !important;
    white-space: nowrap !important;
    height:auto !important;
}
.products_detail table tr td:nth-child(1){
    /*background: #333 !important;*/
    /*color: #ffffff !important;*/
}
.products_detail table span{
    white-space: nowrap !important;
}
.products_detail table tr img{
   width:50px !important;
}
.products_detail tr td:first-child{
    /*background:#077dcf !important;*/
    /*color: #fff !important;*/
}
@media (max-width: 750px) {
    .products_detail .box1 .neirong .div1{
        font-size:1.83rem;
    }
    .products_detail .box1 .neirong .div2{
        font-size:1.24rem;
    }
    .products_detail .title{
        position:relative;
        text-align:center;
        font-size:1.24rem;
        font-weight:900;
    }
}