.header {
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

.common_banner .text {
    position: absolute;
    left: calc(50vw - 700px);
    transform: translateY(-50%);
}

.common_banner .scroll {
    position: absolute;
    bottom: 112px;
    left: calc(50vw - 700px);
    opacity: 0.5;
    width: 50px;
    height: 50px;
}

.common_banner .scroll .icon {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
}

.common_banner .scroll::after {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    animation: wander 3.2s ease infinite;
}

.section1 {
    background-color: #F9FAFC;
}

.section1 .wrap {
    width: 1400px;
    margin: 0 auto;
    padding-top: 150px;
    display: flex;
    padding-bottom: 130px;
    gap: 60px;
}

.section1 .wrap .left {
    width: 630px;
}

.section1 .wrap .left .title {
    margin-bottom: 50px;
}

.section1 .wrap .left .title h3 {
    color: #1a1a1a;
    font-size: 42px;
}

.section1 .wrap .left .content {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
}

.section1 .wrap .left .content p:not(:last-child) {
    margin-bottom: 30px;
}

.section1 .wrap .left .list {
    display: flex;
    gap: 18px;
}

.section1 .wrap .left .list .item {
    border-radius: 6px;
    background-color: #fff;
    height: 120px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 23px;
}

.section1 .wrap .left .list .item:hover .icon span {
    color: #2461AD;
}

.section1 .wrap .left .list .item:hover .text {
    color: #2461AD;
}

.section1 .wrap .left .list .item .icon {
    margin-bottom: 10px;
}

.section1 .wrap .left .list .item .icon span {
    color: #C5C5C5;
    transition: all 0.6s;
}

.section1 .wrap .left .list .item .text {
    color: #1A1A1A;
    transition: all 0.6s;
}
.section1 .wrap .left .list .item .text p {
    font-size: 16px;
}
.section1 .wrap .right .item .text .ch p {
    font-size: 16px;
}
.section1 .wrap .right {
    width: 661px;
    display: flex;
    flex-direction: column;
}

.section1 .wrap .right .top {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.section1 .wrap .right .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.section1 .wrap .right .item:hover .icon {
    border-color: #2461AD;
}

.section1 .wrap .right .item:hover .icon img:nth-child(1) {
    opacity: 0;
}

.section1 .wrap .right .item:hover .icon img:nth-child(2) {
    opacity: 1;
}

.section1 .wrap .right .item:hover .text .ch,
.section1 .wrap .right .item:hover .text .en {
    color: #2461AD;
}

.section1 .wrap .right .item .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.6s;
}

.section1 .wrap .right .item .icon img {
    width: 50%;
    transition: all 0.6s;
}

.section1 .wrap .right .item .icon img:nth-child(2) {
    position: absolute;
    opacity: 0;
}

.section1 .wrap .right .item .text {
    text-align: center;
}

.section1 .wrap .right .item .text .ch {
    color: #000;
    margin: 5px auto 0;
    transition: all 0.6s;
}

.section1 .wrap .right .item .text .en {
    color: #666;
    font-size: 10px;
    font-weight: 700;
    transition: all 0.6s;
}

.section1 .wrap .right .line {
    width: calc(100% - 100px);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 10px;
}
.section1 .wrap .right .line.center {
    width: calc(385px - 100px);
}
.section1 .wrap .right .line::before {
    width: 1px;
    content: "";
    display: block;
    height: 30px;
    background-color: #ddd;
}
.section1 .wrap .right .line.bottom::before {
    margin: 0 138px 0 auto;
}
.section1 .wrap .right .line .arc {
    width: 100%;
    position: relative;
    height: 15px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.section1 .wrap .right .bottom {
    display: flex;
    justify-content: space-between;
}
.section1 .wrap .right .bottom.center {
    width: 385px;
    margin: 0 auto 20px;
}
.section2 {
    background-color: #F9FAFC;
}

.section2 .wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    padding-bottom: 110px;
}

.section2 .wrap .title {
    margin-bottom: 40px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.section2 .wrap .title h3 {
    color: #1A1A1A;
    font-size: 42px;
    line-height: 1;
}

.section2 .wrap .title a {
    display: flex;
    align-items: center;
    color: #2461AD;
}

.section2 .wrap .left {
    flex: 1;
}

.section2 .wrap .left .main {
    padding: 60px;
    background-color: #fff;
    height: 380px;
}

.section2 .wrap .left .main .top {
    margin-bottom: 40px;
}

.section2 .wrap .left .main .top h4 {
    color: #1A1A1A;
    font-size: 20px;
    margin-bottom: 20px;
}

.section2 .wrap .left .main .top .content {
    display: flex;
    align-items: end;
}

.section2 .wrap .left .main .top .content .value {
    display: flex;
    align-items: end;
}

.section2 .wrap .left .main .top .content .value .num {
    font-size: 48px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1;
}

.section2 .wrap .left .main .top .content .value .num::after {
    content: attr(data-text);
    font-size: 14px;
    color: #1A1A1A;
}

.section2 .wrap .left .main .top .content .value .jt {
    margin-left: 18px;
}

.section2 .wrap .left .main .top .content .value .jt span {
    font-size: 28px;
    color: #E40B21;
    display: block;
    animation: wander 3.2s ease infinite;
}

.section2 .wrap .left .main .top .content .amplitude {
    gap: 30px;
    display: flex;
    margin-left: 40px;
}

.section2 .wrap .left .main .top .content .amplitude p {
    color: #E40B21;
    font-size: 24px;
    font-weight: 700;
}
html[lang='en'] .section2 .wrap .left .main {
    height: unset;
}
.section2 .wrap .left .main .bottom {
    margin-bottom: 40px;
}

.section2 .wrap .left .main .bottom .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
}

.section2 .wrap .left .main .bottom .list .item {
    min-width: 260px;
}

.section2 .wrap .left .main .bottom .list .item .key {
    color: #888;
    font-size: 16px;
}

.section2 .wrap .left .main .bottom .list .item .value {
    color: #444;
    font-size: 32px;
    margin-top: 10px;
    font-weight: 700;
}

.section2 .wrap .left .main .time {
    color: #888;
    font-size: 16px;
}

.section2 .wrap .right {
    flex: 1;
}

.section2 .wrap .right .main {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section2 .wrap .right .main .item {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 40px;
    transition: all 0.6s;
}

.section2 .wrap .right .main .item:hover {
    box-shadow: 4px 7px 8px 0px rgba(0, 0, 0, 0.05);
}

.section2 .wrap .right .main .item .icon {
    margin-right: 46px;
}

.section2 .wrap .right .main .item .icon span {
    font-size: 30px;
    color: #BB0000;
}

.section2 .wrap .right .main .item .text p {
    color: #1A1A1A;
    font-size: 18px;
}

.section3 {
    background-color: #F9FAFC;
}

.section3 .wrap {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 110px;
}

.section3 .wrap .main {
    display: flex;
    background-color: #fff;
}

.section3 .wrap .main .left {
    width: 50%;
    padding: 60px 80px 60px 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section3 .wrap .main .left .tl {
    display: flex;
}
.section3 .wrap .main .left .tl .text h5 {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    margin-bottom: 15px;
    line-height: 1;
}
.section3 .wrap .main .left .tl:not(:last-child) {
    padding: 0 0 50px;
    border-bottom: 1px solid #F0F3F5;
    margin-bottom: 40px;
}
.section3 .wrap .main .left .tl .text .tel_num {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 1;
}
.section3 .wrap .main .left .tl .text .text_effect {
    display: flex;
    width: fit-content;
    height: 56px;
    border-radius: 10px;
    background-color: #2461AD;
    color: #fff;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    padding: 0 20px;
}
.section3 .wrap .main .left .tl .text .text_effect span {
    color: #fff;
    font-size: 16px;

}
.section3 .wrap .main .left .tl .icon {
    width: 55px;
    margin-right: 30px;
}

/*.section3 .wrap .main .left .top {*/
/*    display: flex;*/
/*    align-items: end;*/
/*    justify-content: space-between;*/
/*}*/

.section3 .wrap .main .left .top .tl .icon {
    width: 55px;
    margin-bottom: 15px;
}

.section3 .wrap .main .left .top .tl .text p {
    color: #1A1A1A;
    font-size: 18px;
}

.section3 .wrap .main .left .top a {
    display: flex;
    width: 100px;
    height: 56px;
    border-radius: 10px;
    background-color: #2461AD;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.section3 .wrap .main .left .top a span {
    color: #fff;
    margin-left: 10px;
}

.section3 .wrap .main .left .bottom {
    margin-top: 40px;
}

.section3 .wrap .main .left .bottom .number {
    color: #1A1A1A;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section3 .wrap .main .left .bottom .text {
    width: 340px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #F0F0F0;
}

.section3 .wrap .main .right {
    width: 50%;
    overflow: hidden;
    border-radius: 10px;
}

.administer_mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.administer_mask.active {
    pointer-events: all;
}

.administer_mask.active .administer_black {
    opacity: 1;
}

.administer_mask.active .administer_box {
    opacity: 1;
    transform: translateY(0);
}

.administer_mask .administer_black {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.6s;
}

.administer_mask .administer_box {
    width: 1400px;
    height: 620px;
    border-radius: 20px;
    background-color: #fff;
    padding: 70px 100px;
    z-index: 10;
    opacity: 0;
    transition: all 0.6s;
    transform: translateY(20px);
    position: relative;
    display: flex;
    flex-direction: column;
}

.administer_mask .administer_box .title {
    border-bottom: 1px solid #E7E7E7;
}

.administer_mask .administer_box .title h3 {
    color: #1A1A1A;
    font-size: 32px;
    padding-bottom: 20px;
    width: fit-content;
    position: relative;
}

.administer_mask .administer_box .title h3::after {
    content: "";
    height: 1px;
    background-color: #2461AD;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
}

.administer_mask .administer_box .main {
    flex: 1;
    margin-top: 50px;
    overflow: auto;
}

.administer_mask .administer_box .main .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 100px;
}
html[lang="en"] .administer_mask .administer_box .main .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.administer_mask .administer_box .main .list .item h4 {
    color: #2461AD;
    font-size: 20px;
    margin-bottom: 30px;
}

.administer_mask .administer_box .main .list .item p {
    color: #888;
    font-size: 15px;
    line-height: 2;
}
.section2 .wrap .left .main .top .content .value .jt.green {
  transform: rotate(180deg);
}
.section2 .wrap .left .main .top .content .value .jt.green span {
  color: green;
}
.section2 .wrap .left .main .top .content .amplitude.green p {
  color: green;
}
.section2 .wrap .title a p {
    font-size: 16px;
}
.section2 .wrap .title a .icon .iconfont {
    font-size: 16px;
    display: block;
}
.section3 .wrap .main .left .tl .text .text_effect p {
    font-size: 16px;
}
html:not([lang='zh-CN']) .section1 .wrap .left .list .item {
    height: unset;
    padding: 10px 23px;
}
@keyframes wander {
    0% {
        transform: translateZ(0);
    }
    50% {
        transform: translate3d(0, var(--a-wander-x, -10px), 0);
    }
    100% {
        transform: translateZ(0);
    }
}
@media screen and (max-width: 1919px) {
    .section2 .wrap .left .main .bottom .list .item {
        min-width: 13.541666667vw;
    }
    .common_banner .text{
        left: calc(-36.4583333333vw + 50vw);
    }
    .common_banner .scroll{
        bottom: 5.8333333333vw;
        left: calc(-36.4583333333vw + 50vw);
        width: 2.6041666667vw;
        height: 2.6041666667vw;
    }
    .section1 .wrap{
        width: 72.9166666667vw;
        padding-top: 7.8125vw;
        padding-bottom: 6.7708333333vw;
        gap: 3.125vw;
    }
    .section1 .wrap .left{
        width: 32.8125vw;
    }
    .section1 .wrap .left .title{
        margin-bottom: 2.6041666667vw;
    }
    .section1 .wrap .left .title h3{
        font-size: 2.1875vw;
    }
    .section1 .wrap .left .content{
        font-size: 0.8333333333vw;
        margin-bottom: 2.6041666667vw;
    }
    .section1 .wrap .left .content p:not(:last-child){
        margin-bottom: 1.5625vw;
    }
    .section1 .wrap .left .list{
        gap: 0.9375vw;
    }
    .section1 .wrap .left .list .item{
        border-radius: 0.3125vw;
        height: 6.25vw;
        padding: 0px 1.1979166667vw;
    }
    .section1 .wrap .left .list .item .icon{
        margin-bottom: 0.5208333333vw;
    }
    .section1 .wrap .left .list .item .text p{
        font-size: 0.8333333333vw;
    }
    .section1 .wrap .right .item .text .ch p{
        font-size: 0.8333333333vw;
    }
    .section1 .wrap .right{
        width: 34.4270833333vw;
    }
    .section1 .wrap .right .top{
        margin-bottom: 1.5625vw;
    }
    .section1 .wrap .right .item .icon{
        width: 5.2083333333vw;
        height: 5.2083333333vw;
    }
    .section1 .wrap .right .item .text .ch{
        margin: 0.2604166667vw auto 0px;
    }
    .section1 .wrap .right .item .text .en{
        font-size: 0.5208333333vw;
    }
    .section1 .wrap .right .line{
        width: calc(100% - 5.2083333333vw);
        margin: 0px auto 0.5208333333vw;
    }
    .section1 .wrap .right .line.center{
        width: calc(14.84375vw);
    }
    .section1 .wrap .right .line::before{
        height: 1.5625vw;
    }
    .section1 .wrap .right .line.bottom::before{
        margin: 0px 7.1875vw 0px auto;
    }
    .section1 .wrap .right .line .arc{
        height: 0.78125vw;
        border-radius: 0.5208333333vw 0.5208333333vw 0px 0px;
    }
    .section1 .wrap .right .bottom.center{
        width: 20.0520833333vw;
        margin: 0px auto 1.0416666667vw;
    }
    .section2 .wrap{
        width: 72.9166666667vw;
        gap: 2.0833333333vw;
        padding-bottom: 5.7291666667vw;
    }
    .section2 .wrap .title{
        margin-bottom: 2.0833333333vw;
    }
    .section2 .wrap .title h3{
        font-size: 2.1875vw;
    }
    .section2 .wrap .left .main{
        padding: 3.125vw;
        height: 19.7916666667vw;
    }
    .section2 .wrap .left .main .top{
        margin-bottom: 2.0833333333vw;
    }
    .section2 .wrap .left .main .top h4{
        font-size: 1.0416666667vw;
        margin-bottom: 1.0416666667vw;
    }
    .section2 .wrap .left .main .top .content .value .num{
        font-size: 2.5vw;
    }
    .section2 .wrap .left .main .top .content .value .num::after{
        font-size: 0.7291666667vw;
    }
    .section2 .wrap .left .main .top .content .value .jt{
        margin-left: 0.9375vw;
    }
    .section2 .wrap .left .main .top .content .value .jt span{
        font-size: 1.4583333333vw;
    }
    .section2 .wrap .left .main .top .content .amplitude{
        gap: 1.5625vw;
        margin-left: 2.0833333333vw;
    }
    .section2 .wrap .left .main .top .content .amplitude p{
        font-size: 1.25vw;
    }
    .section2 .wrap .left .main .bottom{
        margin-bottom: 2.0833333333vw;
    }
    .section2 .wrap .left .main .bottom .list .item .key{
        font-size: 0.8333333333vw;
    }
    .section2 .wrap .left .main .bottom .list .item .value{
        font-size: 1.6666666667vw;
        margin-top: 0.5208333333vw;
    }
    .section2 .wrap .left .main .time{
        font-size: 0.8333333333vw;
    }
    .section2 .wrap .right .main{
        gap: 2.0833333333vw;
    }
    .section2 .wrap .right .main .item{
        height: 5.2083333333vw;
        padding: 0px 2.0833333333vw;
    }
    .section2 .wrap .right .main .item:hover{
        box-shadow: rgba(0, 0, 0, 0.05) 0.2083333333vw 0.3645833333vw 0.4166666667vw 0px;
    }
    .section2 .wrap .right .main .item .icon{
        margin-right: 2.3958333333vw;
    }
    .section2 .wrap .right .main .item .icon span{
        font-size: 1.5625vw;
    }
    .section2 .wrap .right .main .item .text p{
        font-size: 0.9375vw;
    }
    .section3 .wrap{
        width: 72.9166666667vw;
        padding-bottom: 5.7291666667vw;
    }
    .section3 .wrap .main .left{
        padding: 3.125vw 4.1666666667vw 3.125vw 4.0625vw;
    }
    .section3 .wrap .main .left .tl .text h5{
        font-size: 1.0416666667vw;
        margin-bottom: 0.78125vw;
    }
    .section3 .wrap .main .left .tl:not(:last-child){
        padding: 0px 0px 2.6041666667vw;
        margin-bottom: 2.0833333333vw;
    }
    .section3 .wrap .main .left .tl .text .tel_num{
        font-size: 1.6666666667vw;
    }
    .section3 .wrap .main .left .tl .text .text_effect{
        height: 2.9166666667vw;
        border-radius: 0.5208333333vw;
        gap: 0px 0.5208333333vw;
        padding: 0 1.04166666666vw;
    }
    .section3 .wrap .main .left .tl .text .text_effect span{
        font-size: 0.8333333333vw;
    }
    .section3 .wrap .main .left .tl .icon{
        width: 2.8645833333vw;
        margin-right: 1.5625vw;
    }
    .section3 .wrap .main .left .top .tl .icon{
        width: 2.8645833333vw;
        margin-bottom: 0.78125vw;
    }
    .section3 .wrap .main .left .top .tl .text p{
        font-size: 0.9375vw;
    }
    .section3 .wrap .main .left .top a{
        width: 5.2083333333vw;
        height: 2.9166666667vw;
        border-radius: 0.5208333333vw;
    }
    .section3 .wrap .main .left .top a span{
        margin-left: 0.5208333333vw;
    }
    .section3 .wrap .main .left .bottom{
        margin-top: 2.0833333333vw;
    }
    .section3 .wrap .main .left .bottom .number{
        font-size: 2.5vw;
        margin-bottom: 1.5625vw;
    }
    .section3 .wrap .main .left .bottom .text{
        width: 17.7083333333vw;
        height: 2.9166666667vw;
        border-radius: 1.5625vw;
    }
    .section3 .wrap .main .right{
        border-radius: 0.5208333333vw;
    }
    .administer_mask .administer_box{
        width: 72.9166666667vw;
        height: 32.2916666667vw;
        border-radius: 1.0416666667vw;
        padding: 3.6458333333vw 5.2083333333vw;
        transform: translateY(1.0416666667vw);
    }
    .administer_mask .administer_box .title h3{
        font-size: 1.6666666667vw;
        padding-bottom: 1.0416666667vw;
    }
    .administer_mask .administer_box .main{
        margin-top: 2.6041666667vw;
    }
    .administer_mask .administer_box .main .list{
        gap: 5.2083333333vw;
    }
    .administer_mask .administer_box .main .list .item h4{
        font-size: 1.0416666667vw;
        margin-bottom: 1.5625vw;
    }
    .administer_mask .administer_box .main .list .item p{
        font-size: 0.78125vw;
    }
    .section2 .wrap .title a p{
        font-size: 0.8333333333vw;
    }
    .section2 .wrap .title a .icon .iconfont{
        font-size: 0.8333333333vw;
    }
    .section3 .wrap .main .left .tl .text .text_effect p{
        font-size: 0.8333333333vw;
    }
    html[lang="en"] .administer_mask .administer_box .main .list {
        gap: 1.5625vw;
    }
    html:not([lang='zh-CN']) .section1 .wrap .left .list .item {
        padding: 0.5vw 1.1979166667vw;
    }
}
@media screen and (max-width: 768px) {
    .common_banner .scroll {
        left: 50% !important;
        transform: translate(-50%,0) !important;
        width: 34px;
        height: 34px;
    }
    .common_banner .scroll .icon {
        width: 80%;
        left: 10%;
        bottom: 10px;
    }
    .common_banner .text p div {
        font-size: 24px;
    }
    .section1 .wrap {
        width: 90%;
        display: block;
        padding: 50px 0;
    }
    .section1 .wrap .left .title {
        margin-bottom: 15px;
    }
    .section1 .wrap .left .content {
        width: 100%;
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 1.8;
    }
    .section1 .wrap .left .list {
        gap: 20px;
        flex-wrap: wrap;
    }
    .section1 .wrap .left .list .item {
        border-radius: 6px;
        padding: 20px;
        height: unset;
        width: calc(45vw - 10px);
        flex: unset;
    }
    .section1 .wrap .left .list .item .icon span {
        font-size: 16px;
    }
    .section1 .wrap .left .list .item .icon {
        margin-bottom: 20px;
    }
    .section1 .wrap .left .list .item .text p {
        font-size: 14px;
    }
    .section1 .wrap .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .section1 .wrap .right .top {
        margin-bottom: 30px;
    }
    .section1 .wrap .right .item .icon {
        width: 60px;
        height: 60px;
    }
    .section1 .wrap .right .item .text {
        width: 60px;
        position: relative;
    }
    .section1 .wrap .right .item .text .ch p {
        font-size: 15px;
    }
    .section1 .wrap .right .item .text .en {
        font-size: 14px;
    }
    .section1 .wrap .right .bottom.center .item .text .en {
        position: absolute;
        width: max-content;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
    }
    .section1 .wrap .right .bottom.center {
        margin: 0px auto 30px;
    }
    .section1 .wrap .right .item .text .ch {
        margin: 15px auto 5px;
    }
    .section1 .wrap .right .line.center {
        width: 60vw;
    }
    .section1 .wrap .right .line::before {
        height: 20px;
    }
    .section1 .wrap .right .line .arc {
        height: 15px;
    }
    .section1 .wrap .right .bottom.center {
        width: calc(60vw + 60px);
    }
    .section1 .wrap .left .title h3 {
        font-size: 22px;
    }
    .section1 .wrap .right {
        width: 100%;
    }
    .section1 .wrap .right .line.bottom::before {
        margin: 0px 12vw 0px auto;
    }
    .section1 .wrap .right .bottom {
        flex-wrap: wrap;
    }
    .section1 .wrap .right .bottom .item .text {
        width: unset;
    }
    .section1 .wrap .right .bottom .item {
        width: 49%;
    }
    .section1 .wrap .right .bottom.center .item {
        width: fit-content;
    }
    .section2 {
        padding: 20px 0;
    }
    .section2 .wrap .left .main {
        height: unset;
        padding: 20px;
    }
    .section2 .wrap .left .main .top h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .section2 .wrap .left .main .top .content .value .num {
        font-size: 32px;
    }
    .section2 .wrap .left .main .top .content .value .num::after {
        font-size: 12px;
        margin: 0 0 0 5px;
    }
    .section2 .wrap .left .main .top .content .value .jt span {
        font-size: 20px;
    }
    .section2 .wrap .left .main .top .content .amplitude p {
        font-size: 16px;
    }
    .section2 .wrap .left .main .top .content .amplitude {
        gap: 10px;
        margin-left: 15px;
    }
    .section2 .wrap {
        width: 90%;
        display: block;
    }
    .section2 .wrap .title {
        margin-bottom: 30px;
    }
    .section2 .wrap .title h3 {
        font-size: 22px;
    }
    .section2 .wrap .left .main .top {
        margin-bottom: 30px;
    }
    .section2 .wrap .left .main .bottom .list .item {
        width: 49%;
    }
    .section2 .wrap .left .main .bottom .list .item .key {
        font-size: 14px;
    }
    .section2 .wrap .left .main .bottom .list {
        flex-wrap: wrap;
        gap: 15px 0;
    }
    .section2 .wrap .left .main .time {
        font-size: 14px;
        margin: 15px 0 0;
    }
    .section2 .wrap .left .main .bottom .list .item .value {
        font-size: 20px;
        margin: 6px 0 0;
    }
    .section2 .wrap .right {
        margin: 30px 0 0;
    }
    .section2 .wrap .title a p {
        font-size: 14px;
    }
    .section2 .wrap .title a .icon .iconfont {
        font-size: 13px;
    }
    .section2 .wrap .right .main .item .icon span {
        display: block;
    }
    .section2 .wrap .right .main .item {
        height: 60px;
        padding: 0 15px;
    }
    .section2 .wrap .right .main .item .text {
        width: 90%;
    }
    .section2 .wrap .right .main {
        gap: 30px;
    }
    .section3 {
        padding: 0 0 40px;
    }
    .section3 .wrap {
        width: 90%;
    }
    .section3 .wrap .main {
        flex-direction: column-reverse;
        border-radius: 6px;
    }
    .section3 .wrap .main .right {
        width: 100%;
        border-radius: 6px;
    }
    .section3 .wrap .main .left {
        padding: 30px 20px;
        width: 100%;
    }
    .section3 .wrap .main .left .tl .text h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .section3 .wrap .main .left .tl .icon {
        width: 40px;
        margin-right: 15px;
    }
    .section3 .wrap .main .left .tl:not(:last-child) {
        padding: 0 0 20px;
        margin-bottom: 20px;
    }
    .section3 .wrap .main .left .tl .text .text_effect {
        width: fit-content;
        padding: 0 15px;
        border-radius: 4px;
        height: 35px;
    }
    .section3 .wrap .main .left .tl .text .text_effect span {
        font-size: 13px;
    }
    .section3 .wrap .main .left .tl .text .text_effect p {
        font-size: 15px;
        margin-right: 8px;
    }
    .section3 .wrap .main .left .tl .text .tel_num {
        font-size: 18px;
    }
    .section2 .wrap .right .main .item .text p {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section2 .wrap .right .main .item .icon {
        margin-right: 10px;
    }
    .section2 .wrap .right .main .item .icon span {
        font-size: 16px;
    }
    .administer_mask .administer_box {
        width: 90vw;
        height: unset;
        padding: 30px 20px;
        border-radius: 6px;
    }
    .administer_mask .administer_box .title h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .administer_mask .administer_box .main {
        margin-top: 24px;
        max-height: 50vh;
        overflow-y: auto;
    }
    .administer_mask .administer_box .main .list {
        grid-template-columns: repeat(1, 1fr);
    }
    .administer_mask .administer_box .main .list .item h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .administer_mask .administer_box .main .list .item p {
        font-size: 15px;
    }
    .section1 .wrap .right .top .item .text {
        width: 100%;
    }
    html:not([lang='zh-CN']) .section1 .wrap .left .list .item {
        padding: 20px;
    }

}
