.partnerlogo {
    height: 52px;
    margin-bottom: 10px;
    display: none;
}

.partnerImg {
    width: 100%;
    margin-bottom: 10px;
}

.partnerSwiper {
    position: relative;
    z-index: 2;
}

.partnerBottom .swiper-button-next {
    background: url(https://hti-ais-images-prd-1301376564.cos.ap-shanghai.myqcloud.com/share/htiweb/img/components/bannerBtn2.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}

.partnerBottom .swiper-button-prev {
    background: url(https://hti-ais-images-prd-1301376564.cos.ap-shanghai.myqcloud.com/share/htiweb/img/components/bannerBtn1.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}

.partnerBottom {
    width: 100%;
    margin-top: 40px;
    padding: 50px 90px;
    background: #dfd7ff;
    border-radius: 70px 70px 70px 70px;
}

.partnerName {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #5D51A7;
    font-style: normal;
    text-transform: none;
    line-height: 20px;
}

.swiper-slide {
    margin-bottom: 40px;
    cursor: pointer;
}

.partner {
    padding: 100px 0 80px;
}

.partnerNameEn {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #5D51A7;
    font-style: normal;
    text-transform: none;
    line-height: 20px;
    margin-bottom: 10px;
}

.partnerImg img {
    border-radius: 20px;
    width: 100%;
}

.content .box {
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    padding: 60px;
    margin: 0 auto;
}

.content .title {
    line-height: 45px;
    font-weight: 600;
    font-size: 32px;
    color: #3D3D3D;
    padding-left: 60px;
    margin-bottom: 20px;
}

.content .date {
    font-weight: 400;
    font-size: 18px;
    color: #999;
    padding: 0 60px;
    margin-bottom: 20px;
}

.backBtn {
    width: 117px;
    height: 40px;
    background: #2882FF;
    border-radius: 21px 21px 21px 21px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.pagination {
    display: flex;
    justify-content: flex-end;
}

.pagination span {
    width: 30px;
    line-height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 10px;
    transition: .2s;
}

.pagination span.on {
    background: #2882FF;
    color: #fff;
}

.pagination span:hover {
    background: rgba(40, 130, 255, .6);
    color: #fff;
}