
.rencai_num_wrap{
    display: flex;
align-items: stretch;
}



.rencai_num_left{
    width: 50%;
    
    overflow: hidden;


        background: url("../images/rencai.jpg") no-repeat center center;
        background-size: cover;

}
.rencai_num_left img{
    display: none;
}
.rencai_num_right{
    width: 50%;
    padding-left: 2.6%;
    padding-right: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}





.yirenweiben_title{
    padding-top: 5%;
    padding-bottom: 5%;
    color: #255a9e;
    font-weight: bold;
    position: relative;
    
}
.yirenweiben_title::after{
    position: absolute;
    left: 0;
    bottom: 28%;
    width: 30px;
    height: 2px;
    background: #2d2d2d;
    content: "";

}



.ul_xx_img{
    margin-bottom: 6%;
}
.ul_title1{
    color: #2c2c2c;
    font-weight: bold;
}

.ul_title2{
    color: #4c4c4c;
    
}

.rencai_num_desc{
    line-height: 2;
    color: #777b7c;
    padding-bottom: 4%;
}


.rencai_num_item{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #f0f0f0;
}


.rencai_num_item:last-child{
    border-right: none;
    width: 34%;
}

.rencai_num_list{
    display: flex;
    flex-wrap: nowrap;
    padding:3%;
   
    background: #fff;
    border-radius:6px;
    overflow: hidden;
    transform: translateX(-10%);
    justify-content: space-between;
    width: 110%;
   /* margin-bottom: 4%;*/
    max-width: 832px;

}

.rencai_num_item:last-child{
   
}
.rencai_num_item_top{
    display: flex;
    align-items: flex-end;
}

.rencai_num_item_top b{
    line-height: 1;
    color:#068481;
}

.rencai_num_item.on .rencai_num_item_top b{
    color: #255a9e;
}

.rencai_num_item_top span{
    color: #2e2e2e;
}

.rencai_num_item_bot{
    padding-bottom: 2%;
    padding-top: 6%;
    color: #2d2d2d;
    text-align: center;
}

@media screen and (max-width:800px) {
    .rencai_num_wrap{
        
        flex-direction: column;

    }
    .rencai_num_left{
        width: 100%;
       

       
    }
    .rencai_num_left img{
    display: block;
    width: 100%;
}

    .rencai_num_right{
        width: 100%;
        
    }
    .rencai_num_list{
        display: none;
    }
}



.ul_outer_wrap{
    padding-top:6%;
    padding-bottom: 6%;
   
    overflow: hidden;
    background: #f8f9fd;
}
.ul_outer_wrap ul {
    display: flex;

}

#scroller{
    
}

.ul_text{
   
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2%;
    padding-bottom: 2%;
    
}
.ul_title2{
    text-align: center;
}
.ul_gap{
    width: 7%;
    background: url("../images/arrow.png") no-repeat center center;
    background-size: 100% auto ;
}