.common_banner {
    height: 100vh;
}

.common_banner .img {
    height: 100%;
}

.common_banner .img img {
    height: 100%;
    filter: brightness(0.7);
}
.common_banner .text_box {
    position: absolute;
    z-index: 3;
    left: 9.375vw;
    top: 50%;
    transform: translateY(-50%);
}
.common_banner .text {
    position: unset;
    transform: unset;
}
.common_banner .text_box .h1 {
    font-size: 56px;
    color: #FFF;
    margin-bottom: 15px;
}
.common_banner .text_box .h1 span {
    font-weight: bold;
}
.common_banner .text h2 {
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    color: #FFFFFF;
}

.common_banner .text h1 span, .common_banner .text h1 div {
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    color: #FFFFFF;
}

.common_banner .text {
    font-size: 32px;
    color: #FFF;
    margin: 0 0 0 80px;
}

.common_banner .text p span, .common_banner .text p div {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.common_banner .scroll_box {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}

.common_banner .scroll_box img {
    display: block;
    width: 11px;
    animation-duration: 2s !important;
    animation-iteration-count: infinite !important;
    animation-name: tds-keyframe--bounce !important;
}

.crumb_links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 140px;
    position: sticky;
    top: 60px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    z-index: 999;
    height: 74px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #FFFFFF;
}

.crumb_links .item {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: 0.6s;
    cursor: pointer;
}

.crumb_links .item:hover, .crumb_links .item.on {
    color: #87B22E;
}

.sec1 {
    padding: 164px 0 161px;
}

.sec1 .wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sec1 .wrap .l {
    width: 754px;
}

.sec1 .wrap .l .title {
    font-weight: bold;
    font-size: 42px;
    line-height: 52px;
    color: #1A1A1A;
    margin-bottom: 65px;
}

.sec1 .wrap .l .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #1a1a1a;
    width: 100%;
    padding: 0 48px 0 0;
    max-height: 378px;
    overflow-y: auto;
}

.sec1 .wrap .l .text::-webkit-scrollbar {
    width: 2px;
}

.sec1 .wrap .l .text::-webkit-scrollbar-thumb {
    background: #87b22e;
}

.sec1 .wrap .l .text::-webkit-scrollbar-track {
    background: #f8f8f8;
}

