.desc-wrap {
    text-align: center;
}
.desc-wrap .container {
    max-width: 1440px;
    width: unset;
}
.desc-wrap h2 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    margin: 81px 0 19px;
    text-align: center;
}
.desc-wrap small {
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
    text-align: center;
}
.desc-wrap p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    text-align: center;
}

.desc-wrap .wp {
    padding: 0 80px;
}
.desc-wrap .f1 {
    margin-top: 50px;
}
.desc-wrap .rw {
    display: flex;
}
.desc-wrap .rw + .rw {
    margin-top: 80px;
}
.desc-wrap .cover img {
    width: 30.2083vw;
    height: 30.2083vw;
    border-radius: 50%;
}
.desc-wrap .rw p {
    margin: 40px 0;
}
.desc-wrap .rw .col {
    margin-bottom: 28px;
}
.desc-wrap .rw .icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
}
.desc-wrap .rw .icon:hover img {
    transform: scale(1.1);
}
.desc-wrap .rw .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.desc-wrap .rw span {
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
}
.desc-wrap .covers {
    height: 340px;
    border-radius: 8px;
    overflow: hidden;
}
.desc-wrap .covers img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.desc-wrap .aks {
    margin-top: 30px;
}
.desc-wrap .desc-text {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1.6;
    text-align: left;
    margin-top: 20px;
}
.desc-wrap .desc-text:hover {
    color: var(--main-color);
}

.assets-wrap {
    position: relative;
    z-index: 100;
}
.assets-wrap .row {
    margin: 30px -15px 0;
}
.assets-wrap .wrap {
    position: relative;
}
.assets-wrap .cover {
    height: 336px;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}
.assets-wrap .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: unset;
    transition: all .3s ease;
}
.assets-wrap .cover:hover img {
    transform: scale(1.1);
}
.assets-wrap .desc {
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 28px;
}
.assets-wrap .desc h3 {
    text-align: left;
    margin: 0 0 14px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #035FBD;
}
.assets-wrap .desc p {
    margin: unset;
}


.fnc .rich-text {
    max-width: 1000px;
    margin: 0 auto;
}

.fcc {
    padding-top: 220px;
    background: #F4F9FF;
    position: relative;
    padding-bottom: 60px;
}
.fcc::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 50%;
    width: 110vw;
    height: 300px;
    background: #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}
.fcc::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: 50%;
    width: 150vw;
    height: 300px;
    background: #F4F9FF;
    border-radius: 50%;
    transform: translateX(-50%);
}
.fcc .rw {
    position: relative;
    z-index: 1;
}



.fbc {
    margin-top: 300px;
}
.fbc .rich-text {
    max-width: 1000px;
    margin: 0 auto;
}

.rwacc {
    display: flex;
    justify-content: space-between;
    margin: 48px 0 0;
}
.flow img {
    display: block;
    max-width: 100%;
}
.rwacc .col {
    float: left;
    width: 128px;
}
.rwacc .col img {
    height: 41px;
}
.rwacc .col h3 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(77, 77, 77, 1);
    margin: 34px 0 8px;
}
.rwacc .col p {
    font-size: 12px;
    color: #999;
    margin: unset;
}
.rwacc .c {
    float: left;
}
.rwacc .c img {
    margin-top: 10px;
}


@media screen and (max-width: 640px) {
    .desc-wrap h2 {
        font-size: 28px;
        margin: 40px 0 10px;
    }
    .desc-wrap small {
        font-size: 14px;
    }
    .assets-wrap .cover {
        height: unset;
    }
    .assets-wrap .cover img {
        height: unset;
        width: 100%;
        object-fit: contain;
    }
    .assets-wrap .row {
        margin: 15px -15px 0;
    }
    .assets-wrap .row .col {
        padding: 15px;
    }
    .assets-wrap .desc {
        position: relative;
        bottom: unset;
        padding: 15px;
    }

    .desc-wrap .rw {
        display: block;
    }
    .desc-wrap .rw + .rw {
        margin-top: 20px;
    }
    .desc-wrap .cover img {
        width: 100%;
        height: unset;
        object-fit: contain;
        border-radius: unset;
    }
    .desc-wrap .wp {
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .desc-wrap .rw span {
        display: block;
        font-size: 11px;
        height: 30px;
        line-height: 1.4;
    }
    .desc-wrap .rw .icon {
        width: 40px;
        height: 40px;
    }
    .desc-wrap .rw .col {
        padding: 0 7.5px;
    }
    .desc-wrap .rw p {
        margin: 10px 0;
    }
    .desc-wrap .rw:last-of-type {
        display: flex;
        flex-direction: column-reverse;
    }

    .fcc {
        padding-top: 30px;
    }
    .fcc::before {
        display: none;
    }
    .fcc::after {
        display: none;
    }

    .fbc {
        margin-top: 20px;
    }


    .rwacc {
        display: block;
        margin-top: 24px;
    }
    .rwacc .col {
        width: 40%;
        height: 100px;
        margin-bottom: 10px;
    }
    .rwacc .c {
        width: 20%;
    }
    .rwacc .c2,
    .rwacc .c5 {
        width: 100%;
        text-align: right;
        padding-right: 60px;
        margin-bottom: 30px;
    }
    .rwacc .c2 img,
    .rwacc .c5 img {
        transform: rotateZ(90deg);
    }
    .rwacc .c3 img,
    .rwacc .c6 img {
        transform: rotateZ(180deg);
    }
    .rwacc .c4 {
        width: 100%;
        text-align: left;
        padding-left: 60px;
        margin-bottom: 30px;
    }
    .rwacc .c4 img {
        transform: rotateZ(90deg);
    }
    .rwacc .col h3 {
        font-size: 14px;
        margin: 15px 0 5px;
    }
    .ams {
        margin-top: 60px !important;
    }
    .afs {
        margin: 20px 0 40px !important;
    }
}
