body{ background: #f7f7f7; max-width:640px; min-height:100%; height:auto;}
*{outline:none;box-sizing: border-box;}

/* 用户 */
.memberC{padding: 0 0.24rem;}
.memberC .mtop{display: flex; padding: 0.2rem 0;}
.mtop .mtopL{width:1.5rem;}
.mtop .mtopL img{width: 1rem;border-radius: 50%;}
.mtop .mtopR{flex: 1;font-size: 0.24rem;  display: flex; flex-direction: column; justify-content: center;}
.mtop .mtopR .user{height: 100%; display: flex; flex-direction: column; justify-content: center;}
.mtop .mtopR .user .vipnum{font-size: 0.22rem;}
.mtop .mtopR .user .vipid{font-size: 0.22rem;margin-top: 0.06rem;}
.mtop .mtopR .user .vipnum a{    padding: 0.04rem 0.14rem;  background-color: #3a54e4; background-image: linear-gradient(to right,#3a54e4,#1a85e8);
    color: #fff; border-radius: 0.3rem; font-size: 0.2rem; margin-left: 0.1rem; display: inline-block;}
.mtop .mtopR .loginbtn{background-color: #3a54e4; background-image: linear-gradient(to right,#3a54e4,#1a85e8);padding: 0.1rem 0;font-size: 0.24rem; display: inline-block;width:1.6rem;color: #fff; text-align: center;border-radius: 0.3rem;  } 

/* 充值 */
.mvip{display: flex; align-items: center; background-color: #526c8d; background-image: linear-gradient(to bottom,#526c8d,#394e69); padding: 0.2rem 0.4rem;border-radius: 0.1rem;}
.mvip .mvipL{flex: 1;}
.mvip .mvipL h2{font-size: 0.3rem; color:#eedab3;}
.mvip .mvipL p{font-size: 0.22rem; color:#ccc; margin-top: 0.1rem;}
.mvip .vipBtn{ width: 1.4rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; background-color: #eedab3; background-image: linear-gradient(to right,#fdeed9,#eedab3); color: #6d665d;border-radius: 0.3rem;font-size: 0.24rem; line-height: 0.5rem;}
.mvip .vipBtn i{font-size: 0.2rem;}

.memberC .mb{background-color: #fff;border-radius: 0.1rem; margin-top: 0.2rem;padding: 0.2rem;}
.memberC .mb h2{font-size: 0.26rem;color: #444;}

/* 订单 */
.morderC{display: flex;flex-wrap: wrap;justify-content: space-between}
.morderC a{ padding: 0.3rem 0.2rem 0.3rem 1rem;border-radius: 0.1rem;margin-top: 0.2rem;width: 2.6rem;}
.morderC a.oL{ background:#f9fbfa url(../images/dd001.png) no-repeat 0.2rem center/0.54rem;}
.morderC a.oR{background:#f9fbfa url(../images/cy002.png) no-repeat 0.2rem center/0.54rem;}
.morderC a.oR2{background:#f9fbfa url(../images/s1.png) no-repeat 0.2rem center/0.54rem;}
.morderC a h2{font-size: 0.24rem;}
.morderC a p{font-size: 0.18rem;color: #999;}

/* 服务 */
.app_list{ overflow:hidden; clear:both;padding:0.28rem 0 0rem; display: flex; justify-content: space-around;}
.app_list .item{text-align:center;display: block;color: #444;position: relative;box-sizing: border-box;-webkit-box-sizing: border-box;font-size:0.22rem; overflow:hidden;white-space: nowrap;}
.app_list .item .icon{width:0.58rem;height:0.58rem;margin: 0 auto;color:#333;position: relative;}
.app_list .item .icon img{width:100%;}

/* 活动 */
.mactiveC{ display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 0.2rem;}
.mactiveC img{width: 1.5rem;}
.mactiveC p{font-size: 0.22rem; color: #999;}

.app-nickname {width: 80%;}
.app-version {color: #D7D8D9;text-align: right;width: 20%;}

.logout {font-size: 0.26rem;}