.about-bg {
    height: 529px;
    background: url(../images/about-bg.png) no-repeat;
    background-size: cover;
}
.about-bg-top{
    width: 1200px;
    height: 529px;
}

.about-content {
    height: 940px;
    background-color: #FFFFFF;
    position: relative;
}
.content-center{
    height: 940px;
    position: relative;
}

.text {

    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.text span:nth-of-type(1) {
    font-weight: var(--moka--font-600);
    font-size: var(--moka--font-40);
    margin-bottom: 24px;
}

.text span:nth-of-type(2) {
    font-size: var(--moka--font-18);
    color: #898989;
}

.text-1 {
    position: absolute;
    top: 204px;
    right: 0px;

}

.text-2 {
    position: absolute;
    top: 629px;
    left: 0px;

}

.about-img-1 {
    width: 296px;
    height: 480px;
    position: absolute;
    top: 410px;
    left: 0;
}

.about-img-2 {
    width: 320px;
    height: 320px;
    position: absolute;
    top: 100px;
    left: 0px;
}

.about-img-3 {
    width: 336px;
    height: 347px;
    position: absolute;
    bottom: 79px;
    right: 0px;
}

.about-img-4 {
    width: 152px;
    height: 230px;
    position: absolute;
    top: 0;
    right: 0;
}

.company-introduce {
    width: 100%;
    height: 1077px;
    background: url(../images/company-bg.png) no-repeat;
    background-size: cover;
}

.comp-content {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}
.comp-content::before{
    content: "";
    width: 712px;
    height: 411px;
    position: absolute;
    left: 50%;
    top: 32px;
    transform: translateX(-50%);
    background: url(../images/comp-bg-top.png) no-repeat;
    background-size: 100% 100%;
}

.comp-title {
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    padding: 100px 0 20px;
    align-self: center;
}

.company-introduce p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 40px;
    line-height: 32px;
}

.comp-area {
    align-self: center;
    margin-top: 187px;
}

.comp-area>p {
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 24px;
}