.banner-box {
    z-index: 1;
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-title {
    padding-top: 100px;
    font-size: 34px;
    color: #0C0C0B;
    margin-bottom: 30px;
}

.banner-text {
    width: 640px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}
.content-box{
    padding-top: 80px;
}
.designer-box{
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
.designer-img{
    width: 600px;
    height: 400px;
}
.designer-info{
    width: 470px;
}
.designer-icon{
    padding: 20px 0 10px;
    width: 30px;
    height: 20px;
}
.designer-name{
    font-size: 24px;
    line-height: 34px;
    color: #0C0C0B;
    margin-bottom: 20px;
}
.designer-line{
    width: 40px;
    height: 2px;
    background-color: #0C0C0B;
    margin-bottom: 60px;
}
.designer-intro{
    font-size: 16px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #0C0C0B;
    line-height: 24px;
}