.bgimg {
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*height: 100%;*/
    background: url(../images/bgimg.jpg);
}

.product-til {
    overflow: hidden;
    width: 100%;
    background: url(../images/probg1.png) no-repeat;
    background-size: 100% 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.product-til-js {
    /* overflow: hidden; */
    display: flex;
    justify-content: space-between;
}

.product-til-left {
    width: 56%;
   
  
    overflow: hidden;
}

.product-til-left img {
    max-width: 100%;
     border: 2px solid #fff;
     border-radius: 12px; padding: 4%;
     height: 100%;  background: #fff;
}

.product-til-right {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.product-til-right .title-share{
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
}
.product-til-right .title-share span{
     font-size: 15px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
.product-til-right h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.a2a_kit{
    flex-wrap: wrap;
    display: none;
}
.product-til-right .title-share:hover .a2a_kit {
    display: block;
}

.product-til-right .smalltext {
    background: url(../images/probg2.png) no-repeat right;
    background-size: contain;
    margin-bottom: 50px;
}

.product-til-right .smalltext p {
    color: #fff;

    text-indent: 2em;

    line-height: 2;
    position: relative;
    top: 30px;

    margin-right: 40px;

}
.product-til-right .smalltext p:before{
    content: "";
    background: url(../images/probg3.png) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 9px;
    left: 14px;
}

.product-til-right .smalltext ul {
    overflow: hidden;
    margin-top: 50px;
    border: 1px solid #fff;
    border-radius: 12px;
    background-color: #414757;
    max-width: 84%;
}

.product-til-right .smalltext ul li {
    width: 30%;
    float: left;
    padding: 15px 10px;
    text-align: center;
}

.product-til-right .smalltext ul li b {
    display: block;
    color: #f51f1f;
    line-height: 2;
}

.product-til-right .smalltext ul li span {
    display: block;
    color: #fff;
    line-height: 2;
}

.product-til-right .smalltext ul li:last-child {
    width: 40%;
}

.product-til-right .smalltext ul li:nth-child(1),
.smalltext ul li:nth-child(2) {
    background: url(../images/probg4.png) no-repeat top right;
}

.product-til-right .line {
    font-size: 0.9vw;
    color: #04cdae;
    font-style: oblique
}

.product-til-right .line111 {
    font-size: 0.9vw;
    color: #04cdae;
    font-style: oblique;
    margin-top: 4%;
}

.links {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.links svg{
    margin-right: 5px;
}
.links #swt {
    display: block;
    background: #f51f1f;
    width: 180px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 50px;
}

.links #Message {
    display: block;
    background: #f51f1f;
    width: 180px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50px;
}

.product-til-fw {
    overflow: hidden;
    background: url(../images/probg7.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 50px !important;
    line-height: 4;
}

.product-til-fw ul {
    overflow: hidden;
    padding: 0 3%;
}

.product-til-fw ul li {
    width: 25%;
    float: left;
    font-size: 18px;
    background: url(../images/probg8.png) no-repeat left;
    padding-left: .4124rem;
}

.product-til-fw ul li:last-child {
    background: url(../images/probg9.png) no-repeat left;
    background-size: 100%;
    text-indent: 2em;
}





.product-app {
    overflow: hidden;
    margin: 40px auto !important;
    background: url(../images/probg10.png)no-repeat left top;
    padding-top: 30px;
}

.prod-app-top,
.prod-app-bt {
    width: 100%;
    overflow: hidden;
}

.prod-app-top .prod-app-left {
    width: 38%;
}

.prod-app-top .prod-app-right {
    width: 60%;
}

.prod-app-top .prod-app-left h2 {
    font-size: 2vw;
    font-weight: 800;
    background: url(../images/probg11.png)no-repeat left;
    background-size: 13.2%;
    padding-left: 70px;
}

.prod-app-top .prod-app-left p {
    font-size: 0.8vw;
    line-height: 1.8vw;
    padding-top: 2%;
}

.prod-app-top .prod-app-right ul {
    overflow: hidden;
}

.prod-app-top .prod-app-right ul li {
    float: left;
    width: 48%;
}

.prod-app-top .prod-app-right ul li img {
    display: block;
    width: 100%;
}

.prod-app-top .prod-app-right ul li:last-child {
    float: right;
}

.prod-app-bt {
    background: url(../images/probg12.png)no-repeat top left;
    background-size: 1.35%;
    padding: 3% 0 0 4%;
}

.prod-app-bt .prod-app-left {
    width: 65%;
}

.prod-app-bt .prod-app-left ul {
    overflow: hidden;
}

.prod-app-bt .prod-app-left ul li {
    float: left;
    width: 48%;
}

.prod-app-bt .prod-app-left ul li img {
    display: block;
    width: 100%;
}

.prod-app-bt .prod-app-left ul li:last-child {
    float: right;
}

.prod-app-bt .prod-app-right {
    width: 32%;
    padding-top: 3%;
    font-size: 0.8vw;
    line-height: 1.8vw;
}





.prod-main {
    margin-top: 4% !important;
}

.prod-main .prod-main-top {
    overflow: hidden;
    width: 100%;
    padding: 0 2% 5.6%;
    background: url(../images/probg14.png)no-repeat top;
    background-size: 100% 100%;
}

.prod-main .prod-main-top .prod-main-top-l {
    width: 36%;
    margin-top: 3%;
}

.prod-main .prod-main-top .prod-main-top-l ul li {
    width: 100%;
    color: #fff;
    padding: 12% 0 10% 0;
    border-bottom: 1px solid #646875;
}

.prod-main .prod-main-top .prod-main-top-l ul li:last-child {
    border: none;
}

.prod-main .prod-main-top-l ul li:nth-child(1) div:before {
    content: '';
    background: url(../images/probg15.png)no-repeat top left;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background-size: contain;
}

.prod-main .prod-main-top-l ul li:nth-child(2) div:before {
    content: '';
    background: url(../images/probg16.png)no-repeat top left;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background-size: contain;
}

.prod-main .prod-main-top-l ul li:nth-child(3) div:before {
    content: '';
    background: url(../images/probg17.png)no-repeat top left;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background-size: contain;
}

.prod-main .prod-main-top .prod-main-top-l ul li div {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.8;
    display: flex;
    align-items: center;
}

.prod-main .prod-main-top .prod-main-top-l ul li p {
    line-height: 2;
}





.prod-main .prod-main-top .prod-main-top-r {
    width: 62%;
    margin-top: 5%;
    color: #fff;
}

.prod-main .prod-main-top-r div {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.8;
}
.prod-main .prod-main-top-r h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.8;
}

.prod-main .prod-main-top-r p {
    /* text-align: right; */
    line-height: 2;
    font-size: 16px;
    padding-right: 6%;
    margin-bottom: 15px;
}

.prod-main .prod-main-top-r ul {
    overflow: hidden;
}

.prod-main .prod-main-top-r ul li {
    float: left;
    width: 48%;
    border: 1px solid #fff;
    margin-right: 3%;
    margin-bottom: 3%;
}

.prod-main .prod-main-top-r ul li:nth-child(2n) {
    margin-right: 0;
}

/* .prod-main .prod-main-top-r ul li:nth-child(2) {
    margin-top: 10%;
} */

/* .prod-main .prod-main-top-r ul li:nth-child(3) {
    margin-top: -10%;
} */

.prod-main .prod-main-top-r ul li img {
    width: 100%;
    transition: all 0.5s ease;
}

.prod-main .prod-main-top-r ul li img:hover {
    transform: scale(1.05);
}

.prod-main-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 10px 5px #eaeaea;

    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;

    padding: 0 4% 5%;
    width: 100%;
    background: #fff url(../images/bj33.png) no-repeat 2% 5%;

}

.prod-main-bt .prod-main-bt-l {
    background: url(../images/probg20.png)no-repeat left top;
    width: 46%;
}

.prod-main-bt .prod-main-bt-l div {
    font-size: 38px;
    font-weight: 800;
    padding-top: 7%;
    text-indent: 1em;
    background: url(../images/probg19.png)no-repeat left top;
    background-size: contain;
}
.prod-main-bt .prod-main-bt-l h2{
        font-size: 38px;
    font-weight: 800;
    padding-top: 7%;
    text-indent: 1em;
    background: url(../images/probg19.png)no-repeat left top;
    background-size: contain;
}
.prod-main-bt .prod-main-bt-l p {
    line-height: 2;
    padding-top: 15px;
}

.prod-main-bt .prod-main-bt-r {
    width: 49%;
    margin-top: 5%;
    margin-left: 5%;
    position: relative;
}

.prod-main-bt .prod-main-bt-r .bgdashed {
    width: 100%;
}

.prod-main-bt .prod-main-bt-r .bgdashed img,
.prod-main-bt .prod-main-bt-r .cppic img {
    max-width: 100%;
}

.prod-main-bt .prod-main-bt-r .cppic {
    max-width: 100%;
    position: absolute;
    top: 3%;
    left: 4%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px #eaeaea;
    max-height: 100%;
}

.tab-title {
    overflow: hidden;
    padding-top: 5%;
    line-height: 2;
    background: url('../images/probg22.png') no-repeat 3% 0;
    background-size: contain;
    margin-bottom: 30px;
}

.tab-title h2 {
    font-size: 38px;
    font-weight: 800;
}

.tab-title p {
    color: #666;
    font-size: 0.8vw;
}



.tables {
    /* border-radius: 12px; */
    overflow: auto;
    /* border: 1px solid #797d8a; */
    /* border-bottom: 4px solid #33394a; */
}
.tables{
    margin-bottom: 30px;
}
.tables table {
    border-collapse: collapse;
}
.tables table tr:hover{
    background: #eeeeee;
}

.tab {

    margin-top: 10% !important;

}



.cs {

    width: 100%;

    margin: auto;

}

.cs thead td {

    background: #2c313e;

    color: #ffffff;

    text-align: center;

    font-weight: bold;

    padding: 10px;
    border-right: 1px solid #d5d6d9;
    border-bottom: 1px solid #d5d6d9;
    
    line-height: 2;

}

/*.cs thead td:last-child {*/
/*    border-right: 0;*/
/*}*/

.cs tbody td,.cs tbody th {
    border: 1px solid #d5d6d9;
    /* border-bottom: 1px solid #d5d6d9; */

    text-align: center;

}

.cs tbody tr td:last-child {
    /* border-right: 0; */
}



.inters {

    position: relative;

}

.inters::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 32px;

    background: url('../images/probg24.png') no-repeat;
    background-size: 100%;

    z-index: 0;

}

