.products-box {
    width: 100%;
    overflow-x: hidden;
}

.products-box .banner {
    width: 100%;
    height: 4rem;
}

.products-box .banner img {
    width: 100%;
    height: 4rem;
}

.products-box .products-box1 {
    padding-top: 0.4rem;
}

.products-box .products-box1 h1 {
    font-size: 0.36rem;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    padding-bottom: 0.3rem;
}

.products-box .products-box1 .products-box1-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.4rem;
}

.products-box .products-box1 .products-box1-nav li {
    font-size: 0.18rem;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    padding: 0 0.26rem;
    height: 0.2rem;
    position: relative;
    cursor: pointer;
}

.products-box .products-box1 .products-box1-nav li span {
    width: 0.01rem;
    height: 0.2rem;
    display: inline-block;
    background: #666666;
    position: absolute;
    top: 50%;
    right: 0rem;
    transform: translate(0, -50%);
}

.products-box .products-box1 .products-box1-navli:last-child span {
    background: #fff;
}

.products-box .products-box1 .products-box1-nav .nav_active2 {
    color: #2AA6D0 !important;
}

.products-box .content {
    padding: 0 2.1rem;
}

.products-box .content .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* display: none; */
}

.products-box .content .list .item {
    width: 3.5rem;
    height: auto;
    margin-bottom: 0.4rem;
    cursor: pointer;
}

.products-box .content .list .item:last-child:nth-child(4n-1){
margin-right:calc(24% + 4%/3);
}


.products-box .content .list .item:last-child:nth-child(4n-2){
margin-right:calc(48% + 8%/3);
}

.products-box .content .list .item .img  {
    width: 3.5rem;
    height: 3.5rem;
    overflow: hidden;

}
.products-box .content .list .item .img img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
    overflow: hidden;
    transition: all .6s cubic-bezier(.35, .75, .55, 1) .1s;
    -webkit-transition: all .6s cubic-bezier(.35, .75, .55, 1) .1s;
    -moz-transition: all .6s cubic-bezier(.35, .75, .55, 1) .1s;
    -o-transition: all .6s cubic-bezier(.35, .75, .55, 1) .1s;
}
.products-box .content .list .item:hover .img img{
    transform: scale(1.1);
}
.products-box .content .list .item:hover h6{
    color:#2AA6D0;
}
.products-box .content .list .item h6 {
    font-size: 0.24rem;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    padding-top: 0.2rem;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.products-box .content .list .item p {
    width: 3.5rem;
    text-align: left;
    font-size: 0.18rem;
    font-family: Arial;
    font-weight: bold;
    padding-top: 0.16rem;
    color: #333333;
}

.products-box .navs {
    width: 15rem;
    height: auto;
    margin: 0 auto;
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    color: #707070;
    text-align: left;
    padding-bottom: 0.23rem;
    padding-top: 0.2rem;
}

.products-box .navs a {
    color: #707070;
    cursor: pointer;
}

.products-box .navs span {
    color: #666;
    padding: 0 0.02rem;
    display: inline-block;
}

.products-box .navs a:hover {
    color: #333;
}

.products-box .pro-details1 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    position: relative;
}

.products-box .pro-details1 .mySwiper2 {
    width: 15rem;
    height: auto;
}

.products-box .pro-details1 .main .swiper-slide {
    height: 6rem;
    width: 15rem;
    position: relative;
}

.products-box .pro-details1 .main .swiper-slide video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.products-box .pro-details1 .main .swiper-slide img {
    /*width: 100%;*/
    /*height: 100%;*/
    max-width: 100%;
    max-height: 100%;
}

.products-box .pro-details1 .main .swiper-slide .poster {
    z-index: 11;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
}

.products-box .pro-details1 .main .swiper-slide .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    background: rgba(0, 0, 0, 0.39);
    border-radius: 50%;
    opacity: 0.5;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-box .pro-details1 .main .swiper-slide .play-btn img {
    width: 0.36rem;
    height: 0.41rem;
}

.products-box .pro-details1 .mySwiper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 0.7rem;
    width: 4.5rem;
    margin-top: 0.4rem;
}

.products-box .pro-details1 .mySwiper .swiper-slide {
    width: 0.7rem;
    height: 0.7rem;
    cursor: pointer;
}

.products-box .pro-details1 .mySwiper .swiper-slide img {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    object-fit: cover;
}
.products-box .pro-details1 .mySwiper .swiper-slide video {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    object-fit: cover;
}
.products-box .pro-details1 .mySwiper .swiper-slide-thumb-active video {
    width: 0.58rem;
    height: 0.58rem;
    border: 6px solid #2AA6D0;
}
.products-box .pro-details1 .mySwiper .swiper-slide-thumb-active {
    width: 0.7rem;
    height: 0.7rem;
}

