
.wrap .content{
    padding: 0 6% 100px 6%;
    position: relative;
}
.bg-y{
    width: 38%;
    height: 20%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
}
.top-y{
    background: linear-gradient(141deg, #FAE000 0%, #FFA534 100%);
    top: 0;
}
.bottom-y{
    background: linear-gradient(208deg, #7CD1FF 0%, #2FADF2 100%);
    bottom: 26%;
}
.wrap{
    padding-bottom: 282px;
}
.content_item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 8%;
}
.wrap .content .title_box{
    width: 50%;
    margin-right: 11%;
    margin-top: 60px;
}
.content .title_box:nth-child(2){
    margin-left: 11%;
    margin-right: 0;
}
.wrap .content img{
    width: 50%;
}
.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: 70px;
    height: 12px;
    background: #24AAF3;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.wrap .content  .text{
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #676A6E;
    line-height: 28px;
    margin-top: 69px;
    line-height: 40px;
}
.wrap .content_item>img{
    z-index: 1;
}
.footer{
    bottom: 120px !important;
}
.footer p{
    color: #767B84 !important;
}
