.header {
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

body {
    background: #FBFBFB;
}

.sec1 {
    padding: 145px 0 0;
}

.sec1 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec1 .wrap .content {
    width: 100%;
    display: flex;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 66px;
}

.sec1 .wrap .content .l {
    width: 700px;
    padding: 93px 132px 0 112px;
}

.sec1 .wrap .content .l .icon {
    width: 37px;
    margin-bottom: 44px;
}

.sec1 .wrap .content .l h5 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 40px;
}

.sec1 .wrap .content .l p {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 32px;
}

.sec1 .wrap .content .r {
    width: 700px;
    border-radius: 12px;
    overflow: hidden;
}

.sec1 .wrap .content .r img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec1 .wrap .content .r:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .list {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .list .item .item_box {
    width: 680px;
    height: 310px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 46px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    transition: 0.6s;
}

.sec1 .wrap .list .item .item_box .icon {
    width: 216px;
    margin-right: 51px;
}

.sec1 .wrap .list .item .item_box .r h5 {
    font-weight: bold;
    font-size: 26px;
    color: #1A1A1A;
    margin-bottom: 28px;
}

.sec1 .wrap .list .item .item_box .r .r_text {
    font-weight: 500;
    font-size: 18px;
    color: #888888;
    line-height: 32px;
}

.sec1 .wrap .list .item .item_box .r .r_text a {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    background: #2461AD;
    border-radius: 20px;
    padding: 0 20px;
    margin: 0 auto;
}

.sec1 .wrap .list .item .item_box .r .r_text a p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    margin-right: 6px;
}

.sec1 .wrap .list .item .item_box .r .r_text a .download_icon {
    width: 15px;
}

.sec1 .wrap .list .item .item_box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.sec2 {
    padding: 91px 0 0;
}

.sec2 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec2 .wrap .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 30px;
}

.sec2 .wrap .list .item .item_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 40px 0 24px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0);
    border-radius: 8px;
    transition: 0.6s;
    border-bottom: 1px solid #F6F6F6;
}

.sec2 .wrap .list .item .item_box .l {
    display: flex;
    align-items: center;
}

.sec2 .wrap .list .item .item_box .l .icon {
    width: 29px;
    margin-right: 22px;
}

.sec2 .wrap .list .item .item_box .l p {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
}

.sec2 .wrap .list .item .item_box .date {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
}

.sec2 .wrap .list .item .item_box:hover {
    background: #FFFFFF;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.06);
}

.sec3 {
    padding: 101px 0 0;
}

.sec3 .wrap {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .wrap .bg {
    width: 100%;
}

.sec3 .wrap .bg img {
    display: block;
    width: 100%;
}

.sec3 .wrap .text {
    position: absolute;
    z-index: 3;
}

.sec3 .wrap .text h5 {
    font-weight: 500;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 42px;
    line-height: 1;
}

.sec3 .wrap .text .more {
    margin: 0 auto;
}

.sec3 .wrap .text .more a {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 41px;
    height: 54px;
    border-radius: 27px;
    border: 1px solid #2461AD;
    transition: 0.6s;
}

.sec3 .wrap .text .more a p {
    font-weight: 500;
    font-size: 14px;
    color: #2461AD;
    margin-right: 9px;
    transition: 0.6s;
}

.sec3 .wrap .text .more a .icon {
    width: 14px;
    transition: 0.6s;
}

.sec3 .wrap .text .more a:hover {
    background: #2461AD;
}

.sec3 .wrap .text .more a:hover p {
    color: #FFFFFF;
}

.sec3 .wrap .text .more a:hover .icon {
    filter: brightness(0) invert(1);
}

.sec4 {
    padding: 102px 0 130px;
}

.sec4 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec4 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 65px;
    text-align: center;
}

.sec4 .wrap .list {
    display: flex;
    justify-content: space-between;
}

