body{
    color: #fff;
    background: #fff;
}
.banner_content{
    min-height: 427px;
    width: 100%;
    background: url('../images/about1.png') no-repeat;
    background-size: 100% 100%;
    justify-content: center !important;
}
.banner_text{
    margin-top: 0;
    width: 62.5%;
}
.banner_content h4{
    text-align: left;
    line-height: 30px;
    margin-top: 15px;
    letter-spacing: -0.5px;
}
.item_text{
    margin-right: 25px;
}
.module_box.module1{
    margin-top: 0;
}
.about_us{
    font-size: 21px;
    color: #999999;
}
.index_sub_title{
    text-align: center;
}
.index_sub_title p{
    font-size:34px;
    margin-bottom: 15px;
}
.partner_profit_item{
    box-shadow: 0px 0px 7px 0px rgba(120,98,250,0.41);
    border-radius: 10px;
}
.about_line{
    width: 62px;
    height: 3px;
    border: 3px solid #7336FF;
    border-radius: 2px;
    margin: 20px 0  30px 0;
}
.about_dashed{
    border-top: 1px dashed #7336FF;
    padding-top: 30px;
    font-size: 16px !important;
}
.about_out{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    margin-top: 150px;
    flex-direction: column;
    background:url('../images/about2.png') no-repeat;
    background-size: 100% 100%;
    grid-gap:44px;
}
.about_out>div{
    font-size: 36px;
    color: #FFFFFF;
}