body {
    background: #f6f6f6;
}
.userInfo .info .level i img ,.fixation i img,.orderList .pic img,.monList .child .bottom img{
    width: 100%;height: 100%;
    border: none;
}
.content>div{
    background: #ffffff;
}
/*用户信息*/
.userInfo{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0.9rem 0.67rem 0.8rem 0.72rem;
    overflow: hidden;
    border-bottom:1px solid #eeeeee;
    background: url("../image/userInfo_bg.png") no-repeat !important;
    background-size: 100% 100% !important;
}
.userInfo>div{
    display: inline-block;
    float: left;
}
.userInfo .headortrait{
    width: 3.2rem;
    height: 3.2rem;
    /*border: 1px solid #cccccc;*/
    border-radius: 50%;
    overflow: hidden;
}
.userInfo .info{
    /*height: 3rem;*/
    color: #333333;
}
.userInfo .info .name{
    font-size: 0.86rem;
    padding: 0.5rem 0.5rem 0.2rem;
    display: inline-block;
    font-weight: 400;
}
.userInfo .info p{
    font-size: 0.62rem;
    padding-left: 0.5rem;
    line-height: 0.8rem;
}
.userInfo .info .level{
    display: inline-block;
    font-size: 0.62rem;
    color: #e59600;
}
.userInfo .info .level i{
    display: inline-block;
    width: 0.7rem;height: 0.7rem;
    /*border:1px solid #cccccc;*/
    vertical-align: middle;
}

.text666 {color:#666 !important;}
.userInfo .deposit{
    float: right;
    display: inline-block;
    height: 1.175rem;
    width: 3.525rem;
    text-align: center;
    line-height: 1.275rem;
    color: #ffffff;background: #d70c18;
    border-radius: 0.59rem;
    margin-top: 1rem;
    font-weight: 500;
}
/*钱包、迅兑币、收藏 */
.monList{
    padding: 0.5rem 0;
    /*border-bottom: 1px solid #cccccc;*/
}
.monList .child{
    width: 32.5%;
    display: inline-block;
}
.monList .child p{
    text-align: center;
    font-size: 0.85rem;
    padding: 0 0 0.2rem;
    font-weight: bold;
    color: #ff3939;
}
.monList .child .bottom{
    font-size: 0.62rem;
    color: #333333;
    text-align: center;
}
.monList .child .bottom img{
    display: inline-block;
    width: 0.6rem;height: 0.6rem;
    vertical-align: middle;
}
/*我的订单*/
.order{
    /*padding: 0.65rem 0.9rem 0.65rem 0.675rem;*/
    padding: 0 0.9rem 0 0.675rem;
    margin-top: 0.45rem;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    height: 2.025rem;
    line-height: 2.025rem;
}
.order>span{
    font-size:0.75rem;
    /*height: 0.7rem;*/
    display: inline-block;
    /*line-height: 0.7rem;*/
    font-weight: bold;
}
.order .more{
    font-size: 0.65rem;
    color: #999999;
    font-weight: normal;
    float: right;
    padding-right: 0.6rem;
    position: relative;
}
.order .more:after{
    content: "";
    display: inline-block;
    width: 0.55rem;
    height: 1rem;
    position: absolute;
    top:0.55rem;right: -0.2rem;
    background: url("../image/arrows_right.png") no-repeat;
    background-size: 0.4rem;
}
.orderList .pic{
    margin: 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
}
.orderList .pic .orderNum{
    display: none;
    font-family: "黑体", "Helvetica Neue", Helvetica, sans-serif;
    color: white;
    font-size: 10px !important;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    border-radius: 10px;
    position: absolute;
    top: -0.2rem;
    text-align: center;
    left: 65%;
    background-color: #af121a;
    border: 1px solid #fff;
    padding: 0 3px 0 3px;
}
.orderList .bottom{
    font-size: 0.6rem;
    color: #333333;
    margin-top: 0.4rem;
}
/*列表*/
.fixation{
    margin-top: 0.5rem;
}
.fixation>div{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0.70rem;
    font-weight: 500;
    font-size: 0.7rem;
    border-top: 1px solid #eeeeee;
    position: relative;
}
.fixation>div:after{
    content: "";
    display: inline-block;
    width: 0.55rem;
    height: 1rem;
    position: absolute;
    top:0.775rem;right: 0.675rem;
    background: url("../image/arrows_right.png") no-repeat;
    background-size: 0.4rem;
}
.fixation i{
    display: inline-block;
    width: 0.8rem;height: 0.8rem;
    margin-right: 0.3rem;
    position: relative;
    top:0.08rem;
}
.recharge-activity{
    text-align: center;
    height: 100%;
}
.recharge-activity img{
    width: 80%;
    max-height: 60%;
    margin-top: 40%;
}
.recharge-activity input{
    width: 80%;
    border: 1px solid #eeeeee;
    border-radius: 0.2rem;
    padding: 0.5rem;
    background: white;
    margin-top: 10%;
}
