body, h1, h2, h3, p, div, ol, ul, input, button, section, footer, header {
    margin: 0;
    padding: 0
}

*{
	box-sizing: inherit;
}

body {
    font-size: 0.28rem;
    line-height: 100%;
    -webkit-text-size-adjust: none;
    margin: 0 auto;
    max-width: 750px;
    min-width: 320px;
    overflow-x: hidden;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f6f6f6;
    color: #141a1a;
}

ol,ul {
    list-style: none
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #141a1a;
}

input, button, textarea {
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 5px !important;
}

button {
    outline: 0
}

html {
    font-size: 100px
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 0.3rem;
    background-color: #fff;
    border-bottom: 1px solid #e9ecf1;
    box-sizing: border-box;
    z-index: 88;
}

.show_user_picker{
	font-size: 0.25rem;
	margin-right: 0px;
	float: right;
	color: #ff8817;
}

.search_bill_btn{
	float: right; 
	font-size:0.30rem;
}

.box{
    position: relative;
}
.header .back{
    position: absolute;
    top: 0.3rem;
    left: 0;
    display: block;
    width: 0.16rem;
    height: 0.3rem;
    background: url(../img/back_icon.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.header .page_name{
    text-align: center;
    font-size: 0.36rem;
    font-weight: 600;
}
.main{
    padding: 0.2rem 0.3rem;
}
.page{
    padding-top: 1.1rem;
}

.com_mode{}
.com_mode .head{
    display: flex;
    align-items: center;
    padding: 0 .25rem;
    height: 0.88rem;
    line-height: 0.88rem;
    background: linear-gradient(to right, #0794fd, #0077ff);
    border-radius: .15rem 0.15rem 0 0;
    font-size: 0.38rem;
    color: #fff;
}
.com_mode .head.center{
    justify-content: left;
}
.com_mode .head.between{
    justify-content: space-between;
}
.com_mode .tip{
    font-size: 0.28rem;
    color: #fff;
}

.com_mode .h_icon{
    display: block;
    width: 0.35rem;
    height: 0.34rem;
    background: url(../img/h_icon.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.com_mode .head .h_icon3{
    display: block;
    width: 0.28rem;
    height: 0.32rem;
    margin-right: 0.1rem;
    margin-top: -0.05rem;
    background: url(../img/h_icon3.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.com_mode .head .h_icon4{
    display: block;
    width: 0.40rem;
    height: 0.40rem;
    margin-right: 0.1rem;
    margin-top: -0.05rem;
    background: url(../img/order_icon.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.com_mode .head2{
    display: flex;
    align-items: center;
    padding: 0 .25rem;
    height: 0.98rem;
    background-color: #fff;
    border-radius: .15rem 0.15rem 0 0;
    font-size: 0.38rem;
    color: #0077ff;
}
.com_mode .head2 .h_icon{
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.1rem;
    background: url(../img/h_icon2.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.com_mode .body{
    padding: 0.12rem 0.12rem;
    min-height: 1.15rem;
    background-color: #fff;
    border-radius: 0 0 .15rem 0.15rem;
    box-shadow: 0px 5px 5px 1px #ecebeb;
}


.btn{
    height: 0.68rem;
	width: 2.5rem;
    line-height: 0.68rem;
    padding: 0 0.3rem;
    background-color: #0077ff;
    color: #fff;
    font-size: 0.32rem;
    border-radius: 0.12rem;
}
.btn.large{
    height: 0.8rem;
    line-height: 0.8rem;
}
.btn.p_canle{
    background-color: #ff4c3b;
}
.no_data{
    padding: 0.25rem 0;
    color: #b2b2b2;
    font-size: 0.26rem;
    text-align: center;
}

.sts{
    font-size: 0.28rem;
    color: #6f6f6f;
}
.sts.green{
    color: #00c566;
}
.sts.red{
    color: #ff4c3b;
}
