.resources .wrap {
    width: 1600px;
    margin: 117px auto 108px;
}

.resources .wrap .title {
    text-align: center;
    margin: 0 0 80px;
}

.resources .wrap .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 27px;
}

.resources .wrap .title p {
    width: 1325px;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    max-width: 100%;
    margin: auto;
}

.resources .wrap .img {
    width: 100%;
}

.resources .wrap .img img {
    width: 100%;
}

.resources2 {
    background: #F5F5F5;
}

.resources2 .wrap {
    margin: 109px auto 71px;
    display: flex;
    justify-content: center;
}

.resources2 .wrap .matter {
    width: 105px;
}

.resources2 .wrap .matter:not(:last-child) {
    margin: 0 398px 0 0;
}

.resources2 .wrap .matter h1 {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
}

.resources2 .wrap .matter .flex {
    display: flex;
    margin: 30px 0 0 36px;
}

.resources2 .wrap .matter .flex .l {
    width: 27px;
    margin: 0 22px 0 0;
}

.resources2 .wrap .matter .flex .l .red {
    width: 27px;
    height: 27px;
    background: #CF000D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.resources2 .wrap .matter .flex .l .red:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
}

.resources2 .wrap .matter .flex .l .line {
    width: 1px;
    height: calc(100% - 2.5vw);
    background: #E4E4E4;
    margin: auto;
}

.resources2 .wrap .matter .flex .r {
    margin: 56px 0 0 0;
}

.resources2 .wrap .matter .flex .r .item {
    display: flex;
    position: relative;
}

.resources2 .wrap .matter .flex .r .item:after {
    content: '';
    position: absolute;
    left: -39px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #999999;
    border-radius: 50%;
}

.resources2 .wrap .matter .flex .r .item:not(:last-child) {
    margin: 0 0 22px;
}

.resources2 .wrap .matter .flex .r .item .list {
    width: 129px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin: 0 9px 0 0;
}

html[lang="en"] .resources2 .wrap .matter .flex .r .item .list{
    width: fit-content;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 13px;
}

.resources3 .wrap {
    width: 1600px;
    margin: 63px auto 106px;
}

.resources3 .wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 49px;
}

.resources3 .wrap .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
}

.resources3 .wrap .title .button {
    display: flex;
    align-items: center;
}