.sec4 .wrap .list .item .item_box {
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 40px 30px;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec4 .wrap .list .item .item_box .top .icon {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_box .top .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #FAFAFA;
    border: 1px solid #FAFAFA;
    border-radius: 50%;
    font-weight: 500;
    font-size: 18px;
    color: #888888;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_box p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_box:hover {
    background: #2461AD;
}

.sec4 .wrap .list .item .item_box:hover .top .icon {
    filter: brightness(0) invert(1);
}

.sec4 .wrap .list .item .item_box:hover .top .num {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF;
}

.sec4 .wrap .list .item .item_box:hover p {
    color: #FFFFFF;
}

.sec4 .wrap .list .item:nth-child(1) .item_box .top .icon img {
    width: 31px;
}

.sec4 .wrap .list .item:nth-child(4) .item_box .top .icon img {
    width: 29px;
}

.sec4 .wrap .list .item:nth-child(5) .item_box .top .icon img {
    width: 33px;
}

.sec4 .wrap .list .item:nth-child(6) .item_box .top .icon img {
    width: 33px;
}

.sec4 .wrap .more {
    margin: 94px auto 0;
}

.sec4 .wrap .more .apply {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 26px;
    height: 46px;
    background: #2461AD;
    border-radius: 23px;
    width: fit-content;
}

.sec4 .wrap .more .apply p {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.fixed1 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.fixed1.show {
    opacity: 1;
    pointer-events: auto;
}

.fixed.show {
    opacity: 1;
    pointer-events: auto;
}

.fixed .fixed_shadow {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}

.fixed1 .fixed_shadow1 {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}

.fixed1 .fixed_box1 {
    position: absolute;
    width: 600px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 80px 20px 76px;
}
.fixed1 .fixed_box1 p {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    white-space: nowrap;
    text-align: center;
}
.fixed .fixed_box {
    position: absolute;
    width: 1400px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 65px 180px 76px;
}
html[lang='en'] .fixed .fixed_box,html[lang='ja'] .fixed .fixed_box {
    padding: 65px 100px 76px;
}
html[lang='en'] .fixed .fixed_box form .item h5,html[lang='ja'] .fixed .fixed_box form .item h5  {
    width: 280px;
}
html[lang='ja'] .fixed .fixed_box form .flex .item:nth-child(2n) h5 {
    width: 130px;
}
.fixed .fixed_box .fixed_box_title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 42px;
}

.fixed .fixed_box form .item {
    display: flex;
    margin-bottom: 12px;
}

.fixed .fixed_box form .item h5 {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 54px;
    margin-right: 21px;
    width: 170px;
    text-align: right;
}

.fixed .fixed_box form .item h5 span {
    color: #E0050A;
}

.fixed .fixed_box form .item input {
    width: 800px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #EAEAEA;
    font-size: 16px;
    color: #1A1A1A;
    padding: 0 20px;
}

.fixed .fixed_box form .item textarea {
    width: 800px;
    height: 121px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #EAEAEA;
    padding: 14px 20px;
    font-size: 16px;
    color: #1A1A1A;
}

.fixed .fixed_box form .item.download_item .download {
    display: flex;
    align-items: center;
    width: 800px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #EAEAEA;
}

.fixed .fixed_box form .item.download_item .download .download_txt {
    font-size: 16px;
    color: #1A1A1A;
    width: 599px;
    line-height: 54px;
    padding: 0 20px;
}

.fixed .fixed_box form .item.download_item .download .download_btn {
    width: 201px;
    height: 54px;
    background: #2461AD;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fixed .fixed_box form .item.download_item .download .download_btn .icon {
    width: 17px;
    margin-right: 10px;
}

.fixed .fixed_box form .item.download_item .download .download_btn p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.fixed .fixed_box form .item.download_item .download .download_btn input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.fixed .fixed_box form .flex {
    display: flex;
    flex-wrap: wrap;
}

.fixed .fixed_box form .flex .item input {
    width: 330px;
}

.fixed .fixed_box form .flex .item:nth-child(2n) h5 {
    width: 119px;
}

.fixed .fixed_box form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 348px;
    height: 64px;
    background: #2461AD;
    border-radius: 3px;
    border: 1px solid #F5F5F5;
    margin: 57px auto 0;
}