.interesteds {

    max-width: 74%;

    margin: 0 auto;

    margin-top: 5%;

    padding: 1.5% 1%;

    position: relative;

    z-index: 9;

}

.interesteds-title {
    background: url('../images/probg25.png') no-repeat top right;
    background-size: contain;

    font-size: 38px;
    padding-right: 3%;

    font-weight: 800;

    color: #33394a;
    text-align: right;

}

.interesteds-list {

    margin-top: 3%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 160px;

}

.interesteds-list>a {

    width: 24%;



    overflow: hidden;

}

.interesteds-txt {
    background: url('../images/probg26.png') no-repeat center bottom;

    color: #4c4c4c;

    text-align: center;

    font-size: 18px;
    line-height: 1.8;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.interesteds-list img {

    width: 100%;

    max-width: 100%;
    border-radius: 12px;
    border: 2px solid #2c313e;
    background-color: #fff;

}

.interesteds-list>a img:hover {

    border: 2px solid #04cdae;

}

.interesteds-list>a:hover {
    text-decoration: none;
}

.interesteds .inul {
    overflow: hidden;
    padding-right: 3%;
}

.interesteds .inul li {
    float: right;
    border: 1px dashed #666;
    border-radius: 20px;
    padding: 2px 15px;
    line-height: 2;
    font-size: 16px;
}

.interesteds .inul li:nth-child(2) {
    margin-right: -0.8%;
}

.interesteds .inul li:nth-child(3) {
    margin-right: -0.8%;
}


.all-container .text-img-top .right-img-con .img-two{
    display: none;
}











@media (max-width:1400px){
    .interesteds-list-con,.tables,.tables + p,.all-container{
        margin-left: 15px;
        margin-right: 15px;
    }
    .product-til{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-til-right h1{
        font-size: 45px;
    }
}
@media (max-width: 1300px) {
    .links{
        justify-content: center;
    }
    .product-til-js{
        /*flex-direction: column;*/
        gap: 30px;
    }
    .product-til-left,.product-til-right{
        width: fit-content;
        margin: 0 auto;
    }
    .product-til-right h1{
        text-align: center;
    }
    .product-til-right .smalltext ul{
        margin-left: auto;
        margin-right: auto;
    }
    .product-til-right h1{
        font-size: 40px;
    }
}


@media (max-width: 1200px) {

    .product-til-fw ul li {
        width: 24%;
    }

    .product-til-fw ul li:last-child {
        width: 28%;
    }
    .product-til-right h1{
        font-size: 35px;
    }
}



@media (max-width:1080px){
    .prod-main-bt,.product-til-js{
        flex-direction: column;
    }
    .prod-main-bt .prod-main-bt-l,.prod-main-bt .prod-main-bt-r{
        width: 100%;
        margin-left: 0;
    }
    .interesteds-list{
        padding-bottom: 50px;
    }
    .all-container .img-two{
        justify-content: center;
        margin-left: 0;
    }
    .product-til-fw{
        overflow-x: auto;
        display: none;
    }
    .product-til-fw ul{
        white-space: nowrap;
        overflow: auto;
    }
    .product-til-fw ul li{
        display: inline-block;
        width: 55%;
        float: none;
    }
    .product-til{
        background: rgb(41,45,58);
    }
    .links{
        padding-bottom: 30px;
    }
    .product-til-right h1{
        font-size: 30px;
    }
    .prod-main-bt .prod-main-bt-l h2,.tab-title h2,.interesteds-title,.prod-main .prod-main-top-r h2{
        font-size: 32px;
    }
    .all-container .left-text .img-two{
        display: none;
    }
    .all-container .text-img-top .right-img-con .img-two{
        display: flex;
        margin-top: 20px;
        margin-left: 0;
    }
    .prod-main-bt .prod-main-bt-r .bgdashed img, .prod-main-bt .prod-main-bt-r .cppic img{
        width: 100%;
    }
    .prod-main-bt .prod-main-bt-r .cppic{
        width: 100%;
         left: 0;
        top: 0;
    }
   
}
@media(max-width:960px){
    .all-container .text-img-top{
        flex-direction: column;
    }
    .all-container .text-img-top .right-img img{
        width: 100%;
    }
}
@media (max-width:768px){
    .prod-main .prod-main-top .prod-main-top-l,.prod-main .prod-main-top .prod-main-top-r{
        width: 100%;
    }
    .prod-main .prod-main-top .prod-main-top-l ul li{
        padding: 15px 0;
    }
    .interesteds-list-con{
         overflow-x: auto;
    }
    .interesteds-list-con .interesteds-list{
        display: block;
        white-space: nowrap;
    }
    .interesteds-list-con .interesteds-list a{
        display: inline-block;
        width: 56%;
        margin-right: 15px;
    }
    .interesteds-list-con .interesteds-list a:last-child{
        margin-right: 0;
    }
    .product-til-right .smalltext{
        background: none;
    }
    .product-til-right .smalltext p{
        margin-right: 0;
    }
    .product-til-right .smalltext ul{
        max-width: 100%;
    }
    .prod-main-bt .prod-main-bt-l h2,.tab-title h2,.interesteds-title,.prod-main .prod-main-top-r h2{
        font-size: 24px;
    }
    .prod-main .prod-main-top .prod-main-top-l ul li div{
        font-size: 20px;
    }
    .prod-main .prod-main-top-l ul li:nth-child(1) div:before,.prod-main .prod-main-top-l ul li:nth-child(2) div:before,.prod-main .prod-main-top-l ul li:nth-child(3) div:before{
        width: 7vw;
        height: 7vw;
    }
}
@media (max-width:500px){
    .all-container .detail,.all-container .titles h2,.all-container .text-bottom .detail p span{
        margin-left: 0!important;
    }
    .all-container .titles:before,.all-container .text-bottom .titles:after,.all-container .text-bottom .detail p:before,.all-container .titles:after{
        display: none; 
    }
    .prod-main .prod-main-top .prod-main-top-l ul li div{
        font-size: 18px;
    }
    .prod-main .prod-main-top-r h2,.prod-main-bt .prod-main-bt-l h2,.tab-title h2,.interesteds-title{
        font-size: 24px;
    }
    .interesteds{
        max-width: 100%;
    }
    .product-til-right h1{
        font-size: 24px;
    }
    .nav-tips .wt72{
        line-height: 1.8;
    }
    .product-til-right .smalltext ul li,.product-til-right .smalltext ul li:last-child{
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 15px;
    }
    .all-container .img-two{
        margin-left: 0!important;
    }
    .all-container .img-two img{
        width: calc((100% - 30px) / 2);
    }
    .all-container .titles h2{
        font-size: 20px!important;
    }
}

.nav-tips {
    /* position: absolute; */
    color: #fff;
    top: 100px;
    width: 100%;
    left: 50%;
    /* transform: translateX(-50%); */
    font-size: 16px;
    max-width: 1400px;
    margin: 30px auto;

}

.nav-tips a { padding: 0 3px;
    color: #fff;
}

.nav-tips .wt72 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}