body .proInfo2 .wrap .content2 .text .download {
    background: #4BBFCD
}
.section1 .wrap .content .l .lSwiper{
    width: 120px;
    height: 529px;
}

.section1 .wrap .content .l .lSwiper .swiper-slide{
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    transition: border 1s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1 .wrap .content .l .lSwiper .swiper-slide-thumb-active{
    border: 1px solid var(--color);
}


.common_title {
    display: flex;
    align-items: center
}

.common_title .bor {
    width: 14px;
    height: 14px;
    background: #4BBFCD;
    border-radius: 4px;
    margin: 0 20px 0 0
}

.common_title p {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A
}

.common_wrap {
    width: 1480px;
    margin: auto
}

.section1 {
    padding: 120px 0 124px 0
}

.section1 .wrap .brand {
    display: flex;
    align-items: center
}

.section1 .wrap .brand a {
    font-weight: 400;
    font-size: 16px;
    color: #888888
}

.section1 .wrap .brand .iconfont {
    color: #888888;
    font-size: 16px;
    margin: 0 5px
}

.section1 .wrap .content {
    margin: 44px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section1 .wrap .content .l {

    display: flex;
    align-items: center;
    justify-content: center
}

.section1 .wrap .content .l .l2Swiper{
    width: 682px;
    height: 529px;
}





.section1 .wrap .content .r {
    width: 600px
}

.section1 .wrap .content .r .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 27px
}

.section1 .wrap .content .r .p1 {
    font-weight: 400;
    font-size: 16px;
    color: #888888
}

.section1 .wrap .content .r .line {
    width: 100%;
    height: 1px;
    background: #4BBFCD;
    margin: 41px 0 43px;
    transform: scaleX(0);
    transform-origin: left;
    transition: 2s
}

.section1 .wrap .content .r .line.aos-animate {
    transform: scaleX(1)
}

.section1 .wrap .content .r .grid {
    margin: 0 0 74px;
}

.section1 .wrap .content .r .grid .flex{
    display: flex;
    flex-direction: column;
    grid-gap: 0 39px;
}

.section1 .wrap .content .r .grid .flex:not(:last-child) {
    margin: 0 39px 0 0
}

.section1 .wrap .content .r .grid .flex .list {
    display: flex;
}

.section1 .wrap .content .r .grid .flex .list span {
    width: 6px;
    height: 6px;
    background: #4BBFCD;
    margin: 12px 19px 0 0
}

.section1 .wrap .content .r .grid .flex .list p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px
}

.section1 .wrap .content .r .more {
    width: 150px;
    height: 64px;
    border-radius: 3px;
    border: 1px solid #4BBFCD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #4BBFCD;
    transition: .6s ease;
    text-transform: uppercase
}

.section1 .wrap .content .r .more:hover {
    background: #4BBFCD;
    color: #fff;
    border: 1px solid #fff
}

.section2 .common_wrap {
    border-top: 1px solid #E3E3E3;
    padding: 83px 0 112px 0
}

.section2 .content {
    display: flex;
    justify-content: space-between;
    margin: 57px 0 0 0
}

.section2 .content .item {
    width: 341px
}

.section2 .content .item .img {
    width: 100%;
    height: 215px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center
}

.section2 .content .item .img:hover img {
    transform: scale(1.05)
}

.section2 .content .item .img img {
    object-fit: contain;
    transition: .6s ease
}

.section2 .content .item .text {
    margin: 28px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    text-align: center
}

.section3 {
    padding: 0 0 100px
}

.section3 .common_wrap .content {
    margin: 49px 0 0 0
}

.section3 .common_wrap .content table {
    width: 100%
}

.section3 .common_wrap .content table tr td {
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background: #FBFBFB;
    height: 59px;
    padding: 0 70px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A
}

.section3 .common_wrap .content table tr td:first-child {
    width: 400px;
    background: #EFF7F8;
    font-weight: bold
}

.section3 .common_wrap .content table tr td:last-child {
    padding: 0 122px
}

body .proInfo2 {
    background: transparent !important;
    padding: 0 0 127px
}

body .proInfo2 .wrap .content2 {
    background: #F5F5F5
}

.fixed_back {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: #49B247;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: .4s ease
}

.fixed_back.on {
    opacity: 1;
    pointer-events: auto
}

.fixed_back .iconfont {
    color: #FFFFFF;
    font-size: 18px;
    transform: rotate(-90deg)
}

