/* login的content */
.cjhd-content-aboutUs {
    width: 100%;
    min-height: calc(100% - 380px);
    background-color: #FFF6EA;
    /* background: url("../../images/login/content-bg.png"); */
    background-repeat: no-repeat;
    padding-top: 84px;
    padding-bottom: 48px;
}
.product-aboutUs {
    width: 1000px;
    height: 100%;
    padding-left: calc(50% - 500px)
}
.product-aboutUs-info {
    background-color: #FFF;
    min-height: 640px;
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    box-shadow:0px 16px 32px 4px rgba(6,0,1,0.1);
    padding: 0 60px;
}

.aboutUs-title {
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(51,51,51,1);
}

.aboutUs-content {
    margin-top: 50px;
    min-height: 640px;
    line-height: 60px;
    font-size: 18px;
}