.sec1 .wrap .video {
    width: 735px;
    height: 495px;
    border-radius: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sec1 .wrap .video .play {
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(30px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.sec1 .wrap .video .play img {
    display: block;
    width: 17px;
    height: auto;
    transform: translateX(2px);
}

.sec1 .wrap .video .play:hover {
    background: #87B22E;
}

.sec1 .wrap .video > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .video:hover > img {
    transform: scale(1.1);
}

.sec2 {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.sec2 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    filter: brightness(0.8);
}

.sec2 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .title {
    font-weight: bold;
    font-size: 46px;
    color: white;
    text-align: center;
    margin-bottom: 405px;
}

.sec2 .list {
    display: flex;
    justify-content: center;
    gap: 250px;
}

.sec2 .list .item {
    text-align: center;
}

.sec2 .list .item .icon {
    width: 54px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    transition: 1s;
}

.sec2 .list .item .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.sec2 .list .item .h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: white;
    margin-bottom: 6px;
}

.sec2 .list .item .p {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: white;
}

.sec2 .list .item:hover .icon {
    transform: rotateY(360deg);
}

.sec3 {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.sec3 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.sec3 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .title {
    font-weight: bold;
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 75px;
    text-align: center;
}

.sec3 .swiper {
    width: 100%;
    overflow: unset;
}

.sec3 .swiper .swiper-slide {
    background: white;
    padding: 15px 19px 46px;
}

.sec3 .swiper .swiper-slide .img {
    width: 100%;
    height: 245px;
    background: #f8f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .swiper .swiper-slide .img img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    transition: 2s;
}

.sec3 .swiper .swiper-slide p {
    margin: 44px 0 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    color: #333333;
  text-align: center;
}

.sec3 .swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.sec3 .btns {
    display: flex;
    margin: 74px 0 0;
    justify-content: center;
    gap: 10px;
}

.sec3 .btns .jt {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #87B22E;
    cursor: pointer;
    transition: 0.6s;
    font-size: 14px;
    border-radius: 50%;
    color: #FFFFFF;
    opacity: 0.4;
}

.sec3 .btns .jt:nth-child(1) {
    transform: rotate(180deg);
}

.sec3 .btns .jt:hover {
    opacity: 1;
}

.sec4 {
    padding: 120px 0 114px;
}
.sec4 .wrap .title {
    color: #1A1A1A;
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px;
}
.sec4 .wrap .list {
    display: flex;
    gap: 59px;
}
.sec4 .wrap .list .item {
    width: 493px;
    height: 551px;
    border-radius: 32px;
    padding: 67px 36px 0;
    position: relative;
}
.sec4 .wrap .list .item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #DEDEDE;
    border-radius: 32px;
}
.sec4 .wrap .list .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #DEDEDE;
    border-radius: 32px;
    background: linear-gradient(180deg, #E5EFD0 0%, #FFF 100%), #FFF;
    opacity: 0;
    transition: 0.6s;
}
.sec4 .wrap .list .item .icon {
    position: relative;
    z-index: 3;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 1px solid #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 39px;
    transition: 0.6s;

}
.sec4 .wrap .list .item .icon img {
    display: block;
    max-width: 60%;
    max-height: 60%;
}
.sec4 .wrap .list .item .h5 {
    color: #87B22E;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 43px;
}
.sec4 .wrap .list .item .text {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
    position: relative;
    z-index: 3;
    max-height: 196px;
    overflow-y: auto;
}
.sec4 .wrap .list .item:hover:after {
    opacity: 1;
}
.sec4 .wrap .list .item:hover .icon {
    background: #FFF;
    border: 1px solid #FFFFFF;
}
.sec5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec5 .btns {
    position: absolute;
    display: flex;
    gap: 1468px;
    z-index: 3;
}
.sec5 .btns .jt {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #87B22E;
    border-radius: 50%;
}
.sec5 .btns .jt svg {
    display: block;
    width: 10px;
    height: auto;
}
.sec5 .sec5_swiper {
    width: 100%;
}
.sec5 .sec5_swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
}
.sec5 .sec5_swiper .swiper-slide .slide-inner {
    width: 100%;
    overflow: hidden;
}
.sec5 .sec5_swiper .swiper-slide .slide-inner img {
    display: block;
    width: 100%;
}

.sec6 {
    position: relative;
}
.sec6 .sec6_bg {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}
.sec6 .sec6_bg .bg {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.sec6 .sec6_bg .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec6 .wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 156px 0 0;
    align-items: flex-start;
}
.sec6 .wrap .l_box {
    width: 480px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: 0;
}
.sec6 .wrap .l_box .line {
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #D9D9D9;
}
.sec6 .wrap .l_box .line .l {
    width: 1px;
    height: 0%;
    background: #87B22E;
    position: relative;
}
.sec6 .wrap .l_box .line .l:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    background: #87B22E;
    border-radius: 50%;
}
.sec6 .wrap .r_box {
    width: 580px;
    padding: 60vh 0;
}
.sec6 .wrap .r_box .item {
    width: 100%;
}
.sec6 .wrap .r_box .item:not(:last-child) {
    margin-bottom: 50px;
}
.sec6 .wrap .r_box .item .item_year {
    color: #1A1A1A;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    transition: 0.6s;
}
.sec6 .wrap .r_box .item .item_des {
    color: #888;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7778;
    transition: 0.6s;
}
.sec6 .wrap .r_box .item .item_des img {
    display: block;
    width: 100%;
}
.sec6 .wrap .r_box .item.on .item_des {
    opacity: 0.2;
}
.sec6 .wrap .r_box .item.on .item_year {
    opacity: 0.2;
}
.sec6 .wrap .l_box .title {
    color: #1A1A1A;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 60px;
}
.sec6 .wrap .l_box .year_list .year_h5 {
    color: #87B22E;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.23;
    margin-bottom: 6px;
}
.sec6 .wrap .l_box .year_list .list .item {
    color: #CFCFCF;
    font-size: 24px;
    font-weight: 400;
    line-height: 56px;
    transition: 0.6s;
    cursor: pointer;
}
.sec6 .wrap .l_box .year_list .list .item.on {
    font-size: 68px;
    font-weight: 600;
    color: #87B22E;
    margin: 15px 0;
}
@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

