/* public */
.udesk-about-big-text {
    font-size: 56px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.udesk-about-middle-text {
    font-size: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

#content .udesk-about-flex-box {
    display: flex;
}

#content h2 {
    margin-top: 0;
}

#content p {
    margin-bottom: 0;
}

#content .desc-p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

#content a {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #176de6;
    line-height: 20px;
    cursor: pointer;
}

#content a:hover {
    text-decoration: none;
}

/* banner */
.sub-banner {
    height: 440px;
}

.udesk-about-banner {
    background-size: cover;
    height: 440px;
}

.udesk-about-banner h1 {
    color: #ffffff;
    margin-top: 180px;
}

.udesk-about-banner.investor {
    background: url(../images/about/banner-investor.jpg) no-repeat center;
}

#content .first {
    margin-top: 155px;
    margin-bottom: 108px;
}

#content .first .content .content-item {
    max-width: 928px;
    margin: 0 auto 64px;
}

#content .first .content .img-wrapper {
    width: 242px;
    height: 122px;
    margin-right: 40px;
}

#content .first .content .desc .title {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
    margin-bottom: 24px;
    margin-top: 10px;
    text-align: left;
}

#content .first .content .desc .text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    text-align: left;
    max-width: 640px;
}
