html{
    font-size: calc(100vw/7.5);
    background-color: #f5f5f5;
}
/*头部*/
.mpcHead{
    width: 7.5rem;
    height: 2.2rem;
    background: url("../../images/mobile/pcBG.png") no-repeat;
    background-size: 7.5rem 2.2rem;
}
.mpcHeadLeft{
    float: left;
    margin-top: .6rem;
    width: 6.4rem;
}
.mpcHeadImg{
    float: left;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-left: .3rem;
    margin-right: .2rem;
}
.mpcHeadImg>img{
    width: 1rem;
    height: 1rem;
}
.mpcNameBox{
    float: left;
}
.mpcHeadName{
    font-size: .32rem;
    color: #fff;
}
.msh_sign{
    width: 1.2rem;
    height: .44rem;
    line-height: .44rem;
    background-color: #fff;
    color: #3bb850;
    text-align: center;
    border-radius: .08rem;
    margin-top: .08rem;
    font-size: .28rem;
}
.mcpSet{
    float: right;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-right: .3rem;
    font-size: .28rem;
    color: #fff;
}

/*功能列表*/
.mpcList{
    margin-top: .2rem;
    background-color: #fff;
}
.myOrder>a{
	color:#333333!important;
}
.mpcList>ul{
    padding-left: .3rem;
    padding-right: .2rem;
}
.mpcList>ul>li{
    height: .8rem;
    line-height: .8rem;
    background-color: #fff;
    font-size: .24rem;
}
.mpcList>ul>li>a{
    display: block;
}
.mpcList>ul>li+li{
    border-top: .02rem solid #eee;
}
.mpcListImg{
    width: .42rem;
    height: .42rem;
    margin-right: .2rem;
}
.iconMore{
    float: right;
    color: #ff0000;
    font-size: .24rem;
}
.iconMore>img{
    width: .11rem;
    height: .24rem;
}
/*客服*/
.customerService{
    padding-left: .3rem;
    padding-right: .2rem;
    height: .8rem;
    line-height: .8rem;
    background-color: #fff;
    font-size: .24rem;
    margin-top: .2rem;
}
.customerService>a{
    display: block;
}
/*退出登录*/
.mpcBTN{
    position: fixed;
    bottom: 2rem;
    left: 50%;
    margin-left: -3rem;
    width: 6rem;
    height: .75rem;
    line-height: .75rem;
    text-align: center;
    border-radius: .1rem;
    background-color: #3bb850;
    color: #fff;
    font-size: .32rem;
    margin-top: 4.7rem;
}


/*底部导航*/
.msh_footer_ad100{
    height: 1rem;
}
.msh_footer_navBox100{
    height: 1rem;
}
.msh_footer_nav{
    position: fixed;
    bottom: 0;
    left: 0;
}
.msh_footer_ad{
    height: 1rem;
    position: relative;
}
.msh_footer_ad>a>img{
    width: 7.5rem;
    height: 1rem;
}
.footer_ad_close{
    display: inline-block;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    border-radius: 50%;
    position: absolute;
    right: .2rem;
    top: .1rem;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
}
.msh_footer_navBox{
    height: 1rem;
    font-size: 0;
    background-color: #fff;
    /*padding-left: .25rem;*/
    /*padding-right: .25rem;*/
}
.msh_footer_navBox>a{
    display: inline-block;
    width: 1.5rem;
    margin-top: .1rem;
    text-align: center;
}
.mshEImg>img{
    height: 1rem!important;
    margin-top: -.75rem;
}
.msh_footer_navBox>a>p{
    font-size: .24rem;
    color: #333;
}
.msh_footer_navBox>a>img{
    height: .5rem;
}
.color_3bb850{
    color: #3bb850!important;
}


