/*user center*/
.userCenter-wrap{
    /*overflow: auto;*/
    padding-bottom: 49px;
}
.userCenter-top{
    background-color: #00a0e8;
    background: url("../img/pc_bg.png");
    background-size: 100% 100%;
}
.user-top{
    width: 100%;
    height: 40px;
    /*display: flex;
    justify-content: flex-start;*/
    padding-top:10px;
}
.user-top .title{
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}
.user-top .title-r{
    position: relative;
    /*top: 10px;
    right: 0;*/
    left: 100%;
    top: -40px;
    margin-left: -68px;
}
.user-top .title-r-btn-set,
.user-top .title-r-btn-chat{
    width: 21px;
    height:21px;
    float: left;
    margin: 10px 5px 10px 5px;

}
.user-top .title-r-btn-set{
    background: url("../img/set.png");
    background-size: 100% 100%;
}
.user-top .title-r-btn-chat{
    background: url("../img/msg.png");
    background-size: 100% 100%;
}
.user-info{
    padding: 0 15px;
    margin-top: 21px;
}
.user-info .container{

    height: 80px;
    border-radius: 10px;
    background-color: #fff;
    padding: 14px 30px 12px;
}
.user-info .container .user-info-top,
.user-info .container .user-info-bot{
    display: flex;
    justify-content: flex-start;
}
.user-info-top{
    height: 60px;
    width: 100%;
}
.user-face{
    height: 70px;
    width: 70px;
    position: relative;
    top: -26px;
}
.user-info-detail{
    margin-left: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.user-name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.user-name p{
    font-size: 18px;
    color: #333;
    max-width: 180px;
    overflow: hidden;
}
.user-name img{
    margin-left: 5px ;
    width: 13px;
    height: 13px;
}
.user-info-detail .phone{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
}
.user-info-detail .phone img{
    width: 20px;
    height: 20px;
}
.user-info-detail .phone p{
    color: #bfbfbf;
    font-size: 15px;
    margin-left: 5px;
}
.user-info-bot{
    display: flex;
    justify-content: flex-start;
    margin-top: 26px;
    height: 37px;
}
.user-info-bot li{
    width: 25%;
    /*height: 75px;*/
    /*border-right: 1.5px #f2f2f2 solid;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.user-info-bot li div{
    width: 100%;
    text-align: center;
    font-size: 15px;
}
.user-info-bot li p{
    text-align: center;
    font-size: 12px;
    color: #333;
}
.user-info-bot .money{
    padding-left: 0;
}
.user-info-bot .money div{
    color: #1572da;
}
.user-info-bot .redPacket div{
    color: #ff4e00;
}
.user-info-bot .discounts div{
    color: #ff9806;
}
.user-info-bot .integral div{
    color: #33a714;
}
.money,
.redPacket,
.discounts{
    border-right: 1.5px #f2f2f2 solid;
}
.userCenter-center{
    width: 100%;
    margin-top: 10px;
    height: 400px;
    position: relative;
    bottom: 0;
    left: 0;
}
.ad-container{
    height: auto;
}
.userCenter-center .ad{
    height: 55px;
    width: 100%;
}
.business-ul{
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
}
.b-li{
    width: 25%;
    padding: 29px 0 23.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.b-li img{
    width: 20px;
    height: 23px;
}
.b-li p{
    height: 12.5px;
    font-size: 13px;
    color: #414141;
    margin-top: 13px;
}
.business-ul-2{
    margin-top: 9px;
    height: 77px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
}
.business-ul-2 .b-li{
    width: 25%;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.business-ul-3{
    height: 77px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;

}
.business-ul-3 .b-li{
    width: 25%;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.business-ul-3 li{
    border-top: 0.5px solid #f5f5f5;
}
.li-boder-r{
    border-right: 0.5px solid #f5f5f5;
}
