.header {
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

.sec1 {
    padding: 98px 0 0;
}

.sec1 .wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .l {
    padding: 79px 0 0;
}

.sec1 .wrap .l .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.sec1 .wrap .l .text {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    margin-bottom: 35px;
}

.sec1 .wrap .l .btns {
    display: flex;
    align-items: center;
    gap: 19px;
    flex-wrap: wrap;
}

.sec1 .wrap .l .btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    height: 55px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    border-radius: 28px;
    border: 1px solid #00BF48;
    transition: 0.6s;
}

.sec1 .wrap .l .btns a:hover {
    color: #00BF48;
}

.sec1 .wrap .r {
    width: 600px;
    position: relative;
}

.sec1 .wrap .r img {
    display: block;
    width: 100%;
}

.sec1 .wrap .r img:nth-child(2) {
    position: absolute;
    top: 0;
    clip-path: inset(0 0 100% 0);
}

.sec2 {
    padding: 132px 0 0;
}

.sec2 .wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .item {
    width: 610px;
}

.sec2 .wrap .item .item_title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    padding: 0 0 20px;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
}

.sec2 .wrap .item .item_title:after {
    content: "";
    width: 140px;
    height: 1px;
    background: #00BF48;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.sec2 .wrap .item .item_text {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 30px;
    margin: 28px 0 55px;
}

.sec2 .wrap .item .item_flex {
    display: flex;
    gap: 0 105px;
}
html[lang='en'] .sec2 .wrap .item .item_flex {
    flex-direction: column;
    gap: 20px 0;
}
.sec2 .wrap .item .item_flex .label h5 {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    margin-bottom: 19px;
}

.sec2 .wrap .item .item_flex .label .label_text {
    display: flex;
    align-items: flex-end;
}

.sec2 .wrap .item .item_flex .label .label_text .label_text_content {
    font-weight: bold;
    font-size: 50px;
    color: #00BF48;
    line-height: 1;
}

.sec2 .wrap .item .item_flex .label .label_text p {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    margin: 0 0 2px 8px;
}

.sec2 .wrap .item:nth-child(2) .item_flex {
    gap: 0 75px;
}

.sec3 {
    padding: 169px 0 0;
}

.sec3 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec3 .wrap .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 68px;
}

.sec3 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec3 .wrap .top h5 {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
}

.sec3 .wrap .top .r {
    display: flex;
    align-items: center;
}

.sec3 .wrap .top .r .line {
    width: 1218px;
    position: relative;
}

.sec3 .wrap .top .r .line .dian {
    position: absolute;
    bottom: -4px;
    left: 90px;
    transition-delay: 0.15s !important;
}

.sec3 .wrap .top .r .line .dian .cir {
    width: 8px;
    height: 8px;
    background: #00BF48;
    border-radius: 50%;
}

.sec3 .wrap .top .r .line .dian p {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    position: absolute;
    left: 50%;
    top: -28px;
    transform: translateX(-50%);
}

.sec3 .wrap .top .r .line .dian:nth-child(2) {
    left: 192px;
    transition-delay: 0.32s !important;
}

.sec3 .wrap .top .r .line .dian:nth-child(3) {
    left: 577px;
    transition-delay: 0.5s !important;
}

.sec3 .wrap .top .r .line .dian:nth-child(4) {
    left: 1113px;
    transition-delay: 1.2s !important;
}

.sec3 .wrap .top .r .line .line1 {
    width: 100%;
    height: 1px;
    background: #00BF48;
    transform-origin: left;
}

.sec3 .wrap .top .r .jt {
    width: 18px;
    margin: 0 0 0 25px;
    transform: rotate(-90deg);
    transition-delay: 1.7s !important;
}

.sec3 .wrap .content {
    display: flex;
    padding: 0 0 0 37px;
    margin: 28px 0 0;
}

.sec3 .wrap .content .l .line {
    width: 1px;
    height: calc(100% - 52px);
    background: #00BF48;
    margin: 0 auto;
    transform-origin: top;
}

.sec3 .wrap .content .l .jt {
    width: 18px;
    margin: 15px 0 0;
    transition-delay: 1.7s !important;
}

.sec3 .wrap .content .flex {
    display: flex;
    width: 1074px;
    flex-wrap: wrap;
    gap: 19px;
    margin: 0 0 0 120px;
}

.sec3 .wrap .content .flex .item {
    width: 526px;
}

.sec3 .wrap .content .flex .item .item_box {
    width: 100%;
    height: 143px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px 0 70px;
}

