.bd-mine{
    padding-bottom: 2.4rem;
}
.head{
    color: #fff;
    padding: 0 .6rem;
    background-size: 100% auto;
    background-color: #b4282d;
    background-image: url("../img/mine/bg.png");
}
.head .head-bar{
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-bar .msg{
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/mine/message_light.png");
}
.head-bar .msg i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-size: .5rem;
    position: absolute;
    top: 0rem;
    right: -.1rem;
    width: .5rem;
    height: .5rem;
    color: #B4272D;
    border-radius: 50%;
    border: 1px solid #B4272D;
    background-color: #fff;
}
.head .head-info{
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.head-info .head-info-avatar{
    width: 4rem;
    height: 4rem;
    margin-bottom: .8rem;
    border-radius: 50%;
    overflow: hidden;
}
.head-info .head-info-name{
    font-size: .8rem;
}
.head-info .vip-enter{
    display: inline-block;
    width: 3.4rem;
    margin-top: .4rem;
    padding: .05rem 0 .05rem 1.5rem;
    border-radius: 1rem;
    background-position: .5rem center;
    background-repeat: no-repeat;
    background-size: .9rem .9rem;
    background-image: url("../img/mine/guan.png");
    background-color: #7B1014;
}
.head-btm{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    margin-bottom: .4rem;
}
.head-btm .head-btm-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    padding: .6rem 0;
}
.mine-sec{
    margin-bottom: .4rem;
    background-color: #fff;
}
.mine-sec .title,
.mine-sec .item-row{
    padding: .6rem 0;
}
.mine-sec .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: .6rem;
}
.mine-sec .title span:last-child{
    display: flex;
    align-items: center;
    color: #999;
}
.mine-sec .item-row{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.mine-sec .item-row .item-bd{
    position: relative;
    width: 25%;
    padding-top: 1.6rem;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: center -.2rem;
}
.mine-sec .item-row .item-bd.active i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-size: .5rem;
    position: absolute;
    top: -.2rem;
    right: 1rem;
    width: .9rem;
    height: .9rem;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #B4272D;
}
.mine-sec .item-row .item-icon-00{
    background-image: url("../img/mine/wallet.png");
}
.mine-sec .item-row .item-icon-01{
    background-image: url("../img/mine/send.png");
}
.mine-sec .item-row .item-icon-02{
    background-image: url("../img/mine/receive.png");
}
.mine-sec .item-row .item-icon-03{
    background-image: url("../img/mine/chat.png");
}
.mine-sec .item-row .item-icon-04{
    background-image: url("../img/mine/yq.png");
}
.mine-sec .item-row .item-icon-05{
    background-image: url("../img/mine/kf.png");
}
.mine-sec .item-row .item-icon-06{
    background-image: url("../img/mine/add.png");
}
.mine-sec .item-row .item-icon-07{
    background-image: url("../img/mine/xin.png");
}
.mine-sec .item-row .item-icon-08{
    background-image: url("../img/mine/dlr.png");
}
.mine-sec .item-row .item-icon-09{
    background-image: url("../img/mine/help.png");
}
.mine-sec .item-row .item-icon-10{
    background-image: url("../img/mine/money-icon.png");
}
.mine-sec .item-row .item-icon-11{
    background-image: url("../img/mine/phone.png");
}


.m-block{
    margin-bottom: .4rem;
    background-color: #fff;
}
.m-block .title{
    font-size: .8rem;
    text-align: center;
    padding: .6rem 0;
    border-bottom: 1px solid #eee;
}
.m-block .title .title_bd{
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-block .title .title-sm{
    margin-top: .2rem;
    font-size: .6rem;
    color: #999;
}
.m-block .title i{
    display: inline-block;
    width: .9rem;
    height: .9rem;
    margin-right: .3rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.maby .title{
    border-bottom: none;
}
.maby .title i{
    width: .9rem;
    height: .9rem;
    background-image: url("../img/index/index_19.png");
}





















