.body-bg{
    background: #f4f5f9;
}
/* header */
.header-bg{
    height: 0.96rem;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.96rem;
    line-height: 0.96rem;
    z-index: 11;
    text-align: center;
    background: #fff;
}
.header:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.header h1{
    font-size: 0.34rem;
    color: #3a3a3a;
}
.header .go-back{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0.96rem;
    height: 0.96rem;
    background: url(../images/back2.png) center center no-repeat;
    -webkit-background-size: 0.4rem auto;
    background-size: 0.4rem auto;
}
.header .action{
display: block;
    position: absolute;
    right: 0.1rem;
    top: 0;
    width: 0.96rem;
    height: 0.96rem;
    font-size: 0.2rem;
}


.header.deep-color{
    background: #ff6f00;
}
.header.deep-color h1{
    color: #fff;
}
.header.deep-color .go-back{
    background-image: url(../images/back.png);
}

/*登录*/
.log-wrap {
    width: 5.9rem;
    margin: 0 auto;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.log-wrap .section{
    margin-bottom: 0.38rem;
}
.add-member .section{
    box-sizing: border-box;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
.add-member .section .ipt{
    text-align: right;
}
.add-member .btn-wrap{
    border-top: 0.15rem solid #f4f5f9;
    padding: 0.3rem;
}
/* 订单记录 */
.order-record .nav-switch{
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #fff;
    border-bottom:1px solid #eee;
}
::-webkit-scrollbar{
    display: none;
}
.order-record .nav-switch a{
    font-size: 0.3rem;
    color: #333;
    text-align: center;
}
.order-record .nav-switch a.active{
    color: #ff6f00;
}
.order-record .nav-switch{

}
.order-list{
    background: #fff;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
.order-list li{
    padding: 0.15rem 0;
    border-bottom: 1px solid #f4f5f9;
}
.order-list p{
    clear: both;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #666;
}
.order-list p span{
    color: #333;
    font-size: 0.3rem;
}
.order-list p .price{
    float: right;
    position: absolute;
    right: 0.3rem;
}
.order-list p .price a{
display: block;
}
/*线上会员*/
.member-list .tr{
    padding: 0.1rem 0;
    line-height: 0.5rem;
}
.member-list .td{
    font-size: 0.2rem;
    color: #333;
    text-align: center;
}
.member-list .name{
    flex: 0 0 1rem;
    width: 1rem;
}
.member-list .amount{
    flex: 0 0 1rem;
    width: 1rem;
}
.member-list .t-body .tr{
    background: #fff;
    border-bottom: 1px solid #f4f5f9;
}
.btn-fixed-wrap,
.btn-wrap-bg{
    height: 1.2rem;
}
.btn-fixed-wrap{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    box-sizing: border-box;
    padding: 0 0.3rem;
}
.btn-fixed-wrap:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #eee;
    box-sizing: border-box;
}
.btn-fixed-wrap .btn{
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #ff6f00;
    color: #fff;
    font-size: 0.3rem;
    border-radius: 0.4rem;
}
.my .info-wrap{
    height: 2.5rem;
    background: #ff6f00 url(../images/bar.jpg) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.my .info-wrap .main{
    width: 100%;
    height: 100%;
    text-align: center;
}
.my .info-wrap .today-order-count .label,
.my .info-wrap .history-order-count{
    font-size: 0.28rem;
    color: #ffb379;
}
.my .info-wrap .today-order-count .count{
    font-size: 0.72rem;
    color: #fff;
    line-height: 1rem;
}

.my .info-wrap .history-order-count b{
    font-size: 0.28rem;
    color: #fff;
}
.my .link-wrap{
    padding: 0 0.3rem;
    height: 0.8rem;
    background: #fff;
    border-bottom: 1px solid #f4f5f9;
}
.my .link-wrap .text{
    display: block;
    font-size: 0.3rem;
    color: #333;
    padding-left: 0.2rem;
}
.my .link-wrap img{
    display: block;
    height: auto;
}
.my .link-wrap .icon{
    width: 0.3rem;
}
.my .link-wrap .arrow{
    width: 0.2rem;
}