.sec3 .wrap .content .flex .item .item_box .icon {
    width: 91px;
}

.sec3 .wrap .content .flex .item .item_box p {
    width: 245px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
    height: 64px;
}
html[lang='en'] .sec3 .wrap .content .flex .item .item_box p {
    height: unset;
    font-size: 14px;
    line-height: 1.2;
}
.sec3 .wrap .content .flex .item:nth-child(2n) .item_box {
    flex-direction: row-reverse;
    padding: 0 80px 0 60px;
}

.sec3 .wrap .content .flex .item:nth-child(1) .item_box {
    width: 360px;
    padding: 0 38px;
    margin: 0 0 0 auto;
}

.sec3 .wrap .content .flex .item:nth-child(1) .item_box p {
    width: 169px;
}

.sec3 .wrap .content .flex .item1 {
    width: 100%;
    height: 143px;
    background: #F4FFF8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 0 0 49px;
    gap: 0 40px;
}
html[lang='en'] .sec3 .wrap .content .flex .item1 {
    padding: 0 25px;
    gap: 0 30px;
}
.sec3 .wrap .content .flex .item1 p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    position: relative;
    padding: 0 0 0 20px;
}

.sec3 .wrap .content .flex .item1 p:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #00BF48;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec4 {
    padding: 187px 0 0;
}

.sec4 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec4 .wrap .top {
    display: flex;
    margin-bottom: 75px;
}

.sec4 .wrap .top .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 1;
    border-right: 1px solid #E9E9E9;
    padding: 0 40px 0 0;
    width: fit-content;
    margin-right: 42px;
}

.sec4 .wrap .top .select {
    display: flex;
    align-items: center;
}

.sec4 .wrap .top .select h5 {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin-right: 22px;
}

.sec4 .wrap .top .select .select_box {
    position: relative;
}

.sec4 .wrap .top .select .select_box .iconfont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 19px;
    font-size: 12px;
    color: #868686;
}