.fixed .fixed_box form button p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
html:not([lang='zh-CN']) .fixed .fixed_box form .item h5 {
    line-height: 1.4;
    padding: 10px 0 0;
}
/*# sourceMappingURL=purchase.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 7.5520833333vw 0px 0px;
    }

    .sec1 .wrap {
        width: 72.9166666667vw;
    }

    .sec1 .wrap .content {
        border-radius: 0.625vw;
        margin-bottom: 3.4375vw;
    }

    .sec1 .wrap .content .l {
        width: 36.4583333333vw;
        padding: 4.84375vw 6.875vw 0px 5.8333333333vw;
    }

    .sec1 .wrap .content .l .icon {
        width: 1.9270833333vw;
        margin-bottom: 2.2916666667vw;
    }

    .sec1 .wrap .content .l h5 {
        font-size: 1.6666666667vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec1 .wrap .content .l p {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .sec1 .wrap .content .r {
        width: 36.4583333333vw;
        border-radius: 0.625vw;
    }

    .sec1 .wrap .list .item .item_box {
        width: 35.4166666667vw;
        height: 16.1458333333vw;
        border-radius: 0.625vw;
        padding: 0px 2.3958333333vw;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 1.0416666667vw;
    }

    .sec1 .wrap .list .item .item_box .icon {
        width: 11.25vw;
        margin-right: 2.65625vw;
    }

    .sec1 .wrap .list .item .item_box .r h5 {
        font-size: 1.3541666667vw;
        margin-bottom: 1.4583333333vw;
    }

    .sec1 .wrap .list .item .item_box .r .r_text {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .sec1 .wrap .list .item .item_box .r .r_text a {
        height: 2.0833333333vw;
        border-radius: 1.0416666667vw;
        padding: 0px 1.0416666667vw;
    }

    .sec1 .wrap .list .item .item_box .r .r_text a p {
        font-size: 0.8333333333vw;
        margin-right: 0.3125vw;
    }

    .sec1 .wrap .list .item .item_box .r .r_text a .download_icon {
        width: 0.78125vw;
    }

    .sec1 .wrap .list .item .item_box:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1.0416666667vw;
        transform: translateY(-0.5208333333vw);
    }

    .sec2 {
        padding: 4.7395833333vw 0px 0px;
    }

    .sec2 .wrap {
        width: 72.9166666667vw;
    }

    .sec2 .wrap .title {
        font-size: 1.6666666667vw;
        margin-bottom: 1.5625vw;
    }

    .sec2 .wrap .list .item .item_box {
        height: 5.2083333333vw;
        padding: 0px 2.0833333333vw 0px 1.25vw;
        box-shadow: rgba(0, 0, 0, 0) 0px 0.1041666667vw 1.25vw 0px;
        border-radius: 0.4166666667vw;
    }

    .sec2 .wrap .list .item .item_box .l .icon {
        width: 1.5104166667vw;
        margin-right: 1.1458333333vw;
    }

    .sec2 .wrap .list .item .item_box .l p {
        font-size: 0.9375vw;
    }

    .sec2 .wrap .list .item .item_box .date {
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap .list .item .item_box:hover {
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0.1041666667vw 1.25vw 0px;
    }

    .sec3 {
        padding: 5.2604166667vw 0px 0px;
    }

    .sec3 .wrap {
        width: 72.9166666667vw;
        border-radius: 0.5208333333vw;
    }

    .sec3 .wrap .text h5 {
        font-size: 1.6666666667vw;
        margin-bottom: 2.1875vw;
    }

    .sec3 .wrap .text .more a {
        padding: 0px 2.1354166667vw;
        height: 2.8125vw;
        border-radius: 1.40625vw;
    }

    .sec3 .wrap .text .more a p {
        font-size: 0.7291666667vw;
        margin-right: 0.46875vw;
    }

    .sec3 .wrap .text .more a .icon {
        width: 0.7291666667vw;
    }

    .sec4 {
        padding: 5.3125vw 0px 6.7708333333vw;
    }

    .sec4 .wrap {
        width: 72.9166666667vw;
    }

    .sec4 .wrap .title {
        font-size: 1.875vw;
        margin-bottom: 3.3854166667vw;
    }

    .sec4 .wrap .list .item .item_box {
        width: 10.4166666667vw;
        height: 10.4166666667vw;
        border-radius: 0.3645833333vw;
        padding: 1.0416666667vw 1.0416666667vw 2.0833333333vw 1.5625vw;
    }

    .sec4 .wrap .list .item .item_box .top .icon {
        width: 2.03125vw;
        height: 2.03125vw;
    }

    .sec4 .wrap .list .item .item_box .top .num {
        width: 2.3958333333vw;
        height: 2.3958333333vw;
        font-size: 0.9375vw;
    }

    .sec4 .wrap .list .item .item_box p {
        font-size: 0.8333333333vw;
    }

    .sec4 .wrap .list .item:nth-child(1) .item_box .top .icon img {
        width: 1.6145833333vw;
    }

    .sec4 .wrap .list .item:nth-child(4) .item_box .top .icon img {
        width: 1.5104166667vw;
    }

    .sec4 .wrap .list .item:nth-child(5) .item_box .top .icon img {
        width: 1.71875vw;
    }

    .sec4 .wrap .list .item:nth-child(6) .item_box .top .icon img {
        width: 1.71875vw;
    }

    .sec4 .wrap .more {
        margin: 4.8958333333vw auto 0px;
    }

    .sec4 .wrap .more .apply {
        padding: 0px 1.3541666667vw;
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
    }

    .sec4 .wrap .more .apply p {
        font-size: 0.7291666667vw;
    }

    .fixed .fixed_box {
        width: 72.9166666667vw;
        border-radius: 0.625vw;
        padding: 3.3854166667vw 9.375vw 3.9583333333vw;
    }

    .fixed .fixed_box .fixed_box_title {
        font-size: 1.6666666667vw;
        margin-bottom: 2.1875vw;
    }

    .fixed .fixed_box form .item {
        margin-bottom: 0.625vw;
    }

    .fixed .fixed_box form .item h5 {
        font-size: 0.8333333333vw;
        line-height: 2.8125vw;
        margin-right: 1.09375vw;
        width: 8.8541666667vw;
    }

    .fixed .fixed_box form .item input {
        width: 41.6666666667vw;
        height: 2.8125vw;
        border-radius: 0.15625vw;
        font-size: 0.8333333333vw;
        padding: 0px 1.0416666667vw;
    }

    .fixed .fixed_box form .item textarea {
        width: 41.6666666667vw;
        height: 6.3020833333vw;
        border-radius: 0.15625vw;
        padding: 0.7291666667vw 1.0416666667vw;
        font-size: 0.8333333333vw;
    }

    .fixed .fixed_box form .item.download_item .download {
        width: 41.6666666667vw;
        height: 2.8125vw;
        border-radius: 0.15625vw;
    }

    .fixed .fixed_box form .item.download_item .download .download_txt {
        font-size: 0.8333333333vw;
        width: 31.1979166667vw;
        line-height: 2.8125vw;
        padding: 0px 1.0416666667vw;
    }

    .fixed .fixed_box form .item.download_item .download .download_btn {
        width: 10.46875vw;
        height: 2.8125vw;
        border-radius: 0.15625vw;
    }

    .fixed .fixed_box form .item.download_item .download .download_btn .icon {
        width: 0.8854166667vw;
        margin-right: 0.5208333333vw;
    }

    .fixed .fixed_box form .item.download_item .download .download_btn p {
        font-size: 0.8333333333vw;
    }

    .fixed .fixed_box form .flex .item input {
        width: 17.1875vw;
    }

    .fixed .fixed_box form .flex .item:nth-child(2n) h5 {
        width: 6.1979166667vw;
    }

    .fixed .fixed_box form button {
        width: 18.125vw;
        height: 3.3333333333vw;
        border-radius: 0.15625vw;
        margin: 2.96875vw auto 0px;
    }

    .fixed .fixed_box form button p {
        font-size: 0.8333333333vw;
    }
    html[lang='en'] .fixed .fixed_box,html[lang='ja'] .fixed .fixed_box {
        padding: 3.3854166666vw 5.2083333333vw 3.958333333vw;
    }
    html[lang='en'] .fixed .fixed_box form .item h5,html[lang='ja'] .fixed .fixed_box form .item h5 {
        width: 14.583333333vw;
    }
    html[lang='ja'] .fixed .fixed_box form .flex .item:nth-child(2n) h5 {
        width: 6.770833333333vw;
    }
    .fixed1 .fixed_box1 {
        width: 31.25vw;
        border-radius: 0.625vw;
        padding: 4.166666666vw 1.0416666vw 3.9583333vw;
    }
    .fixed1 .fixed_box1 p {
        font-size: 1.25vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner .text1 h5 div {
        font-size: 24px;
        line-height: 1.4;
    }
    .common_banner .text1 h5 {
        width: 90vw;
    }
    .sec1 {
        padding: 40px 0 50px;
    }
    .sec1 .wrap {
        width: 90%;
    }
    .sec1 .wrap .content {
        flex-direction: column-reverse;
        margin-bottom: 40px;
        border-radius: 6px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }
    .sec1 .wrap .content .r {
        width: 100%;
        border-radius: 6px;
    }
    .sec1 .wrap .content .l {
        width: 100%;
        padding: 30px 20px;
    }
    .sec1 .wrap .content .l .icon {
        width: 40px;
        margin-bottom: 20px;
    }
    .sec1 .wrap .content .l h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec1 .wrap .content .l p {
        font-size: 15px;
        line-height: 2;
    }
    .sec1 .wrap .list {
        flex-wrap: wrap;
        gap: 30px;
    }
    .sec1 .wrap .list .item {
        width: 100%;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        border-radius: 6px;
    }
    .sec1 .wrap .list .item .item_box {
        width: 100%;
        height: unset;
        padding: 30px 20px;
        border-radius: 6px;

    }
    .sec1 .wrap .list .item .item_box .r .r_text a {
        height: 34px;
        border-radius: 19px;
        padding: 0 20px;
        margin: 0;
    }
    .sec1 .wrap .list .item .item_box .r .r_text a p {
        font-size: 13px;
        margin-right: 8px;
    }
    .sec1 .wrap .list .item .item_box .r .r_text a .download_icon {
        width: 10px;
    }
    .sec1 .wrap .list .item .item_box .r .r_text a .download_icon img {
        display: block;
    }
    .sec1 .wrap .list .item .item_box .r h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .list .item .item_box .r .r_text {
        font-size: 15px;
        line-height: 1.4;
    }
    .sec1 .wrap .list .item .item_box .icon {
        width: 90px;
        margin-right: 10px;
    }
    .sec2 {
        padding: 0;
    }
    .sec2 .wrap {
        width: 90%;
    }
    .sec2 .wrap .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .sec2 .wrap .list .item {
        margin-bottom: 30px;
    }
    .sec2 .wrap .list .item .item_box {
        height: unset;
        padding: 20px 15px;
        display: block;
        background: #FFFFFF;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        border-radius: 6px;
    }
    .sec2 .wrap .list .item .item_box .l .icon {
        width: 30px;
        margin-bottom: 10px;
    }
    .sec2 .wrap .list .item .item_box .date {
        font-size: 14px;
    }
    .sec2 .wrap .list .item .item_box .l p {
        font-size: 15px;
    }
    .sec2 .wrap .list .item .item_box .l {
        display: block;
        margin-bottom: 20px;
    }
    .sec3 {
        padding: 40px 0 0;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .sec3 .wrap .text {
        position: relative;
        padding: 50px 0;
        z-index: 3;
    }
    .sec3 .wrap .text h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec3 .wrap .text .more a {
        height: 38px;
        border-radius: 19px;
        padding: 0 20px;
    }
    .sec3 .wrap .text .more a p {
        font-size: 15px;
        margin-right: 8px;
    }
    .sec3 .wrap .text .more a .icon {
        width: 12px;
    }
    .sec3 .wrap .text .more a .icon img {
        display: block;
    }
    .sec3 .wrap .bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .sec3 .wrap .bg img {
        height: 100%;
        border-radius: 6px;
    }
    .sec4 {
        padding: 60px 0 50px;
    }
    .sec4 .wrap .title {
        text-align: left;
        font-size: 22px;
        margin-bottom: 30px;
        line-height: 1.4;
    }
    .sec4 .wrap {
        width: 90%;
    }
    .sec4 .wrap .list {
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .sec4 .wrap .list .item {
        width: 48%;
    }
    .sec4 .wrap .list .item .item_box {
        height: 100%;
        width: 100%;
        padding: 20px;
        border-radius: 6px;
        display: block;
    }
    .sec4 .wrap .list .item .item_box .top .icon {
        width: 30px !important;
        height: 30px !important;
    }
    .sec4 .wrap .list .item .item_box .top .icon img {
        width: unset !important;
    }
    .sec4 .wrap .list .item .item_box .top .num {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .sec4 .wrap .list .item .item_box p {
        font-size: 15px;
        margin: 30px 0 0;
    }
    .sec4 .wrap .more {
        margin: 40px 0 0;
    }
    .sec4 .wrap .more .apply {
        margin: 0;
        height: 38px;
        border-radius: 19px;
        padding: 0 20px;
    }
    .sec4 .wrap .more .apply p {
        font-size: 15px;
    }
    .fixed .fixed_box {
        width: 90vw;
        border-radius: 6px;
        padding: 40px 20px;
    }
    .fixed .fixed_box .fixed_box_title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .fixed .fixed_box form .item {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .fixed .fixed_box form .item textarea {
        width: 100%;
        padding: 15px;
        height: 150px;
        font-size: 14px;
        border-radius: 4px;
    }
    .fixed .fixed_box form .item h5 {
        width: unset !important;
        font-size: 15px;
        line-height: 1;
        margin: 0 0 8px;
        text-align: left;
    }
    .fixed .fixed_box form .item input {
        width: 100% !important;
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
        border-radius: 4px;
    }
    .fixed .fixed_box form .sc {
        overflow-y: auto;
        max-height: 60vh;
    }
    .fixed .fixed_box form .item.download_item .download {
        width: 100%;
        height: 40px;
        border-radius: 4px;
    }
    .fixed .fixed_box form .item.download_item .download .download_txt {
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
        width: calc(100% - 120px);
    }
    .fixed .fixed_box form .item.download_item .download .download_btn {
        width: 120px;
        height: 40px;
        border-radius: 4px;
    }
    .fixed .fixed_box form .item.download_item .download .download_btn .icon {
        width: 10px;
        margin-right: 8px;
    }
    .fixed .fixed_box form .item.download_item .download .download_btn p {
        font-size: 13px;
    }
    .fixed .fixed_box form button {
        width: 140px;
        height: 40px;
        border-radius: 4px;

    }
    .fixed .fixed_box form button p {
        font-size: 15px;
    }
    html[lang='en'] .fixed .fixed_box {
        padding: 3.3854166666vw 5.2083333333vw 3.958333333vw;
    }
    html[lang='en'] .fixed .fixed_box form .item h5 {
        width: 14.583333333vw;
    }
    html[lang='en'] .fixed .fixed_box form .item.download_item .download .download_btn {
        width: 160px;
    }
    html[lang='en'] .fixed .fixed_box form .item.download_item .download .download_txt {
        width: calc(100% - 160px);
    }
    .fixed1 .fixed_box1 {
        width: 90vw;
        border-radius: 8px;
        padding: 40px 20px;
    }
    .fixed1 .fixed_box1 p {
        font-size: 18px;
        white-space: unset;
    }
    .fixed1 .fixed_box1 p {

    }
}
