.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;
 }
.main{
    width: 100%;
}
.main img{
    width: 100%;
    height: calc(100vh - 88px);
}
 .wrap .content{
    background: url('../images/about/con.png');
    background-size: 100% 100%;
    padding: 236px 6% 93px 6%;
}
.wrap .content .title_box{
    position: relative;
}
.wrap .content .title{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    position: relative;
}
.wrap .content .title::after{
    content: "";
    display: block;
    width: 70px;
    height: 12px;
    background: #24AAF3;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.wrap .content  .text{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #767B84;
    line-height: 28px;
    letter-spacing: 2px;
    margin: 30px 0 88px 0;
}
.box-bottom{
    margin-top: 148px;
}
.wrap .content img{
    display: block;
    width: 100%;
    margin-top: 111px;
    padding: 0 5%;
}
.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;
}