.sec4 .wrap .top .select .select_box select {
    width: 128px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #EFEFEF;
    padding: 0 25px;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sec4 .wrap .content {
    display: flex;
    justify-content: space-between;
    gap: 40px 0;
}

.sec4 .wrap .content .item {
    display: flex;
    justify-content: space-between;
    width: 660px;
    background: #F8F8F8;
    padding: 40px 76px 40px 36px;
}

.sec4 .wrap .content .item .img {
    width: 236px;
    overflow: hidden;
}

.sec4 .wrap .content .item .img img {
    display: block;
    transition: 3s;
}

.sec4 .wrap .content .item .r {
    width: 227px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 0 47px;
}

.sec4 .wrap .content .item .r .item_title {
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 32px;
    transition: 0.6s;
}

.sec4 .wrap .content .item .r .more {
    height: 46px;
    background: #FFFFFF;
    border-radius: 23px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: 0.6s;
}

.sec4 .wrap .content .item .r .more .iconfont {
    font-size: 20px;
    color: #E30000;
    transition: 0.6s;
}

.sec4 .wrap .content .item .r .more p {
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    margin-left: 12px;
    transition: 0.6s;
}

.sec4 .wrap .content .item .r .more:hover {
    background: #2660AD;
}

.sec4 .wrap .content .item .r .more:hover .iconfont, .sec4 .wrap .content .item .r .more:hover p {
    color: #FFFFFF;
}

.sec4 .wrap .content .item:hover .img img {
    transform: scale(1.1);
}

.sec4 .wrap .content .item:hover .r .item_title {
    color: #2660AD;
}

.sec4 .bottom {
    width: 100%;
    padding: 17.65625vw 0 0;
    overflow: hidden;
    position: relative;
}

.sec4 .bottom .more {
    position: absolute;
    top: 73px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 3;
}

.sec4 .bottom .more .more_box {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #1745A1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    cursor: pointer;
    transition: 0.6s;
}

.sec4 .bottom .more .more_box:hover {
    background: #1745A1;
    color: #FFFFFF;
}

.sec4 .bottom .yun {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec4 .bottom .yun img {
    display: block;
    width: 100%;
}

.sec4 .bottom .img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.sec4 .bottom .img img {
    display: block;
    width: 100%;
}
html:not([lang='zh-CN']) .sec3 .wrap .content,html:not([lang='zh-CN']) .sec3 .wrap .top {
    display: none;
}
.sec3 .wrap .lan_box img {
    display: none;
}
html:not([lang='zh-CN']) .sec3 .wrap .lan_box {
    display: block !important;
}
html[lang='en'] .sec3 .wrap .lan_box .en_img {
    display: block !important;
}
html[lang='ja'] .sec3 .wrap .lan_box .ja_img {
    display: block !important;
}
html[lang='de'] .sec3 .wrap .lan_box .de_img {
    display: block !important;
}
html[lang='es'] .sec3 .wrap .lan_box .es_img {
    display: block !important;
}
html[lang='ko'] .sec3 .wrap .lan_box .kr_img {
    display: block !important;
}
/*# sourceMappingURL=ESG.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 5.1041666667vw 0px 0px;
    }

    .sec1 .wrap {
        width: 72.9166666667vw;
    }

    .sec1 .wrap .l {
        padding: 4.1145833333vw 0px 0px;
    }

    .sec1 .wrap .l .title {
        font-size: 1.6666666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .sec1 .wrap .l .text {
        font-size: 0.9375vw;
        margin-bottom: 1.8229166667vw;
    }

    .sec1 .wrap .l .btns {
        gap: 0.9895833333vw;
    }
    .sec1 .wrap .l .btns a {
        padding: 0px 1.8229166667vw;
        height: 2.8645833333vw;
        font-size: 0.8333333333vw;
        border-radius: 1.4583333333vw;
    }

    .sec1 .wrap .r {
        width: 31.25vw;
    }

    .sec2 {
        padding: 6.875vw 0px 0px;
    }

    .sec2 .wrap {
        width: 72.9166666667vw;
    }

    .sec2 .wrap .item {
        width: 31.7708333333vw;
    }

    .sec2 .wrap .item .item_title {
        font-size: 1.6666666667vw;
        padding: 0px 0px 1.0416666667vw;
    }

    .sec2 .wrap .item .item_title::after {
        width: 7.2916666667vw;
    }

    .sec2 .wrap .item .item_text {
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        margin: 1.4583333333vw 0px 2.8645833333vw;
    }

    .sec2 .wrap .item .item_flex {
        gap: 0px 5.46875vw;
    }
    html[lang='en'] .sec2 .wrap .item .item_flex {
        gap: 1.04166666vw 0;
    }
    .sec2 .wrap .item .item_flex .label h5 {
        font-size: 0.9375vw;
        margin-bottom: 0.9895833333vw;
    }

    .sec2 .wrap .item .item_flex .label .label_text .label_text_content {
        font-size: 2.6041666667vw;
    }

    .sec2 .wrap .item .item_flex .label .label_text p {
        font-size: 0.9375vw;
        margin: 0px 0px 0.1041666667vw 0.4166666667vw;
    }

    .sec2 .wrap .item:nth-child(2) .item_flex {
        gap: 0px 3.90625vw;
    }

    .sec3 {
        padding: 8.8020833333vw 0px 0px;
    }

    .sec3 .wrap {
        width: 72.9166666667vw;
    }

    .sec3 .wrap .title {
        font-size: 1.6666666667vw;
        margin: 0px 0px 3.5416666667vw;
    }

    .sec3 .wrap .top h5 {
        font-size: 0.9375vw;
    }

    .sec3 .wrap .top .r .line {
        width: 63.4375vw;
    }

    .sec3 .wrap .top .r .line .dian {
        bottom: -0.2083333333vw;
        left: 4.6875vw;
    }

    .sec3 .wrap .top .r .line .dian .cir {
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }

    .sec3 .wrap .top .r .line .dian p {
        font-size: 0.9375vw;
        top: -1.4583333333vw;
    }

    .sec3 .wrap .top .r .line .dian:nth-child(2) {
        left: 10vw;
    }

    .sec3 .wrap .top .r .line .dian:nth-child(3) {
        left: 30.0520833333vw;
    }

    .sec3 .wrap .top .r .line .dian:nth-child(4) {
        left: 57.96875vw;
    }

    .sec3 .wrap .top .r .jt {
        width: 0.9375vw;
        margin: 0px 0px 0px 1.3020833333vw;
    }

    .sec3 .wrap .content {
        padding: 0px 0px 0px 1.9270833333vw;
        margin: 1.4583333333vw 0px 0px;
    }

    .sec3 .wrap .content .l .line {
        height: calc(100% - 2.7083333333vw);
    }

    .sec3 .wrap .content .l .jt {
        width: 0.9375vw;
        margin: 0.78125vw 0px 0px;
    }

    .sec3 .wrap .content .flex {
        width: 55.9375vw;
        gap: 0.9895833333vw;
        margin: 0px 0px 0px 6.25vw;
    }

    .sec3 .wrap .content .flex .item {
        width: 27.3958333333vw;
    }

    .sec3 .wrap .content .flex .item .item_box {
        height: 7.4479166667vw;
        border-radius: 0.5208333333vw;
        padding: 0px 4.1666666667vw 0px 3.6458333333vw;
    }

    .sec3 .wrap .content .flex .item .item_box .icon {
        width: 4.7395833333vw;
    }

    .sec3 .wrap .content .flex .item .item_box p {
        width: 12.7604166667vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        height: 3.3333333333vw;
    }
    html[lang='en'] .sec3 .wrap .content .flex .item .item_box p {
        height: unset;
        font-size: 0.7291666666vw;

    }
    .sec3 .wrap .content .flex .item:nth-child(2n) .item_box {
        padding: 0px 4.1666666667vw 0px 3.125vw;
    }

    .sec3 .wrap .content .flex .item:nth-child(1) .item_box {
        width: 18.75vw;
        padding: 0px 1.9791666667vw;
    }

    .sec3 .wrap .content .flex .item:nth-child(1) .item_box p {
        width: 8.8020833333vw;
    }

    .sec3 .wrap .content .flex .item1 {
        height: 7.4479166667vw;
        border-radius: 0.5208333333vw;
        padding: 0px 0px 0px 2.5520833333vw;
        gap: 0px 2.0833333333vw;
    }
    html[lang='en'] .sec3 .wrap .content .flex .item1 {
        padding: 0 1.302083vw;
        gap: 0 1.5625vw;
    }
    .sec3 .wrap .content .flex .item1 p {
        font-size: 0.8333333333vw;
        padding: 0px 0px 0px 1.0416666667vw;
    }

    .sec3 .wrap .content .flex .item1 p::after {
        width: 0.3125vw;
        height: 0.3125vw;
    }

    .sec4 {
        padding: 9.7395833333vw 0px 0px;
    }

    .sec4 .wrap {
        width: 72.9166666667vw;
    }

    .sec4 .wrap .top {
        margin-bottom: 3.90625vw;
    }

    .sec4 .wrap .top .title {
        font-size: 1.6666666667vw;
        padding: 0px 2.0833333333vw 0px 0px;
        margin-right: 2.1875vw;
    }

    .sec4 .wrap .top .select h5 {
        font-size: 0.8333333333vw;
        margin-right: 1.1458333333vw;
    }

    .sec4 .wrap .top .select .select_box .iconfont {
        right: 0.9895833333vw;
        font-size: 0.625vw;
    }

    .sec4 .wrap .top .select .select_box select {
        width: 6.6666666667vw;
        height: 2.1875vw;
        border-radius: 0.1041666667vw;
        padding: 0px 1.3020833333vw;
        font-size: 0.7291666667vw;
    }

    .sec4 .wrap .content {
        gap: 2.0833333333vw 0px;
    }

    .sec4 .wrap .content .item {
        width: 34.375vw;
        padding: 2.0833333333vw 3.9583333333vw 2.0833333333vw 1.875vw;
    }

    .sec4 .wrap .content .item .img {
        width: 12.2916666667vw;
    }

    .sec4 .wrap .content .item .r {
        width: 11.8229166667vw;
        padding: 1.4583333333vw 0px 2.4479166667vw;
    }

    .sec4 .wrap .content .item .r .item_title {
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
    }

    .sec4 .wrap .content .item .r .more {
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
        padding: 0px 1.3020833333vw;
    }

    .sec4 .wrap .content .item .r .more .iconfont {
        font-size: 1.0416666667vw;
    }

    .sec4 .wrap .content .item .r .more p {
        font-size: 0.78125vw;
        margin-left: 0.625vw;
    }

    .sec4 .bottom .more {
        top: 3.8020833333vw;
    }

    .sec4 .bottom .more .more_box {
        width: 4.6875vw;
        height: 4.6875vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner .text1 h5 {
        width: 90vw;
    }

    .common_banner .text1 h5 div {
        font-size: 24px;
        line-height: 1.4;
    }

    .sec1 {
        padding: 50px 0 0;
    }

    .sec1 .wrap {
        width: 90%;
        display: block;
    }

    .sec1 .wrap .l {
        padding: 0;
    }

    .sec1 .wrap .l .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .sec1 .wrap .l .text {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .sec1 .wrap .l .btns a {
        height: unset;
        min-height: 36px;
        padding: 5px 15px;
        font-size: 14px;
        border-radius: 18px;
    }

    .sec1 .wrap .l .btns {
        gap: 15px;
        flex-wrap: wrap;
    }

    .sec1 .wrap .r {
        width: 200px;
        margin: 30px 0 0;
    }

    .sec1 .wrap .r img:nth-child(2) {
        clip-path: unset !important;
    }

    .sec2 {
        padding: 50px 0;
    }

    .sec2 .wrap {
        width: 90%;
        display: block;
    }

    .sec2 .wrap .item .item_title {
        font-size: 20px;
        padding: 0 0 6px;
    }

    .sec2 .wrap .item .item_text {
        font-size: 15px;
        line-height: 1.8;
        margin: 15px 0 20px;
    }

    .sec2 .wrap .item .item_flex {
        gap: 15px;
        flex-wrap: wrap;
    }

    .sec2 .wrap .item .item_flex .label h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .sec2 .wrap .item .item_flex .label .label_text .label_text_content {
        font-size: 24px;
    }

    .sec2 .wrap .item .item_flex .label .label_text p {
        font-size: 14px;
        margin: 0 0 0 2px;
    }

    .sec2 .wrap .item .item_title::after {
        width: 60px;
    }

    .sec2 .wrap .item {
        width: 100%;
    }

    .sec2 .wrap .item:not(:last-child) {
        margin-bottom: 40px;
    }

    .sec3 {
        padding: 10px 0 50px;
    }

    .sec3 .wrap {
        width: 90%;
    }

    .sec3 .wrap .title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .sec3 .wrap .top, .sec3 .wrap .content {
        display: none;
    }

    .sec3 .wrap .ph {
        display: block !important;
    }

    .sec3 .wrap .ph img {
        display: block;
        width: 100%;
    }

    .sec4 {
        padding: 50px 0 0;
    }

    .sec4 .wrap {
        width: 90%;
    }

    .sec4 .wrap .top .title {
        font-size: 22px;
        border: none;
    }

    .sec4 .wrap .top {
        margin-bottom: 40px;
        justify-content: space-between;
        align-items: center;
    }

    .sec4 .wrap .top .select h5 {
        font-size: 15px;
        margin-right: 6px;
    }

    .sec4 .wrap .top .select .select_box .iconfont {
        font-size: 10px;
        right: 10px;
    }

    .sec4 .wrap .content {
        gap: 30px;
    }

    .sec4 .wrap .content .item {
        width: 100%;
        display: block;
        padding: 20px;
    }

    .sec4 .wrap .content .item .img {
        width: 100%;
    }

    .sec4 .wrap .content .item .img img {
        width: 100%;
    }

    .sec4 .wrap .content .item .r {
        width: 100%;
        padding: 20px 0 10px;
    }

    .sec4 .wrap .top .select .select_box select {
        width: 150px;
        height: 38px;
        border-radius: 4px;
        font-size: 14px;
        padding: 0 10px;
    }

    .sec4 .wrap .content .item .r .item_title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .sec4 .wrap .content .item .r .more .iconfont {
        font-size: 14px;
    }

    .sec4 .wrap .content .item .r .more p {
        font-size: 15px;
    }

    .sec4 .wrap .content .item .r .more {
        height: 38px;
        border-radius: 19px;
        padding: 0 20px;
        gap: 10px;
    }

    .sec2 .wrap .item .item_flex {
        gap: 15px 0;
    }
    .sec4 .wrap .top  {
        display: block;
    }
    .sec4 .wrap .top .select {
        margin: 15px 0 0;
    }
    html:not([lang='zh-CN']) .sec3 .wrap .lan_box {
        display: none !important;
    }
    .sec3 .wrap .ph img {
        display: none;
    }
    html[lang='zh-CN'] .sec3 .wrap .ph .cn_img {
        display: block;
    }
    html[lang='en'] .sec3 .wrap .ph .en_img {
        display: block;
    }
    html[lang='ja'] .sec3 .wrap .ph .ja_img {
        display: block;
    }

    html[lang='de'] .sec3 .wrap .ph .de_img {
        display: block;
    }

    html[lang='ko'] .sec3 .wrap .ph .kr_img {
        display: block;
    }

    html[lang='es'] .sec3 .wrap .ph .es_img {
        display: block;
    }
}
