
.wrap .banner{
    display: block;
    width: 100%;
    height: calc(100vh - 88px);
    align-self: center;
}
.wrap .content_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background: url(../images/about/back_img.png) no-repeat;
    background-size: 100% 100%;
}
 .wrap .content{
    width: 87%;
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
}
.wrap .content .title_box{
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-top: 80px;
}
.wrap .content .title{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    position: absolute;
    z-index: 100;
}
.wrap .content .title_bor{
    display: block;
    width: 80px;
    height: 12px;
    background: #9013FE;
    /* border-radius: 6px; */
    position: absolute;
    left: -5px;
    bottom: -15px;
}
.wrap .content  .text{
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    margin-top: 40px;
}
.wrap .content .welfare{
    display: block;
    width: 80%;
    margin-top: 130px;
    margin-bottom: 60px;
    align-self: center;
}

.pink_circle{
    display: block;
    position: absolute;
    left: 0;
    top:  0;
    width: 489;
    height: 487px;
    z-index: -1;
}
/* .blue_circle{
    display: block;
    position: fixed;
    left: 0;
    top: 100px;
    width: 489;
    height: 487px;
}
.gold_circle{
    display: block;
    position: fixed;
    left: 0;
    top: 100px;
    width: 489;
    height: 487px;
} */