.container{
    padding-bottom: 55px;
}
#my .redbg{
    background-color: #b92433;
    box-sizing: border-box;
    padding: 0 15px 55px;
    color: white;
    border-radius: 0 0 40px 40px;
}
#my .redbg .title{
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}
/*个人信息开始*/
#my .info{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}
#my .info .imgBox img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 12px;
}
#my .info .nickname{
    font-size: 15px;
}
#my .info .nick_level{
    display: flex;
}
#my .info .text{
    flex-grow: 1;
}
#my .icon{
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
#my .level{
    line-height: 22px;
    padding: 0 10px;
    border-radius: 11px;
    /*background-color: #f3711b;*/
    margin-left: 15px;
    display: flex;
    align-items: center;
}
#my .info .time{
    margin-top: 10px;
}
/*个人信息结束*/

/*余额、佣金、银元开始*/
#my .price_text{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 24px;
    box-sizing: border-box;
    /*padding: 0 15px;*/
    align-items: center;
}
/*#my .price_text .price{*/
/*    height: 19px;*/
/*    line-height: 19px;*/
/*}*/
#my .price_text .sp{
    transform: translateY(2px);
}
/*余额、佣金、银元结束*/

/*邀请码开始*/
.code{
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: -35px;
}
.code .code_num{
    box-sizing: border-box;
    padding: 0 12px 0 15px;
    display: flex;
    height: 71px;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
}
.code .code_img{
    width: 30px;
    margin-right: 11px;
}
.code .mid{
    color: #474747;
    font-size: 12px;
    flex-grow: 1;
}
.code .codeNum{
    color: #b92433;
    font-size: 18px;
}
.code a{
    font-size: 16px;
    color: #b92433;
}
/*邀请码结束*/

/*我的买单等三个开始*/
#my .icon_text{
    margin-top: 14px;
    margin-bottom: 8px;
    box-sizing: border-box;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    color: #474747;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
}
#my .icon_text .smallIcon{
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}
/*我的买单等三个结束*/

/*下面的收款设置等多项开始*/
/*#my .list{*/
/*    box-sizing: border-box;*/
/*    background-color: #fff;*/
/*    padding: 0 12px;*/
/*}*/
/*#my .list .item{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    color: #474747;*/
/*    font-size: 14px;*/
/*    line-height: 54px;*/
/*}*/
/*#my .list .item .img_text{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*#my .list .item + .item{*/
/*    border-top: 1px solid #f0f0f0;*/
/*}*/
/*#my .list .item_icon{*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    margin-right: 10px;*/
/*}*/
/*#my .list .vantIcon{*/
/*    color: #cbc9c9;*/
/*}*/
/*下面的收款设置等多项结束*/

#my .list{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}
#my .item{
    width: 33.3333%;
    box-sizing: border-box;
    text-align: center;
}
#my .list .img_text{
    text-align: center;
    padding: 10px 0px;
}
#my .list .item_icon{
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}