@media screen and (max-width: 1919px) {
    .section1 .wrap .content .l .lSwiper{
        width: 6.25vw;
        height: 27.5520833333vw;
    }
    .section1 .wrap .content .l .lSwiper .swiper-slide{
        border-radius: 0.2083333333vw;
    }
    .common_title .bor{
        width: 0.7291666667vw;
        height: 0.7291666667vw;
        border-radius: 0.2083333333vw;
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .common_title p{
        font-size: 1.6666666667vw;
    }
    .common_wrap{
        width: 77.0833333333vw;
    }
    .section1{
        padding: 6.25vw 0px 6.4583333333vw;
    }
    .section1 .wrap .brand a{
        font-size: 0.8333333333vw;
    }
    .section1 .wrap .brand .iconfont{
        font-size: 0.8333333333vw;
        margin: 0px 0.2604166667vw;
    }
    .section1 .wrap .content{
        margin: 2.2916666667vw 0px 0px;
    }
    .section1 .wrap .content .l .l2Swiper{
        width: 35.5208333333vw;
        height: 27.5520833333vw;
    }
    .section1 .wrap .content .r{
        width: 31.25vw;
    }
    .section1 .wrap .content .r .title{
        font-size: 2.1875vw;
        margin: 0px 0px 1.40625vw;
    }
    .section1 .wrap .content .r .p1{
        font-size: 0.8333333333vw;
    }
    .section1 .wrap .content .r .line{
        margin: 2.1354166667vw 0px 2.2395833333vw;
    }
    .section1 .wrap .content .r .grid{
        margin: 0px 0px 3.8541666667vw;
    }
    .section1 .wrap .content .r .grid .flex{
        gap: 0px 2.03125vw;
    }
    .section1 .wrap .content .r .grid .flex:not(:last-child){
        margin: 0px 2.03125vw 0px 0px;
    }
    .section1 .wrap .content .r .grid .flex .list span{
        width: 0.3125vw;
        height: 0.3125vw;
        margin: 0.625vw 0.9895833333vw 0px 0px;
    }
    .section1 .wrap .content .r .grid .flex .list p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .section1 .wrap .content .r .more{
        width: 7.8125vw;
        height: 3.3333333333vw;
        border-radius: 0.15625vw;
        font-size: 0.7291666667vw;
    }
    .section2 .common_wrap{
        padding: 4.3229166667vw 0px 5.8333333333vw;
    }
    .section2 .content{
        margin: 2.96875vw 0px 0px;
    }
    .section2 .content .item{
        width: 17.7604166667vw;
    }
    .section2 .content .item .img{
        height: 11.1979166667vw;
        border-radius: 0.625vw;
    }
    .section2 .content .item .text{
        margin: 1.4583333333vw 0px 0px;
        font-size: 0.9375vw;
    }
    .section3{
        padding: 0px 0px 5.2083333333vw;
    }
    .section3 .common_wrap .content{
        margin: 2.5520833333vw 0px 0px;
    }
    .section3 .common_wrap .content table tr td{
        height: 3.0729166667vw;
        padding: 0px 3.6458333333vw;
        font-size: 0.8333333333vw;
    }
    .section3 .common_wrap .content table tr td:first-child{
        width: 20.8333333333vw;
    }
    .section3 .common_wrap .content table tr td:last-child{
        padding: 0px 6.3541666667vw;
    }
    body .proInfo2{
        padding: 0px 0px 6.6145833333vw;
    }
    .fixed_back{
        right: 1.5625vw;
        bottom: 5.2083333333vw;
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        border-radius: 0.5208333333vw;
    }
    .fixed_back .iconfont{
        font-size: 0.9375vw;
    }
}
@media screen and (max-width: 1024px) {
    .section1{
        padding: 85px 0 30px 0;
    }
    .section1 .wrap .brand a{
        font-size: 12px;
    }
    .section1 .wrap .brand .iconfont{
        font-size: 12px;
        margin: 0 5px;
    }
    .common_wrap{
        width: 90%;
    }
    .section1 .wrap .content{
        margin: 22px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }
    .section1 .wrap .content .l{
        flex-direction: column-reverse;
    }
    .section1 .wrap .content .l .l2Swiper {
        width: 100%;
        height: auto;
    }
    .section1 .wrap .content .l .lSwiper {
        width: 100%;
        height: 75px;
        margin: 20px 0 0 0;
    }
    .section1 .wrap .content .r {
        width: 100%;
        margin: 40px 0 0 0;
    }
    .section1 .wrap .content .r .title{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .section1 .wrap .content .r .p1{
        font-size: 14px;
    }
    .section1 .wrap .content .r .grid .flex .list p{
        font-size: 13px;
        line-height: 28px;
    }
    .section1 .wrap .content .r .grid .flex .list span{
        width: 6px;
        height: 6px;
        margin: 10px 5px 0 0;
        display: none;
    }
    .section1 .wrap .content .r .more{
        width: fit-content;
        height: 40px;
        padding: 0 16px;
        font-size: 13px;
    }
    .section1 .wrap .content .r .grid{
        margin: 0 0 20px;
    }
    .section1 .wrap .content .r .line{
        margin: 25px 0;
        transform: scaleX(1);
    }
    .section3{
        padding: 35px 0;
    }
    .common_title p{
        font-size: 22px;
    }
    .common_title .bor {
        width: 8px;
        height: 8px;
        border-radius: 2px;
        margin: 0 15px 0 0;
    }
    .section3 .common_wrap .content table tr td{
        height: auto;
        font-size: 12px;
        padding: 18px 20px;
    }
    .section3 .common_wrap .content{
        margin: 20px 0 0 0;
    }
    .section3 .common_wrap .content table{
        display: block;
        overflow: hidden;
        overflow-x: scroll;
    }
    .section3 .common_wrap .content table tbody{
        width: max-content;
        display: inline-table;
    }
    body .proInfo2{
        padding: 0 0 15px;
    }
    .proInfo2 .wrap .content2{
        height: auto;
    }
}
