.banner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-bg {
    width: 100%;
    height: 4.933333rem;
}

.banner-title {
    padding-top: 0.8rem;
    font-size: 0.453333rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #0C0C0B;
    margin-bottom: 0.4rem;
}

.banner-text {
    width: 8.933333rem;
    line-height: 0.533333rem;
    font-size: 0.373333rem;
    text-align: justify;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
}

.content-box {
    padding-top: 0.8rem;
}

.designer-box{
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #0C0C0B;
    margin-bottom: 0.8rem;
}

.designer-img {
    width: 100%;
    height: 5.96rem;
}

.designer-icon {
    padding: 0.426667rem 0 0.266667rem;
    width: 0.586667rem;
    height: 0.4rem;
}

.designer-name {
    font-size: 0.453333rem;
    color: #0C0C0B;
    margin-bottom: 0.4rem;
}

.designer-line {
    width: 0.533333rem;
    height: 2px;
    background-color: #0C0C0B;
    margin-bottom: 0.4rem;
}

.designer-intro {
    line-height: 0.533333rem;
    font-size: 0.373333rem;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #0C0C0B;
}