.resources3 .wrap .title .button .circle {
    width: 52px;
    height: 52px;
    background: rgba(241, 244, 247, 0);
    border: 1px solid rgba(51, 51, 51, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    cursor: pointer;
    font-size: 20px;
    transition: 0.7s;
}

.resources3 .wrap .title .button .circle:not(:last-child) {
    margin: 0 17px 0 0;
}

.resources3 .wrap .title .button .circle:nth-child(2) {
    transform: rotate(180deg);
}

.resources3 .wrap .title .button .circle:hover {
    background: #CF000D;
    color: #fff;
    border: 1px solid #CF000D;
}

.resources3 .wrap .content .swiper {
    width: 100%;
}

.resources3 .wrap .content .swiper .swiper-slide img {
    width: 100%;
    border-radius: 11px;
}

.resources4 .wrap {
    width: 1600px;
    margin: 100px auto 128px;
}

.resources4 .wrap .title {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 43px;
}

.resources4 .wrap .content .headline {
    height: 70px;
    padding: 0 103px 0 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #CF000D;
    border-radius: 10px;
}

.resources4 .wrap .content .headline p {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.resources4 .wrap .content .headline p:first-child {
    width: 88px;
}

.resources4 .wrap .content .headline p:nth-child(2) {
    width: 88px;
}

.resources4 .wrap .content .headline p:nth-child(3) {
    width: 44px;
}

.resources4 .wrap .content .headline p:nth-child(4) {
    width: 44px;
}

.resources4 .wrap .content .headline p:not(:first-child) {
    text-align: center;
}

.resources4 .wrap .content .flex .item .show {
    height: 75px;
    border-bottom: 1px solid #E6E6E6;
    padding: 0 103px 0 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.resources4 .wrap .content .flex .item .show p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.resources4 .wrap .content .flex .item .show p:first-child {
    width: 88px;
    white-space: nowrap;
}

.resources4 .wrap .content .flex .item .show p:nth-child(2) {
    width: 88px;
}

.resources4 .wrap .content .flex .item .show p:nth-child(3) {
    width: 44px;
}

.resources4 .wrap .content .flex .item .show p:not(:first-child) {
    text-align: center;
}

.resources4 .wrap .content .flex .item .show .joke {
    width: 44px;
}

.resources4 .wrap .content .flex .item .show .more {
    width: 28px;
    height: 28px;
    background: rgba(241, 244, 247, 0);
    border: 1px solid #999999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.resources4 .wrap .content .flex .item .show .more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background: #666666;
}

.resources4 .wrap .content .flex .item .show .more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 12px;
    background: #666666;
}

.resources4 .wrap .content .flex .item .hide {
    overflow: hidden;
    display: none;
}

.resources4 .wrap .content .flex .item .hide > div {
    margin: 43px 52px 75px 115px;
}

.resources4 .wrap .content .flex .item .hide > div .text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.resources4 .wrap .content .flex .item .hide > div .display {
    margin: 52px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resources4 .wrap .content .flex .item .hide > div .display .l {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.resources4 .wrap .content .flex .item .hide > div .display .l a {
    color: #CF000D;
    text-decoration: underline;
}

.resources4 .wrap .content .flex .item .hide > div .display .click {
    width: 158px;
    height: 48px;
    background: #4D4D4D;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.7s;
}

.resources4 .wrap .content .flex .item .hide > div .display .click .iconfont {
    color: #FFFFFF;
    font-size: 20px;
    margin: 0 11px 0 0;
}

.resources4 .wrap .content .flex .item .hide > div .display .click p {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.resources4 .wrap .content .flex .item .hide > div .display .click:hover {
    background: #CF000D;
}

.fixed_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}

.fixed_alert .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}

.fixed_alert .wrap {
    width: 768px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 70px 47px 55px 48px;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    transition: 1s;
}

.fixed_alert .wrap .clone {
    position: absolute;
    right: 19px;
    top: 19px;
    z-index: 3;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    cursor: pointer;
}

.fixed_alert .wrap .clone:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333333;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.fixed_alert .wrap .clone:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #333333;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.fixed_alert .wrap h1 {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 53px;
}

.fixed_alert .wrap form .list {
    width: 670px;
    height: 60px;
    background: #F5F5F5;
    border-radius: 3px;
    padding: 0 0 0 26px;
    border: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.fixed_alert .wrap form .list::placeholder {
    color: #333;
}

.fixed_alert .wrap form .list p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.fixed_alert .wrap form .list:not(:last-child) {
    margin: 0 0 19px;
}

.fixed_alert .wrap form .list.choice {
    position: relative;
    cursor: pointer;
}

.fixed_alert .wrap form .list.choice:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #989898;
}

.fixed_alert .wrap form .other {
    display: flex;
    align-items: center;
    margin: 0 0 47px;
    position: relative;
}

.fixed_alert .wrap form .other .remove {
    font-size: 16px;
    color: #666666;
    margin: 0 0 5px 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    opacity: 0;
    transition: 0.7s;
    pointer-events: none;
}

.fixed_alert .wrap form .other .load_border {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    margin: 0 18px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.fixed_alert .wrap form .other .load_border .border {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.fixed_alert .wrap form .other .load_border p {
    width: fit-content;
    height: fit-content;
    font-size: 45px;
    font-weight: 400;
    color: #666666;
    position: relative;
    top: -5px;
    pointer-events: none;
}

.fixed_alert .wrap form .other .message {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.fixed_alert .wrap form .other .message > * {
    transition: 0.7s;
}

.fixed_alert .wrap form .other .message .hide {
    display: none;
}

.fixed_alert .wrap form .other.on .remove {
    opacity: 1;
    pointer-events: auto;
}

.fixed_alert .wrap form .other.on .hh {
    display: none;
}

.fixed_alert .wrap form .other.on .hide {
    display: block;
}

.fixed_alert .wrap form button {
    width: 670px;
    height: 60px;
    background: #CF000D;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
}

.fixed_alert.on {
    opacity: 1;
    pointer-events: auto;
}

.fixed_alert.on .wrap {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.last_resources{
    padding: 90px 0 20px 0;
}

.last_resources .wrap{
    width: 1600px;
    margin: auto;
}
.last_resources .wrap .item:not(:last-child) {
    margin: 0 0 14px;
}
.last_resources .wrap .item{
    display: flex;
    height: 666px;
    border-radius: 10px;
    overflow: hidden;
}

.last_resources .wrap .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.last_resources .wrap .item .img{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.last_resources .wrap .item .img img{
    width: 100%;
    height: 100%;
    transition: 2s;
}

.last_resources .wrap .item .img:hover img{
    transform: scale(1.05);
}

.last_resources .wrap .item .r{
    width: 50%;
    height: 100%;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
}
.last_resources .wrap .item .r > div{
    width: 550px;
}
.last_resources .wrap .item .r h1{
    font-size: 30px;
    color: #111111;
    transition: .6s;
    margin: 0 0 50px;
    font-weight: bold;
}
.last_resources .wrap .item .r h5{
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    margin: 0 0 30px;
    transition: .6s;
}
.last_resources .wrap .item .r .text{
    font-weight: normal;
    font-size: 18px;
    color: #555555;
    line-height: 32px;
    transition: .6s;
}
.last_resources .wrap .item .r .more{
    width: 120px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #CF000D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 14px;
    color: #CF000D;
    margin: 60px 0 0 0;
    transition: .6s;
}
.last_resources .wrap .item .r:hover{
    background: #CF000D;
}
.last_resources .wrap .item .r:hover h1,
.last_resources .wrap .item .r:hover .text,
.last_resources .wrap .item .r:hover h5
{
    color: #fff;
}
.last_resources .wrap .item .r:hover .more{
    background: #FFFFFF;
    color: #CF000D;
}
@media screen and (max-width: 1920px) {
    .resources .wrap {
        width: 83.3333333333vw;
        margin: 6.09375vw auto 5.625vw;
    }

    .resources .wrap .title {
        text-align: center;
        margin: 0 0 4.1666666667vw;
    }

    .resources .wrap .title h1 {
        font-size: 2.0833333333vw;
        font-weight: bold;
        color: #000000;
        margin: 0 0 1.40625vw;
    }

    .resources .wrap .title p {
        width: 69.0104166667vw;
        font-size: 1.1458333333vw;
        font-weight: 400;
        color: #000000;
        line-height: 1.6666666667vw;
        max-width: 100%;
        margin: auto;
    }

    .resources .wrap .img {
        width: 100%;
    }

    .resources .wrap .img img {
        width: 100%;
    }

    .resources2 {
        background: #F5F5F5;
    }

    .resources2 .wrap {
        margin: 5.6770833333vw auto 3.6979166667vw;
        display: flex;
        justify-content: center;
    }

    .resources2 .wrap .matter {
        width: 5.46875vw;
    }

    .resources2 .wrap .matter:not(:last-child) {
        margin: 0 20.7291666667vw 0 0;
    }

    .resources2 .wrap .matter h1 {
        font-size: 1.3541666667vw;
        font-weight: bold;
        color: #000000;
    }

    .resources2 .wrap .matter .flex {
        display: flex;
        margin: 1.5625vw 0 0 1.875vw;
    }

    .resources2 .wrap .matter .flex .l {
        width: 1.40625vw;
        margin: 0 1.1458333333vw 0 0;
    }

    .resources2 .wrap .matter .flex .l .red {
        width: 1.40625vw;
        height: 1.40625vw;
        background: #CF000D;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .resources2 .wrap .matter .flex .l .red:after {
        content: '';
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        background: #FFFFFF;
        border-radius: 50%;
        display: inline-block;
    }

    .resources2 .wrap .matter .flex .l .line {
        width: 0.0520833333vw;
        height: calc(100% - 2.5vw);
        background: #E4E4E4;
        margin: auto;
    }

    .resources2 .wrap .matter .flex .r {
        margin: 2.9166666667vw 0 0 0;
    }

    .resources2 .wrap .matter .flex .r .item {
        display: flex;
        position: relative;
    }

    .resources2 .wrap .matter .flex .r .item:after {
        content: '';
        position: absolute;
        left: -2.03125vw;
        top: 50%;
        transform: translateY(-50%);
        width: 0.3645833333vw;
        height: 0.3645833333vw;
        background: #999999;
        border-radius: 50%;
    }

    .resources2 .wrap .matter .flex .r .item:not(:last-child) {
        margin: 0 0 1.1458333333vw;
    }

    .resources2 .wrap .matter .flex .r .item .list {
        height: 2.5vw;
        background: #FFFFFF;
        border-radius: 1.25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        color: #333333;
        margin: 0 0.46875vw 0 0;
        width: fit-content;
        padding: 0 10px;
        white-space: nowrap;
        font-size: 0.6770833333333333vw;
    }

    .resources3 .wrap {
        width: 83.3333333333vw;
        margin: 3.28125vw auto 5.5208333333vw;
    }

    .resources3 .wrap .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 2.5520833333vw;
    }

    .resources3 .wrap .title h1 {
        font-size: 2.0833333333vw;
        font-weight: bold;
        color: #000000;
    }

    .resources3 .wrap .title .button {
        display: flex;
        align-items: center;
    }

    .resources3 .wrap .title .button .circle {
        width: 2.7083333333vw;
        height: 2.7083333333vw;
        background: rgba(241, 244, 247, 0);
        border: 0.0520833333vw solid rgba(51, 51, 51, 0.5);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333333;
        cursor: pointer;
        font-size: 1.0416666667vw;
        transition: 0.7s;
    }

    .resources3 .wrap .title .button .circle:not(:last-child) {
        margin: 0 0.8854166667vw 0 0;
    }

    .resources3 .wrap .title .button .circle:nth-child(2) {
        transform: rotate(180deg);
    }

    .resources3 .wrap .title .button .circle:hover {
        background: #CF000D;
        color: #fff;
        border: 0.0520833333vw solid #CF000D;
    }

    .resources3 .wrap .content .swiper {
        width: 100%;
    }

    .resources3 .wrap .content .swiper .swiper-slide img {
        width: 100%;
        border-radius: 0.5729166667vw;
    }

    .resources4 .wrap {
        width: 83.3333333333vw;
        margin: 5.2083333333vw auto 6.6666666667vw;
    }

    .resources4 .wrap .title {
        font-size: 2.0833333333vw;
        font-weight: bold;
        color: #000000;
        margin: 0 0 2.2395833333vw;
    }

    .resources4 .wrap .content .headline {
        height: 3.6458333333vw;
        padding: 0 5.3645833333vw 0 5.9895833333vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #CF000D;
        border-radius: 0.5208333333vw;
    }

    .resources4 .wrap .content .headline p {
        font-size: 0.625vw;
        font-weight: bold;
        color: #FFFFFF;
    }

    .resources4 .wrap .content .headline p:first-child {
        width: 4.5833333333vw;
    }

    .resources4 .wrap .content .headline p:nth-child(2) {
        width: 4.5833333333vw;
    }

    .resources4 .wrap .content .headline p:nth-child(3) {
        width: 2.2916666667vw;
    }

    .resources4 .wrap .content .headline p:nth-child(4) {
        width: 2.2916666667vw;
    }

    .resources4 .wrap .content .headline p:not(:first-child) {
        text-align: center;
    }

    .resources4 .wrap .content .flex .item .show {
        height: 3.90625vw;
        border-bottom: 0.0520833333vw solid #E6E6E6;
        padding: 0 5.3645833333vw 0 5.9895833333vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .resources4 .wrap .content .flex .item .show p {
        font-size: 0.8333333333333333vw;
        font-weight: 400;
        color: #000000;
    }

    .resources4 .wrap .content .flex .item .show p:first-child {
        width: 4.5833333333vw;
    }

    .resources4 .wrap .content .flex .item .show p:nth-child(2) {
        width: 4.5833333333vw;
    }

    .resources4 .wrap .content .flex .item .show p:nth-child(3) {
        width: 2.2916666667vw;
    }

    .resources4 .wrap .content .flex .item .show p:not(:first-child) {
        text-align: center;
    }

    .resources4 .wrap .content .flex .item .show .joke {
        width: 2.2916666667vw;
    }

    .resources4 .wrap .content .flex .item .show .more {
        width: 1.4583333333vw;
        height: 1.4583333333vw;
        background: rgba(241, 244, 247, 0);
        border: 1px solid #999999;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .resources4 .wrap .content .flex .item .show .more:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 0.625vw;
        height: 2px;
        background: #666666;
    }

    .resources4 .wrap .content .flex .item .show .more:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 2px;
        height: 0.625vw;
        background: #666666;
    }

    .resources4 .wrap .content .flex .item .hide {
        overflow: hidden;
        display: none;
    }

    .resources4 .wrap .content .flex .item .hide > div {
        margin: 2.2395833333vw 2.7083333333vw 3.90625vw 5.9895833333vw;
    }

    .resources4 .wrap .content .flex .item .hide > div .text {
        font-size: 0.9375vw;
        font-weight: 400;
        color: #000000;
        line-height: 1.6666666667vw;
    }

    .resources4 .wrap .content .flex .item .hide > div .display {
        margin: 2.7083333333vw 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .resources4 .wrap .content .flex .item .hide > div .display .l {
        font-size: 0.9375vw;
        font-weight: 400;
        color: #000000;
    }

    .resources4 .wrap .content .flex .item .hide > div .display .l a {
        color: #CF000D;
        text-decoration: underline;
    }

    .resources4 .wrap .content .flex .item .hide > div .display .click {
        width: 8.2291666667vw;
        height: 2.5vw;
        background: #4D4D4D;
        border-radius: 1.25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.7s;
    }

    .resources4 .wrap .content .flex .item .hide > div .display .click .iconfont {
        color: #FFFFFF;
        font-size: 1.0416666667vw;
        margin: 0 0.5729166667vw 0 0;
    }

    .resources4 .wrap .content .flex .item .hide > div .display .click p {
        font-size: 0.625vw;
        font-weight: 400;
        color: #FFFFFF;
    }

    .resources4 .wrap .content .flex .item .hide > div .display .click:hover {
        background: #CF000D;
    }

    .fixed_alert {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 9999999;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        opacity: 0;
        transition: 1s;
    }

    .fixed_alert .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: rgba(0, 0, 0, 0.5);
    }

    .fixed_alert .wrap {
        width: 768px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 70px 47px 55px 48px;
        position: relative;
        transform: translateY(20px);
        opacity: 0;
        transition: 1s;
    }

    .fixed_alert .wrap .clone {
        position: absolute;
        right: 19px;
        top: 19px;
        z-index: 3;
        width: 20px;
        height: 20px;
        transform: rotate(-45deg);
        cursor: pointer;
    }

    .fixed_alert .wrap .clone:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #333333;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .fixed_alert .wrap .clone:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        background: #333333;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .fixed_alert .wrap h1 {
        font-size: 40px;
        font-weight: bold;
        color: #333333;
        margin: 0 0 53px;
    }

    .fixed_alert .wrap form .list {
        width: 670px;
        height: 60px;
        background: #F5F5F5;
        border-radius: 3px;
        padding: 0 0 0 26px;
        border: none;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
    }

    .fixed_alert .wrap form .list::placeholder {
        color: #333;
    }

    .fixed_alert .wrap form .list p {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
    }

    .fixed_alert .wrap form .list:not(:last-child) {
        margin: 0 0 19px;
    }

    .fixed_alert .wrap form .list.choice {
        position: relative;
        cursor: pointer;
    }

    .fixed_alert .wrap form .list.choice:after {
        content: '';
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid #989898;
    }

    .fixed_alert .wrap form .other {
        display: flex;
        align-items: center;
        margin: 0 0 47px;
        position: relative;
    }

    .fixed_alert .wrap form .other .remove {
        font-size: 16px;
        color: #666666;
        margin: 0 0 5px 0;
        position: absolute;
        right: 0;
        cursor: pointer;
        opacity: 0;
        transition: 0.7s;
        pointer-events: none;
    }

    .fixed_alert .wrap form .other .load_border {
        width: 80px;
        height: 80px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        border-radius: 3px;
        margin: 0 18px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
    }

    .fixed_alert .wrap form .other .load_border .border {
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
    }

    .fixed_alert .wrap form .other .load_border p {
        width: fit-content;
        height: fit-content;
        font-size: 45px;
        font-weight: 400;
        color: #666666;
        position: relative;
        top: -5px;
        pointer-events: none;
    }

    .fixed_alert .wrap form .other .message {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
    }

    .fixed_alert .wrap form .other .message > * {
        transition: 0.7s;
    }

    .fixed_alert .wrap form .other .message .hide {
        display: none;
    }

    .fixed_alert .wrap form .other.on .remove {
        opacity: 1;
        pointer-events: auto;
    }

    .fixed_alert .wrap form .other.on .hh {
        display: none;
    }

    .fixed_alert .wrap form .other.on .hide {
        display: block;
    }

    .fixed_alert .wrap form button {
        width: 670px;
        height: 60px;
        background: #CF000D;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 300;
        color: #FFFFFF;
    }

    .fixed_alert.on {
        opacity: 1;
        pointer-events: auto;
    }

    .fixed_alert.on .wrap {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.3s;
    }


    .last_resources{
        padding: 4.6875vw 0 1.0416666666666667vw 0;
    }

    .last_resources .wrap{
        width: 83.33333333333334vw;
    }
    .last_resources .wrap .item:not(:last-child) {
        margin: 0 0 0.7291666666666667vw;
    }
    .last_resources .wrap .item{
        height: 34.6875vw;
        border-radius: 0.5208333333333334vw;
    }

    .last_resources .wrap .item .r > div{
        width: 28.645833333333336vw;
    }
    .last_resources .wrap .item .r h1{
        font-size: 1.5625vw;
        margin: 0 0 2.604166666666667vw;
    }
    .last_resources .wrap .item .r h5{
        font-size: 1.1458333333333335vw;
        margin: 0 0 1.5625vw;
    }
    .last_resources .wrap .item .r .text{
        font-size: 0.9375vw;
        line-height: 1.6666666666666667vw;
    }
    .last_resources .wrap .item .r .more{
        width: 6.25vw;
        height: 1.8229166666666667vw;
        border-radius: 0.2604166666666667vw;
        font-size: 0.7291666666666667vw;
        margin: 3.125vw 0 0 0;
    }
}

/*# sourceMappingURL=resources.css.map */

@media screen and (max-width: 1024px) {
    .last_resources .wrap .item .r h1{
        font-size: 28px;
        margin: 0 0 20px;
    }
    .last_resources .wrap .item .r h5{
        font-size: 18px;
        margin: 0 0 22px;
    }
    .last_resources .wrap .item .r .text {
        font-size: 14px;
        line-height: 32px;
    }
    .last_resources .wrap .item .r .more{
        width: 120px;
        height: 35px;
        font-size: 14px;
        border-radius: 5px;
        margin: 50px 0 0 0;
    }
    .last_resources .wrap .item:not(:last-child) {
        margin: 0 0 20px;
    }

    .last_resources .wrap .item{
        flex-direction: column!important;
        height: auto;
    }

    .last_resources .wrap{
        width: 90%;
    }
    .last_resources .wrap .item .img,.last_resources .wrap .item .r{
        width: 100%;
    }
    .last_resources .wrap .item .r{
        padding: 30px 0;
    }
    .last_resources .wrap .item .r > div{
        width: 90%;
    }

    .resources .wrap{
    width: 90%;
  }
  .resources .wrap .title h1{
    font-size: 24px;
  }
  .resources .wrap .title p{
    width: 100%;
    font-size: 12px;
    line-height: 25px;
  }
    .resources2 .wrap .matter h1{
        font-size: 18px;
        white-space: nowrap;
    }
    .resources2 .wrap .matter .flex .r .item .list{
        font-size: 12px;
        width: fit-content;
        height: auto;
        white-space: nowrap;
        padding: 5px 10px;
    }
    .resources2 .wrap .matter:not(:last-child) {
        margin: 0 28.729167vw 0 0;
    }
    .resources2 .wrap {
        position: relative;
        left: -30px;
    }
    .resources3 .wrap .title h1{
        font-size: 24px;
    }
    .resources3 .wrap .title .button .circle{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .resources4 .wrap .content .flex .item .hide > div .text{
        font-size: 12px;
        line-height: 22px;
    }
    .resources4 .wrap .content .flex .item .hide > div .display .l{
        font-size: 12px;
    }

    .fixed_alert .wrap h1{
        font-size: 24px;
        margin: 0 0 26px;
    }
    .fixed_alert .wrap form button{
        width: 100%;
    }
    .fixed_alert .wrap{
        width: 90%;
    }
    .fixed_alert .wrap form .list{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .resources .wrap .title p {
        font-size: 12px;
        line-height: 28px;
    }
    .resources .wrap{
        margin: 30px auto;
    }
    .resources .wrap .title{
        margin: 0 0 20px;
    }
    .resources2 .wrap{
        left: 0;
        flex-direction: column;
        width: 90%;
        margin: 35px auto;
    }
    .resources2 .wrap .matter h1{
        font-size: 22px;
    }
    .resources2 .wrap .matter .flex .l{
        display: none;
    }
    .resources2 .wrap .matter .flex .r .item:after{
        display: none;
    }
    .resources2 .wrap .matter .flex .r .item .list {
        padding: 8px 15px;
    }
    .resources2 .wrap .matter .flex .r .item:not(:last-child){
        margin: 0;
    }
    .resources2 .wrap .matter .flex .r{
        margin: 10px 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }
    .resources2 .wrap .matter .flex .r .item .list{
        margin: 0 10px 10px 0!important;
    }
    .resources2 .wrap .matter{
        width: 100%;
    }
    .resources2 .wrap .matter .flex{
        margin: 0;
    }
    .resources2 .wrap .matter:not(:last-child){
        margin: 0 0 20px;
    }
    .resources3 .wrap{
        width: 90%;
        margin: 35px auto;
    }
    .resources3 .wrap .title .button .circle:not(:last-child){
        margin: 0 10px 0 0;
    }
    .resources3 .wrap .title{
        margin: 0 0 20px;
    }
    .resources4 .wrap{
        width: 90%;
    }
    .resources4 .wrap .content .headline{
        height: 45px;
        border-radius: 5px;
    }
    .resources4 .wrap .content .flex .item .show{
        height: 45px;
    }
    .resources4 .wrap .content .headline p{
        font-size: 12px;
        width: fit-content!important;
    }
    .resources4 .wrap .content .flex .item .show p{
        width: fit-content!important;
        font-size: 12px;
    }
    .resources4 .wrap .content .flex .item .show p:first-child,.resources4 .wrap .content .headline p:first-child{
        width: 72px!important;
    }
    .resources4 .wrap .content .headline p:nth-child(2),.resources4 .wrap .content .flex .item .show p:nth-child(2){
        width: 48px!important;
    }
    .resources4 .wrap .content .flex .item .show,.resources4 .wrap .content .headline{
        padding: 0 4%;
    }
    .resources4 .wrap .content .flex .item .hide > div{
        margin: 10px 4%;
    }
    .resources4 .wrap .content .flex .item .hide > div .display .l {
        line-height: 21px;
    }
    .resources4 .wrap .content .flex .item .show .joke {
        width: 24px;
    }
    .resources4 .wrap .content .flex .item .hide > div .display{
        margin: 10px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }
    .resources4 .wrap .content .flex .item .hide > div .display .click{
        width: 108px;
        height: 35px;
        margin: 20px 0 0 0;
    }
    .resources4 .wrap .content .flex .item .hide > div .display .click p{
        font-size: 12px;
    }
    .resources4 .wrap .content .flex .item .hide > div .display .click .iconfont{
        font-size: 14px;
        margin: 0 5px 0 0;
    }
    .resources4 .wrap .content .flex .item .show .more{
        width: 30px;
        height: 30px;
    }
    .resources4 .wrap .content .flex .item .show .more:before{
        width: 2px;
        height: 40%;
    }
    .resources4 .wrap .content .flex .item .show .more:after{
        width: 40%;
        height: 2px;
    }
    .fixed_alert .wrap{
        padding: 5%;
    }
    .fixed_alert .wrap form .list{
        height: 40px;
        padding: 0 0 0 5%;
        font-size: 14px;
    }
    .fixed_alert .wrap form .list p{
        font-size: 14px;
    }
    .fixed_alert .wrap form .other .load_border{
        width: 50px;
        height: 50px;
    }
    .fixed_alert .wrap form .other .message{
        font-size: 14px;
    }
    .fixed_alert .wrap form .other .load_border p{
        font-size: 28px;
        top: -3px;
    }
    .fixed_alert .wrap form button{
        height: 46px;
        font-size: 15px;
    }

    .resources2 .wrap .matter .flex .r{
        display: none;
    }
    .resources2 .wrap .matter .flex .mobile{
        display: flex!important;
        flex-wrap: wrap;
    }

}