.products-box .pro-details1 .mySwiper .swiper-slide-thumb-active img {
    width: 0.58rem;
    height: 0.58rem;
    border: 6px solid #2AA6D0;
}

.products-box .send-box {
    width: 1.9rem;
    height: 0.7rem;
    background: rgba(42, 166, 208, 1);
    border: 0px solid #2AA6D0;
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    line-height: 0.7rem;
    color: #FFFFFF;
    position: fixed;
    top: 4.28rem;
    right: 0.2rem;
    z-index: 100;
    cursor: pointer;
}

.products-box .send-box img {
    width: 0.35rem;
    height: 0.36rem;
    margin-right: 0.15rem;
}
.products-box .lx-box {
    width: 1.9rem;
    height: 0.7rem;
    background: #58A9BC;
    border: 0px solid #58A9BC;
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    line-height: 0.7rem;
    color: #FFFFFF;
    position: fixed;
    top: 5.1rem;
    right: 0.2rem;
    z-index: 100;
    cursor: pointer;
}

.products-box .lx-box img {
    width: 0.35rem;
    height: 0.36rem;
    margin-right: 0.15rem;
}

.pro-details2 {
    width: 15rem;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 0.8rem;
}

.pro-details2 h4 {
    font-size: 0.3rem;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}

.pro-details2 h5 {
    font-size: 0.18rem;
    font-family: Arial;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    padding-top: 0.2rem;
    padding-bottom: 0.41rem;
}

.pro-details2 .para1 h2 {
    /* width: 15rem; */
    height: 0.6rem;
    background: rgba(42, 166, 208, 1);
    padding-left: 0.4rem;
    font-size: 0.24rem;
    font-family: Arial;
    font-weight: bold;
    line-height: 0.6rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
}



.pro-details2 .para1 .parai_intro ul {
    padding-top: 0.14rem;
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    color: #707070;
}

.pro-details2 .para1 .parai_intro ul:nth-child(2){
    padding-top: 0.28rem;
}
.pro-details2 .para1 .parai_intro ul li {
    line-height: 0.32rem;
}

.pro-details2 .para1 .parai_intro .table_img {
    margin-top: 0.12rem;
    width: 7.15rem;
    height: 3.22rem;
    margin-bottom: 0.2rem;
}

.pro-details2 .para1 .parai_intro .img {
    margin: 0.2rem 0 0 0;
    max-width: 7.47rem;
    height: auto;
    display: block;
}

.pro-details2 .para1 .parai_intro h6 {
    font-size: 0.18rem;
    font-family: Arial;
    font-weight: 400;
    line-height: 1;
    padding-top: 0.2rem;
}

.pro-details2 .para1 .parai_intro p {
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    line-height: 0.32rem;
    color: #707070;
    /*width: 9.99rem;*/
}

.popup {
    display: none;
}

.pop_con {
    width: 10rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.4rem;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 0.6rem;
    /* padding: 0.6rem 1.33rem 0.6rem 1.31rem; */
}

.pop_con .pop_title {
    width: 10rem;
    height: 0.78rem;
    background: rgba(42, 166, 208, 1);
    line-height: 0.78rem;
    border-radius: 0.4rem 0.4rem 0rem 0rem;
    font-size: 0.3rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}

.pop_con .pop_detail {
    padding: 0.6rem 1.31rem 0 1.33rem;
}

.pop_con .pop_detail ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pop_con .pop_detail ul li {
    width: 3.53rem;
    height: 0.48rem;

    margin-bottom: 0.2rem;
}

.pop_con .pop_detail ul li input {
    width: 3.53rem;
    height: 0.48rem;
    text-indent: 0.3rem;
    outline: none;
    border: 1px solid #EEEEEE;
}

.pop_con .pop_detail ul li input::-webkit-input-placeholder,
.pop_con .pop_detail ul li input::-moz-placeholder,
.pop_con .pop_detail ul li input::-ms-input-placeholder {
    color: #000000;
}

.pop_con .pop_detail textarea {
    width: 7.35rem;
    height: 2.4rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.3rem;
    color: #000000;
    border: 1px solid #EEEEEE;
    padding: 0.3rem;
    outline: none;
}

.pop_con .pop_detail textarea::-webkit-placeholder,
.pop_con .pop_detail textarea::-moz-placeholder,
.pop_con .pop_detail textarea::-ms-placeholde {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.pop_con .pop_footer {
    margin: 0.3rem auto 0;
    height: 0.5rem;
}

.pop_con .pop_footer::after {
    clear: both
}

.pop_con .pop_footer button {
    width: 2.61rem;
    height: 0.5rem;
    background: rgba(42, 166, 208, 1);
    line-height: 0.5rem;
    text-align: center;
    border-radius: 0.33rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    outline: none;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    color: #FFFFFF;
    cursor: pointer;
}

.mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* display: none */
}