@keyframes tds-keyframe--bounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

@media screen and (max-width: 1919px) {
    .common_banner .text_box .h1{
        font-size: 2.9166666667vw;
        margin-bottom: 0.78125vw;
    }
    .common_banner .text h2{
        font-size: 2.5vw;
    }
    .common_banner .text h1 span, .common_banner .text h1 div{
        font-size: 2.5vw;
    }
    .common_banner .text{
        font-size: 1.6666666667vw;
        margin: 0px 0px 0px 4.1666666667vw;
    }
    .common_banner .text p span, .common_banner .text p div{
        font-size: 1.6666666667vw;
    }
    .common_banner .scroll_box{
        width: 3.125vw;
        height: 3.125vw;
        bottom: 3.125vw;
    }
    .common_banner .scroll_box img{
        width: 0.5729166667vw;
    }
    .crumb_links{
        gap: 7.2916666667vw;
        top: 3.125vw;
        backdrop-filter: blur(1.0416666667vw);
        height: 3.8541666667vw;
    }
    .crumb_links .item{
        font-size: 0.8333333333vw;
    }
    .sec1{
        padding: 8.5416666667vw 0px 8.3854166667vw;
    }
    .sec1 .wrap .l{
        width: 39.2708333333vw;
    }
    .sec1 .wrap .l .title{
        font-size: 2.1875vw;
        line-height: 2.7083333333vw;
        margin-bottom: 3.3854166667vw;
    }
    .sec1 .wrap .l .text{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        padding: 0px 2.5vw 0px 0px;
        max-height: 19.6875vw;
    }
    .sec1 .wrap .l .text::-webkit-scrollbar{
        width: 0.1041666667vw;
    }
    .sec1 .wrap .video{
        width: 38.28125vw;
        height: 25.78125vw;
        border-radius: 0.7291666667vw;
    }
    .sec1 .wrap .video .play{
        width: 3.5416666667vw;
        height: 3.5416666667vw;
        backdrop-filter: blur(1.5625vw);
    }
    .sec1 .wrap .video .play img{
        width: 0.8854166667vw;
        transform: translateX(0.1041666667vw);
    }
    .sec2 .title{
        font-size: 2.3958333333vw;
        margin-bottom: 21.09375vw;
    }
    .sec2 .list{
        gap: 13.0208333333vw;
    }
    .sec2 .list .item .icon{
        width: 2.8125vw;
        height: 2.9166666667vw;
        margin: 0px auto 1.6666666667vw;
    }
    .sec2 .list .item .h5{
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        margin-bottom: 0.3125vw;
    }
    .sec2 .list .item .p{
        font-size: 1.25vw;
        line-height: 1.5625vw;
    }
    .sec3 .title{
        font-size: 2.1875vw;
        margin-bottom: 3.90625vw;
    }
    .sec3 .swiper .swiper-slide{
        padding: 0.78125vw 0.9895833333vw 2.3958333333vw;
    }
    .sec3 .swiper .swiper-slide .img{
        height: 12.7604166667vw;
    }
    .sec3 .swiper .swiper-slide p{
        margin: 2.2916666667vw 0px 0px;
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        height: 3.125vw;
    }
    .sec3 .btns{
        margin: 3.8541666667vw 0px 0px;
        gap: 0.5208333333vw;
    }
    .sec3 .btns .jt{
        width: 2.1875vw;
        height: 2.1875vw;
        font-size: 0.7291666667vw;
    }
    .sec4{
        padding: 6.25vw 0px 5.9375vw;
    }
    .sec4 .wrap .title{
        font-size: 2.3958333333vw;
        margin-bottom: 3.125vw;
    }
    .sec4 .wrap .list{
        gap: 3.0729166667vw;
    }
    .sec4 .wrap .list .item{
        width: 25.6770833333vw;
        height: 28.6979166667vw;
        border-radius: 1.6666666667vw;
        padding: 3.4895833333vw 1.875vw 0px;
    }
    .sec4 .wrap .list .item::before{
        border-radius: 1.6666666667vw;
    }
    .sec4 .wrap .list .item::after{
        border-radius: 1.6666666667vw;
    }
    .sec4 .wrap .list .item .icon{
        width: 5vw;
        height: 5vw;
        margin: 0px auto 2.03125vw;
    }
    .sec4 .wrap .list .item .h5{
        font-size: 1.25vw;
        line-height: 1.6666666667vw;
        margin-bottom: 2.2395833333vw;
    }
    .sec4 .wrap .list .item .text{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        max-height: 10.20833333vw;
    }
    .sec5 .btns{
        gap: 76.4583333333vw;
    }
    .sec5 .btns .jt{
        width: 3.4375vw;
        height: 3.4375vw;
    }
    .sec5 .btns .jt svg{
        width: 0.5208333333vw;
    }
    .sec6 .wrap{
        padding: 0px 8.125vw 0px 0px;
    }
    .sec6 .wrap .l_box{
        width: 25vw;
    }
    .sec6 .wrap .l_box .line .l::after{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        bottom: -0.3125vw;
    }
    .sec6 .wrap .r_box{
        width: 30.2083333333vw;
    }
    .sec6 .wrap .r_box .item:not(:last-child){
        margin-bottom: 2.6041666667vw;
    }
    .sec6 .wrap .r_box .item .item_year{
        font-size: 1.6666666667vw;
        margin-bottom: 0.78125vw;
    }
    .sec6 .wrap .r_box .item .item_des{
        font-size: 0.9375vw;
    }
    .sec6 .wrap .l_box .title{
        font-size: 2.3958333333vw;
        margin-bottom: 3.125vw;
    }
    .sec6 .wrap .l_box .year_list .year_h5{
        font-size: 2.1875vw;
        margin-bottom: 0.3125vw;
    }
    .sec6 .wrap .l_box .year_list .list .item{
        font-size: 1.25vw;
        line-height: 2.9166666667vw;
    }
    .sec6 .wrap .l_box .year_list .list .item.on{
        font-size: 3.5416666667vw;
        margin: 0.78125vw 0px;
    }
}

