.aggregation-wrapper .auth-info {
    margin-top: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}
.aggregation-wrapper .auth-info .avatar {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    overflow: hidden;
}
.aggregation-wrapper .auth-info .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aggregation-wrapper .auth-info .name {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
}
.aggregation-wrapper .auth-info .desc {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}
.aggregation-wrapper .auth-info .statistics {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}
.aggregation-wrapper .auth-info .statistics span {
    display: inline-block;
}
.aggregation-wrapper .auth-info .statistics span:nth-child(1) {
    margin-right: 20px;
}
.aggregation-wrapper .auth-info .statistics span:nth-child(1) img {
    margin-right: 5px;
    width: 13px;
    height: 14px;
}
.aggregation-wrapper .auth-info .statistics span:nth-child(2) {
    margin-left: 20px;
}
.aggregation-wrapper .auth-info .statistics span:nth-child(2) img {
    margin-right: 5px;
    width: 16px;
    height: 12px;
}
@media (min-width: 768px) {
    .content-wrapper .info-section-wrapper .list-wrapper .normal-item {
        width: calc((100% - 24px) / 2 - 1px);
        margin-right: 0;
    }
    .content-wrapper .info-section-wrapper .list-wrapper .normal-item:nth-child(2n-1) {
        margin-right:24px;
    }
}
@media (min-width: 980px) {
    .content-wrapper .info-section-wrapper .list-wrapper .normal-item {
        width: calc((100% - 32px * 2) / 3 - 1px);
        margin-right: 32px !important;
    }
    .content-wrapper .info-section-wrapper .list-wrapper .normal-item:nth-child(3n) {
        margin-right:0 !important;
    }
}
@media (min-width: 1600px) {
    .content-wrapper .info-section-wrapper .list-wrapper .normal-item {
        width: calc((100% - 30px * 3) / 4 - 2px);
        margin-right: 30px !important;
    }
    .content-wrapper .info-section-wrapper .list-wrapper .normal-item:nth-child(3n){
        margin-right: 30px !important;
    }
    .content-wrapper .info-section-wrapper .list-wrapper .normal-item:nth-child(4n) {
        margin-right: 0 !important;
    }
}
@media (max-width: 979px) {
    .content-wrapper .info-section-wrapper .list-wrapper .normal-item .recommend-image{
        height: 25.65vw !important;
    }
}
@media (max-width: 767px) {
    .aggregation-wrapper .auth-info {
        margin-top: 6.66vw;
    }
    .aggregation-wrapper .auth-info .avatar {
        width: 24vw;
        height: 24vw;
        border-radius: 24vw;
    }
    .aggregation-wrapper .auth-info .name {
        margin-top: 4vw;
        font-size: 4.26vw;
        line-height: unset;
    }
    .aggregation-wrapper .auth-info .desc {
        margin-top: 2.67vw;
        font-size: 3.74vw;
        line-height: unset;
    }
    .aggregation-wrapper .auth-info .statistics {
        margin-top: 4vw;
        font-size: 3.74vw;
        line-height: unset;
        margin-bottom: unset;
    }
    .aggregation-wrapper .auth-info .statistics span:nth-child(1) {
        margin-right: 5.34vw;
    }
    .aggregation-wrapper .auth-info .statistics span:nth-child(1) img {
        margin-right: 1.33vw;
        width: 3.47vw;
        height: 3.73vw;
    }
    .aggregation-wrapper .auth-info .statistics span:nth-child(2) {
        margin-left: 5.34vw;
    }
    .aggregation-wrapper .auth-info .statistics span:nth-child(2) img {
        margin-right: 1.33vw;
        width: 4.27vw;
        height: 3.2vw;
    }
    .content-wrapper .info-section-wrapper .list-wrapper .normal-item {
        width: 100%;
        margin-right: 0;
    }
    .content-wrapper .info-section-wrapper .list-wrapper .normal-item .recommend-image {
        height: 53.06vw !important;
    }
}