/*签到弹窗*/
.OPW_bg{
    display: none;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 7.5rem;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    z-index: 999999;
}
.OPW_bgImg{
    position: fixed;
    width: 6.67rem;
    height: 9.01rem;
    top: 50%;
    left: 50%;
    margin-left: -3.335rem;
    margin-top: -4.5rem;
    background: url("../../images/mobile/signIn_bg.png") no-repeat;
    background-size: 6.67rem 9.01rem;
}
.OPW_close{
    float: right;
    margin-top: .2rem;
    margin-right: .2rem;
    font-size: .32rem;
    color: #fff;
}
.obtain_text{
    padding-top: .75rem;
    font-size: .24rem;
    color: #fff;
}
.signIn_img{
    margin-top: .4rem;
}
.signIn_img>img{
    width: 6.02rem;
    height: 3.85rem;
}
.signIn_btn{
    margin-top: 2.6rem;
}
.signIn_btn>button{
    width: 3.2rem;
    height: .7rem;
    background: #24e044 ;
    text-align: center;
    line-height: .7rem;
    border-radius: .08rem;
    color: #fff;
    font-size: .3rem;
}
/*第七天奖品*/
.OPW_bgImg7{
    display: none;
}
.OPW_prize{
    position: absolute;
    top: 2.3rem;
    left: 2.5rem;
    font-size: .4rem;
    color: #df8700;
    font-weight: bold;
}
.prize1{
    background: url(../../images/mobile/open_prize.png) no-repeat;
}

/*******弹窗部分************/
.w_result_box {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 16px;
    bottom: 0;
    z-index: 99999;
    display: none;
}
.w_result {
    width: 6.1rem;
    height: 7.8rem;
    position: relative;
    left: 50%;
    top: 50%;
    margin-top: -4rem;
    margin-left: -3.05rem;
    background: url(../../images/mobile/openbox1.png) no-repeat bottom;
    background-size: 100%;
    z-index: 9;
    /*background-position: bottom;*/
}
.prize {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: 2;
}
.prize {
    width: 7.1rem;
    height: 7.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4rem;
    margin-left: -3.73rem;
    background-repeat: no-repeat;
    z-index: 10;
    background-size: 100% 100%;
    background-position: bottom;
}
/*抽奖弹窗确定按钮样式*/
.wallet {
    width: 6.1rem;
    height: 7.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3.8rem;
    margin-left: -3.05rem;
    background: url(../../images/mobile/openbox2.png) no-repeat bottom;
    background-size: 6.38rem ;
    z-index: 10;
    overflow: hidden;
    text-align: center;
}
.wallet button {
    width: 3rem;
    height: .8rem;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: .5rem;
    margin-left: -1.5rem;
    font-size: .4rem;
    text-align: center;
    color: #fff;
    background-color: #00aaff;
    border-radius: .39rem;
    border: 0;
    opacity: 1;box-shadow: 0 5px 0 #006191; transform:translateY(-5px);
    cursor: pointer;
}
.wallet button:active{
    box-shadow:none;
    transform:translateY(0px);
}
.money{
    position: absolute;
    width: 3rem;
    top: 2.65rem;
    left: 3.2rem;
    font-size: .45rem;
    color:#df8800;
    font-weight: bold;
    text-align: left;
}

/*星星动态效果*/
.stars {
    position: absolute;
    top: -.65rem;
    left: .2rem;
    width: 88px;
}
.stars {
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-iteration-count: 100000;
    -webkit-animation-iteration-count: 100000;
}
/*我的订单弹窗*/
.orderOPW{
	position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background:rgba(0,0,0,.6);
    display:none;
}
.orderOPWBox{
	position: fixed;
	left:50%;
	top:50%;
	margin-left:-2.5rem;
	margin-top:-1rem;
	width:5rem;
	height:2rem;
	background:#fff;
	border-radius:.2rem;
}
.checkOrder{
	text-align:center;
	font-size:.28rem;
	margin-top:.5rem;
}
.orderBTN{
	margin-top:.3rem;
	text-align:center;
}
.orderBTN>a{
	display:inline-block;
	width:1.8rem;
	heigth:.6rem;
	line-height:.6rem;
	text-align:center;
	border-radius:.1rem;
}
.orderBTNClose{
	color:#999;
	border:.02rem solid #999;
	margin-right:.2rem;
}
.downloadApp{
	color:#00c65d;
	border:.02rem solid #00c65d;
}