.wrap .content{
    align-self: center;
    display: flex;
    flex-direction: column;
    margin-top: 6%;
    padding: 0 13% 100px 13%;
}
.wrap{
    padding-bottom: 282px;
}
.wrap .content .content_item{
   display: flex;
   align-self: center;
   margin-top: 60px;
   width: 100%;
   justify-content: center;
   position: relative;
}
.content_item div{
    position: absolute;
    bottom: 5%;
    left: 40px;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 37px;
}
.content_item div p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 15px;
}
.wrap .content .content_item .item_img{
    display: block;
    width: 100%;
}
.footer{
    bottom: 120px !important;
}
.footer p{
    color: #767B84 !important;
}