@media screen and (max-width: 768px) {
    .common_banner {
        height: 55vh;
    }
    .common_banner .text_box {
        width: 90%;
        left: 5vw;
    }
    .common_banner .text_box .h1 {
        font-size: 24px;
    }
    .common_banner .text {
        font-size: 15px;
        margin: 15px 0 0 12px;
        width: 100%;
        line-height: 1.8;
    }
    .common_banner .text p span, .common_banner .text p div {
        font-size: 15px;
        line-height: 1.8;
    }
    .common_banner .scroll_box {
        width: 30px;
        height: 30px;
        bottom: 15px;
    }
    .common_banner .scroll_box img {
        width: 8px;
    }
    .sec1 {
        padding: 60px 0;
    }
    .sec1 .wrap {
        flex-direction: column-reverse;
    }
    .sec1 .wrap .video {
        width: 100%;
        height: 61vw;
        border-radius: 8px;
    }
    .sec1 .wrap .video .play {
        width: 40px;
        height: 40px;
    }
    .sec1 .wrap .video .play img {
        width: 12px;
        transform: translateX(2px);
    }
    .sec1 .wrap .l {
        width: 100%;
        margin: 20px 0 0;
    }
    .sec1 .wrap .l .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sec1 .wrap .l .text {
        max-height: 300px;
        font-size: 15px;
        line-height: 1.8;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .list {
        width: 90%;
        justify-content: space-between;
        margin: 0 auto;
    }
    .sec2 .title {
        font-size: 22px;
    }
    .sec2 .list .item {
        width: 30%;
    }
    .sec2 .bg {
        filter: brightness(0.7);
    }
    .sec2 .list .item .icon {
        width: 40px;
        height: 40px;
    }
    .sec2 .list .item .h5 {
        font-size: 15px;
        line-height: 1;
        margin: 15px 0;
    }
    .sec2 .list .item .p {
        font-size: 12px;
        line-height: 1.4;
    }
    .sec3 {
        padding: 60px 0;
        overflow: hidden;
        height: unset;
    }
    .sec3 .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sec3 .swiper .swiper-slide .img {
        height: 42vw;
        padding: 10px 0;
    }
    .sec3 .swiper .swiper-slide p {
        font-size: 14px;
        height: unset;
        line-height: 1.4;
        margin: 20px 0 0;
    }
    .sec3 .swiper .swiper-slide {
        padding: 15px;
    }
    .sec3 .btns {
        margin: 30px 0 0;
        gap: 15px;
    }
    .sec3 .btns .jt {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .sec6 .wrap {
        padding: 50px 0;
        display: block;
    }
    .sec6 .wrap .l_box {
        width: 100%;
        height: unset;
        position: unset;
        margin-bottom: 26px;
    }
    .sec6 .wrap .r_box .item:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec6 .wrap .r_box .item {
        padding: 0 0 15px;
        border-bottom: 1px solid #CCCCCC;
    }
    .sec6 .wrap .r_box .item .item_year {
        font-size: 18px;
        opacity: 1 !important;
        margin-bottom: 15px;
    }
    .sec6 .wrap .r_box .item .item_des {
        font-size: 15px;
    }
    .sec6 .wrap .l_box .title {
        font-size: 20px;
        margin: 0;
    }
    .sec6 .wrap .l_box .year_list {
        display: none;
    }
    .sec6 .wrap .l_box .line {
        display: none;
    }
    .sec6 .wrap .r_box {
        width: 100%;
        padding: 0;
    }
    .sec4 {
        padding: 60px 0;
    }
    .sec4 .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec4 .wrap .list {
        gap: 28px;
        flex-wrap: wrap;
    }
    .sec4 .wrap .list .item {
        width: 100%;
        height: unset;
        padding: 30px 20px;
        border-radius: 10px;
    }
    .sec4 .wrap .list .item .icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 20px;
    }
    .sec4 .wrap .list .item .h5 {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    .sec4 .wrap .list .item .text {
        font-size: 15px;
        line-height: 1.8;
        max-height: unset;
    }
    .sec4 .wrap .list .item .icon img {
        max-height: 40%;
        max-width: 40%;
    }
    .sec5 .sec5_swiper {
        height: 65vw;
    }
    .sec5 .btns {
        justify-content: space-between;
        width: 100%;
        padding: 0 5vw;
        gap: 0;
    }
    .sec5 .btns .jt {
        width: 32px;
        height: 32px;
    }
    .sec5 .btns .jt svg {
        width: 6px;
    }
    .sec5 .sec5_swiper .swiper-slide .slide-inner {
        height: 100%;
    }
    .sec5 .sec5_swiper .swiper-slide .slide-inner img {
        height: 100%;
    }
    html[lang='en'] .sec2 .list {
        flex-wrap: wrap;
    }
    html[lang='en'] .sec2 .list .item {
        width: 100%;
    }
}
