.main{
    background: url('../images/about/bg.png');
    background-size: 100% 100%;
    height: 100vh;
}
.desc{
    font-size: 20px !important;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
    margin-top: 28px;
 }
 .wrap{
    padding-bottom: 282px;
 }
.wrap .banner{
    display: block;
    width: 100%;
    height: calc(100vh - 88px);
    align-self: center;
}
 .wrap .content{
    padding: 0 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrap .content .title_box{
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-top: 80px;
}
.wrap .content .title_box{
    text-align: center;
}
.wrap .content .title{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    position: relative;
    z-index: 1;
}
.wrap .content .title::after{
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background: #5CE68A;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
}
.wrap .content  .text{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #767B84;
    line-height: 28px;
    letter-spacing: 2px;
    margin-top: 30px;
}
.wrap .content img{
    display: block;
    width: 100%;
    margin-top: 30px;
}
.wrap .content .welfareBox{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;

}
.wrap .content .welfareBox img{
    display: inline-block;
    width: 49%;
}
.footer{
    bottom: 120px !important;
}
.footer p{
    color: #767B84 !important;
}