.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: 14px;
}
.desc-wrap .rw .icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
}
.desc-wrap .rw .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.desc-wrap .rw .icon:hover img {
    transform: scale(1.1);
}
.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;
    transition: all .3s ease;
}
.desc-wrap .col:hover .covers img {
    transform: scale(1.1);
}
.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);
}



@media screen and (max-width: 640px) {
    .desc-wrap h2 {
        font-size: 28px;
        margin: 40px 0 10px;
    }
    .desc-wrap small {
        font-size: 14px;
    }
    .desc-wrap img {
        max-width: 100%;
    }
}
@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:nth-of-type(2) {
        display: flex;
        flex-direction: column-reverse;
    }
    .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;
    }
    .desc-wrap .covers {
        height: unset;
    }
    .desc-wrap .covers img {
        width: 100%;
        height: unset;
        object-fit: contain;
    }
    .desc-wrap .aks {
        padding-bottom: 120px;
    }
}
