@charset "utf-8";
/* CSS Document */

html,body{font-family: Helvetica, "Helvetica Neue", Gotham, Arial, "sans-serif"; padding: 0; margin: 0; width:100%; color: #333; min-height:100%; }
body{background-color: #f9f9f9;}

html {
font-size: 62.5%
}

body.body-style{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.bodyHidden{
	overflow: hidden;
}
.menu-code-li-new .go-timer{
	display: none;
}
.menu-de-stat.booking-ord .use-time{
	text-align: left;
	width: 43%;
	font-size: 1.2rem;
}
.booking-ord.booking-ord .order-time{
	text-align: right;
	float: right;
	width: 56%;
	font-size: 1rem;
}


.notes-textarea{
	padding: 1.6rem 1.6rem 8rem 1.6rem;
	background-color: #fff;
	clear: both;
}
.notes-textarea textarea{
	margin-top: 1rem;
	padding: 1rem;
	width: 92%;
	height: 8rem;
	border: 0.1rem solid #ccc;
	line-height: 1.6em;
}
.notes-div{
	margin-top: 1rem;
	padding: 1rem;
	border-radius: 0.4rem;
	background-color: #f5f5f5;
	color: #666;
}

.order-series-sel{
	padding: 1rem 1.6rem 0 1.6rem;
	clear: both;
	height: auto;
	overflow: hidden;
}
.order-series-sel .order-ot-timer{
	float: left;	
}
.order-ot-timer span{	
	padding-left: 1.6rem;
	margin-right: 1rem;
	font-size: 1rem;
	float: left;
	display: inline-block;
	position: relative;
}
.order-ot-timer span.ord-over-20:before{
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0.2rem;
	left: 0;
	border-radius: 2rem;
	background-color: #FF0000;
}
.order-ot-timer span.ord-new:before{
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0.2rem;
	left: 0;
	border-radius: 2rem;
	background-color: #017FFE;
}
.diners-qty{
	float: left;
	padding-right: 1rem;
	margin-right: 1rem;	
	border-right: 0.1rem solid #999;
}
.diners-qty P{
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-position: left center;
	line-height: 1.5rem;
	font-size: 1.2rem;
	padding: 0 0 0 2rem;
	margin: 0;
}
.diners-qty P.dinner-man{
	background-image: url("../images/icon_man.png");
}
.diners-qty P.dinner-bb{
	background-image: url("../images/icon_baby.png");
}
.dinner-man-foot,.dinner-bb-foot{
	background-repeat: no-repeat;
	background-size: 2rem;
	background-position: left center;
	line-height: 3rem;
	font-size: 1.4rem;
	padding: 0 0 0 3rem;	
	float: left;
	display: inline-block;
}
.dinner-man-foot{
	background-image: url("../images/icon_man.png");
	margin: 0 0.5rem 0 1rem;
}
.dinner-bb-foot{
	background-image: url("../images/icon_baby.png");
	margin: 0 0.5rem;
}
.line-up{
	padding: 5rem 0 12rem 0;
	height: auto;
	overflow: hidden;
}
.line-up .line-up-head{
	background-color: #EAEAEA;
	padding: 2rem 20%;
	height: auto;
	overflow: hidden;
}
.line-up p{
	font-size: 1.2rem;
	text-align: center;
	padding: 0 0.5rem;
}
.line-up .line-up-head > div{
	width: 50%;
	float: left;
}
.line-up .line-up-head .left b{
	font-size: 4.8rem;
}
.line-up .line-up-head .right{
	padding-top: 0.5rem;
}
.line-up .line-up-head .right b{
	font-size: 3.6rem;
}
.line-up .lineup-list{
	clear: both;
	height: auto;
	overflow: hidden;
}
.lineup-list{
	text-align: center;
}
.lineup-list > ul > li{
	background-color: #EDEDED;
	border-top: 0.1rem solid #CBCBCB;
	border-bottom: 0.1rem solid #CBCBCB;
	overflow: hidden;
	height: auto;
}
.lineup-list > ul > li > b,.lineup-list > ul > li > div{
	line-height: 5rem;
	float: left;
	display: block;
}
.lineup-list .title{
	height: auto;
	overflow: hidden;
	padding: 1rem 0;
}
.lineup-list .title span{
	font-size: 1.1rem;
	display: block;
	float: left;
}
.line-up .SerialNum{
	width: 6rem;
}
.line-up #olist .SerialNum{
	width: 6rem;
	line-height: 10rem;
}
.line-up .time{
	width: 7rem;
}
.line-up .people{
	width: 4rem;
}
.line-up span.status,.line-up .status{
	width: 9rem;
	line-height: normal;
	padding: 0 1rem;
}
.line-up .status .calling{
	line-height: 2rem;
	border: 0.1rem solid #1EC400;
	border-radius: 0.4rem;
	padding: 0 2rem;
	font-size: 1rem;
	display: inline-block;
	color: #1EC400;
	margin: 0;
}
.line-up .status .calling-btn{
	line-height: 2.8rem;
	background-color: #1EC400;
	border-radius: 0.4rem;
	padding: 0 1rem;
	font-size: 1rem;
	display: inline-block;
	color: #fff;
	margin: 1rem 0 0 0;
}
.line-up .status .call-time{
	display: block;
	line-height: 2rem;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
}
.line-up .lineup-list .SerialNum{
	background-color: #fff;
}
.line-up .ctr{
	float: right;
	width: 10rem;
}
.line-up .ctr a{
	display: inline-block;
	float: right;
	line-height: 2.6rem;
	font-size: 1.2rem;
	padding: 0 1rem;
	margin: 1.2rem 1.6rem;
	border-radius: 0.4rem;
}
.line-up .ctr a.edit{
	background-color: #E8CD00;
	padding: 0 2rem;
}
.line-up .ctr a.huchu{
	background-color: #07033F;
	padding: 0 2rem;
	color: #fff;
}
.message-box p p,.message-box p h3{
	padding: 0 1rem;
}
.message-box.lineup-form .confirm-box div{
	text-align: left;
	padding: 0 2rem;
	line-height: 3.6rem;
	margin: 1rem 0;
	font-size: 1.2rem;
	clear: both;
	height: auto;
	overflow: hidden;
}
.message-box.lineup-form p{
	text-align: left;
	padding: 0 2rem;
	line-height: 3.6rem;
	margin: 0;
	font-size: 1.2rem;
	width: 55%;
	float: right;
}
.message-box.lineup-form .confirm-box{
	margin-top: -24rem;
}
.message-box.lineup-form div > span{
	line-height: 3.6rem;
	display: inline-block;
	float: left;
	padding: 0;
}
.message-box.lineup-form p button,.message-box.lineup-form div button{
	float: right;
	display: inline-block;
	width: auto;
	font-size: 1.2rem;
	padding: 0 1.5rem;
	margin: 0;
}
.message-box.lineup-form div button{
	margin-right: -2rem;
}
.message-box.lineup-form > div > div > p.input-p{
	float: right;
	width: 55%;
	border: 0.1rem solid #FAAE01;
	border-radius: 4rem;
	padding: 0 1.5rem;
	margin: 0;
}
.lineup-form .confirm-box > div > p input{
	width: 60%;
	float: left;
	line-height: 3.6rem;
	border: 0;
	margin: 0;
	padding: 0;
}
.message-box.lineup-form div.call-ctr{
	padding: 1.5rem 0 0 0;
	margin: 0 1rem;
}
.message-box.lineup-form div.call-ctr button{
	width: 42%;
	line-height: 4rem;
	margin: 0 4% 1rem 4%;
	padding: 0;
	float: left;
	border: 0.1rem solid transparent;
	border-radius: 4rem;
	font-size: 1.3rem;
	color: #fff;
}
.message-box.lineup-form div.call-ctr button.callnow{
	background-color: #1FC403;
}
.message-box.lineup-form div.call-ctr button.callnow-ed{
	width: 42%;
	line-height: 4rem;
	margin: 0 4% 1rem 4%;
	padding: 0;
	float: left;
	border: 0.1rem solid #1FC403;
	border-radius: 4rem;
	font-size: 1.3rem;
	color: #1FC403;
	background-color: #fff;
}
.message-box.lineup-form div.call-ctr button.submit{
	background-color: #07033F;
}
.call-ctr a{
	clear: both;
	display: block;
	text-align: center;
	color: #f00;
	margin: 0 1rem;
}
.message-box.lineup-cancel-box .confirm-box{
	margin-top: -12rem;
}
.lineup-cancel-box .btn-submit-style7{
	width: 80%;
}
.lineup-edit p{
	border: 0.1rem solid #FAAE01;
	border-radius: 2rem;
	overflow: hidden;
	height: auto;
}

@media only screen and (min-width: 481px) {
html {
font-size:94%!important
}
}

@media only screen and (min-width: 561px) {
html {
font-size:109%!important
}
}

@media only screen and (min-width: 641px) {
html {
font-size:125%!important
}

body {
/* max-width: 640px */
}
}
ul,li{list-style: none; padding: 0; margin: 0;}
p,div,li,span{font-size: 1.4rem; font-weight: normal; word-break: break-all;}
a{font-size: 1.4rem; text-decoration: none; cursor:pointer;}
h1,h2,p,a,img{margin:0; padding: 0;}
img{border: 0;}
input{
	-webkit-appearance:none;
	outline:none;
}
input[type=button]{
	-webkit-appearance:none;
	outline:none;
}
.fr{
	float: right;
}
.fl{
	float: left;
}

#wrap{
	width: 100%;
	position: relative;
}
.padding-top-12{
	padding-top: 15rem;
}

.gototop{
	width: 4rem;
	height: 4rem;
	border-radius: 3rem;
	cursor: pointer;
	background-color: rgba(250,174,1,.9);
	background-image: url("../images/user/home/icon_top.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 2rem;
	position: fixed;
	bottom: 12rem;
	right: 1.6rem;
	z-index: 1099;
	display: none;
}
/* main head */
.mainHead{
	width: 100%; 
	height: 12rem;
	background-color: #f5f5f5;
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.btn-back-store{
	width: 3rem;
	height: 3rem;
	/* background-image: url("../images/user/home/icon-back.png");
	background-size: 4rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255,255,255,.8); */
	border-radius: 1.5rem;
	position: absolute;
	left: 2rem;
	top: 2rem;
	display: block;
}
.btn-back-store img{
	width: auto;
	height: auto;
	max-width: 3rem;
	max-height: 3rem;
}
.top-contro-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	background-color: #fff;
	border: 0.1rem solid #eee;
	z-index: 10025;
}
.top-contro-bar .to-order{
	padding: 0 1rem;
	font-size: 1.2rem;
	position: absolute;
	top: 1.1rem;
	right: 1.6rem;
	display: inline-block;
	line-height: 2.6rem;
	border-radius: 1.5rem;
	border: 0.1rem solid #FAAE01;
	color: #333;
}

.top-page-ti{
	width: 72%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 5rem;
	text-align: center;
	display: block;
	float: left;
}

.top-page-ti span{
	color: #f00;
	font-size: 1.6rem;
	font-weight: bold;
}
.ring-me{
	float: right;
	display: inline-block;
	width: 3rem;
	height: 3rem;
	margin: 1rem 1.6rem 0 0;
	position: relative;
}
.ring-me img{
	width: 100%;
	height: auto;
}
.ring-me span{
	position: absolute;
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 1.5rem;
	background-color: #f00;
	color: #fff;
	text-align: center;
	line-height: 1.6rem;
	font-size: 1rem;
	top: -0.5rem;
	right: -1rem;
}

.btn-submit-style1{
	width: 100%;
	height: 3.6rem;
	border-radius: 2.3rem;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3.6rem;
	background-color: #FAAE01;
	border: 0.1rem solid #FAAE01;
	color: #333;
	margin: 0 auto 0 auto;
}
.btn-submit-style1 span{
	border-right: 0.1rem solid #333;
	display: inline-block;
	padding-right: 1rem;
	margin-right: 1rem;
	line-height: 2.6rem;
	margin-top: 0.5rem;
	font-weight: bold;
}
.btn-submit-style2{
	width: 100%;
	height: 3.6rem;
	border-radius: 2.3rem;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3.6rem;
	background-color: #fff;
	border: 0.1rem solid #FAAE01;
	color: #333;
	margin: 0 auto 0 auto;
}
.btn-submit-style3{
	width: 100%;
	height: 3.6rem;
	border-radius: 2.3rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	background-color: #fff;
	border: 0.1rem solid #FF0000;
	color: #FF0000;
	margin: 0 auto 0 auto;
}
.btn-submit-style4{
	width: 100%;
	height: 3.6rem;
	border-radius: 2.3rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	background-color: #ccc;
	border: 0.1rem solid #ccc;
	color: #fff;
	margin: 0 auto 0 auto;
}
.btn-submit-style5 span{
	border-right: 0.1rem solid #FAAE01;
	display: inline-block;
	padding-right: 1rem;
	margin-right: 1rem;
	line-height: 2.6rem;
	margin-top: 0.5rem;
}
.btn-submit-style5{
	width: 100%;
	height: 3.6rem;
	border-radius: 2.3rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	background-color: #07033F;
	border: 0.1rem solid #07033F;
	color: #FAAE01;
	margin: 0 auto 0 auto;
}
.btn-submit-style6{
	width: 100%;
	height: 3.6rem;
	border-radius: 2.3rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	background-color: #fff;
	border: 0.1rem solid #07033F;
	color: #333;
	margin: 0 auto 0 auto;
}
.btn-submit-style7{
	width: 100%;
	height: 3.6rem;
	border-radius: 2.3rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	background-color: #f00;
	border: 0.1rem solid #f00;
	color: #fff;
	margin: 0 auto 0 auto;
}
.btn-submit-style8{
	width: 100%;
	height: 3.6rem;
	border-radius: 2.3rem;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 3.6rem;
	background-color: #fff;
	border: 0.1rem solid #ccc;
	color: #666;
	margin: 0 auto 0 auto;
}

.login-form{
	padding-top: 8rem;
}
.login-mission{
	text-align: center;
	margin-bottom: 1rem;
}
.login-mission img{
	width: auto;
	height: 12rem;
}
.login-form ul li{
	width: 80%;
	height: auto;
	overflow: hidden;
	clear: both;
	margin: 0.5rem auto;
	padding: 0.2rem;
}
.login-form ul li input{
	width: 100%;
	height: 3.6rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #333;
	line-height: 3.6rem;
	font-size: 1.4rem;
	padding: 0;
	margin: 0;
	text-indent: 1rem;
}
.login-form a{
	text-align: center;
	color: #333;
}
.login-form p{
	text-align: center;
}

.loginSus{
	width: 100%;
	height: 100rem;
	position: fixed;
	z-index: 9999;
	background-color: #FAAE01;
	top: 0;
	left: 0;
	display: none;
}

.menu-code-bar{
	width: 100%;
	height: 9.8rem;
	position: fixed;
	top: 5.1rem;
	left: 0;
	background-color: #fff;
	border-bottom: 0.1rem solid #eee;
	z-index: 6666;
	overflow: hidden;
}
.menu-code-bar.menu-takeout-new{
	height: 7rem;
}
.menu-code-li{
	float: left;
	padding: 1rem 0 1rem 1rem;
	width: 75%;
}
.menu-code-li li{
	float: left;
	width: 22%;
	height: 5.4rem;
	margin: 0 1%;
	border-radius: 0.4rem;
	border: 0.1rem solid #fff;
	overflow: hidden;
	background-color: #C3C3C3;
	color: #333;
	text-align: center;
	font-size: 1.2rem;
	position: relative;
}
.menu-code-li li:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.4rem;
	background-color: #017FFE;
	top: 0;
	left: 0;
}
.menu-code-li li.over-time-20:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.4rem;
	background-color: #FF0000;
	top: 0;
	left: 0;
}
	
.menu-code-li li b{
	display: block;
	font-size: 1.8rem;
	padding-top: 0.5rem;
}
.menu-code-li li ot{
	color: #fff;
	font-size: 1.1rem;
}
.menu-code-li li.curent{	
	background-color: #FAAE01;
}
.menu-code-li li.curent ot{	
	color: #333;
}
.menu-code-li .order-book{
	line-height: 1.2;
}
.menu-code-li .order-book span{
	font-size: 1rem;
	background-color: #FAAE01;
	display: block;
	padding-top: 0.5rem;
}
.menu-code-li .order-book b{
	padding-top: 0.1rem;
}
.menu-code-li .order-book-b{
	border: 0.1rem solid #FAAE01;
	line-height: 1;
}
.order-all-ul li.order-book-b b{
	display: block;
	font-size: 2rem;
	padding-top: 1.5rem;
	padding-bottom: 0.2rem;
	line-height: 1;
}

.menu-code-li .order-table{
	background-color: #C3C3C3;
	color: #F45501;
}
.menu-code-li .order-table ot{
	color: #fff;
}

.menu-code-li-new{
	padding: 1rem 0 1rem 1rem;
	width: 95%;
	height: auto;
	overflow: hidden;
}
.order-all-ctr .menu-code-li-new{
	padding: 1rem 0 6rem 1rem;
	width: 95%;
	height: auto;
	overflow: hidden;
}
.menu-code-li-new li{
	float: left;
	width: 17%;
	height: 5rem;
	margin: 0 1% 2rem 1%;
	border-radius: 0.4rem;
	/*border: 0.1rem solid #fff;*/
	overflow: hidden;
	background-color: #c3c3c3;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}
.menu-code-li-new li b{
	display: block;
	font-size: 1.8rem;
	padding-top: 0rem;
	margin-bottom: -0.4rem;
	margin-top: -0.6rem;
	line-height: 3rem;
}
.menu-code-li-new li.curent{	
	background-color: #FAAE01;
	color: #07033F;
}
.menu-code-li-new .order-book,.menu-code-li-new .order-book-b{
	border: 0.1rem solid #FAAE01;
	line-height: 1.2;
}
.menu-code-li-new .order-book-confirm{
	border: 0.1rem solid #07033F;
	line-height: 1.2;
}
.menu-code-li-new .order-book span.booking-span,.menu-code-li-new .order-book-b span.booking-span{
	background-color: #FAAE01;
	display: block;
	font-size: 1.2rem;
	padding: 0.2rem 0;
	color: #fff;
}
.menu-code-li-new .order-takeoutNow span.booking-span{
	background-color: #FF5F5F;
	display: block;
	font-size: 1.2rem;
	padding: 0.2rem 0;
	color: #fff;
}
.menu-code-li-new .order-book-confirm span.booking-span{
	background-color: #07033F;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	padding: 0.2rem 0;
}
.menu-code-li-new .order-book span.booking-span i,.menu-code-li-new .order-book-confirm span.booking-span i{
	display: none;
	font-style: normal;
}
.menu-code-li-new .order-book span:first-child{
	background-color: #FAAE01;
	width: 100%;
	font-size: 1.2rem;
	display: block;
}
.menu-code-li-new.booking-order-lst .order-book b,.menu-code-li-new.booking-order-lst .order-book-confirm b,.menu-code-li-new.booking-order-lst .order-takeoutNow b{
	padding: 0.6rem 0 0.5rem 0;
	font-size: 2rem;
}
.menu-code-li-new .order-table{
	background-color: #FF5F5F;
}

.btn-total-menu{
	float: right;
	display: inline-block;
	height: 5rem;
	border-top-left-radius: 3rem;
	border-bottom-left-radius: 3rem;
	color: #fff;
	background-color: #363B41;
	padding: 0 1rem 0 1.5rem;
	margin-top: 1rem;
	position: relative;
	width: 5rem;
}
.btn-total-menu i,.btn-total-menu-curent i{
	position: absolute;
	top: -0.5rem;
	left: -1rem;
	width: 2rem;
	height: 2rem;
	border: 0.2rem solid #fff;
	border-radius: 2rem;
	background: url("../images/restaurant/ring_me_3x.png") no-repeat 50% 50%;
	background-size: cover;
}
.btn-total-menu p{
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
.btn-total-menu-curent{
	float: right;
	display: inline-block;
	height: 5rem;
	border-top-left-radius: 3rem;
	border-bottom-left-radius: 3rem;
	color: #333;
	background-color: #FAAE01;
	padding: 0 1rem 0 1.5rem;
	margin-top: 1rem;
	position: relative;
	width: 5rem;
}
.btn-total-menu b,.btn-total-menu-curent b{
	display: block;
	font-size: 1.4rem;
	margin-top: 1rem;
	padding: 0;
}
.btn-total-menu .all-bold{
	line-height: 5rem;
}
.btn-total-menu p.ord-book b,.btn-total-menu-curent p.ord-book b{
	margin-top: 0;
}
.btn-total-menu p.curent{
	line-height: 1;
	font-weight: normal;
	padding-top: 1rem;
}
.btn-total-menu p.ord-book span{
	font-size: 1rem;
}
.footer-bar{
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.95);
	padding: 0 5% 2rem 5%;
	width: 90%;
	z-index: 11092;
}
.footer-bar .cooking-begin span,.footer-bar .cooking-fin-btn span,.footer-bar .cooking-book span{
	display: inline-block;
	margin: 0.5rem 1rem 0.5rem 0;
	padding-right: 1rem;
	border-right: 0.1rem solid #333;
	line-height: 2.6rem;
	font-weight: bold;
}
.footer-bar .cooking-begin{
	margin-bottom: 1rem;
}
.footer-bar .foot-line-1{
	padding: 1rem 0;
	overflow: hidden;
}
.foot-cancel{
	width: 46%;
}
.foot-tel{
	width: 50%;
}
.menu-de-stat{
	background-color: #E6E6E6;
	padding: 1rem 1.6rem;
	clear: both;
	font-size: 1rem;
	color: #333;
	overflow: hidden;
	margin: 0;
	position: relative;
}
.menu-de-stat-red:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.3rem;
	background-color: #FF0000;
	content: "";
}
.menu-de-stat-blue:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.3rem;
	background-color: #007DF9;
	content: "";
}
.menu-de-stat > span{
	display: inline-block;
	width: 28%;
	float: left;
}
.menu-de-stat > span.cooking-use-time{
	display: inline-block;
	width: 40%;
	float: left;
	text-align: left;
}
.menu-de-stat > span.order-time{
	display: inline-block;
	width: 60%;
	float: left;
	text-align: left;
	font-size: 1.2rem;
	color: #666;
}
.menu-de-stat .use-time{
	color: #f00;
	font-weight: bold;
	text-align: left;
	width: 60%;
}
.menu-de-stat .table-order-code{
	font-weight: bold;
	padding: 0 1rem;
	margin: 0;
	position: absolute;
	top: 5.5rem;
	left: 15%;
	display: none;
}

.menu-de-stat b.food-shuliang{
	float: left;
	color: #666;
	font-size: 2.2rem;
}
.menu-de-stat .order-de-title{
	float: right;
}
.menu-de-stat .order-number{
	color: #F45400;
	font-size: 2.2rem;
	display: inline-block;
	padding-right: 1rem;
	margin-right: 1rem;
	border-right: 0.1rem solid #999;
	float: left;
	line-height: 3rem;
}
.menu-de-stat .order-time-ti{
	float: left;
	border-right: 0.1rem solid #999;
	padding-right: 1rem;
	margin-right: 1rem;
}
.menu-de-stat .order-time-ti .order-time{
	font-size: 0.9rem;
	display: block;
}
.menu-de-stat .order-time-ti .cooking-use-time{
	font-size: 1.6rem;
	display: block;
	color: #FF0000;
}
.menu-de-stat .order-ctr-top{
	float: left;
}

.cooking-oreder-de{
	clear: both;
	margin: 1rem 1.6rem 0 1.6rem;
	background-color: #E6E6E6;
	overflow: scroll;
}
.cooking-oreder-de > ul:last-child{
	padding-bottom: 10rem;
}
.cooking-oreder-de .de-sub-ti{
	border-bottom: 0.1rem solid #f9f9f9;
	padding: 0.5rem 1rem;
}
.cooking-oreder-de .de-sub-ti span{
	font-size: 1.2rem;
}
.cooking-oreder-de .de-sub-ti .qty{
	width: 5rem;
	display: inline-block;
	text-align: center;
}
.order-de-ul{
	clear: both;
	overflow: hidden;
	height: auto;
	padding-bottom: 1rem;
	border-bottom: 0.2rem solid #eee;
}
.order-cooking .order-de-ul li{
	width: 94%;
	overflow: hidden;
	height: auto;
	margin: 0.5rem auto;
	background-color: transparent;
	clear: both;
}
.order-de-ul li p{
	background-color: #f9f9f9;
	border-bottom: 0.5rem solid #E6E6E6;
	height: auto;
	overflow: hidden;
	clear: both;
}
.order-de-ul li p > b,.order-de-ul li p > span{
	padding: 1rem;
	float: left;
	display: block;
}
.order-de-ul li p b.number{
	font-size: 2.4rem;
	width: 12%;	
	float: left;
	text-align: center;
}
.order-de-ul li p b.name{
	width: 63%;
	float: left;
	border-left: 0.5rem solid #E6E6E6;
	min-height: 3.2rem;
}
.order-de-ul li p span.number{
	font-size: 1.5rem;
	width: 12%;	
	float: left;
	text-align: center;
}
.order-de-ul li p span.name{
	width: 63%;
	float: left;
	border-left: 0.5rem solid #E6E6E6;
	font-size: 1.4rem;
	min-height: 1.2rem;
}
.order-de-ul li p span.name i{
	width: 48%;
	float: left;
	font-style: normal;
	font-weight: bold;
}
.order-de-ul li p span.name i.th-name{
	color: #999;
	margin-left: 3%;
	font-weight: normal;
}

.order-de-ul .de-left{
	height: auto;
	overflow: hidden;
	float: left;
	width: 98%;
}
.order-de-ul label{
	float: right;
	padding-top: 2rem;
	margin-right: 0;
	width: 98%;
}

.order-type-tag{
	float: right;
}
.order-type-tag a{
	display: inline-block;
	margin-left: 1rem;
	float: left;
	font-size: 1rem;
	padding: 0 1rem;
	border-radius: 0.3rem;
	line-height: 2rem;
	position: relative;
}
.order-type-tag a.type-table{
	border: 0.1rem solid #F45501;
	color: #F45501;
}
.order-type-tag a.type-table-current{
	color: #4A4A4A;
	background-color: #F45501;
}
.order-type-tag a.type-takeout{
	border: 0.1rem solid #01BDCC;
	color: #01BDCC;
}
.order-type-tag a.type-takeout-current{
	color: #4A4A4A;
	background-color: #01BDCC;
}
.order-type-tag a i{
	display: block;
	position: absolute;
	top: -1rem;
	right: -1rem;
	background-color: #FAAE01;
	color: #07033F;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	border-radius: 2rem;
}

.main-nav{
	padding-top: 1rem;
	clear: both;
	overflow: hidden;
	margin-bottom: 1rem;
}
.main-nav a{
	display: inline-block;
	float: left;
	font-size: 1rem;
	color: #666;
	text-align: center;
	position: relative;
}
.main-nav a.curent{
	opacity: 0.5;
}
.main-nav a span{
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.4rem;
}
.main-nav a span img{
	width: 100%;
	height: auto;
}
.main-nav a p{
	font-size: 0.8rem;
}
.main-nav .nav-a > span{
    background-image: url("../images/restaurant/icon_nav_new_b.png");
}
.main-nav .nav-b > span{
    background-image: url("../images/restaurant/icon_nav_table_b.png");
}
.main-nav .nav-c > span{
    background-image: url("../images/restaurant/icon_nav_cooking_b.png");
}
.main-nav .nav-d > span{
    background-image: url("../images/restaurant/icon_nav_finish_b.png");
}
.main-nav .nav-e > span{
    background-image: url("../images/user/home/icon-center-2.png");
}
/*.main-nav a p{
    background-image: url("../images/user/home/icon-center-2.png");
}*/
.main-nav a > i{
	display: none;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 1rem;
		background-color: #FAAE01;
		color: #fff;
		position: absolute;
		top: 0.2rem;
		left: 70%;
		font-size: 0.5rem;
		font-style: normal;
		line-height: 1.6rem;
		text-align: center;
}
.nav-style-a a{
	width: 25%;
}
.nav-style-b a{
	width: 33%;
}
.menu-order-list{
	padding: 0 0 2rem 0;
}
.menu-order-list li{
	margin: 0.2rem 0;
	clear: both;
	overflow: hidden;
	background-color: #EDEDED;
	padding: 0.5rem 1.6rem;
}
.menu-order-list .sub-title{
	clear: both;
	font-size: 1.4rem;
	color: #333;
	padding: 1rem 0;
	overflow: hidden;
}
.menu-order-list .sub-title span{
	font-weight: bold;
	font-size: 1.6rem;
}
.menu-order-list .sub-title .span-qty i{
	font-style: normal;
	font-size: 1rem;
	font-weight: normal;
}
.menu-order-list .span-name{
	float: left;
	width: 50%;
}
.menu-order-list .span-price{
	float: right;
}
.menu-order-list .sub-d-p{
	border-top: 0.1rem solid #f5f5f5;
}
.menu-order-list .sub-d-p > p{
	clear: both;
	color: #666;
	padding: 0.3rem 0;
}
.menu-order-list .sub-d-p > p span{
	font-size: 1.2rem;
}
.menu-order-list .sub-d-p > p .span-qty i{
	font-style: normal;
	font-size: 0.8rem;
	font-weight: normal;
	padding-left: 0.4rem;
}

.menu-cooking-list{
	padding: 0;
	height: auto;
	overflow: hidden;
	clear: both;
}
.menu-cooking-list > li{
	margin: 0.2rem 3%;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 0;
	position: relative;
	float: left;
	width: 94%;
	clear: both;
}
.order-cooking .menu-cooking-list > li{
	margin: 0.2rem 3%;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 0 0 0 2rem;
	position: relative;
	float: left;
	width: 90%;
	clear: both;
}
.order-cooking > .menu-cooking-list:last-child{
	padding-bottom: 14rem;
}
.menu-cooking-list .sub-title{
	clear: both;
	font-size: 1.4rem;
	color: #333;
	padding: 1rem 0 1rem 0;
	overflow: hidden;
}
.menu-cooking-list .sub-title span{
	font-weight: bold;
}
.menu-cooking-list.menu-booking-lst .sub-title span.span-price{
	float: right;
}
.menu-cooking-list .span-qty{
	float: left;
	width: 16%;
}
.menu-cooking-list .sub-title .span-qty i{
	font-style: normal;
	font-size: 1rem;
	font-weight: normal;
}
.menu-cooking-list .span-name{
	float: left;
	width: 44%;
}
.menu-cooking-list .span-price{
	float: left;
	width: 18%;
	text-align: right;
}
.menu-cooking-list.his-de-li-err .span-price{
	float: right;
	width: 22%;
	text-align: right;
}
.menu-cooking-list .sub-d-p{
	border-top: 0.1rem solid #f5f5f5;
}
.menu-cooking-list .sub-d-p > p{
	clear: both;
	color: #666;
	padding: 0.5rem 0;
	height: auto;
	overflow: hidden;
}
.menu-cooking-list .sub-d-p > p span{
	font-size: 1.2rem;
}
.menu-cooking-list.menu-booking-lst .sub-d-p > p span.span-price{
	float: right;
}
.menu-cooking-list .sub-d-p > p .span-qty i{
	font-style: normal;
	font-size: 0.8rem;
	font-weight: normal;
	padding-left: 0.4rem;
}
.menu-cooking-list input{
	position: absolute;
	right: 1.6rem;
	top: 50%;
	margin-top: -1rem;
	border: 0;
}

.order-all-list{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 7991;
	overflow: scroll;
	display: block;
}
.order-all-list .top-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	border-bottom: 0.1rem solid #eee;
	background-color: #fff;
	z-index: 999;
}
.order-all-list .top-bar .closer{
	width: 2.6rem;
	height: 2.6rem;
	float: left;
	padding: 0.5rem;
	margin: 0.7rem 0 0.7rem 1.2rem;
}
.order-all-list .top-bar .closer img{
	width: 100%;
	height: auto;
}
.order-all-list .top-bar p{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 5rem;
	text-align: center;
	display: inline-block;
	width: 78%;
}
.order-all-list .top-bar p span{
	color: #f00;
	font-weight: bold;
	font-size: 1.6rem;
}
.order-all-list .top-bar-layer p.search-input-p{
	font-size: 1.6rem;
	height: 3rem;
	display: inline-block;
	float: right;
	width: 80%;
	margin: 1rem 1.6rem 1rem 0;
	border: 0.1rem solid #FAAE01;
	border-radius: 1.5rem;
	overflow: hidden;
}
.order-all-list .top-bar-layer p.search-input-p input{
	float: left;
	border: 0;
	width: 80%;
	padding: 0 2%;
	height: 3rem;
}
.order-all-list .top-bar-layer p.search-input-p button{
	float: right;
	width: 15%;
	height: 3rem;
	background: #FAAE01 url("../images/user/home/icon_search_2x.png") center center no-repeat;
	background-size: 2rem;
	border: 0;
}
.order-all-list .top-bar-layer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	border-bottom: 0.1rem solid #eee;
	background-color: #fff;
	z-index: 10099;
}
.order-all-list .top-bar-layer .closer{
	width: 2.6rem;
	height: 2.6rem;
	float: left;
	padding: 0.5rem;
	margin: 0.7rem 0 0.7rem 1.2rem;
}
.order-all-list .top-bar-layer .closer img{
	width: 100%;
	height: auto;
}
.order-all-list.the-cooking{
	display: none;
	z-index: 9999;
}
.order-all-ul{
	padding-top: 5rem;
	margin: 1rem 0.6rem 5rem 0.6rem;
	overflow: hidden;
}
.order-all-ul.order-booking-list{
	padding: 7rem 0;
	margin: 1rem 0 5rem 0;
	overflow: hidden;
}
.order-all-ul li{
	width: 27%;
	height: 7rem;
	margin: 1rem 2.8%;
	border: 0.1rem solid transparent;
	float: left;
	background-color: #e5e5e5;
	color: #333;
	font-size: 1.2rem;
	border-radius: 0.4rem;
	position: relative;
	text-align: center;
}
.order-all-ul.order-booking-list li,.order-all-ul.order-finish-list li{
	width: 43%;
	height: 8.8rem;
	margin: 1rem 2.8%;
	border: 0.1rem solid transparent;
	float: left;
	background-color: #e5e5e5;
	color: #333;
	font-size: 1.2rem;
	border-radius: 0.4rem;
	position: relative;
	text-align: center;
}
.order-all-ul li b{
	display: block;
	font-size: 2.4rem;
	padding-top: 2.2rem;
}
.order-all-ul li.order-book b{
	display: block;
	font-size: 2.4rem;
	padding-top: 1.2rem;
}
.order-all-ul .ord-table{
	color: #333;
	font-size: 1rem;
}
.order-all-ul .ord-book{
	height: 6.8rem;
	border: 0.1rem solid #FAAE01;
	border-radius: 0.4rem;
	overflow: hidden;
}
.order-all-ul .ord-book b{
	padding-top: 0; 
}
.order-all-ul .ord-book span{
	display: block;
	width: 100%;
	background-color: #FAAE01;
	font-size: 1rem;
}
.order-all-ul li i.table-ring-me{
	position: absolute;
	top: -1.2rem;
	left: -1.2rem;
	width: 2.4rem;
	height: 2.4rem;
	display: block;
	border: 0.2rem solid #fff;
	border-radius: 2rem;
	background: url("../images/restaurant/ring_me_3x.png") no-repeat 50% 50%;
	background-size: cover;
}
.order-all-ul li p.help-pay i.table-ring-me{
	position: absolute;
	top: -1.2rem;
	left: -1.2rem;
	width: 2.4rem;
	height: 2.4rem;
	display: block;
	border: 0.2rem solid #fff;
	border-radius: 2rem;
	background: url("../images/restaurant/ring_pay_3x.png") no-repeat 50% 50%;
	background-size: cover;
}
.order-all-ul li p.help-neworder i.table-ring-me{
	position: absolute;
	top: -1.2rem;
	left: -1.2rem;
	width: 2.4rem;
	height: 2.4rem;
	display: block;
	border: 0.2rem solid #fff;
	border-radius: 2rem;
	background: url("../images/restaurant/ring_new_order.png") no-repeat 50% 50%;
	background-size: cover;
}
.order-all-ul li p.cook-finish i.cook-finish-ring{
	position: absolute;
	top: -1.2rem;
	left: -1.2rem;
	width: 2.4rem;
	height: 2.4rem;
	display: block;
	border: 0.2rem solid #fff;
	border-radius: 2rem;
	background: url(../images/user/home/icon_correct_24_2x.png) no-repeat 50% 50%;
	background-size: cover;
}
.order-all-ul a{
	color: #333;
	display: block;
	font-size: 1.2rem;
}
.order-all-ul.table-li li{
	color:#333;
}
.order-all-ul p.help-me,.order-all-ul p.cook-finish{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9991;
}
.order-all-ul p.help-pay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9992;
}
.order-all-ul p.help-neworder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9993;
}

.radio_type {
    width: 1.6rem;
    height: 1.6rem;
    appearance: none;
    position: relative;
    outline: none;
}
.radio_type:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 0.1rem solid #333;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	background-color: #fff;
}
.radio_type:checked:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 0.1rem solid #FAAE01;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    text-align: center;
    background: #FAAE01;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
}
.radio_type:checked + label {
    color: #edd19d;
}

.checkbox_type,.menu-cooking-list input.checkbox_type{
    width: 2rem;
    height: 2rem;
    appearance: none;
    position: relative;
    outline: none;
    float: left;
	margin: 0 0.5rem 1rem 0.5rem;
}
.booking-contro input.checkbox_type{
	border-radius: 0.2rem;
}
.login-form ul li input.checkbox_type{
    width: 2rem;
    height: 2rem;
    appearance: none;
    position: relative;
    outline: none;
    float: left;
	margin: 0 0.5rem 1rem 0.5rem;
	border: none;
	text-indent: 0;
}
input.checkbox_type_print{
    width: 2rem;
    height: 2rem;
    appearance: none;
    position: relative;
    outline: none;
    float: left;
	margin: 0 0.5rem 1rem 0.5rem;
}

.checkbox_type:before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	background: url("../images/user/home/icon_correct_24_2x_b.png") no-repeat center center;
	background-size: 2rem;
    position: absolute;
}
.takeout-only-today .checkbox_type:before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	background: #c4c4c4 url("../images/user/home/icon_correct_24_2x_b.png") no-repeat center center;
	background-size: 2rem;
    position: absolute;
}
.login-form ul li .checkbox_type:before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border-radius: 0.5rem;
    vertical-align: middle;
	background: #c4c4c4 url("../images/user/home/icon_correct_24_2x_b.png") no-repeat center center;
	background-size: 2rem;
    position: absolute;
}
.booking-contro .checkbox_type:before {
    border-radius: 0.4rem;
}
.checkbox_type.checkbox_type_cookingfin:before{
	background:url("../images/user/home/icon_correct_24_2x.png") no-repeat center center;
}
.checkbox_type:checked:before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
}
.booking-contro .checkbox_type:checked:before {
    border-radius: 0.4rem;
}
.checkbox_type:checked:after {
    content: "";
    width: 2rem;
    height: 2rem;
    text-align: center;
	background: #aad92a url("../images/user/home/icon_correct_24_2x.png") no-repeat center center;
	background-size: 2rem;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.booking-contro .checkbox_type:checked:after {
    border-radius: 0.4rem;
}
.checkbox_type:checked + label {
    color: #edd19d;
}
.checkbox_type_delete,.menu-cooking-list input.checkbox_type_delete {
    width: 2rem;
    height: 2rem;
    appearance: none;
    position: relative;
    outline: none;
    float: left;
	margin: 0 0.5rem 0.5rem 0.5rem;
}
.checkbox_type_delete:before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	background:url("../images/user/home/icon_wrong_24_2x.png") no-repeat center center;
	background-size: 2rem;
    position: absolute;
}
.checkbox_type_delete:checked:before {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
}
.checkbox_type_delete:checked:after {
    content: "";
    width: 2rem;
    height: 2rem;
    text-align: center;
	background:url("../images/user/home/icon_wrong_24_2x.png") no-repeat center center;
	background-size: 2rem;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.checkbox_type_delete:checked + label {
    color: #edd19d;
}

input.checkbox_type_print{
	background: url("../images/restaurant/icon_print_3x.png") center center no-repeat;
	background-size: 2rem;
}


.ps-attention{
	padding: 1rem 1.6rem 0 1.6rem;
	background-color: #fff;
	color: #f00;
	font-size: 1.2rem;
	text-align: center;
}
.order-confirm,.order-error,.order-confirm-atten,.order-setting{
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	display: none;
	z-index: 12040;
}
.order-confirm .po-box,.order-confirm-atten .po-box,.order-error .po-box,.confirm-table-help .po-box,.order-setting .po-box{
	width: 80%;
	background-color: #fff;
	border-radius: 1rem;
	text-align: center;
	padding: 1rem 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -40%;
	z-index: 12040;
}
.true-img{
	width: 3.6rem;
	height: auto;
	padding: 1rem;
}
.po-box > p{
	text-align: left;
	width: 90%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 0.5rem 0;
	position: relative;
}
.po-box > p > label{
	position: relative;
	display: block;
}
.po-box > p > label input{
	border: none;
	position: relative;
	float: right;
}
.po-box > p textarea{
	width: 92%;
	padding: 1rem;
	background-color: #f5f5f5;
	border: 0.1rem solid #eee;
	border-radius: 0.4rem;
	-webkit-appearance: none;
	appearance: none;
}
.po-box .closer,.atten-box .closer{
	width: 4rem;
	height: 4rem;
	background: url("../images/user/home/icon_close_2x.png") no-repeat 50% 50%;
	background-size: 3rem;
	position: absolute;
	left: 50%;
	bottom: -5rem;
	margin-left: -2rem;
}
.confirm-table-help{
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	display: none;
	z-index: 10071;
}

.new-order-ring{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #FAAE01;
	z-index: 19996;
	display: none;
}
.new-booking-ring{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #07033F;
	z-index: 19996;
	display: none;
}
.new-order-ring p,.new-booking-ring p{
    position: fixed;
    top: 48%;
    left: 0;
    font-size: 2rem;
    width: 100%;
}
.reg-bottom-bar{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1rem 0 2rem 0;
	z-index: 10002;
	background-color: #fff;
}
.base-black{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.6);
	z-index: 12020;
	display: none;
}
.base-black .po-box{
	width: 80%;
	background-color: #fff;
	border-radius: 1rem;
	text-align: center;
	padding: 1rem 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -40%;
}

.po-box.book-set-f{
	display: none;
}
.more-ctr{
	font-size: 2rem;
	font-weight: bold;
	line-height: 3rem;
	float: left;
	color: #333;
	padding: 0;
	margin: 0 0.4rem;
}
.more-ctr i{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 0.4rem;
	margin: 1.3rem 0.3rem;
	background-color: #333;
	float: left;
}
.ctr-menu .menu-a a{
	width: 90%;
	margin: 1rem auto;
}

#store-header .store-info-de a.working-tel{
	background-image: url("../images/user/home/icon_phone_2x.png");
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-position: left 0.3rem;
	padding: 0 2.5rem 0 2rem;
	position: relative;
	display: block;
	color: #333;
}
#store-header .store-info-de a.icon-guest{
	background-image: url("../images/user/home/icon_mynane_3x.png");
	background-repeat: no-repeat;
	background-size: 1.4rem;
	background-position: left 0.3rem;
	padding: 0.3rem 2.5rem 0.3rem 2rem;
	position: relative;
	display: block;
	color: #333;
}
.member-head p.working-address{
	margin: 0;
	padding: 0.5rem 2rem 0.5rem 1.6rem;
	line-height: 1;
	color: #666;
	font-size: 1.2rem;
}
.store-info-de h3{
	margin: 0;
	padding: 0;
}
.top-contro-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	background-color: #fff;
	border: 0.1rem solid #eee;
	z-index: 8888;
}

.top-contro-bar a.back,.top-contro-bar a.back-member-c{
	float: left;
	width: 3.6rem;
	height: 3.6rem;
	margin: 0.7rem 0 0.7rem 1.2rem;
	text-align: center;
}
.top-contro-bar a.back img,.top-contro-bar a.back-member-c img{
	width: 3.6rem;
	height: auto;
}
.top-state{
	margin-left:10rem;
	display: inline-block;
	font-size: 1rem;
	padding-top: 0.7rem;
}
.top-state-time{
	float: right;
	display: inline-block;
	font-size: 1rem;
	margin-right: 1.6rem;
	padding-top: 0.7rem;
}
.top-state b, .top-state-time b{
	font-size: 1.5rem;
}

.top-contro-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	background-color: #fff;
	border: 0.1rem solid #eee;
	z-index: 8888;
}


.top-message-point{
	width: 2.8rem;
	height: 2.8rem;
	float: right;
	display: inline-block;
	position: relative;
	margin-right: 1.6rem;
	margin-top: 1rem;
}
.printer-set{
	width: 2.8rem;
	height: 2.8rem;
	display: inline-block;
	position: fixed;
	right: 6rem;
	top: 1rem;
}
.top-message-point img,.printer-set img{
	width: 100%;
	height: auto;
}
.top-message-point i{
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background-color: #f00;
	right: -0.6rem;
	top: -0.6rem;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	font-style: normal;
	line-height: 1.6rem;
}
.member-head{
	padding: 6rem 1.6rem 1rem 1.6rem;
	background-color: #fff;
	margin-bottom: 1rem;
	overflow: hidden;
	position: relative;
}
.member-head i{
	display: inline-block;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
/*.member-head p{
	margin-left: 1rem;
	line-height: 4rem;
	font-size: 1.4rem;
	display: inline-block;
	float: left;
}
.member-head a{
	float: right;
	display: inline-block;
	color: #07033F;
	padding: 0 1.5rem;
	line-height: 2.4rem;
	font-size: 1.2rem;
	border-radius: 2rem;
	border: 0.1rem solid #07033F;
	margin-top: 0.8rem;
}*/
.store-info-de{
	margin-left: 7rem;
	padding-bottom: 0.6rem;
}
.store-homepage.store-info-de{
	margin-left: 0rem;
	padding-bottom: 0.6rem;
}
#store-header .store-info-de p.working-date,p.working-date{
	background-image: url("../images/user/home/icon_clock_2x.png");
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-position: left center;
	padding-left: 2rem;
}
#store-header .store-info-de p.working-address,p.working-address{
	background-image: url("../images/user/home/icon_address_2x.png");
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-position: left 0.3rem;
	margin: 0;
	padding: 0 2rem 0 2rem;
	position: relative;
}
p.working-days{
	background-image:url("../images/restaurant/icon_center_date.png");
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-position: left 0.2rem;
	padding-left: 2rem;
}
#store-header .store-info-de a.working-tel{
	background-image: url("../images/user/home/icon_phone_2x.png");
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-position: left 0.3rem;
	padding: 0 2.5rem 0 2rem;
	position: relative;
	display: block;
	color: #333;
}
.member-head p.working-address{
	margin: 0;
	padding: 0.5rem 2rem 0.5rem 1.6rem;
	line-height: 1;
	color: #666;
	font-size: 1.2rem;
}
.top-contro-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	background-color: #fff;
	border: 0.1rem solid #eee;
	z-index: 8888;
}
.store-image{
	width: 6rem;
	height: 6rem;
	border-radius: 0.4rem;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}
.menu-content{
	background-color: #fff;
	padding: 1rem 1.6rem 0 1.6rem;
	overflow: hidden;
	clear: both;
	margin-bottom: 1rem;
}
.menu-content h3{
	border-bottom: 0.1rem solid #f5f5f5;
	margin: 0 0 1rem 0;
	padding: 0 0 0.5rem 0;
	font-size: 1.6rem;
}
.menu-content > ul > li{
	width: 33%;
	height: 8.4rem;
	float: left;
	text-align: center;
	margin: 0.5rem 0 0 0;
}
.menu-content > ul > li p{
	position: relative;
	display: inline-block;
	margin: 0 auto 0.5rem auto;
}
.menu-content > ul > li p span{
	position: absolute;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #333;
	background-color: #FAAE01;
	top: -0.5rem;
	right: -2rem;
}
.menu-content > ul > li p img{
	width: auto;
	height: 3rem;
}
.menu-content > ul > li a{
	display: block;
	color: #333;
	font-size: 1.2rem;
}
.account-term{
	clear: both;
	position: relative;
	overflow: hidden;
	padding-top: 1rem;
}
.account-term .term-area{
	background-color: #FFF6E2;
	border-radius: 0.6rem;
	color: #333;
	padding: 1rem;
	overflow: hidden;
}
.account-term .term-area > ul{
	width: 65%;
	float: left;
}
.account-term .term-area li{
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0;
	clear: both;
}
.account-term .term-area li b{
	color: #f00;
}
.account-term .term-area li .span-ti{
	float: left;
	display: inline-block;
	margin-right: 1rem;
}
.account-term .term-area li p{
	float: left;
	text-align: left;
	font-size: 1.2rem;
	}
.account-term .term-area li span{
	font-size: 1.2rem;
}
.account-term .btn-my-contract{
	display: inline-block;
	float: right;
	line-height: 2.4rem;
	padding: 0 1.5rem;
	margin: 0;
	border: 0.1rem solid #07033F;
	border-radius: 2rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
}
.menu-content .box-title{
	border-bottom: 0.1rem solid #f5f5f5;
	margin: 0 0 1rem 0;
	padding: 0 0 0.5rem 0;
}
.menu-content .box-title > b{
	font-size: 1.6rem;
}
.menu-content .box-title > span{
	font-size: 1.2rem;
	display: inline-block;
	padding-left: 1rem;
}
.menu-content .box-title > span b{
	font-weight: bold;
	color: #FAAE01;
}
.btn-ponit{
	display: inline-block;
	line-height: 2.4rem;
	float: right;
    font-size: 1.2rem;
}
.po-box .btn-ponit{
	float: none;
}
.no-order .btn-ponit{
	float: none;
	margin: 0 auto;
	padding: 2rem 0 0 33%;
	clear: both;
	display: inline-block;
}
.a-point{
	display: inline-block;
	width: 4rem;
	height: 2rem;
	border-radius: 2rem;
	border: 0.1rem solid #999;
	background-color: #eee;
	position: relative;
	transition-duration: .1s;
}
.no-order a.a-point{
	display: inline-block;
	width: 4rem;
	height: 2rem;
	border-radius: 2rem;
	border: 0.1rem solid #999;
	background-color: #eee;
	position: relative;
	transition-duration: .1s;
	padding: 0;
}
.a-point i{
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 2rem;
	border: 0.1rem solid #999;
	background-color: #fff;
	position: absolute;
	left: 0.1rem;
	top: 0.1rem;
	transition-duration: .1s;
}
.no-order .a-point i{
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 2rem;
	border: 0.1rem solid #999;
	background-color: #fff;
	position: absolute;
	left: 0.1rem;
	top: 0.1rem;
	transition-duration: .1s;
	margin: 0;
}
.a-point-on{
	display: inline-block;
	width: 4rem;
	height: 2rem;
	border-radius: 2rem;
	border: 0.1rem solid #999;
	background-color: #2CE642;
	position: relative;
	transition: all 0.4s;
}
.booking-order-setting .a-point-on,.no-order a.a-point-on,.Close-of-busi a.a-point-on{
	background-color: #f00;
}

.a-point-on i{
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 2rem;
	border: 0.1rem solid #999;
	background-color: #fff;
	position: absolute;
	left: auto;
	right: 0.1rem;
	top: 0.1rem;
	transition: all 0.4s;
}
.no-order a.a-point-on i{
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 2rem;
	border: 0.1rem solid #999;
	background-color: #fff;
	position: absolute;
	left: auto;
	right: 0.1rem;
	top: 0.1rem;
	transition: all 0.4s;
}
.pay-sel-p{
	padding: 1rem 0;
	margin: 1rem auto;
	width: 91%;
}
.pay-sel-p a{
	margin: 1rem auto;
	width: 99%;
}
.po-box p.pay-online-s{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.pay-online-s a{
	width: 6rem;
	height: 6rem;
	display: inline-block;
	margin: 1rem 2rem;
}
.pay-online-s a img{
	width: auto;
	height: auto;
	max-width: 6rem;
	max-height: 6rem;
}
.menu-code-b{
	padding: 1rem 1.6rem;
	background-color: #fff;
	border-bottom: 0.1rem solid #eee;
	overflow: hidden;
	font-size: 1.2rem;
}
.pay-counter{
	position: fixed;
	top: 5rem;
	left: 0;
	z-index: 10001;
	box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.2);
	}
.pay-counter p{
	padding: 0 1.6rem;
	overflow: hidden;
	clear: both;
	background-color: #fff;
}
.pay-counter p b{
	float: left;
	font-size: 1.4rem;
	line-height: 4rem;
}
.pay-counter p input,.pay-counter p b.pay-total-price{
	width: 50%;
	height: 4rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: #333;
	border: 0;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
}
.pay-counter p input::-webkit-input-placeholder {
        color: #999;
	font-size: 1.4rem;
      }
.pay-counter p input::-moz-input-placeholder {
        color: #999;
	font-size: 1.4rem;
      }
.pay-counter p input::-ms-input-placeholder {
        color: #999;
	font-size: 1.4rem;
      }
.pay-price{
	padding: 1rem 0;
	background-color: #fff;
	display: none;
}

.store-homepage.store-info-de{
	margin-left: 0rem;
	padding-bottom: 0.6rem;
}
#store-header p.store-name-pay{
	text-align: center;
    color: #333;
	font-weight: bold;
	font-size: 1.4rem;
	padding-top: 4rem;
}
p.store-name-pay img{
	width: auto;
	height: auto;
	max-width: 40rem;
	max-height: 8rem;
}
.total-price-de{
	background-color: #fff;
	padding:2rem 0 10rem 0;
}
.price-de{
	border-top: 0.2rem solid #eee;
	font-size: 1.2rem;
	margin: 1rem 1.6rem 0 1.6rem;
}
.price-de p{
	clear: both;
	overflow: hidden;
	padding: 0.5rem 0;
	width: 100%;
}
.price-de p:nth-child(4){
	color: #f00;
}
.price-de p b{
	float: left;
}
.price-de p .percent-de{
	float: right;
	width: 15%;
	display: block;
	text-align: right;
}
.price-de p .price-mumber{
	float: right;
	width: 50%;
	display: block;
	text-align: right;
}
.price-de p .price-nam{
	float: left;
	width:59%;
	display: block;
	text-align: left;
}
.price-de p.p-de-sec .percent-de{
	float: right;
	width: 15%;
	display: block;
	text-align: right;
}
.price-de p.p-de-sec .price-mumber{
	float: right;
	width: 25%;
	display: block;
	text-align: right;
}
.price-de p.p-de-sec .price-nam{
	float: left;
	width: 59%;
	display: block;
	text-align: left;
}
.price-de p.p-de-sec span{
	font-size: 1rem;
	color: #999;
}
.pei-cai p{
	padding: 0.2rem 0;
	margin: 0;
}

.price-de .link-a{
	color: #FAAE01;
	margin: 2rem auto 0 auto;
	border-bottom: 0.1rem solid #FAAE01;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
}
.price-de .link-a-p{
	text-align: center;
}
#store-header{
	padding: 8rem 1.6rem 0.5rem 1.6rem;
	background-color: #fff;
	font-size: 1.2rem;
	overflow: hidden;
	position: relative;
}
#store-header p{
	font-size: 1.2rem;
	padding: 0.2rem 0;
}
#store-header p > span{
	font-size: 1.2rem;
}
#store-header h3{
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
}

#form-content,.form-content{
	padding-top: 5rem;
}
.form-content p{
	font-size: 1.2rem;
	color: #999;
	padding: 0.5rem 1rem;
}
.form-content input.address-button{
	background-color: #fff;
	width: 99%;
	text-align: left;
}
.form-ul input{
	font-size: 1.4rem;
	color: #333;
	height: 3.6rem;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	width: 90%;
	padding: 0 1.5rem;
}
.form-ul textarea{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	width: 90%;
	padding: 0.5rem 1.5rem;
	-webkit-appearance: none ;
    -webkit-user-select: auto;
}
.form-ul li{
	margin: 1.5rem 1.6rem;
	clear: both;
	overflow: hidden;
	position: relative;
}
.form-ul .price-level{
	float: right;
}
.form-ul .price-level a{
	display: inline-block;
	line-height: 2rem;
	font-size: 1.4rem;
	font-weight: bold;
	width: 2rem;
	height: 2rem;
	text-align: center;
	border-radius: 50%;
	border: 0.2rem solid #07033F;
	color: #07033F;
	margin-left: 0.5rem;
	opacity: 0.4;
}
.form-ul .price-level a.curent{
	opacity: 1;
}
.full-layer{
	width: 100%;
	height: 100%;
	position: fixed;
	padding-bottom: 10rem;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 12022;
	display: none;
	overflow: scroll;
}
.full-layer .top-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	border-bottom: 0.1rem solid #eee;
	background-color: #fff;
	z-index: 999;
}
.full-layer .top-bar .closer{
	width: 2.6rem;
	height: 2.6rem;
	float: left;
	padding: 0.5rem;
	margin: 0.7rem 0 0.7rem 1.2rem;
}
.full-layer .top-bar .closer img{
	width: 100%;
	height: auto;
}
.full-layer .top-bar p{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 5rem;
	text-align: center;
	display: inline-block;
	width: 78%;
}
.full-layer .top-bar p span{
	color: #f00;
	font-weight: bold;
	font-size: 1.6rem;
}
.full-layer .submit-bar,.layer-z-index .submit-bar,.timer-sel-layer .submit-bar{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 90%;
	padding: 1rem 5% 2rem 5%;
	background-color: #fff;
	overflow: hidden;
}
.menu-type-list{
	padding: 5rem 1.6rem;
}
.menu-type-list > ul{
	padding-bottom: 10rem;
}
.menu-type-list li{
	overflow: hidden;
	clear: both;
}
.menu-type-list li a{
	border: 0.1rem solid #999;
	color: #666;
	font-size: 1.2rem;
	border-radius: 2rem;
	height: 2rem;
	padding: 0 0.8rem;
	float: left;
	margin: 0.5rem;
	display: inline-block;
	text-align: center;
	line-height: 2rem;
}
.menu-type-list li > div{
	padding: 0.5rem;
	border-radius: 0.4rem;
	background-color: #FAFAFA;
	overflow: hidden;
}
.menu-type-list li a.curent{
	background-color: #FAAE01;
	border: 0.1rem solid #FAAE01;
	color: #fff;
}
.pay-type-list{
	padding: 5rem 0 10rem 0;
}
.pay-type-list li{
	width: 100%;
	height: 8rem;
	line-height: 8rem;
	background-color: #fafafa;
	margin: 0.5rem 0 0.5rem 0;
	clear: both;
}
.pay-type-list li .a-point{
	margin: 2.6rem 1.6rem 0 0;
}
.pay-type-list li > span{
	float: left;
	margin: 2rem 0 0 1.6rem;
	line-height: 4rem;
	font-size: 1.6rem;
}
.pay-type-list li > span i{
	display: inline-block;
	width: 4rem;
	height: 4rem;
	border-radius: 0.4em;
	border: 0.1rem solid #ccc;
	float: left;
	margin-right: 1rem;
}
.pay-type-list li > span i img{
	width: 100%;
	height: auto;
}
.store-th-face{
	width: 6rem;
	height: 6rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #FAAE01;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	float: right;
	overflow: hidden;
}
.store-th-face img{
	width: 120%;
	height: 120%;
	margin: -10% 0 0 -10%;
}
.edit-a{
	float: right;
	text-decoration: underline;
	color: #07033F;
}
.base-info-p p{
	font-size: 1.2rem;
	max-width: 80%;
	display: inline-block;
}
.base-info-p li{
	font-size: 1.2rem;
	padding: 1rem 0;
}
.sns-icon{
	float: left;
	margin-left: 1rem;
}
.sns-icon a{
	height: 3rem;
	float: left;
	margin: 0.5rem;
	display: inline-block;
	opacity: 0.5;
}
.sns-icon a.curent{
	opacity: 1;
}
.sns-icon a img{
	width: auto;
	height: 3rem;
}
.to-order-box a{
	width: 90%;
	margin: 1rem auto;
}
.table-sel-lists p,.table-sel-lists p b{
	color: #333;
	
}
.table-sel-lists .table-not-sel{
	opacity: 0.5;
}

.food-list > li{
	overflow: hidden;
	padding: 1.6rem 0;
	background-color: #fff;
	position: relative;
	margin: 0.1rem 0;
	clear: both;
	border-bottom: 0.1rem solid #f5f5f5;
}
.food-list > li .item-thumb{
	width: 6rem;
	height: 6rem;
	float: left;
	margin-right: 1rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.food-list > li .item-details{
	color: #666;
	font-size: 1rem;
}
.food-list > li .item-details p{
	font-size: 1.2rem;
}
.food-list > li .item-details h3{
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
}
.food-list > li .item-details .item-price{
	color: #333;
	padding: 1.5rem 0 0 0;
	margin: 0;
}
.food-list > li .item-details .item-price b{
	font-size: 2rem;
}
.food-list > li .item-new-mark{
	padding: 0.4rem 0.5rem;
	line-height: 1;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 0.2rem;
	background-color: #FF9031;
	position: absolute;
	left: 1.6rem;
	bottom: 1rem;
}
.food-list > li .add-to-car{
	position: absolute;
	right: 2rem;
	bottom: 1rem;
	z-index: 999;
	padding: 1rem;
	margin: -1rem -1rem auto auto;
}
.food-list > li .add-to-car a{
	width: 1.8rem;
	height: 1.8rem;
	display: block;
	float: left;
	border: 0.2rem solid #07033F;
	border-radius: 1.5rem;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0.5rem;
	text-align: center;
	line-height: 1.6rem;
	font-size: 2rem;
}
.food-list > li .add-to-car .btn-span{
	border-radius: 0.2rem;
	line-height: 2rem;
	padding: 0;
	height: 2rem;
	width: 2rem;
	text-align: center;
	float: left;
	margin-left: 0.5rem;
}
.food-list > li .food-sell{
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 11rem;
	background-color: rgba(255,255,255,.8);
	text-align: center;
	color: #f00;
	font-size: 2rem;
	z-index: 999;
	top: 0;
	left: 0;
}

/*   content list end  */

#order-bar{
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.9);
	overflow: hidden;
	z-index: 10099;
	width: 90%;
	padding: 1rem 5% 2rem 5%;
	border-top: 0.1rem solid #f5f5f5;
}
#order-bar .order-de{
	float: left;
	width: 62%;
	height: 3.6rem;
	line-height: 3.6rem;
	border-radius: 2.5rem;
	background-color: #ccc;
	color: #fff;
}
#order-bar .order-de-on{
	float: left;
	width: 62%;
	height: 3.6rem;
	line-height: 3.6rem;
	border-radius: 2.5rem;
	background-color: #07033F;
}
#order-bar a.order-payx{
	float: right;
	width: 35%;
	height: 3.6rem;
	line-height: 3.6rem;
	border-radius: 2.5rem;
	background-color: #bbb;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #333;
}
#order-bar a.order-on{
	float: right;
	width: 35%;
	height: 3.6rem;
	line-height: 3.6rem;
	border-radius: 2.5rem;
	background-color: #FAAE01;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}
#order-bar p.order-price{
	padding: 0 1.5rem;
	float: left;
	font-size: 1.2rem;
	font-weight: bold;
	display: inline-block;
}
#order-bar .order-price b{
	font-size: 2.2rem;
}
#order-bar p.order-ps{
	font-size: 1.2rem;
	float: right;
	padding: 0 1rem;
}

/* order bar end */

.black-layer{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10010;
	background-color: rgba(0,0,0,.8);
	width: 100%;
	height: 200%;
	display: none;
}
.black-layer-top,.black-layer-top2{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10101;
	background-color: rgba(0,0,0,.8);
	width: 100%;
	height: 200%;
	display: none;
}

.category-select{
	position: fixed;
	overflow: scroll;
	width: 100%;
	max-height: 50%;
	left: 0;
	bottom: 0;
	padding-bottom: 12rem;
	background-color: #fff;
	z-index: 10020;
	display: none;
}
.select-box{
	width: 80%;
	height: 36rem;
	background-color: #fff;
	border-radius: 1rem;
	position: fixed;
	left: 10%;
	top: 50%;
	margin-top: -20rem;
	z-index: 10102;
	display: none;
}
.select-box h3{
	padding: 0.5rem 2rem;
	margin: 1rem 0;
}

.select-box label{
	display: block;
	padding: 0.5rem 2rem;
}
.select-box label input{
	float: right;
}
.select-box a.closex{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 18rem auto auto -1.5rem;
	width: 3rem;
	height: 3rem;
	display: block;
}
.select-box a.closex img{
	width: 100%;
	height: auto;
}
.search-input-bar{
	padding: 1rem 1.6rem 0 1.6rem;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
	border-bottom: 0.1rem solid #eee;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	background-color: #fff;
}
.search-input-bar .search{
	width: 66%;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.6rem;
	padding: 0 1rem;
	border: 0.1rem solid #ccc;
	border-radius: 0.2rem;float: left;	
}
.search-input-bar a{
	color: #666;
	line-height: 3rem;
	display: inline-block;
	padding: 0;
	float: left;
	font-weight: bold;
}
.search-input-bar a img{
	width: 3rem;
	height: auto;
}
.search-input-bar a.search-submit{
	padding: 0 1rem;
	background-color: #07033F;
	color: #fff;
	border-radius: 0.2rem;
	margin-left: 0.5rem;
}
.search-fast a{
	margin: 0.5rem 1.6rem;
	padding: 0.5rem 0;
	font-size: 1.6rem;
	border-bottom: 0.1rem solid #f5f5f5;
	display: block;
	color: #666;
}

#search-bar{	
	background-color: #fff;
	padding: 1rem 0;
	overflow: hidden;
	transition: all 0.4s;
	width: 100%;
	border-bottom: 0.1rem solid #f5f5f5;
}
.search-bar-fixed{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
#search-bar a{
	display: block;
}
#search-bar .btn-select{
	width: 66%;
	height: 3.6rem;
	border-radius: 1.8rem;
	line-height: 3.6rem;
	color: #333;
	font-size: 1.4rem;
	border: 0.1rem solid #FAAE01;
	padding: 0 1.5rem;
	background: url("../images/user/home/icon_arrow_down_3x.png") no-repeat 95% center;
	background-size: 1.6rem;
	float: left;
	margin-left: 1.6rem;
}
#search-bar .btn-search{
	width: 3.6rem;
	height: 3.6rem;
	float: right;
	margin-right: 1.6rem;
	background-image: url("../images/user/home/icon_search_2x_blue.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 2.2rem;
	background-color: #fff;
	border-radius: 2.2rem;
	color: #fff;
	border: 0.1rem solid #07033F;
	line-height: 3.6rem;
	font-size: 1.4rem;
}

.category-select > ul > li{
	overflow: hidden;
	padding: 1.6rem 1.6rem;
	background-color: #fff;
	position: relative;
	margin: 0.1rem 0;
	border-bottom: 0.1rem solid #f5f5f5;
}
.category-select > ul > li .item-thumb{
	width: 6rem;
	height: 6rem;
	float: left;
	margin-right: 1rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.category-select > ul > li .item-details{
	margin-left: 7rem;
	color: #666;
	font-size: 1rem;
}
.category-select > ul > li .item-details p{
	font-size: 1.2rem;
}
.category-select > ul > li .item-details h3{
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	width: 66%;
}
.category-select > ul > li .item-details .item-price{
	color: #333;
	padding: 1.5rem 0 0 0;
	margin: 0;
}
.category-select > ul > li .item-details .item-price b{
	font-size: 2.2rem;
}
.category-select > ul > li .item-new-mark{
	padding: 0.4rem 0.5rem;
	line-height: 1;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 0.2rem;
	background-color: #FF9031;
	position: absolute;
	left: 1.6rem;
	bottom: 1rem;
}
.category-select > ul > li .add-to-car{
	position: absolute;
	right: 2rem;
	bottom: 1rem;
	z-index: 999;
	padding: 1rem;
	margin: -1rem -1rem auto auto;
}
.category-select > ul > li .add-to-car a{
	width: 2rem;
	height: 2rem;
	display: block;
	float: left;
	border: 0.2rem solid #07033F;
	border-radius: 1.5rem;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0.5rem;
	text-align: center;
	line-height: 1.8rem;
	font-size: 2rem;
}
.category-select > ul > li .add-to-car .btn-span{
	border-radius: 0.2rem;
	line-height: 2rem;
	padding: 0;
	height: 2rem;
	width: 2rem;
	text-align: center;
	float: left;
	margin-left: 0.5rem;
}
.order-next-mark{
	width:16rem;
	height: 16rem;
	text-align: center;
	background-color: #FAAE01;
	border-radius: 50%;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -8rem auto auto -8rem;
	color: #333;
	display: none;
	z-index: 10199;
}
.order-next-mark img{
	width: auto;
	height: 6rem;
	margin-top: 4rem;
}
.content-t{
	padding: 0.5rem 1.6rem;
	background-color: #fff;
}
/* .food-de-a{
	color: #666;
	font-size: 1.2rem;
	display: none;
}
.food-de-a h5{
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0.5rem 0;
	margin: 0;
}
.food-de-a p{
	clear: both;
	display: block;
	border-bottom: 0.1rem solid #f5f5f5;
	padding: 0.3rem 0;
}
.food-de-a p span{
	float: right;
	display: inline-block;
}
.food-list.food-de-list .add-to-car{
	top: 6rem;
}
.food-de-a .btn-hide-a{
	text-align: center;
	margin-top: 1rem;
}
.food-de-a .btn-hide-a img{
	width: auto;
	height: 2rem;
	cursor: pointer;
} */
#order-bar .total-price{
	font-size: 1.2rem;
	text-align: center;
	display: block;
	padding-bottom: 1rem;
}
#order-bar .total-price b{
	font-size: 2.4rem;
	font-weight: bold;
}
.add-food-more,.order-next-b{
	height: 3.6rem;
	border-radius: 2.3rem;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3.6rem;
}
.add-food-more{
	float: left;
	width: 35%;
	color: #FAAE01;
	border: 0.1rem solid #FAAE01;
	background-color: #fff;
}
.order-next-b{
	float: right;
	width: 55%;
	color: #FAAE01;
	border: 0.1rem solid #07033F;
	background-color: #07033F;
}
.rest-step-b{
	padding: 6rem 1.6rem;
}
.rest-step-b h2{
	text-align: center;
	font-size: 1.6rem;
	margin: 0;
	padding: 1.5rem 0;
}

.rest-step-b p{
	text-align: center;
}
.rest-step-b p span{
	color: #999;
	font-size: 1.2rem;
}
.login-tmp{
	padding-top: 1rem;
}
.login-tmp li{
	padding: 1rem 0;
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.login-tmp li i{
	position: absolute;
	width: 2rem;
	height: 2rem;
	top: 50%;
	right: 1rem;
	margin-top: -1rem;
	display: inline-block;
}
.login-tmp li i img{
	width: 2rem;
	height: auto;
}
.login-tmp input{
	width: 100%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
}
.payx-select h2{
	margin: 0;
	padding: 1rem 0;
	border-top: 0.1rem solid #f5f5f5;
}
.payx-select label{
	display: block;
	clear: both;
	padding: 0.5rem 0;
	position: relative;
}
.payx-select label input{
	float: right;
	border: 0;
}

#store-header p.order-num-bold{
	display: block;
	height: 6rem;
	width: 12rem;
	border-radius: 1rem;
	border: 0.2rem solid #666;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin: 1rem auto;
	line-height: 1.5;
}
#store-header p.order-num-bold span{
	font-size: 1.4rem;
	display: block;
}
.menu-cooking-list .order-fin,.menu-cooking-list .order-nofin{
	width: 2rem;
	height: 2rem;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	margin-top: -1rem;
	border: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2rem;
}
.menu-cooking-list .order-fin{
	background-image: url("../images/user/home/icon_correct_24_2x.png");
}
.menu-cooking-list .order-nofin{
	background-image: url("../images/user/home/icon_correct_24_2x_b.png");
}
.menu-cooking-list > li >label{
    position: absolute;
    right: 0; 
    top: 2rem;
}
.address-msg-list{
	padding: 1rem 1.6rem;
	margin: 0 0 2rem 0;
}
.address-msg-list > li{
	overflow: hidden;
	background-color: #F4F4F4;
	border-radius: 0.6rem;
	padding: 1rem;
	line-height: 2.4rem;
	margin: 1rem 0;
}
.member-user-list{
	padding: 1rem 1.6rem;
}
.member-user-list > li{
	overflow: hidden;
	border-radius: 0.6rem;
	padding: 1rem 1rem 1rem 4rem;
	line-height: 2.4rem;
	margin: 1rem 0;
	background: #F4F4F4 url("../images/user/home/icon_mynane_3x.png") 1rem 1.2rem no-repeat;
	background-size: 2rem;
}
.edit-style-1{
	padding: 0 1rem;
	float: right;
	line-height: 2.4rem;
	border: 0.1rem solid #07033F;
	border-radius: 1.5rem;
	color: #07033F;
	font-size: 1.2rem;
	margin-left: 1rem;
}
.edit-style-2{
	padding: 0 1rem;
	float: right;
	line-height: 2.4rem;
	border: 0.1rem solid #FF0000;
	border-radius: 1.5rem;
	color: #FF0000;
	font-size: 1.2rem;
	margin-left: 1rem;
}
.edit-style-3{
	padding: 0 1rem;
	float: right;
	line-height: 2.4rem;
	border: 0.1rem solid #FAAE01;
	border-radius: 1.5rem;
	color: #07033F;
	font-size: 1.2rem;
	margin-left: 1rem;
}
.add-address{
	width: 16rem;
	display: block;
	clear: both;
	margin: 3rem auto;
	padding: 1rem;
	text-align: center;
	color: #07033F;
}
.add-address i img{
	width: auto;
	height: 3rem;
}
.add-address p img{
	width: auto;
	height: 5rem;
	padding: 0.5rem;
}
.add-address b{
	font-size: 1.4rem;
}

.reg-address-b .input-a{
	border: 0.1rem solid #FAAE01;
	border-radius: 2rem;
	height: 3.6rem;
	line-height: 3.6rem;
	font-size: 1.2rem;
}
.address-edit-lst{
	padding:6rem 1.6rem 5rem 1.6rem;
}
.address-edit-lst ul li input{
	width: 100%;
	height: 3.6rem;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 3.6rem;
	font-size: 1.4rem;
	padding: 0;
	margin: 0;
	text-indent: 1rem;
}
.address-edit-lst ul li{
	margin: 1rem 0;
}
.address-details-lst > li{
	padding: 0.5rem ;
}
.address-details-lst > li >a{
	color: #333;
	text-decoration: underline;
	float: right;
}
.address-time-t{
	background-color: #F4F4F4;
	padding: 2rem 0;
}
.address-time-tul > li{
	overflow: hidden;
	background-color: #F4F4F4;
	border-radius: 0.6rem;
	padding: 1rem 1.6rem;
	line-height: 2.4rem;
	margin: 0.5rem 0;
}
.address-time-tul > li input{
	float: right;
}
.address-time-t b{
	display: block;
	padding: 1rem 1.6rem 0 1.6rem;
}
.address-time-t{
	background-color: #f4f4f4;
}
.input-style-a input{
	width: 100%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
	background-color: #fff;
}
.input-style-a select{
	width: 100%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
	background-color: #fff;
	color: #333;
	outline: none;
}

.address-time-set{
	padding-top: 2rem;
}
.address-time-set li{
	padding: 0.5rem 1.6rem;
}
.working-date-list{
	position: relative;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	font-size: 1.2rem;
	padding: 1rem;
	min-height: 8rem;
	text-align: left;
	line-height: 1.5;
}
.working-date-list .btn-add-days{
	width: 3rem;
	height: 3rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2.5rem auto auto -2.5rem;
	background: url("../images/user/home/icon_buy_can_2x.png") no-repeat center center;
	background-size: 3rem;
	padding: 1rem;
	font-size: 1.4rem;
}
.input-sel-style{
	background:url("../images/user/home/icon_arrow_down_3x.png") 96% center no-repeat;
	background-size: 2rem;
}
.add-timer-ab{
	margin: 0 auto;
	padding: 0 3rem 0 1rem;
	height: 3rem;
	line-height: 3rem;
	border: 0.1rem solid #07033F;
	border-radius: 2rem;
	text-align: center;
	display: block;
	width: 12rem;
	font-size: 1.2rem;
	font-weight: bold;
	background:url("../images/restaurant/icon_add_point_3xb.png") 88% center no-repeat;
	background-size: 1.6rem;
	color: #07033F;
	text-decoration: none;
}
.calendar-tmp img{
	width: 90%;
	height: auto;
	margin: 2rem auto;
	display: block;
}
.layer-z-index{
	z-index: 9999;
	display: none;
}
.calendar-tmp{
	padding: 1rem 0 12rem 0;
}
.timer-a-p p{
	display: none;
	padding: 0.5rem 0;
	margin: 1rem 0;
}
.timer-a-pv p{
	padding: 0.5rem 0;
	margin: 1rem 0;
}
.timer-a-p p a,.set-time-ap{
	float: right;
}
.timer-a-lst{
	float: left;
	width: 70%;
	
}
.date-details-lst{
	padding: 1.6rem;
	background-color: #fff;
}
.date-details-lst li{
	background-color: #f4f4f4;
	border-radius: 1rem;
	padding: 1rem;
	margin: 1rem 0;
	clear: both;
	font-size: 1.2rem;
	overflow: hidden;
}
.date-details-lst p{
	margin: 0.5rem 0;
    clear: both; 
}

.date-details-lst .ctr-bn-bar a{
	float: left;
	margin: 0 1rem 0 0;
}
.week-d-mark{
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	float: left;
	display: block;
	border-radius: 0.4rem;
	border: 0.1rem solid #707070;
	color: 707070;
}
.date-details-lst > li > div{
	clear: both;
	overflow: hidden;
	padding: 1rem 0;
}
.time-lstb input{
	height: 3rem;
	line-height: 3rem;
	font-size: 1.2rem;
	float: left;
}
.time-lstb div input{
	margin-right: 0.5rem;
}
.layer-black-box{
	position: fixed;
	z-index: 10002;
	background-color: rgba(0,0,0,.8);
	width: 100%;
	height: 120%;
	left: 0;
	top: 0;
}
.add-del-box{
	text-align: center;
}
.add-del-box .po-box,.clean-table .po-box{
	margin-top: -6rem;
}
.add-del-box .btn-submit-style8,.add-del-box .btn-submit-style5,.clean-table .btn-submit-style8, .clean-table .btn-submit-style5{
	width: 45%;
	margin: 0 2%;
	float: left;
}
.add-del-box p{
	text-align: center;
	padding: 1rem 0;
}
.address-time-set a{
	color: #07033F;
	text-decoration: underline;
}
.booking-time{
	overflow: hidden;
}
.booking-time ul{
	width: 50%;
	float: left;
}
.menu-lists h3{
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
}
.menu-lists p{
	padding: 0.5rem 0;
	font-size: 1.2rem;
}
.date-details-lst.menu-lists > li > div{
	margin: 0;
	padding: 0;
}
.menu-bn-bar a{
	height: 3rem;
	line-height: 3rem;
	font-size: 1.2rem;
}
.menu-bn-bar a.menu-a-copy{
	width: 14rem;
	float: left;
    font-size: 1rem;
}
.menu-bn-bar a.menu-a-new{
	width: 17rem;
	float: right;
    font-size: 1rem;
}
.menu-bn-bar a.menu-a-new img{
	width: 1.6rem;
	height: 1.6rem;
	float: right;
	margin: 0.7rem 1rem 0 -0.7rem;
}
.select-types{
	position: fixed;
	top: 5rem;
	left: 0;
	width: 100%;
	padding: 1rem 0;
	background-color: #fff;
	border-bottom: 0.1rem solid #f5f5f5;
	z-index: 6991;
}
.member-menu-list{
	padding: 0;
}
.member-menu-list li{
	padding: 1rem 1.6rem;
	background-color: #f4f4f4;
	margin: 1rem 0;
	overflow: hidden;
	
}
.member-menu-list li p{
	overflow: hidden;
	clear: both;
	font-size: 1.2rem;
}
.total-list-ti{
	padding: 1rem 1.6rem 0 1.6rem;
	margin: 0;
	font-size: 1.6rem;
}
.select-s-a{
	width: 100%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
	background-color: #fff;
	color: #333;
	outline: none;
}
.select-types select{
	width: 14rem;
	float: left;
	margin-left: 1.6rem;
}
.select-types .add-menu-item{
	width: 8rem;
	height: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #07033F;
	border: 0.2rem solid #07033F;
	border-radius: 2rem;
	display: block;
	float: right;
	margin: 0.5rem 1.6rem 0 0;
	padding-right: 0.5rem;
}
.select-types .add-menu-item i{
	width: 2rem;
	height: 2rem;
	float: left;
	display: block;
	background: url("../images/restaurant/icon_add_point_3xb.png") center center no-repeat;
	background-size: 1.4rem;
	border-radius: 2rem;
	margin: 0.3rem 0 0 0;
}
.menu-item-th .menu-item-th-mark span{
	display: inline-block;
	padding: 0 0.5rem;
	margin-top: 0.3rem;
	border: 0.1rem solid #707070;
	font-size: 1rem;
	border-radius: 0.2rem;
	line-height: 1.4rem;
}
.menu-item-th .menu-item-th-mark .item-copy-a{
	float: right;
	line-height: 2.4rem;
	display: block;
	background: url("../images/restaurant/icon_copy_btn_3x.png") 0.6rem center no-repeat;
	background-size: 1.6rem;
	padding: 0.2rem 1.2rem 0.2rem 2.8rem;	
	border: 0.1rem solid #07033F;
	border-radius: 2rem;
}
.menu-item-d{
	overflow: hidden;
	margin-bottom: 1rem;
}
.menu-item-d > i{
	width: 6rem;
	height: 6rem;
	border-radius: 0.4rem;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin-right: 1rem;
}
.menu-item-d > div{
	margin-left: 7rem;
}
.menu-item-d > div > b,.menu-item-d > div > span,.menu-item-d > div > p{
	display: block;
}
.menu-item-d > div > b{
	font-size: 1.6rem;
}
.menu-item-d > div > span{
	font-size: 1.2rem;
	color: #999;
}
.menu-item-d > div > p{
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
}
.menu-item-d > div > p b{
	font-size: 2.4rem;
}
.menu-item-d > div > p a{
	color: #333;
	font-size: 1.2rem;
	float: right;
	text-decoration: underline;
}
.input-s-b{
	width: 8rem;
	height: 2.6rem;
	line-height: 2.6rem;
	border: 0.1rem solid #FAAE01;
	border-radius: 2rem;
	text-align: center;
	float: right;
	font-size: 1.4rem;
}
.menu-bn-bar{
	padding-top: 0.5rem;
	overflow: hidden;
	clear: both;
	border-top: 0.1rem solid #eee;
	margin-top: 1rem;
}
.menu-bn-bar > div{
	float: right;
	display: inline-block;
}
.menu-bn-bar > div a{
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0 0 2rem;
	display: block;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.6rem;
	border: 0.2rem solid #07033F;
	border-radius: 2rem;
}
.menu-bn-bar > div a.up{
	background-image: url("../images/user/home/arrow_2x_a.png");
}
.menu-bn-bar > div a.down{
	background-image: url("../images/user/home/arrow_2x_b.png");
}
.menu-bn-bar .menu-a-del{
	width:6rem;
	float: left;
}
.menu-th-img{
	width: 8rem;
	height: 8rem;
	display: block;
	margin: 0 auto;
	border: 0.1rem solid #FAAE01;
	border-radius: 0.6rem;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.menu-th-img p{
	position: absolute;
	padding-top: 2rem;
	background: url("../images/restaurant/icon_add_point_3x.png") top center no-repeat;
	background-size: 2rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	width: 4rem;
	height: 3rem;
	top: 2rem;
	left: 2rem;
	z-index: 99;
}
.menu-th-img i{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 88;
	background-color: rgba(255,255,255,.7);
}
.menu-details-form{
	margin-bottom: 3rem;
}
.menu-details-form li{
	overflow: hidden;
	clear: both;
	margin: 1.5rem 0;
	padding: 0 1.6rem;
}
.menu-details-form input,.menu-details-form .div-input{
	width: 90%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
	background-color: #fff;
}
.menu-details-form select{
	width: 90%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
	background-color: #fff;
	color: #333;
	outline: none;
}
.menu-details-form .div-input .small-tags{
	font-size: 1rem;
	color: #999;
}
.menu-details-form .div-input .menu-form-reset{
	font-size: 1.2rem;
	float: right;
	text-decoration: underline;
	margin-right: 1.6rem;
}
.menu-details-form .div-input.textarea-div{
	height: auto;
}
.menu-details-form .div-input textarea{
	border: 0;
	outline: none;
	line-height: 1.5;
	font-size: 1.4rem;
	color: #333333;
	min-height: 10rem;
	width: 90%;
	padding: 1rem 0;
}
.menu-set-layer,.change-table{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12069;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: scroll;
	padding-top: 7rem;
	display: none;
}
.menu-set-layer .top-bar,.change-table .top-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	background-color: #fff;
	border: 0.1rem solid #eee;
	z-index: 8888;
}
.menu-set-layer .top-bar a.back,.change-table .top-bar a.back{
	float: left;
	width: 3.6rem;
	height: 3.6rem;
	margin: 0.7rem 0 0.7rem 1.2rem;
	text-align: center;
}
.menu-set-layer .top-bar a.back img,.change-table .top-bar a.back img{
	width: 3.6rem;
	height: auto;
}
.change-table-num li{
    line-height: 5rem;
    text-align: center;
    width: 20%;
    margin: 2rem 5%;
    float: left;
    border-radius: 0.5rem;
    background-color: #eee;
    color: #666;
    font-size: 2rem;
    font-weight: bold;
}
.change-table-num li.current{
    background-color: #FAAE01;
    color: #fff;
}
.change-table-submit{
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
    background-color: #ccc;
    color: #fff;
    display: block;
    position: absolute;
    top: 1rem;
    right: 1.6rem;
}
.change-table-submit.current{
    background-color: #07033F;
}

.set-form-b{
	margin: 0 1.6rem 3rem 1.6rem;
}
.set-form-b li{
	width: 90%;
	clear: both;
	margin: 1.5rem auto;
}
.set-form-b .menu-user-name{
	width: 100%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
	background-color: #fff;
}
/* .set-form-b select{
	width: 100%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
	background-color: #fff;
	color: #333;
	outline: none;
} */
.set-form-b .input-tip{
	font-size: 1rem;
	color: #999;
	padding: 0.5rem 0.5rem;
}
.select-box-b{
	border: 0.1rem solid #FAAE01;
	border-radius: 2rem;
	overflow: hidden;
}
.select-box-b h3{
	font-size: 1.4rem;
	width: 90%;
	margin: 1rem auto;
}
.select-box-b label{
	width: 90%;
	margin: 1.5rem auto;
	display: block;
	position: relative;
	font-size: 1.2rem;
}
.select-box-b input.radio_type {
    width: 1.6rem;
    height: 1.6rem;
    appearance: none;
    position: relative;
    outline: none;
	float: right;
	text-indent: 0;
	line-height: 0;
	border:0;
}
.select-box-b input.radio_type:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 0.1rem solid #333;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	background-color: #fff;
}
.select-box-b input.radio_type:checked:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 0.1rem solid #FAAE01;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.select-box-b input.radio_type:checked:after {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    text-align: center;
    background: #FAAE01;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
}
.select-box-b input.radio_type:checked + label {
    color: #edd19d;
}
.select-box-b label img{
	float: left;
	margin-right: 1rem;
	margin-top: 0.2rem;
	width: auto;
	height: 1.4rem;
}
.tips-li{
	border-radius: 1rem;
	background-color: #F4F4F4;
	font-size: 1rem;
	color: #666;
	padding: 1rem;
}
.input-us-a{
	overflow: hidden;
	margin: 1rem 0;
}
.input-us-a input{
	line-height: 3rem;
	font-size: 1.4rem;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0.1rem solid #FAAE01;
	width: 100%;
	text-align: center;
}
.input-us-a p{
	float: left;
}
.input-us-a p.input-s-nam{
	width: 48%;
}
.input-us-a p.input-s-add{
	width: 10%;
	text-align: center;
	font-weight: bold;
	line-height: 3rem;
}
.input-us-a p.input-p-nam{
	width: 25%;
}
.input-us-a .del-input-a{
	width: 3rem;
	height: 3rem;
	display: block;
	float: right;
	background: url("../images/restaurant/del_red_click.png") center center no-repeat;
	background-size: 4rem;
}
.submit-bottom{
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 1rem 0 2rem 0;
	width: 100%;
	background-color: #fff;
	border-top: 0.1rem solid #f5f5f5;
}
.submit-bottom a{
	width: 90%;
}
.layer-form-d{
	padding-bottom: 20rem;
}
.input-sty-a{
	width: 100%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
	background-color: #fff;
}
.menu-new-series input,.menu-copy-series input,.menu-rename-series input{
	width: 90%;
	margin: 2rem auto;
}
.menu-new-series h3,.menu-copy-series h3{
	padding: 0;
	margin: 0;
}
.menu-copy-series b{
	color: #f00;
}
.menu-copy-series p{
	padding-top: 1.5rem;
}
.more-btn{
	width: 3rem;
	height: 3rem;
	position: relative;
	display: block;
	float: right;
	margin: 0.8rem 1.6rem 0 0;
}
.more-btn i{
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	background-color: #999;
	position: absolute;
	top: 50%;
	border-radius: 0.4rem;
}
.more-btn i.m-1{
	left: 0.3rem;
}
.more-btn i.m-2{
	left: 50%;
	margin-left: -0.2rem;
}
.more-btn i.m-3{
	right: 0.3rem;
}
.more-menu-a{
	position: fixed;
	background-color: #666;
	width: 12rem;
	right: 1.6rem;
	top: 3.6rem;
	border-radius: 0.2rem;
	display: none;
	z-index: 10020;
}
.more-menu-a i{
	position: absolute;
	top: -0.5rem;
	right: 0.4rem;
	border-bottom: 1rem solid #666;
	border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
	width: 0;
	height: 0;
	display: block;
}
.more-menu-a a{
	display: block;
	color: #fff;
	text-align: center;
	padding: 0.5rem 0;
	margin: 0.5rem 0;
}
.btn-p-a{
	padding-top: 2rem;
}
.btn-p-a a{
	width: 40%;
	margin: 0 4.5%;
	float: left;
}
.del-this-menu h3,.del-this-menu p{
	color: #f00;
}
.filter-bar{
	width: 100%;
	padding: 1rem 0 0.5rem 0;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 5rem;
}
.filter-bar > .date-bar{
	padding-left: 1.2rem;
}
.filter-bar .filter-cal{
	width: 7.4rem;
	height: 2.4rem;
	line-height: 2.4rem;
	float: left;
	padding: 0 0 0 2.6rem;
	margin-left: 0.4rem;
	background: url("../images/restaurant/icon_center_date.png") 0.5rem center no-repeat;
	background-size: 1.6rem;
	display: block;
	border: 0.1rem solid #ccc;
	border-radius: 0.2rem;
	font-size: 1.2rem;
}
.filter-bar .filter-hiline{
	float: left;
	margin: 0 0 0 0.4rem;
}
.filter-bar .filter-type{
	width: 2.4rem;
	height: 2.4rem;
	background: url("../images/restaurant/icon_filter_3x.png") center center no-repeat;
	background-size: 1.8rem;
	display: block;
	float: right;
	margin-right: 1.6rem;
}
.filter-bar .his-list-ti{
	padding: 1rem 1.6rem;
	clear: both;
}
.filter-bar .his-list-ti span{
	display: block;
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4rem;
}
.filter-bar .filter-search{
	width: 2.4rem;
	height: 2.4rem;
	background: url("../images/user/home/icon_search_2x_blue.png") center center no-repeat;
	background-size: 1.8rem;
	display: block;
	float: right;
	margin-right: 1.6rem;
}
.his-orders{
	padding: 12rem 0;
}
.his-orders li{
	padding: 1rem 1.6rem 0.6rem 1.6rem;
	margin: 0.2rem 0;
	overflow: hidden;
	clear: both;
	background: #fff url("../images/user/home/icon_arrow_right.png") 96% 2rem no-repeat;
	background-size: 1.6rem;
	line-height: 3.6rem;
}
.his-orders span,.his-list-ti span{
	display: block;
	float: left;
	overflow: hidden;
}
.his-list-ti span{
	font-weight: bold;
}
.his-orders .ti-1,.his-list-ti .ti-1{
	width: 22%;
	text-align: center;
}
.his-orders .ti-2,.his-list-ti .ti-2{
	width: 16%;
	text-align: left;
}
.his-orders .ti-3,.his-list-ti .ti-3{
	width: 35%;
	text-align: left;
	min-height: 3rem;
}
.his-orders span.ti-1{
	font-size: 0.8rem;
	line-height: 2rem;
}
.his-orders .ti-1 img{
	width: auto;
	height: 2rem;
	display: block;
	margin: 0 auto;
}
.his-orders a{
	color: #4A4A4A;
	display: block;
    overflow: hidden;
}
.his-de-li{
	margin: 0 1.6rem;
}
.menu-cooking-list.his-de-li li{
	background-color: #fff;
}
.his-order-ok{
	width: 2rem;
	height: 2rem;
	background: url("../images/user/home/icon_correct_24_2x.png") center center no-repeat;
	background-size: 2rem;
	display: block;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	margin-top: -1rem;
}
.his-order-er{
	width: 2rem;
	height: 2rem;
	background: url("../images/user/home/icon_correct_24_2x_b.png") center center no-repeat;
	background-size: 2rem;
	display: block;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	margin-top: -1rem;
}
.his-type-sel{
	width:98%; 
	margin: 0 auto;
}
.timer-select-b{
	padding: 0 1.6rem 1rem 1.6rem;
	border-bottom: 0.1rem solid #eee;
	text-align: center;
}
.timer-select-b select{
	height: 3rem;
	padding: 0 0.5rem;
}
.timer-select-b span{
	display: inline-block;
	padding: 0 1rem;
}
.problem-att{
	text-align: left;
	font-size: 1rem;
	color: #FF5F5F;
	background-color: #f5f5f5;
	border-radius: 0.4rem;
	clear: both;
	padding: 0 1rem;
	margin-top: 0.5rem;
}
#store-header p.order-problem-reason{
	text-align: left;
	font-size: 1rem;
	color: #FF5F5F;
	background-color: #f5f5f5;
	border-radius: 0.4rem;
	clear: both;
	padding: 1rem;
	margin-top: 0.5rem;
}
.select-style-a{
	width: 100%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
	background-color: #fff;
	color: #333;
	outline: none;
}
h2.pay-type-ti{
	padding: 1rem 1.6rem;
	font-size: 1.6rem;
	margin: 0;
}
.member-payment-list{
	padding: 2rem 1.6rem;
}
.member-payment-list > li{
	overflow: hidden;
	border-radius: 0.6rem;
	padding: 1rem 1rem 1rem 1rem;
	margin: 0 0 1rem 0;
	background-color: #F4F4F4;
	line-height: 4rem;
}
.member-payment-list .pay-icon{
	height: 4rem;
	max-width: 4rem;
	float: left;
	margin-right: 1rem;
}
.member-payment-list .edit-style-1{
	margin-top: 0.8rem;
}
.pay-item-t img{
	height: 6rem;
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 1rem;
}
.pay-item-t{
	text-align: center;
	font-size: 1.8rem;
	padding: 2rem;
}
.member-info-ti{
	display: block;
	background: url("../images/user/home/arrow_gray_2x.png") right center no-repeat;
	background-size: 2.4rem;
	color: #333;
}
.member-account-t{
	font-size: 1.2rem;
	color: #999;
	padding: 0.5rem 0;
}
.member-info-de li{
	padding: 1rem 1rem 1rem 4rem;
	background-position: 1rem 1.1rem;
	background-repeat: no-repeat;
	background-size: 2rem;
	background-color: #fafafa;
	margin: 0.2rem 1.6rem;
}
.member-info-de li a{
	float: right;
	color: #333;
	text-decoration: underline;
}
.member-info-de li.member-info-id{
	background-image: url("../images/restaurant/icon_add_address_3x.png");
}
.member-info-de li.member-info-date{
	background-image: url("../images/restaurant/icon_center_date.png");
}
.member-info-de li.member-info-mag{
	background-image: url("../images/restaurant/icon_part3_2.png");
}
.member-info-de li.member-info-add{
	background-image: url("../images/user/home/icon_my_location_3x.png");
}
.member-info-de li.member-info-mail{
	background-image: url("../images/user/home/icon_my_mail_3x.png");
}
.member-info-de li.member-info-pay{
	background-image: url("../images/user/home/icon_my_card_3x.png");
}
.member-info-de li.member-info-password{
	background-image: url("../images/user/home/icon_password.png");
}
.member-info-de li.member-info-statute{
	background-image: url("../images/restaurant/icon_part5_2.png");
}
.member-info-de li.member-info-privacy{
	background-image: url("../images/restaurant/icon_part5_3.png");
}
.member-info-de.a-statute-privacy{
	padding-top: 1rem;
}
.member-info-de.a-statute-privacy a{
	float: left;
	text-decoration: none;
}

.member-email-a{
	text-align: center;
	padding: 2rem 4rem;
	font-size: 1.4rem;
}
.member-email-a a,.member-email-a span{
	color: #FF5F5F;
}
.member-email-a a{
	font-weight: bold;
}
.qrcode-list{
	padding: 1rem 0;
}
.qrcode-list li{
	padding: 2rem 1.6rem;
	background-color: #fafafa;
	margin: 0.2rem 0;
	overflow: hidden;
	clear: both;
}
.qrcode-list li i{
	width: 4rem;
	height: 4rem;
	float: left;
	display: block;
	margin-right: 1rem;
	text-align: center;
}
.qrcode-list li i img{
	width: auto;
	height: auto;
	max-width: 4rem;
	max-height: 4rem;
}
.qrcode-list li a{
	float: right;
	display: block;
	width: 9rem;
	line-height: 3rem;
	border: 0.2rem solid #07033F;
	border-radius: 2rem;
	text-align: center;
	margin-top: 0.3rem;
	font-size: 1.2rem;
	color: #07033F;
}
.qrcode-list li p{
	display: inline-block;
	font-size: 1.2rem;
	width: 56%;
}
.qr-code-list{
	padding-top: 5rem;
}
.qr-code-list li{
	margin: 0.2rem 0;
	clear: both;
	overflow: hidden;
	padding: 0.5rem 1.6rem;
}
.qr-code-table,.qr-code-radio{
	margin: 1.6rem;
	background-color: #f4f4f4;
	padding: 1rem;
	border-radius: 0.4rem;
	overflow: hidden;
}
.qr-code-table input{
	width: 8rem;
	height: 3rem;
	line-height: 3rem;
	border: 0.1rem solid #07033F;
	border-radius: 0.2rem;
	text-align: center;
	float: right;
}
.qr-code-radio input{
	float: right;
}
.qr-code-table h3{
	font-size: 1.4rem;
	margin: 1rem 0;
	padding: 0;
}
.qr-code-table p{
	font-size: 1.2rem;
	line-height: 1.5;
}
.qr-sample-img{
	padding: 2rem 0;
	text-align: center;
}
.qr-sample-img img{
	width: 40%;
	height: auto;
}
.qr-sample-b{
	padding: 2rem 1rem;
	margin: 4rem 2rem;
	text-align: center;
	border: 0.1rem solid #eee;
	background-color: #fff;
	color: #333333;
	font-size: 1.6rem;
}
.qr-sample-b p{
	padding: 1rem 0;
	margin-bottom: 2rem;
	color: #333333;
	font-size: 1.8rem;
	word-break: break-all;
}
.qr-sample-c{
	width: 100%;
	height: 16rem;
	margin: 3rem auto;
	padding: 1rem 0;
	background-color: #FAFAFA;
	text-align: center;
	border-radius: 0.5rem;
	position: relative;
	display: none;
}
.qr-sample-c i{
	position: absolute;
	width: 4rem;
	height: 4rem;
	left: 50%;
	top: 50%;
	margin: -2rem 0 0 -2rem;
    display: none;
}
.qr-sample-c i img{
	height: 2rem;
	width: auto;
	display: block;
	margin: 0 auto;
}
.qr-sample-c img{
	width: auto;
	height: 90%;
}
.qr-code-textarea textarea{
	display: block;
	width: 80%;
	height: 8rem;
	margin: 2rem auto;
	border-radius: 0.4rem;
	border: 0.1rem solid #07033F;
	font-size: 1.4rem;
	line-height: 1.5rem;
}
.qr-sample-a{
	width: 60%;
	padding: 2rem;
	margin: 8rem auto;
	border: 0.1rem solid #07033F;
	text-align: center;
}
.qr-sample-a img{
	width: 50%;
	height: auto;
}
.qr-sample-a h3{
	color: #F0A700;
	font-size: 2rem;
}
.qr-sample-a input{
	width: 90%;
	text-align: center;
	border: 0.1rem solid #FAAE01;
	border-radius: 2rem;
	height: 3.6rem;
	line-height: 3.6rem;
	font-size: 1.2rem;
}
.menu-Disable{
	opacity: 0.5;
}

.first-step{
	position: relative;
	padding: 10rem 0;
}
.first-step > a{
	display: block;
	margin: 0.5rem 0;
    padding-left: 9rem;
	height: 6rem;
	line-height: 6rem;
	background-color: #fff;
	text-align: left;
	text-decoration: none;	
}
.first-step > a span{
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
	padding-left: 5rem;
	background-repeat: no-repeat;
	opacity: 0.6;
	color: #333;
}
.first-step > a span.first-step-a{
	background-image: url("../images/restaurant/icon_add_address_3x.png");
	background-size: 3rem;
	background-position: left center;
}
.first-step > a span.first-step-b{
	background-image: url("../images/restaurant/icon_center_date.png");
	background-size: 3rem;
	background-position: left center;
}
.first-step > a span.first-step-c{
	background-image: url("../images/restaurant/icon_center_menu.png");
	background-size: 3.6rem;
	background-position: left center;
}
.first-step > a span.first-step-d{
	background-image: url("../images/restaurant/icon_donut_3x.png");
	background-size: 3.6rem;
	background-position: left center;
}

.first-step > a.now-step span{
	opacity: 1;
}
.first-step > a.now-step-f span{
	opacity: 1;
	color: #8AC13F;
}
.first-step > .first-step-line{
	position: absolute;
	left: 5rem;
	top: 11.8rem;
	height: 19.2rem;
	border-left: 0.2rem solid #FF5F5F;
}
.first-step > .first-step-line span{
	display: block;
	position: absolute;
	width: 3rem;
	height: 3rem;
	text-align: center;
	border: 0.2rem solid #FF5F5F;
	color: #FF5F5F;
	border-radius: 2rem;
	line-height: 3rem;
	left: -1.8rem;
	font-size: 1.6rem;
	background-color: #fff;
	z-index: 99;
}
.first-step > .first-step-line span.now-step{
	display: block;
	position: absolute;
	width: 3rem;
	height: 3rem;
	text-align: center;
	border: 0.2rem solid #FF5F5F;
	color: #fff;
	background-color: #FF5F5F;
}
.first-step > .first-step-line span.now-step-on{
	display: block;
	position: absolute;
	width: 3rem;
	height: 3rem;
	text-align: center;
	border: 0.2rem solid #aad92a;
	color: #fff;
	background: #aad92a url("../images/user/home/icon_correct_24_2x.png") center center no-repeat;
	background-size: 3rem;
	overflow: hidden;
	text-indent: 3rem;
}
.first-step > .first-step-line span.num-a{
	top: -0.2rem;
}
.first-step > .first-step-line span.num-b{
	top: 6.2rem;
}
.first-step > .first-step-line span.num-c{
	top: 12.4rem;
}
.first-step > .first-step-line span.num-d{
	top: 19.2rem;
}
.first-step > .first-step-line i.i-step-a{
	display: block;
	width: 0.2rem;
	background-color: #aad92a;
	position: absolute;
	top: 1rem;
	left: -0.2rem;
	height: 6.2rem;
}
.first-step > .first-step-line i.i-step-b{
	display: block;
	width: 0.2rem;
	background-color: #aad92a;
	position: absolute;
	top: 1rem;
	left: -0.2rem;
	height: 12.4rem;
}
.first-finish{
	padding: 4rem 5rem;
	font-size: 2.2rem;
	font-weight: bold;
}
.no-order{
	padding: 15rem 0 0 0;
}
.no-order h3{
	text-align: center;
	background-color: #fff;
	padding: 1rem 0;
}
.no-order a{
	color: #333;
	display: block;
	padding: 1rem 0;
	clear: both;
	margin: 0.2rem 0;
	background-color: #fff;
	overflow: hidden;
}
.no-order a b{
	line-height: 4rem;
	font-size: 1.6rem;
}
.no-order a i{
	width: 3.6rem;
	height: 3.6rem;
	display: inline-block;
	text-align: center;
	float: left;
	margin: 0.2rem 1rem 0 1.6rem;
}
.no-order a i img{
	width: auto;
	max-width: 3.6rem;
	height: auto;
	max-height: 3.6rem;
}
.no-order a span{
	line-height: 4rem;
	font-size: 1.4rem;
	float: right;
	padding-right: 3rem;
	margin-right: 1.6rem;
	background: url("../images/user/home/arrow_2x.png") right center no-repeat;
	background-size: 2rem;
	width: 38%;
}
.qr-code-head i{
	width: 8rem;
	height: 8rem;
	display: block;
	margin: 1rem auto;
	position: relative;
	overflow: hidden;
	border: 0.2rem solid #FAAE01;
	border-radius: 0.4rem;
}
.qr-code-head i img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.qr-code-head{
	font-size: 1.8rem;
	text-align: center;
	position: relative;
}
.qr-code-head a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(255,255,255,.5) url("../images/user/home/icon_buy_can_2x.png") center center no-repeat;
	background-size: 3rem;
}
.qr-code-head span{
	position: absolute;
	top: 1rem;
	left: 2rem;
	font-weight: bold;
}
.qr-form h3{
	text-align: center;
	font-size: 1.8rem;
	padding: 1rem 0 0 0;
	margin: 0;
}
.qr-form{
	font-size: 1.4rem;
	padding: 2rem 0 10rem 0;
}
.qr-code-list li input{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.qr-menu-item{
	margin: 1rem 1rem;
	background-color: #F4F4F4;
	border-radius: 0.4rem;
	padding: 1rem 0;
}
.qr-code-list .qr-menu-item li input{
	width: 100%;
}
.calendar-intro{
	overflow: hidden;
	padding: 1rem 1.6rem 1rem 1.6rem;
	font-size: 1.4rem;
}
.calendar-intro span{
	display: inline-block;
	float: right;
	margin-left: 1rem;
	color: #333;
	font-size: 1.4rem;
}
.calendar-intro span i{
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 1rem;
	margin-left: 1rem;
}
.calendar-ti{
	padding: 1rem 1rem;
	overflow: hidden;
	width: 35rem;
	margin: 0 auto;
}
.calendar-ti span{
	display: inline-block;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	margin: 0.2rem;
	background-color: #f5f5f5;
	float: left;
}
.calendar-box{
	padding: 15rem 0 10rem 0;
}
.order-fil.calendar-box{
	padding: 1rem 0 1rem 0;
}
.calendar-box .calendar-month{
	height: auto;
	overflow: hidden;
	clear: both;
	padding: 1rem 1rem;
	width: 35rem;
	margin: 0 auto;
}
.calendar-box .calendar-month > a{
	display: inline-block;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	margin: 0.2rem;
	background-color: #f5f5f5;
	float: left;
}
.calendar-box .calendar-month > a.open-day{
	background-color: #07033F;
	color: #FAAE01;
}
.calendar-box .calendar-month > a.rest-day{
	background-color: #FF5F5F;
	color: #fff;
}
.calendar-ti-bar{
	position: fixed;
	top: 5.2rem;
	left:0;
	width: 100%;
	background-color: #fff;
}
.calendar-month-sel{
	padding: 1rem 0;
	overflow: hidden;
	line-height: 3rem;
	font-size: 1.6rem;
	font-weight: bold;
	width: 34.3rem;
}
.calendar-month-sel > a{
	float: right;
	display: inline-block;
	padding: 0 2rem;
	border: 0.1rem solid #07033F;
	background-color: #fff;
	margin-left: 1rem;
	margin-right: 0.2rem;
	line-height: 3rem;
	font-size: 1.2rem;
}
.pdf-body{
	width: 2480px;
	padding: 0;
	background-color: #eee;
}
.pdf-wrap{
	width: 2480px;
	height: 3508px;
	overflow: hidden;
	background-color: #fff;
}

.pdf-wrap > div{
	padding: 349px;
}
.pdf-wrap > div ul{
	border-top: 2px solid #002435;
	border-left: 2px solid #002435;
	overflow: hidden;
}
.pdf-wrap > div li{
	width: 354px;
	height: 366px;
	border-right: 2px solid #002435;
	border-bottom: 2px solid #002435;
	float: left;
	overflow: hidden;
}
.pdf-wrap > div li > i{
	display: block;
	margin: 15px auto;
	width:80%;
	height: 60px;
	position: relative;
}
.pdf-wrap > div li > i img{
	width:auto;
	height: 60px;;
	max-width:100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.pdf-wrap > div li > p{
	width: 166px;
	height: 166px;
	padding: 20px;
	border-radius: 10px;
	border: 4px solid #FCEDE1;
	margin: 0 auto;
	position: relative;
}
.pdf-wrap > div li > p img{
	width:auto;
	height: 166px;
	max-width:166px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.pdf-wrap > div li > div{
	width: 80%;
	height: 60px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background-color: #002435;
	border-radius: 4px;
	overflow: hidden;
	margin: 10px auto;
	color: #fff;
	padding: 5px;
}
.pdf-wrap > div li > .table-num{
	font-size: 36px;
	line-height: 60px;
	text-align: center;
	display: block;
}
.pdf-wrap-c{
	width: 2480px;
	height: 3508px;
    padding: 50px;
	overflow: hidden;
	background-color: #fff;
}
.name-card{
	width: 720px;
	height: 1146px;
	border: 0;
	background-color: #fff;
    margin: auto;
	position: relative;
}
.name-card-front{
	width: 720px;
	height: 1146px;
	border: 0;
	background-color: #fff;
	margin: auto;
	position: relative;
	background: url("../uploads/qr/name_card_front.png") center center no-repeat;
	background-size: 100%;
}
.card-front-qr{
	width: 7.4rem;
	height: 7.4rem;
	margin: 30rem auto 0 auto;
	padding: 0.7rem 0 0 0.6rem;
	text-align: center;
}
.card-front-qr img{
	width: 100%;;
	height: auto;
}
.name-card .logo{
	width: 80%;
	height: 142px;
	position: relative;
	margin: 120px auto 20px auto;
    padding-top: 80px;
	text-align: center;
}
.name-card .logo img{
	width: auto;
	height: 142px;
	max-width: 100%;
	margin: auto;
}
.name-card .store-name-p{
	text-align: center;
	font-size: 44px;
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
}
.name-card-back{
	background: url("../uploads/qr/name_card_back.png") center bottom no-repeat;
	background-size: 720px;
}
.name-card .card-mission{
	width: 80%;
	height: 68px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	padding: 10px 0;
	overflow: hidden;
	line-height: 36px;
}
.name-card .card-booking-ti{
	font-size: 44px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	width: 80%;
	margin: 180px auto 10px auto;
}
.pdf-qrcaode-3{
	text-align: center;
}
.pdf-qrcaode-3 img{
	width: auto;
	height: 9rem;
}
.name-card .card-tel{
	margin: 0 auto;
	width: 80%;
	line-height: 50px;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
.name-card .card-address{
	margin: 0 auto;
	width: 80%;
	line-height: 40px;
	font-size: 28px;
	text-align: center;
}
.name-card .card-time{
	width: 60%;
	background-color: #002435;
	border-radius: 4px;
	padding: 10px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	font-size: 32px;
	line-height: 40px;
}
.name-card .card-time span{
	display: block;
}
.plan-select-ul li{
	clear: both;
	padding: 1rem 1.6rem;
}
.plan-select-ul li label{
	display: block;
	clear: both;
	padding: 1.5rem 1rem;
}
.plan-select-ul li label input{
	float: right;
}
.plan-on-changing{
	width: 84%;
	margin: 5rem auto;
	border-radius: 1rem;
	padding: 2rem 0;
	text-align: center;
	background-color: #FF5F5F;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	display: none;
}
.plan-changing-confirm >div > div> p{
	width: 80%;
	margin: 0.5rem auto;
}
.plan-changing-confirm >div > div> p.red-mark{
	color:#FF5F5F;
	font-size: 1.2rem;
	padding: 1rem 0;
	margin-bottom: 1rem;
}
.now-plan{
	background-color: #FFF6E2;
	margin: 2rem 1.6rem 0 1.6rem;
	padding: 1rem 1rem;
}
.now-plan > p{
	font-size: 1.2rem;
	padding: 0.5rem 0;
}
.now-plan > p b.red-mark{
	color: #FF0000;
	font-size: 1.2rem;
}
.info-bank-sel{
	padding: 10rem 0;
	margin: 0 2rem;
}
.info-bank-sel > a{
	margin: 3rem 0;
}
.payment-setting{
	padding-top: 7rem;
}
.payment-setting b{
	text-indent: 1rem;
	display: inline-block;
}
.pay-sub-list{
	padding: 1rem;
	background-color: #f5f5f5;
	border-radius: 0.4rem;
}
.pay-sub-list p{
	padding: 1rem 0;
	clear: both;
}
.address-edit-lst .pay-sub-list input{
	margin: 0.5rem 0;
}
.pay-sub-list .input-mark{
	font-size: 1rem;
}
.pay-mark-b{
	font-size: 1rem;
	border-bottom: 0.1rem solid #e5e5e5;
	padding-bottom: 0.5rem;
}
.pay-by-credit{
	display: none;
}
.credit-marker{
	padding: 2rem 0 2rem 0;
	font-size: 1.2rem;
	border-bottom: 0.1rem solid #e5e5e5;
}
.credit-marker-b{
	padding: 2rem 0 2rem 0;
	font-size: 1.2rem;
	border-bottom: 0.1rem solid #e5e5e5;
}
.input-style-a select.payments-sel{
	margin-bottom: 2rem;
}

.pay-finish{
	width: 80%;
	margin: 8rem auto;
	text-align: center;
}
.pay-finish h3{
	font-size: 1.8rem;
}
.menu-details-show{
	overflow: scroll;
}
.order-all-ul span.go-timer{
	display: none;
}
.search-order-layer .his-orders ul{
	padding-top: 6rem;
}
.year-sel{
	padding-top: 6rem;
}
.member-center{
	padding-bottom: 8rem;
}
.reg-btn > a{
	max-width: 90%;
}
.order-ctr-bar{
	padding-top: 1rem;
}
.show-order-de .order-ctr-bar{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 90%;
	padding: 1rem 5% 3rem 5%;
	background-color: #fff;
}
.show-order-de .order-ctr-bar p{
	clear: both;
	height: auto;
	overflow: hidden;
	margin: 1rem 0;
}
.reg-bottom-bar > .pay-print-btn,.reg-bottom-bar > a{
	width:80%;
}
.banner-image{
	height: 12rem;
	border-radius: 0.4rem;
	position: relative;
	border: 0.1rem solid #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.banner-image a{
	width: 100%;
	height: 12rem;
	display: block;
	text-align: center;
	line-height: 12rem;
	background-color: rgba(255,255,255,.9);
}
.banner-image a b{
	display: block;
	line-height: 3rem;
	width: 12rem;
	padding: 0 1rem;
	font-size: 1.2rem;
	border: 0.2rem solid #FAAE01;
	border-radius: 2rem;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1.5rem;
	margin-left: -7rem;
}
.booking-contro{
	position: fixed;
	left: 0;
	top: 5rem;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding: 0.5rem 0;
	z-index: 888;
}
.booking-contro >p{
	display: inline-block;
	float: right;
	margin: 0 1.6rem;
}
.booking-day-sel{
    float: left;
    margin: 0 1.6rem;
}
.booking-day-sel a{
    display: inline-block;
    padding: 0 2rem;
    line-height: 2.4rem;
    border: 0.1rem solid #FAAE01;
    float: left;
    margin-right: -0.1rem;
    font-size: 1.2rem;
    background-color: #fff;
	position: relative;
}
.booking-day-sel a.curent{
    background-color: #FAAE01;
    color: #fff;
}

.booking-off-mark{
	color: #f00;
	font-size: 1.2rem;
	text-align: center;
	border-top: 0.1rem solid #e5e5e5;
	padding: 1rem 0;
	margin: 2rem 1.6rem;
	clear: both;
	display: none;
}
.booking-marker{
	border-radius: 0.5rem;
	background-color: #FAAE01;
	padding: 1rem;
	margin: 1.6rem;
	text-align: center;
}
.booking-time-t{
	margin: 1rem 2rem;
	padding: 1rem 0;
	border-radius: 0.5rem;
	background-color: #fff;
	color: #f00;
	text-align: center;
}
.booking-time-t b{
	display: block;
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
}
.booking-time-t span{
	font-weight: bold;
}
.booking-marker a{
	color: #fff;
	text-decoration: underline;
}
.booking-day-sel > a > i{
	display: none;
	position: absolute;
	right: 5%;
	top: 0.5rem;
	background-color: #f00;
	text-align: center;
	font-size: 0.5rem;
	color: #fff;
	border-radius: 1rem;
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	font-style: normal;
}
.main-nav a > i.table-ring-me{
		position: absolute;
		display: none;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 1rem;
		top: 0.2rem;
		left: 70%;
		background: #FAAE01 url("../images/restaurant/icon_nav_new_c_ipad.png") center center no-repeat;
		background-size: 1rem;
	}
.booking-setting-a{
	display: block;
	float: right;
	padding-left: 0;
	background: url("../images/restaurant/icon_setting_a.png") no-repeat center center;
	background-size: 2.2rem;
	height: 3rem;
	width: 3rem;
	margin-right: 1.6rem;
	font-size: 1rem;
}
/* .booking-setting-b{
	display: inline-block;
	float: right;
	padding-left: 2.2rem;
	background: url("../images/restaurant/icon_book_food_list.png") no-repeat left center;
	background-size: 2rem;
	line-height: 3rem;
	margin-right: 1.4rem;
	font-size: 1rem;
} */
.sel-timer{
	width: 100%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
	background-color: #fff;
	color: #333;
	outline: none;
}
p.cooking-time-set{
	line-height: 4rem;
	margin-bottom: 2rem;
}
.cooking-time-set .sel-timer{
	width: 50%;
	float: right;
}
.order-all-ul a .no-order-i{
	width: 100%;
	height: 6rem;
	background-color: rgba(255,255,255,.7);
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.top-sub-bar{
	position: fixed;
	top: 5rem;
	left: 0;
	width: 100%;
	background-color: #fff;
	min-height: 4rem;
	border-bottom: 0.1rem solid #f5f5f5;
	z-index: 1001;
}
.top-sub-bar > ul{
	padding: 1rem 0;
}
.top-sub-bar .calendar-sel-a{
	display: inline-block;
	margin: 0.5rem 0 0 1.6rem;
	height: 4rem;
	padding-left: 3rem;
	background: url("../images/restaurant/icon_center_date.png") left center no-repeat;
	background-size: 2rem;
}
.top-sub-bar .calendar-sel-a .cal-date-today{
	font-size: 1.4rem;
	display: block;
	padding-top: 0.3rem;
}
.top-sub-bar .calendar-sel-a .cal-date-yesday{
	font-size: 0.8rem;
	display: block;
}
.top-sub-bar .cal-scroll{
	float: right;
	display: inline-block;
	margin: 0.5rem 1.6rem 0 0;
	height: 4rem;
}
.top-sub-bar .cal-scroll a{
	display: inline-block;
	width: 3rem;
	height: 2rem;
	padding: 0.7rem 0;
	margin-left: 1rem;
	text-align: center;
}
.top-sub-bar .cal-scroll a img{
	width: auto;
	height: 2.6rem;
}
.top-sub-bar select{
    width: 16rem;
    height: 3rem;
    border: 0.1rem solid #FAAE01;
    line-height: 3rem;
    border-radius: 1.5rem;
}
.top-sub-bar input{
    height: 2.4rem;
    border: 0.1rem solid #FAAE01;
    line-height: 2.4rem;
    border-radius: 1.5rem;
}

.more-point{
	width: 3rem;
	height: 3rem;
	background: url("../images/restaurant/icon_more_point.png") center no-repeat;
	background-size: cover;
	display: inline-block;
}
.foot-line-1 .btn-print-tb-qr{
	width: 50%;
	float: right;
	margin-top: 0;
}
.foot-line-1 .btn-table-clean{
	width: 36%;
	float: right;
	margin: 0;
}
.clean-table .po-box > p{
	text-align: center;
}


/* data style */

.content-data{
	padding-top: 15rem;
}
.content-data > ul{
	margin: 0 1.6rem;
	overflow: hidden;
}
.content-data > ul > li{
	clear: both;
	margin: 1rem 0;
	padding: 1.6rem 1.2rem;
	border-radius: 0.4rem;
	background-color: #fff;
	overflow: hidden;
	border: 0.1rem solid #e5e5e5;
}
.content-data .data-t-a{
	font-size: 4rem;
	margin: 0;
	padding: 0;
}
.data-ti-a{
    overflow: hidden;
}
.content-data .data-ti-a > p{
    display: block;
    float: left;
    width: 30%;
    font-size: 1.2rem;
}
.content-data .data-ti-a > p > span{
    display: block;
}
.content-data .data-ti-a > p > b{
    font-size: 2.4rem;
    padding: 0.5rem 0;
        display: block;
}
.arrow-rise{
    padding-left: 1.6rem;
    background: url("../images/restaurant/arrow_green_3x.png") left center no-repeat;
    background-size: 1rem;
    color: #5ACE8B;
}
.arrow-fall{
    padding-left: 1.6rem;
    background: url("../images/restaurant/arrow_red_3x.png") left center no-repeat;
    background-size: 1rem;
    color: #CE5A5A;
}
.slider-line{
    width: 100%;
    height: 0.2rem;
    background-color: #F4F4F4;
    position: relative;
    margin: 1rem 0;
    overflow: hidden;
}
.slider-line > i{
    height: 0.2rem;
    background-color: #FAAE01;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: .1s;
}
.slider-line-one{
    width: 100%;
    height: 0.2rem;
    background-color: #FAAE01;
    position: relative;
    margin: 1rem 0;
    overflow: hidden;
}
.daily-list{
    width: 95%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.daily-list .daily-ul{
    position: relative;
    top: 0;
    left: 0;
    width: 210%;
    transition-duration: .1s;
    overflow: hidden;
    min-height: 24rem;
}
.daily-list > ul > li{
    float: left;
    width: 49%;
}
.Stat-div-a{
    width: 100%;
}
.Stat-div-a > div > img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 15rem;
}
.stat-sub-t{
    padding: 0.5rem 0 1rem 0;
    position: relative;
    text-align: left;
    font-size: 1.2rem;
}
.more-point-b {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    background: url("../images/restaurant/icon_more_point.png") center no-repeat;
    background-size: 3rem;
    z-index: 999;
}
.more-point-b p{
    width: 8rem;
    position: absolute;
    top: 3rem;
    right: 0;
    background-color: #fff;
    border-radius: 0.3rem;
    border: 0.1rem solid #707070;
    text-align: center;
    display: none;
}
.more-point-b p a{
    display: block;
    padding: 0.5rem 0;
    margin: 0.5rem 0;
}
.stat-sub-t p{
    font-weight: bold;
}
.stat-sub-t p span{
    color: #5ACE8B;
    display: inline-block;
    padding: 0 1rem;
}
.slider-bar-a{
    padding-top: 1rem;
    text-align: center;
}
.slider-bar-a a{
    width: 2rem;
    height: 2rem;
    position: relative;
    margin: 0 0.5rem;
    display: inline-block;
}
.slider-bar-a a:before{
    position: absolute;
    width: 1rem;
    height: 1rem;
    display: block;
    left: 0.5rem;
    top: 0.5rem;
    border-radius: 1rem;
    border: 0.2rem solid #07033F;
    content: "";
}
.slider-bar-a a.current:before{
    position: absolute;
    width: 1rem;
    height: 1rem;
    display: block;
    left: 0.5rem;
    top: 0.5rem;
    border-radius: 1rem;
    border: 0.2rem solid #07033F;
    background-color: #07033F;
    content: "";
}
.daily-a-mark,.daily-a-page{
    font-size: 1rem;
    text-align: center;
    padding-top: 1rem;
}
.daily-a-page a.current{
    font-weight: bold;
}
.daily-a-mark span{
    color: #25A7F8;
}
.daily-a-page a{
    display: inline-block;
    margin: 0 0.5rem;
}
.daily-order-list p{
    clear: both;
    overflow: hidden;
    padding: 0 0.5rem;
    margin: 1rem 0;
    border-left: 0.2rem solid #25A7F8;
}
.Stat-div-a p >span{
    display: inline-block;
    font-size: 1.2rem;
    float: left;
}
.Stat-div-a p >span.d-order-date{
    width: 35%;
}
.Stat-div-a p >span.d-order-time{
    width: 25%;
}
.Stat-div-a p >span.d-order-price{
    width: 25%;
}
.Stat-div-a p >span.d-order-nub{
    float: right;
    border-bottom: 0.1rem solid #07033F;
}
.daily-menu-list p,.daily-view-list p,.daily-guest-list p,.daily-address-list p,.daily-peoples-list p{
    clear: both;
    overflow: hidden;
    padding: 0 0.5rem;
    margin: 1rem 0;
}
.daily-menu-list p i{
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-style: normal;
    background-color: #25A7F8;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
	float: left;
	margin-right: 1rem;
}
.daily-menu-list > div{
	height: auto;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}
.daily-menu-list p.daily-menu-sec{
	margin: 0.2rem 0 0.2rem 3.6rem;
	background-color: #f5f5f5;
	font-size: 1.1rem;
	color: #666;
}
.daily-menu-list p.daily-menu-sec .d-menu-name{
	width: 50%;
}
.Stat-div-a p >span.d-menu-name{
    width: 45%;
    word-wrap: break-word;
}
.Stat-div-a p >span.d-menu-total-p{
    width: 30%;
}
.Stat-div-a p >span.d-menu-total-n{
    float: right;
}
.Stat-div-a p >span.d-menu-view{
    width: 38%;
}
.daily-view-list p i{
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-style: normal;
    background-color: #FAAE01;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    float: left;
    margin-right: 0.5rem;
}
.daily-guest-list p i{
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-style: normal;
    background-color: #FBCEC0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    float: left;
    margin-right: 0.5rem;
}
.daily-address-list p i{
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-style: normal;
    background-color: #AAD8F4;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    float: left;
    margin-right: 0.5rem;
}
.daily-peoples-list p i{
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-style: normal;
    background-color: #22bb4f;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    float: left;
    margin-right: 0.5rem;
}
.filter-select-a{
    width: 98%;
    height: 3.6rem;
    border-radius: 2rem;
    border: 0.1rem solid #FAAE01;
    margin-top: 1rem;
}
.filter-select-a select{
    border: 0;
    background-color: transparent;
    outline: none;
    height: 4rem;
    width: 96%;
    padding-left: 5%;
}
.data-list-title{
    position: relative;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid #F4F4F4;
	margin-bottom: 1rem;
}
.daily-save-sel{
    width: 100%;
    height: 100%;
    background-color:#f5f5f5;
    z-index: 10001;
    left: 0;
    top: 0;
    position: fixed;
    overflow: scroll;
    display: none;
}
.daily-save-sel .time-tag{
    position: fixed;
    left: 0;
    top: 5rem;
    background-color: #fff;
    height: 4rem;
    width: 100%;
}
.daily-save-sel .time-tag a{
    float: left;
    width: 25%;
    text-align: center;
    line-height: 4rem;
    position: relative;
    font-size: 1.2rem;
}
.daily-save-sel .time-tag a.current:before{
    position: absolute;
    width: 3rem;
    height: 0.3rem;
    background-color: #FAAE01;
    left: 50%;
    bottom: 0;
    margin-left: -1.5rem;
    content: "";
}
.daily-save-sel .foot-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0 2rem 0;
    background-color: #fff;
}
.daily-save-sel .foot-bar a{
    width: 90%;
}
.daily-list-sel{
    padding: 10rem 0;
}
.daily-list-sel > ul >li{
    width: 90%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    border-bottom: 0.1rem solid #fff;
    padding: 1.5rem 0;
}
.daily-list-sel > ul >li b{
    font-size: 1.5rem;
}
.daily-list-sel > ul >li.select-on{
    background: url("../images/user/home/icon_correct_24_2x.png") 100% center no-repeat;
    background-size: 2rem;
}
.daily-list-sel > ul >li.select-on b{
    color:#FAAE01;
}
/* 统计样式 */
.daily-weekly .weekly-top{
    width: 90%;
    overflow: hidden;
    padding: 1rem 0 0 0;
}
.daily-weekly .weekly-top span{
    display: block;
    float: left;
    width: 13%;
    margin: 0.1rem;
    font-size: 0.8rem;
    text-align: center;
}
.weekly-hours .hours-list {
    float: left;
    width: 90%;
}
.weekly-hours .hours-list span{
    display: block;
    float: left;
    width: 13%;
    height: 1.2rem;
    margin: 0.1rem;
    font-size: 0.6rem;
    text-align: center;
    background-color: #EAEAEA;
}
.weekly-hours .hours-list span.on{
    background-color: #25A7F8;
    color: #fff;
}
.weekly-hours .hours-list span i{
    background-color: #AAD8F4;
    color: #fff;
    display: inline-block;
    float: left;
    height: 1.2rem;
    padding: 0 0.2rem;
    font-style: normal;
}
.hours-number {
    float: right;
    text-align: right;
}
.hours-number span{
    display: block;
    font-size: 0.6rem;
    height: 1.2rem;
    margin: 0.19rem;
}
.weekly-order{
    padding: 1rem 0;
    font-size: 1.8rem;
    font-weight: bold;
}
.weekly-order span.up{
    color: #5ACE8B;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0 1rem;
    font-weight: bold;
}
.weekly-order span.down{
    color: #CE5A5A;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0 1rem;
    font-weight: bold;
}
.weekly-line-s{
    padding: 0rem;
    overflow: hidden;
}
.weekly-line-s span{
    display: inline-block;
    float: left;
    overflow: hidden;
    padding-right: 2rem;
    font-size: 1.2rem;
    line-height: 2rem;
}
.weekly-line-s span i{
    display: inline-block;
    width: 3rem;
    height: 0.4rem;
    margin: 0.8rem 0.5rem 0 0;
    float: left;
}
.weekly-line-s span i.front{
    background-color: #AAD8F4;
}
.weekly-line-s span i.today{
    background-color: #25A7F8;
}
.daily-list-tag > ul{
    display: none;
}
.daily-list-tag{
    padding: 10rem 0;
}
.daily-list-tag > ul >li{
    width: 90%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    border-bottom: 0.1rem solid #fff;
    padding: 1.5rem 0;
}
.daily-list-tag > ul >li b{
    font-size: 1.5rem;
}
.daily-list-tag > ul >li.select-on{
    background: url("../images/user/home/icon_correct_24_2x.png") 100% center no-repeat;
    background-size: 2rem;
}
.daily-list-tag > ul >li.select-on b{
    color:#FAAE01;
}
.month-ti{
    overflow: hidden;
    text-align: left;
    font-size: 1.4rem;
    padding: 1rem;
}
.month-ti > div{
    display: inline-block;
    float: right;
}
.month-ti > div a{
    width:2.4rem;
    float: left;
    margin-left: 1rem;
}
.month-ti > div a img{
    width: 2rem;
    height: auto;
}
.month-box{
    padding: 2rem 0.5rem;
    overflow: hidden;
}
.month-box li{
    float: left;
    margin: 0.1rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.2rem;
    background-color: #FAFAFA;
    border-radius: 0.2rem;
}
.month-box li.on{
    background-color: #07033F;
    color: #FAAE01;
}
.month-box li p{
    padding-top: 0.5rem;
    font-weight: bold;
}
.month-box li span{
    font-size: 0.8rem;
}
.calendar-lays .po-box{
    margin-top: -24rem;
}

/* 菜单列表 */
.menu-type{
    position: fixed;
    left: 0;
    top: 5rem;
    width: 100%;
    height: 5rem;
    z-index: 999;
    background-color: #fff;
    text-align: center;
}
.menu-type ul{
    width: 70%;
    height: 3rem;
    line-height: 3rem;
    margin: 1rem auto;
    border-radius: 0.4rem;
    border: 0.1rem solid #FAAE01;
    overflow: hidden;
}
.menu-type ul li{
    width: 50%;
    float: left;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #333;
}
.menu-type ul li.current{
    background-color: #FAAE01;
    color: #fff;
}
.menu-type-div{
    padding-top: 9rem;
}
.menu-type-div >ul{
    display: none;
}
.menu-type-select{
    width: 90%;
    height: 4rem;
    overflow: hidden;
    margin: 1rem auto 0 auto;
    border: 0.1rem solid #FAAE01;
    border-radius: 2rem;
}
.menu-type-select select{
    width: 90%;
    height: 4rem;
    font-size: 1.4rem;
    border: 0;
    outline:none;
}
/* 日历设置 */
.calendar-select-btn{
    position: absolute;
    right: 1.6rem;
    top: 1.5rem;
    font-size: 1.2rem;
    text-decoration: underline;
}
.select-calendar-a{
    padding-top: 12rem;
}
.select-calendar-a a{
    margin: 3rem auto;
    width: 70%;
    display: block;
    color: #07033F;
    border-radius: 2rem;
    line-height: 4rem;
    border: 0.2rem solid #07033F;
    text-align: center;
    font-size: 1.4rem;
}
.calendar-rest-week{
    padding-top: 10rem;
}
.calendar-rest-week > .calendar-week-d{
    margin: 0 1.6rem;
}
.calendar-rest-week > .calendar-week-d span{
    display: inline-block;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	margin: 0.2rem;
	background-color: #f5f5f5;
	float: left;
}
.calendar-rest-week > .calendar-week-d span.on{
	background-color: #FF8181;
}

.data-show-select{
    position: absolute;
    top: 1rem;
    right: 1.6rem;
    display: inline-block;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    z-index: 10035;
}
.data-show-select > span{
    display: block;
    background: url("../images/data_change_bna.png") left center no-repeat;
    background-size: 1.8rem;
    padding-left: 2.2rem;
}
.data-show-select .select-li{
    position: absolute;
    top: 2.4rem;
    right: 0;
    border: 0.1rem solid #707070;
    border-radius: 0.3rem;
    width: 12rem;
    background-color: #fff;
    padding: 0.5rem 0;
    z-index: 10036;
    display: none;
}
.data-show-select .select-li a{
    display: block;
    font-size: 1.4rem;
}
#appcav{
    width: 100%;
}
.message-bd{
    padding: 1rem;
    border-radius: 0.4rem;
    background-color: #FFF6E2;
    font-size: 1.2rem;
    margin: 1.6rem;
}
.message-bd h3{
    font-size: 1.5rem;
    padding: 0 0 0.5rem 0;
    margin: 0;
}
.menu-details-box{
    padding-bottom: 20rem;
}
.printer-click{
	width: 3rem;
	height: 3rem;
	display: block;
	float: left;
	margin: 0 0.5rem;
	background: url("../images/restaurant/icon_print_3x.png") no-repeat center center;
	background-size: 2.6rem;
}
.his-printer{
	width: 4rem;
	height: 4rem;
	display: block;
	float: right;
	margin: 0.5rem 1rem 0 0;
	background: url("../images/restaurant/icon_print_3x.png") no-repeat center center;
	background-size: 2.8rem;
}

.waiting-confirm{
	margin-bottom: 4rem;
	overflow: hidden;
	height: auto;
}
.btn-order-confirm{
	width: 55%;
	float: right;
}
.waiting-mark{
	display: block;
	color: #FF5F5F;
	font-size: 1rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -1rem;
}
.table-order-ctr > a{
	width: 44%;
	float: left;
	font-size: 1.4rem;
}
.order-all-ul li.li-orders{
	border: 0.1rem solid #FAAE01;
	background-color: #FDEACB;
}
.send-mailcode button{
	color: #07033F;
	border: 0.2rem solid #07033F;
	background-color: #fff;
	height: 3.8rem;
	border-radius: 2rem;
	padding: 0 4rem;
	margin: 0 auto;
	display: block;
	font-size: 1.4rem;
}
.rmail-intro{
	font-size: 1.2rem;
	padding: 1rem;
}
.qr-select-list{
	width: 90%;
	margin: 0 auto;
}
.qr-select-list li{
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.qr-select-list label{
	display: block;
	cursor: pointer;
	overflow: hidden;
	padding: 1rem 1rem 1rem 5rem;
	font-size: 1.6rem;
	border: 0.1rem solid #fce6b4;
	border-radius: 0.5rem;
	line-height: 2.6rem;
	background-size: 2.4rem;
	background-repeat: no-repeat;
	background-position: 1rem center;
}
.order-all-list.book-order-li{
		z-index: 12001;
	}
.filter-food{
	position: fixed;
	padding: 0.8rem 5%;
	width:90%;
	left: 0;
	top: 5rem;
	background-color: #fff;
}
.filter-food select{
	margin-right: 1rem;
	padding: 0.3rem 1rem;
}
.booking-food-ul{
	padding: 10rem 5%;
}
.booking-food-ul li{
	clear: both;
	padding: 0;
	height: auto;
	overflow: hidden;
	margin: 1rem 0;
}
.booking-food-ul li .food-name{
	float: left;
	width: 75%;
}
.booking-food-ul li .food-num{
	float: right;
	font-size: 1.5rem;
}
.bookling-first-ti{
	height: auto;
	overflow: hidden;
	padding: 1rem 2.6rem 1rem 0.5rem;
	background: url("../images/user/home/arrow_gray_2x_b.png") right center no-repeat;
	background-size: 1.8rem;
	border-bottom: 0.1rem solid #f5f5f5;
}
.bookling-first-ti.curent{
	background: url("../images/user/home/arrow_gray_2x_c.png") right center no-repeat;
	background-size: 1.8rem;
}
.bookling-first-ti div{
	font-size: 1.6rem;
}
.bookling-first-ti .food-name{
	font-weight: bold;
}
.bookling-de-li{
	clear: both;
	background-color: #F5F5F5;
	border-radius: 0.2rem;
	padding: 0.5rem;
	display: none;
}
.bookling-de-li p{
	clear: both;
	height: auto;
	overflow: hidden;
}
.bookling-de-li .food-name-sec{
	float: left;
	font-weight: bold;
	font-size: 1.4rem;
	color: #666;
}
.bookling-de-li .food-num-sec{
	float: right;
	font-size: 1.4rem;
	color: #666;
}
.book-sec-de{
	width:90%;
}
.book-sec-de b,.book-sec-de span{
	font-size: 1.2rem;
	color: #666;
}
.bookling-de-li li{
	padding: 0.5rem;
	border-bottom: 0.1rem solid #eee;
}
.stop-radio-opy{
	opacity: 0.5;
}
.input-clean{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	display: block;
	background: url("../images/user/home/icon_wrong_24_2x_b.png") center center no-repeat;
	background-size: 2.4rem;
	width: 3rem;
	height: 3rem;
}
.user-edit-att{
	font-size: 1.2rem;
	padding: 0 2rem;
	margin-bottom: -1rem;
	text-align: center;
}
.cook-state{
	right: 0;
	top: 2.2rem;
	display: inline-block;
	position: absolute;
}
.menu-cooking-list input.goto-cooking {
    width: 2rem;
    height: 2rem;
    appearance: none;
    position: relative;
    outline: none;
    float: right;
	background: #07033F url("../images/restaurant/icon_nav_cooking_b_ipad.png") no-repeat center center;
	background-size: 1.2rem;
	border-radius: 2rem;
}
.menu-cooking-list input.goto-cooking-gray {
    width: 2rem;
    height: 2rem;
    appearance: none;
    position: relative;
    outline: none;
    float: right;
	background: #ccc url("../images/restaurant/icon_nav_cooking_b_ipad.png") no-repeat center center;
	background-size: 1.2rem;
	border-radius: 2rem;
}

i.table-food-finish{
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	left: 1rem;
	top: 2rem;
	background-color: #aad92a;
	border-radius: 1rem;
}
i.table-food-no{
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	left: 0rem;
	top: 1.2rem;
	background-color: #d92a2a;
	border-radius: 1rem;
}
i.table-food-cooking{
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	left: 0rem;
	top: 1.2rem;
	background-color: #bbb;
	border-radius: 1rem;
}
p.order-time-c{
		padding: 0 1rem 0 1rem;
	font-size: 1.2rem;
	}
.loading-layer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	background: rgba(255,255,255,.5) url("../images/loading.gif") center 40% no-repeat;
	background-size: 10rem;
	z-index: 13000;
	display: none;
}
input.qr-code-name{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-color: #eee;
	background-color: transparent;
}
.reset-password-ul li > span{
	position: absolute;
	top: 0;
	right: 2rem;
	width: 2.6rem;
}
.reset-password-ul li > span img{
	width: 100%;
	height: auto;
	padding: 1rem 0.5rem;
}
.food-sec-name{
	float: left;
	width: 62%;
	height: 4rem;
	overflow: hidden;
}

.pay-details-li li > div{
	clear: both;
	height: auto;
	overflow: hidden;
}
.pay-details-li .sub-title{
	padding: 0.5rem 0;
}
.pay-details-li h5{
	padding: 0;
	margin: 0;
	clear: both;
	font-size: 1.2rem;
}
.pay-details-li p{
	clear: both;
}
.pay-details-li .sub-title span{
	font-weight: bold;
	font-size: 1.6rem;
}
.pay-details-li .span-name{
	width: 66%;
	float: left;
	font-size: 1.2rem;
}
.pay-details-li .span-qty{
	width: 10%;
	float: left;
	text-align: right;
	font-size: 1.2rem;
}
.pay-details-li .span-price{
	float: right;
	text-align: right;
	font-size: 1.2rem;
}

.food-list > li .item-details b{
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
}
.it-details-ti{
	overflow: hidden;
	height: auto;
	clear: both;
	padding: 0.5rem 0;
}
.it-details-ti b,.it-details-ti span{
	float: left;
	display: block;
	font-size: 1.8rem;
	color: #333;
}
.food-list > li .item-details.it-details-ti b{
	width: 7rem;
	margin-right: 9rem;
}
.it-details-ti span.it-price{
	float: right;
}
.food-de-a b{
	display: block;
	float: left;
	width: 5rem;
	color: #666;
	font-size: 1.2rem;
}
.food-de-a span{
	color: #666;
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 6.2rem;
	float: left;
	width: 6rem;
}
.food-de-a li{
	font-size: 1.2rem;
	display: block;
	padding: 0.2rem 0;
	width: 100%;
	overflow: hidden;
	height: auto;
	clear: both;
}
.pay-details-li .food-de-a li{
	font-size: 1.2rem;
	display: block;
	padding: 0;
	margin: 0.2rem 0;
	width: 100%;
	overflow: hidden;
	height: auto;
	clear: both;
}
.food-de-a i.btn-del-sub{
	line-height: 2.2rem;
	display: block;
	float: right;
	border: 0.1rem solid #f00;
	border-radius: 2rem;
	padding: 0 1rem;
	color: #f00;
	font-style: normal;
}
.food-de-a i.btn-del-jian{
	width: 2.2rem;
	line-height: 2.2rem;
	display: block;
	float: left;
	border: 0.1rem solid #f00;
	border-radius: 2rem;
	color: #f00;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.food-de-a i.btn-del-jia{
	width: 2.2rem;
	line-height: 2.2rem;
	display: block;
	float: left;
	border: 0.1rem solid #f00;
	border-radius: 2rem;
	color: #f00;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin-left: 1rem;
}
.food-de-a .btn-del-any{
	float: right;
	display: inline-block;
	clear: none;
}
.login-form li > div{
	position: relative;
}
.login-form .verCode{
	position: absolute;
	top: 0;
	right: -0.2rem;
	height: 3.8rem;
	padding: 0 2rem;
	border: 0;
	border-top-right-radius: 0.4rem;
	border-bottom-right-radius: 0.4rem;
	background-color: #07033F;
	color: #fff;
}
.btn-del-pay{
	position: absolute;
	top: 1.6rem;
	right: 0;
	border: 0.1rem solid #f00;
	color: #f00;
	border-radius: 2rem;
	line-height: 2.6rem;
	font-size: 1.2rem;
	padding: 0 1.2rem;
}
.bill-list{
	padding-top: 2rem;
}
.pay-jisuan{
		width: 30%;
		float: right;
	margin: 1rem 0;
	}
.order-cooking > li{
	margin: 0.2rem 0;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 0;
	position: relative;
	float: left;
	display: none;
}
.order-add-waiting{
	height: auto;
	overflow: hidden;	
	border: 0.2rem solid #FF5F5F;
	display: none;
}
.order-add-time{
	padding: 0.5rem 1.2rem 0.5rem 3rem;
	margin: 0.5rem 0;
	background: #eee url("../images/user/home/icon-center-2.png") 1rem center no-repeat;
	background-size: 1.6rem;
	font-size: 1.4rem;
}
.lineup-ring-box .btn-huchu,.lineup-reset-box .btn-huchu{
	width: 45%;
	float: right;
	margin: 0 2%;
}
.message-box.lineup-ring-box .confirm-box,.message-box.lineup-reset-box .confirm-box{
	margin-top: -10rem;
	padding-bottom: 2rem;
}
.diners-people{
	text-align: center;
}
.diners-people b{
	display: inline-block;
	margin: 0 1rem;
}
.top-contro-bar .lineUP-setting-bn{
	display: block;
	background: url("../images/restaurant/icon_setting_a.png") left center no-repeat;
	background-size: 2rem;
	padding: 0.5rem 0.5rem 0.5rem 2.5rem;
	line-height: 3rem;
	font-size: 1.4rem;
	position: absolute;
	top: 0.5rem;
	right: 1.6rem;
}
.message-box.lineup-form .confirm-box div.reset-ctr{
	height: auto;
	overflow: hidden;
	padding: 0;
	clear: both;
	margin: 2rem auto 0 auto;
	border-top: 0.1rem solid #FAAE00;
	width: 90%;
}
.message-box.lineup-form .reset-ctr .bn-reset-lineup{
	width: 70%;
	margin: 0 15%;
	float: none;
	clear: both;
}
.cooking-add-order-time{
	font-size: 1.2rem;
	padding: 0.5rem 1rem;
	border-bottom: 0.2rem solid #eee;
	color: #FF6668;
	height: auto;
	overflow: hidden;
	line-height: 4rem;
}
.cooking-add-order-time .addnew-print{
	width: 4rem;
	height: 4rem;
	float: right;
	background: url("../images/restaurant/icon_print_3x.png") center center no-repeat;
	background-size: 3rem;
	border: 0;
}
.message-box.lineup-form div.reset-ctr > b,.message-box.lineup-form div.reset-ctr > p{
	display: block;
	text-align: center;
	padding: 1rem 0;
	line-height: 1.5;
}
.bn-reset-confirm{
	width: 70%;
}
.index-forget-pw{
	padding: 3rem 0 5rem 0;
}
#cur_total{
	border-right: 0; 
}
.message-box.calculator-att .confirm-box{
	margin-top: -20rem;
}
.calculator-att .button a{
	width: 45%;
	float: left;
	margin: 0 2%;
}
.calculator-att ul{
	padding: 1rem 2rem;
}
.calculator-att ul li{
	padding: 0.5rem 0;
	clear: both;
	height: auto;
	overflow: hidden;
}
.calculator-att ul span{
	float: left;
}
.calculator-att ul b{
	font-size: 2.4rem;
	padding: 0.5rem;
	float: right;
}
.calculator-att .cal-zhekou b,.calculator-att .cal-fukuan b{
	color: #f00;
	font-size: 3rem;
}
.calculator-att h3{
	font-size: 1.8rem;
	padding: 0.5rem 0;
	margin: 0 2rem;
	border-bottom: 0.1rem solid #eee;
}
.msg-support-tag{
	padding: 6rem 1.6rem 1rem 1.6rem;
	background-color: #F9F9F9;
	height: auto;
	overflow: hidden;
}
.msg-support-tag > a{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 3rem;
	font-size: 1.2rem;
	padding: 4rem 1rem 0.5rem 1rem;
	display: block;
	float: left;
	margin: 0 1rem;
	position: relative;
}
.msg-support-tag > a.ms-tag-message{
	background-image: url("../images/restaurant/icon_message.png");
	color: #666666;
}
.msg-support-tag > a.ms-tag-message.current{
	background-image: url("../images/restaurant/icon_message_cur.png");
	color: #FAAE01;
}
.msg-support-tag > a.ms-tag-support{
	background-image: url("../images/restaurant/icon_support.png");
	color: #666666;
}
.msg-support-tag > a.ms-tag-support.current{
	background-image: url("../images/restaurant/icon_support_cur.png");
	color: #FAAE01;
}
.msg-support-tag > a > span{
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	background-color: #f00;
	color: #fff;
	border-radius: 2rem;
	position: absolute;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-align: center;
	top: 0;
	right: -1rem;
}
.msg-support-content{
	padding: 1rem 0 6rem 0;
}
.msg-support-content > li{
	height: auto;
	overflow: hidden;
	display: none;
}
.msg-support-content > li > div,.msg-support-content .support-list li{
	border-bottom: 0.2rem solid #f5f5f5;
	height: auto;
	overflow: hidden;
	clear: both;
	padding: 1.6rem;
}
.msg-support-content > li > div h3 ,.msg-support-content .support-list h3{
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
}
.msg-support-content > li > div > div,.msg-support-content .support-list li > div{
	font-size: 1.2rem;
	margin: 0;
	padding: 0.5rem 0;
	color: #666;
	height: auto;
	overflow: hidden;
	clear: both;
}
.msg-support-content > li > div > p,.msg-support-content .support-list li > p{
	margin: 0;
	padding: 1rem 0 0 0;
	clear: both;
}
.msg-support-content > li > div > p span,.msg-support-content .support-list li > p > span{
	font-size: 1.2rem;
	color: #999;
}
.msg-support-content > li > div > p button,.msg-support-content .support-list li > p > button{
	float: right;
	border: 0.1rem solid #07033F;
	color: #07033F;
	font-size: 1.2rem;
	padding: 0.2rem 1.5rem;
	border-radius: 2rem;
}
.msg-support-content .support-list li > div.serive-back-box{
	padding: 1.5rem;
	height: auto;
	overflow: hidden;
	clear: both;
	background-color: #f5f5f5;
	border-radius: 0.4rem;
}
.msg-support-content .support-list .serive-back-box > p {
	height: auto;
	overflow: hidden;
	padding-bottom: 0.5rem;
}
.msg-support-content .support-list .serive-back-box > p b{
	color: #333;
	font-size: 1.4rem;
}
.msg-support-content .support-list .serive-back-box > p span{
	color: #999;
	font-size: 1.1rem;
	float: right;
	padding-top: 0.5rem;
}
.msg-support-content .support-list .serive-back-box > div{
	color: #666;
	font-size: 1.2rem;
	clear: both;
}
.msg-support-content .feedback-form{
	clear: both;
	height: auto;
	overflow: hidden;
}
.msg-support-content .feedback-form textarea{
	width: 92%;
	padding: 1rem 3%;
	height: 6rem;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #666;
	border: 0.1rem solid #FAAE01;
	border-radius: 1rem;
}
.msg-support-content .feedback-form button{
	width: 30%;
	float: right;
	margin-top: 1rem;
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1.2rem;
}
.message-box.lineup-form p.line-up-beizhu{
	clear: both;
	float: none;
	margin: 0 auto;
	width: 90%;
}
.message-box.lineup-form p.tip{
	width: 90%;
	margin: 0 auto;
	float: none;
	clear: both;
}
.table-order-print{
	border: 0;
	background: url("../images/restaurant/icon_print_3x.png") center center no-repeat;
	background-size: 2rem;
	width: 2rem;
	height: 2rem;
	float: right;
	margin-right: 2rem;
	border-radius: 0.5rem;
}
.table-order-print:hover{
	background-color: #eee;
}
.atten-box{
	width: 100%;
	height: 200%;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11198;
	display: none;
}
.order-ring-me .box-cont,.atten-box .box-cont{
	width: 80%;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -40%;
	background-color: #fff;
	border-radius: 1rem;
	text-align: center;
}
.order-ring-me .box-cont .closex,.atten-box .box-cont .closex{
	width: 3rem;
	height: 3rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -1.5rem;
	margin-bottom: -5rem;
}
.order-ring-me .box-cont .closex img,.atten-box .box-cont .closex img{
	width: 100%;
	height: auto;
}
.guest-qty{
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
.guest-qty > div{
	font-weight: bold;
	font-size: 1.6rem;
	clear: both;
	margin: 2rem 0 1rem 0;
	height: auto;
	overflow: hidden;
}
.guest-qty .guest-number{
	float: right;
	margin-right: -1rem;
}
.guest-qty .guest-number button{
	text-align: center;
	width: 3rem;
	height: 3rem;
	margin: 0 1rem;
	border: 0;
	border-radius: 3rem;
	float: left;
	background-color: #e5e5e5;
}
.guest-qty .guest-number input{
	text-align: center;
	width: 4rem;
	height: 2.4rem;
	margin: 0 0.5rem;
	float: left;
	display: inline-block;
	border-radius: 0.3rem;
}
.order-begin .box-cont{
	margin-top: -14rem;
	padding-bottom: 1rem;
}
.guest-qty-button{
	display: block;
	float: left;
	background-color: #eee;
	border-radius: 1rem;
	padding: 0 0.5rem;
	margin-left: 1rem;
}
.table-guest-price{
	display: none;
}
.guest-qty-table{
	display: inline-block;
	float: left;
}
.cooking-list-ul{
	height: auto;
	overflow: hidden;
}
.message-box.lineup-form .confirm-box div.line-up-qr{
	clear: both;
	width: 82%;
	height: auto;
	overflow: hidden;
	padding: 1rem;
	border: 0.1rem solid #FAAE01;
	border-radius: 1rem;
	margin: 0 auto;
}
.line-up-qr i{
	float: left;
	width: 3rem;	
}
.line-up-qr i img{
	width: 100%;
	height: auto;
}
.line-up-qr > a{
	float: left;
	border: 0.1rem solid #07033F;
	border-radius: 2rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0 2rem;
	color: #07033F;
	font-weight: bold;
	margin-top: 1rem;
}
.message-box.lineup-form p.lineup-qrcode{
	float: left;
	padding: 0 1rem;
	line-height: 1.5;
}
.order-de-ul label input{
	width: 4rem;
	height: 4rem;
	margin: 0 3rem;
	background-size: 3rem;
}
.order-de-ul label input:before,.order-de-ul label input:checked::after,.order-de-ul label input.checkbox_type:checked:before,.order-de-ul label input.checkbox_type:checked:after,.order-de-ul label input.checkbox_type_delete:checked:before{
	width: 4rem;
	height: 4rem;
	background-size: 2.4rem;
	background-color: transparent;
}

.payment-status{
	padding: 0.5rem;
	display: block;
	font-size: 1rem;
}
.payment-status img{
	width: auto;
	height: 1.8rem;
}
.Close-of-busi{
	display: none;
	position: fixed;
	top: 6rem;
	left: 0;
	text-align: center;
	width: 100%;
	height: 80%;
	background-color: #FF4343;
	padding: 0rem 0;	
}
.Close-of-busi p{
	font-size: 2.4rem;
	color: #fff;
}
.Close-of-busi p:first-child{
	padding-top: 20rem;
}
.Close-of-busi .btn-ponit{
	float: none;
	clear: both;
	margin: 2rem auto;
	font-size: 1.4rem;
}

.payment-agree-text{
	margin: 2rem 0;
	padding: 1rem;
	border-radius: 0.6rem;
	border: 0.2rem solid #f4f4f4;
	background-color: #f9f9f9;
	overflow-y: scroll;
	height: 20rem;
}
.food-type-name{
	float: left;
	width: 55%;
	margin-bottom: 2rem;
}
#foodlist{
	padding-top: 11rem;
}
.fooddetail-edit{
	padding-top: 8rem;
}
.payment-status-waimai{
	font-size: 1.4rem;
	padding: 1rem 4%;
	width: 92%;
	background-color: #fff;
	border-radius: 0.4rem;
}
.show-order-de .payment-status-waimai{
	padding: 6rem 4% 1rem 4%;
}

.payment-status-waimai img{
	width: auto;
	height: 1.6rem;
}
.menu-copy-to-series .select-s-a{
		width: 90%;
	margin-bottom: 2rem;
	}
.gongying-shijian{
		border-radius: 1.5rem;
		height: 3.8rem;
		line-height: 1.6;
		border: 0.1rem solid #FAAE01;
		font-size: 1.1rem;
		display: block;
		float: right;
	text-align: center;
	padding: 0 1rem;
	margin-right: 1rem;
	}

.menu-gongying-shijian select{
		width: 40%;
		margin: 0 5%;
		float: left;
	}
	.menu-gongying-shijian .to-order-box >div{
		height: auto;
		overflow: hidden;
		margin-bottom: 2rem;
		clear: both;
	}
.his-orders.order-pay-err-list .ti-1{
	font-size: 1.4rem;
	line-height: 4rem;
}
.his-orders.order-pay-err-list .ti-3{
	font-size: 1.4rem;
	line-height: 1.2;
	margin-right: 2rem;
	width: 45%;
}
.his-orders.order-pay-err-list .ti-3 b{
	display: block;
	font-size: 1.6rem;
}
.his-list-ti.order-pay-err-ti .ti-3{
	width: 45%;
	margin-right: 2rem;
}
.order-pay-err-ftbar{
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.order-pay-err-ftbar .order-payerr-call{
	width: 35%;
	margin: 0 2%;
	float: left;
}
.order-pay-err-ftbar .pay-stat-refrest{
	width: 40%;
	margin: 0 2%;
	float: right;
}
.order-pay-err-ftbar .more-ctr{
	float: left;
	margin-right: 2rem;
}
.order-payerr-ctr-menu .po-box .menu-a a{
	width: 90%;
	margin: 2rem auto;
}

.order-pay-err-cancel .cancel-submit{
	padding-top: 2rem;
}
.order-pay-err-cancel .cancel-submit a{
	width: 40%;
	margin: 0 4%;
	float: left;
}
.pay-refrest-loading{
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -20%;
	width: 40%;
	text-align: center;
    color: #fff;
}
.pay-refrest-loading img{
	width: auto;
	height: 8rem;
	margin-bottom: 2rem;
}
.order-pay-err-refrest-no,.order-pay-err-refrest-sus{
	margin-top: -12rem;
}
.order-pay-err-refrest-no img,.order-pay-err-refrest-sus img{
	width: auto;
	height: 4rem;
	margin: 1rem 0;
}
.order-pay-err-refrest-no a,.order-pay-err-refrest-sus a{
	width: 90%;
	margin-top: 2rem;
}
.order-no-pay-att{
	position: absolute;
	top: -6rem;
	left: 2%;
	background-color: rgba(0,0,0,.8);
	height: 4rem;
	color: #fff;
	width: 86%;
	padding: 1rem 5%;
	line-height: 4rem;
	font-size: 1.6rem;
	display: block;
	border-radius: 1rem;
}
.order-no-pay-att b{
	color: #f00;
}
.order-no-pay-att a.check-order-pay-err{
	display: inline-block;
	border-radius: 2rem;
	line-height: 3rem;
	padding: 0 2rem;
	color: #000;
	background-color: #FAAE01;
	margin-left: 1rem;
}
.order-no-pay-att .close{
	position: absolute;
	top: 1.5rem;
	right: 2rem;
	width: 3rem;
	height: 3rem;
	display: block;
	background: url("../images/user/home/icon_close_2x.png") center center no-repeat;
	background-size: 2.4rem;
}
.order-pay-err-changepay label{
	padding: 2rem;
	display: block;
	text-align: left;
	font-size: 1.6rem;;
}
.order-pay-err-changepay label input{
	margin-right: 2rem;
}
.menu-preview-a{
	display: inline-block;
	float: right;
	margin-left: 2rem;
	font-size: 1.2rem;
	padding: 0 3rem 0 1rem;
	position: relative;
	line-height: 2rem;
	border: 0.1rem solid #FAAE01;
	border-radius: 2rem;
	color: #07033F;
}
.menu-preview-a:before{
	position: absolute;
	top: 0;
	right: 1rem;
	display: block;
	background: url("../images/restaurant/icon_eye_h.png") right center no-repeat;
	background-size: 1.4rem;
	content: "";
	height: 2rem;
	width: 2rem;
}
.menu-quxiao-caipin{
	opacity: 0.4;
}
.menu-quxiao-caipin:before{
		content: "已取消";
		position: absolute;
		top: 0.8rem;
		right: 0;
		color: #f00;
	}

.table-qr-guding-suiji{
	margin: 1.6rem;
	padding: 0;
	clear: both;
	height: auto;
	overflow: hidden;
}
.table-qr-guding-suiji label{
	display: block;
	width: 90%;
	padding: 1.5rem 5%;
	clear: both;
	height: auto;
	overflow: hidden;
	border-radius: 0.6rem;
}
.table-qr-guding-suiji label.current{
	background-color: #FFF6E2;
}
.table-qr-sended-att .confirm-box{
	margin-top: -10rem;
	padding: 2rem 0;
}
.table-qr-sended-att .confirm-box p{
	padding: 1rem;
	font-size: 1.6rem;
}
.table-Qrcode-series-tixing img,.table-number-input-tx img{
	width: auto;
	height: 4rem;
}
.menu-b-cancel{
	opacity: 0.4;
}
.menu-cooking-list > li.menu-b-cancel > label{
	width: 15%;
	top: 1rem;
}
.menu-b-cancel label span{
	color: #d92a2a;
	position: absolute;
	top: 0;
	right: 1rem;
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
}
.cancel-menu-list h3{
	padding: 0 1.6rem;
	color: #d92a2a;
}
.cancel-menu-list > ul{
	opacity: 0.5;
}
.login-form ul li.login-remember-pw{
	padding: 1rem 0;
	font-size: 1.4rem;
	color: #666;
}
.order-date-today{
	display: inline-block;
	background-color: #FAAE01;
	padding: 0 1.6rem;
	margin: 2rem 0 0 0;
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	line-height: 3rem;
	height: 3rem;
	clear: both;
}
.order-date-today:before{
	content: "";
	display: block;
	position: absolute;
	border-left: 1.5rem solid #FAAE01;
	border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
	top: 0;
	right: -1.5rem;
	width: 0;
	height: 0;
}
.order-date-tomorow{
	display: inline-block;
	background-color: #FF5F5F;
	padding: 0 1.6rem;
	margin: 2rem 0 0 0;
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	line-height: 3rem;
	height: 3rem;
	clear: both;
}
.order-date-tomorow:before{
	content: "";
	display: block;
	position: absolute;
	border-left: 1.5rem solid #FF5F5F;
	border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
	top: 0;
	right: -1.5rem;
	width: 0;
	height: 0;
}
.order-date-other{
	display: inline-block;
	background-color: #CCCCCC;
	padding: 0 1.6rem;
	margin: 2rem 0 0 0;
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	line-height: 3rem;
	height: 3rem;
	clear: both;
}
.order-date-other:before{
	content: "";
	display: block;
	position: absolute;
	border-left: 1.5rem solid #CCCCCC;
	border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
	top: 0;
	right: -1.5rem;
	width: 0;
	height: 0;
}
.takeout-order-all{
	float: left;
	margin: 0.5rem 0 0 1.6rem;
	height: 2rem;
	width: 30%;
	line-height: 1.2;
	font-size: 1.2rem;
	color: #A9DA29;
	padding-left: 2rem;
	background: url("../images/icon_msg_green.png") left center no-repeat;
	background-size: 1.6rem;
	text-align: left;
}
.takeout-order-stop{
	float: left;
	margin: 0.5rem 0 0 1.6rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.2rem;
	color: #FF5F5F;
	padding-left: 2rem;
	background: url("../images/icon_msg_red.png") left center no-repeat;
	background-size: 1.6rem;
}
.takeout-only-today{
	float: right;
	margin: 0.5rem 1rem 0 0;
	font-size: 1rem;
	line-height: 2rem;
	width: 24%;
	text-align: left;
}
.takeout-address{
	height: 2rem;
	line-height: 2rem;
	font-size: 1.2rem;
	float: right;
	margin: 0.5rem 1rem 0 0;
	width: 6rem;
}
.show-order-de{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 12030;
	background-color: #fff;
	top: 0;
	left: 0;
	display: none;
}
.show-order-de .top-bar{
	position: fixed;
	width: 100%;
	height: 5rem;
	z-index: 12030;
	background-color: #fff;
	top: 0;
	left: 0;
	border-bottom: 0.1rem solid #eee;
}
.show-order-de .top-bar .closer{
	width: 3rem;
	height: 3rem;
	float: left;
	margin: 1rem 0 0 1.6rem;
}
.show-order-de .top-bar .closer img{
	width: 100%;
	height: 100%;
}
.show-order-de .top-bar h3{
	position: fixed;
	left: 50%;
	margin-left: -3rem;
	width: 6rem;
	font-size: 1.8rem;
	text-align: center;
}
.takeout-order-c .menu-de-stat .order-number{
	color: #02BCCC;
}
.order-de-ul .de-left > p{
	position: relative;
}
.order-de-ul label.menu-se-check{
	position: absolute;
	top: -0.1rem;
	right: 2rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin: 0;
	padding: 0;
}
.order-de-ul label.menu-se-check input{
	margin: 0;
}
.order-de-ul label.menu-se-check.checkbox-peicai input{
	transform: scale(0.9);
}

/* wan cheng ye mian */
.finish-list-series{
	position: fixed;
	background-color: #fff;
	padding: 1rem 0;
	top: 5rem;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.finish-list-series > div{
	margin: 0 auto;
	width: 50%;
	border: 0.1rem solid #FAAE01;
	border-radius: 0.4rem;
	line-height: 3rem;
	height: 3rem;
}
.finish-list-series > div a{
	width: 50%;
	text-align: center;
	font-size: 1.2rem;
	display: block;
	float: left;
}
.finish-list-series > div a.curent{
	color: #fff;
	background-color: #FAAE01;
}
.menu-code-li-new.finish-list-ul{
	padding: 5rem 0 8rem 1rem;
}
.check-div{
	float: right;
}
.check-div input{
	transform: scale(1.2);
}
.sub-d-p .check-div input{
	transform: scale(1);
}
.finish-de-checkall{
	float: right;
	font-size: 1.2rem;
	padding-right: 1.2rem;
}
.finish-de-checkall input{
	float: right;
}
.order-all-ul.order-finish-list li.order-table{
	background-color: #e5e5e5;
}
/* end */
/* wai mai yang shi */
.booking-order-setting .po-box > p > span{
	display: block;
	float: left;
	width: 70%;
	font-size: 1.2rem;
	line-height: 1.2;
}
.booking-order-setting .po-box > p > span i{
	color: #999;
	font-style: normal;
}
/* end */
/* tongji css */
.top-page-ti-data{
	width: 60%;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 3rem;
	text-align: center;
	display: block;
	float: left;
	position: absolute;
	top: 1rem;
	left: 50%;
	margin-left: -30%;
	border-radius: 0.2rem;
	border: 0.1rem solid #FAAE01;
}
.top-page-ti-data a{
	width: 35%;
	padding: 0 4%;
	text-align: center;
	display: block;
	float: left;
	font-size: 1rem;
	color: #333;
}
.top-page-ti-data a:nth-child(1){
	width: 20%;
}
.top-page-ti-data a:nth-child(3){
	float: right;
	width: 20%;
}
.top-page-ti-data a.curent{
	color: #fff;
	background-color: #FAAE01;
}
.data-list-title.booking-tag{
	clear: both;
	height: 2.4rem;
}
.booking-tag a{
	display: block;
	float: left;
	padding: 0 1.2rem;
	font-size: 1.3rem;
	position: relative;
	line-height: 2.4rem;
}
.booking-tag a.curent{
	color: #FAAE01;
	font-weight: bold;
}
.booking-tag a.curent:before{
	content: "";
	position: absolute;
	bottom: -0.6rem;
	left: 0;
	width: 100%;
	height: 0.3rem;
	background-color: #FAAE01;
}
.take-out-daily > li{
	display: none;
}
.Stat-div-a > div{
	width: 98%;
}

/* end */
.waiter-contact-input{
	padding: 24rem 0 1.5rem 0;
	background-color: #fff;
}
.waiter-contact-input input{
	width: 80%;
	height: 4rem;
	text-indent: 1.5rem;
	margin: 0 auto;
	padding: 0;
	border-radius: 2rem;
	border: 0.1rem solid #FAAE01;
	line-height: 4rem;
	display: block;
	font-size: 1.4rem;
}
.data-fenleishuju.top-border{
	border-top: 0.1rem solid #eee;
}
.data-fenleishuju{
	border-bottom: 0.1rem solid #eee;
	margin-top: 2rem;
	padding: 2rem 0;
	height: auto;
	overflow: hidden;
}
.data-fenleishuju > div{
	width: 33%;
	float: left;
	height: 10rem;
}
.data-fenleishuju > div h3{
	font-size: 2.4rem;
	padding: 1rem 0;
	margin: 0;
}
.data-fenleishuju > div span{
	color: #1EBB60;
}
.data-fenleishuju > div span.data-order-cancel{
	color: #CE5A5A;
}
.data-fenleishuju > div > p{
	height: 4rem;
} 
.waiter-contact-input-paddingtop{
	padding-top: 32rem;
}

/* ipad style */
@media only screen and (min-width: 961px) {
	#wrap{
		min-height: 30rem;
	}
	p, div, li, span{
		font-size: 1rem;
	}
	.main-nav a.curent{
		opacity: 1;
		background-color: rgba(54,59,65,.5);
	}
	.main-nav a.curent > span,.main-nav a.curent > p{
		opacity: 0.5;
	}
	.order-body{
		background-color: #292929;
	}
	.order-body.cooking-body,.order-body.main-body{
		overflow: hidden;
	}
	.top-contro-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 5rem;
	height: 5rem;
	background-color: transparent;
	border: 0rem solid #eee;
	z-index: 8888;
	}
	.top-contro-bar.his-details-t{
		top: 4rem;
	left: 15%;
		width: 70%;
		background-color: #fff;
	}
	.his-details-t .top-page-ti{
		display: block;
		line-height: 4rem;
	}
	.top-contro-bar .to-order{
	padding: 0;
	font-size: 0.8rem;
	position: absolute;
	top: 6rem;
	right: auto;
    left: 0;
	display: inline-block;
	line-height: 5rem;
	width: 5rem;
	border-radius: 0;
	border: 0rem solid #FAAE01;
	color: #FAAE01;
		background-color: #363B41;
		text-align: center;
    }
	.top-contro-bar a.back{
		float: left;
		width: 5rem;
		height: 4.2rem;
		margin: 0;
		text-align: center;
		background: #363B41 url("../images/restaurant/menu_3x_white.png") center center no-repeat;
		background-size: 3rem;
		z-index: 10000;
		position: absolute;
    }
	.top-contro-bar a.back img{
		width: 3.6rem;
		height: auto;
		display: none;
    }
	.top-contro-bar.details-page a.back{
		float: left;
		width: 5rem;
		height: 4.2rem;
		margin: 0;
		text-align: center;
		background: #363B41 url("../images/restaurant/icon_close_3x_white.png") center center no-repeat;
		background-size: 3rem;
    }
	.menu-code-bar{
	width: 10%;
	height: 82%;
	position: fixed;
	top: 15%;
	left: auto;
		right: 0;
	background-color: #fff;
	border-bottom: 0.1rem solid #eee;
	z-index: 6666;
	overflow-y: scroll;
}
	.menu-code-bar.menu-cooking-ctr{
	width: 90%;
	height: auto;
	position: fixed;
	top: 10%;
	left: 10%;
		right: 0;
	background-color: transparent;
	border-bottom: 0;
	z-index: 6666;
	overflow-y: hidden;
}
	.menu-code-bar.the-cooking-top{
	width: 10%;
	height: 82%;
	position: fixed;
	top: 4rem;
	left: auto;
		right: 0;
	background-color: #fff;
	border-bottom: 0.1rem solid #eee;
	z-index: 6666;
	overflow-y: scroll;
}
	.menu-code-bar{
	width: 10%;
	height: 82%;
	position: fixed;
	top: 15%;
	left: auto;
		right: 0;
	background-color: #fff;
	border-bottom: 0.1rem solid #eee;
	z-index: 6666;
	overflow-y: scroll;
}
	.no-order{
	    padding: 8rem 0 0 0;
		width: 70%;
		margin: 0 auto;
	}
	.menu-order-list{
		padding: 0 0 5rem 0;
		width: 93.4%;
		margin: 0 auto;
    }
	.menu-de-stat{
		background-color: #fff;
		padding: 1rem 2% 0.2rem 2%;
		clear: both;
		font-size: 0.6rem;
		color: #333;		
		width: 66%;
		margin: 0 auto;
		overflow: hidden;
		height: auto;
    }
	.order-cooking .menu-de-stat{		
		width: 100%;
    }
	.ps-attention{
		padding: 1rem 0 1rem 0;
		background-color: #fff;
		color: #f00;
		font-size: 0.8rem;
		text-align: center;
		width: 96%;
		margin: 0.2rem auto;
	}
	.top-page-ti{
		color: #fff;
		position: fixed;
		top: 0;
		right: 0;
		display: inline-block;
		width: 96%;
		padding: 0 2%;
		text-align: right;
		font-size: 0.8rem;
		line-height: 4.2rem;
		background-color: rgba(51,51,51,0.99);
		z-index: 9999;
		height: 4.2rem;
	}
	.top-page-ti span{
		font-size: 1.2rem;
		line-height: 0.8rem;
	}
	.no-order a span{
	line-height: 4rem;
	font-size: 0.8rem;
	}
	.no-order a b{
		font-size: 1.2rem;
	}
	.no-order a i{
	width: 2.6rem;
	height: 2.6rem;
	display: inline-block;
	text-align: center;
	float: left;
	margin: 0.2rem 1rem 0 1.6rem;
}
	.no-order a i img{
	width: auto;
	max-width: 2.6rem;
	height: auto;
	max-height: 2.6rem;
}
	/* .footer-bar{
	position: fixed;
	left: 15%;
	bottom: 3.1rem;
	background-color: rgba(230,230,230,0.99);
	padding: 0 2% 0 2%;
	width: 66%;
	z-index: 11092;
} */
	.footer-bar.memb-center{
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,1);
	padding: 1rem 2% 1rem 2%;
	width: 96%;
	z-index: 11092;
}
	.footer-bar.memb-center >a{
		width: 56%;
	}
	.main-nav{
		position: fixed;
		top: 12rem;
		left: 0;
		width: 5rem;
		overflow: visible;
	}
	.btn-submit-style1,.btn-submit-style2,.btn-submit-style3,.btn-submit-style4,.btn-submit-style5,.btn-submit-style6,.btn-submit-style7,.btn-submit-style8{
		font-size: 1rem;
		height: 2.4rem;
		line-height: 2.4rem;
	}
	.footer-bar .cooking-begin span,.footer-bar .cooking-fin-btn span,.footer-bar .cooking-book span,.footer-bar .booking-con span{
	display: inline-block;
	margin: 0.5rem 0.5rem 0.5rem 0;
	padding-right: 0.5rem;
	border-right: 0.1rem solid #333;
	line-height: 1.6rem;
	font-weight: bold;
		font-size: 0.9rem;
}
	.footer-bar .cooking-begin,.footer-bar .booking-con{
	margin-top: 1rem;
		width: 50%;
		float: right;
		font-size: 1rem;
}
	.footer-bar .foot-line-1{
		padding: 1rem 0 1rem 0;
		overflow: hidden;
		width: 49%;
		float: left;
	}
	.footer-bar .foot-line-1 > a{
		transform: scale(0.9);
		font-size: 0.7rem;
	}
	.nav-style-a a,.nav-style-b a{
		width: 5rem;
		height: 5rem;
		background-color: #363B41;
		color: #FAFAFA;
		font-size: 0.8rem;
		position: relative;
	}
	.order-all-ul{
		padding-top: 0rem;
		margin: 5rem auto 0rem auto;
		overflow: scroll;
		width: 70%;
		height: 30rem;
    }
	.menu-cooking-list{
		padding: 0;
		width: 100%;
		margin: 0;
	}
	.cooking-fin-btn{
		margin: 1rem 0;
	}
	.more-ctr{
	font-weight: bold;
	line-height: 2rem;
	float: left;
	color: #333;
	padding: 0;
	margin: 0 0.5rem;
	}
	.more-ctr i{
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 0.4rem;
	margin: 0.8rem 0.2rem;
	background-color: #333;
	float: left;
}
	.padding-top-12{
		padding-top: 0;
	}
	.padding-top-12.padding-top-6{
		padding-top: 6rem;
	}
	.main-nav a span{
	display: block;
	width: 3rem;
	height: 3rem;
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.8rem;
}
.main-nav .nav-a > span{
    background-image: url("../images/restaurant/icon_nav_new_b_ipad.png");
}
.main-nav .nav-b > span{
    background-image: url("../images/restaurant/icon_nav_table_b_ipad.png");
}
.main-nav .nav-c > span{
    background-image: url("../images/restaurant/icon_nav_cooking_b_ipad.png");
}
.main-nav .nav-d > span{
    background-image: url("../images/restaurant/icon_nav_finish_b_ipad.png");
}
.main-nav .nav-e > span{
    background-image: url("../images/user/home/icon-center-2-b.png");
}
	.order-confirm .po-box,.order-confirm-atten .po-box,.order-error .po-box,.confirm-table-help .po-box,.order-setting .po-box{
	width: 40%;
	background-color: #fff;
	border-radius: 1rem;
	text-align: center;
	padding: 1rem 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -20%;
	z-index: 12040;
}
	.menu-details-show{
		position: fixed;
		left: 15%;
		top: auto;
		bottom: 0;
		width: 83%;
		z-index: 8020;
		overflow-y: hidden;
	}
	.menu-details-show.cooking-list{
		position: relative;
		left: 12%;
		top: 7.5rem;
		bottom: 0;
		width: 86%;
		z-index: 8020;
		overflow-y: hidden;
	}
	.menu-details-new{
		position: relative;
		left: 15%;
		top: 15%;
		width: 70%;
		z-index: 8020;
		overflow-y: hidden;
	}
	.menu-details-box{
		margin: 0;
		width: 100%;
		height: 4.4rem;
		background-color: #E6E6E6;
	}
	
	.menu-order-list .sub-title span{
		font-size: 1.2rem;
	}
	.menu-order-list .sub-d-p > p span{
		font-size: 1rem;
	}
	.menu-code-li-new{
	padding: 0 0 1rem 0;
	width: 100%;
}
	.menu-code-li-new li{
		height: 4rem;
		width: 90%;
		margin: 0.2rem 0;
		border-radius: 0.1rem;
		border: 0.2rem;
		overflow: hidden;
		background-color: #e6e6e6;
		font-size: 0.8rem;
		position: relative;
		padding: 0 2%;
		color: #333;
		line-height: 2rem;
		}
	.menu-code-li-new .order-book,.menu-code-li-new .order-book-confirm{
		border: 0;
		line-height: 2.6rem;
		}
	.main-nav a p{
	font-size: 0.5rem;
}
	.main-nav a > i.torder{
		display: none;
		width: 1rem;
		height: 1rem;
		border-radius: 1rem;
		background-color: #FAAE01;
		color: #fff;
		position: absolute;
		top: 0.2rem;
		left: 65%;
		font-size: 0.6rem;
		font-style: normal;
		line-height: 1rem;
		text-align: center;
	}
	.main-nav a > i.table-ring-me{
		position: absolute;
		display: none;
		width: 1.4rem;
		height: 1.4rem;
		border-radius: 1rem;
		top: 1.5rem;
		left: 85%;
		background: #FAAE01 url("../images/restaurant/icon_nav_new_c_ipad.png") center center no-repeat;
		background-size: 1rem;
	}
	.menu-de-stat .order-time{
		text-align: right;
		float: right;
		font-size: 0.6rem;
		margin-top: 0;
		margin-right: 0.6rem;
		line-height: 1rem;
	}
	.menu-de-stat .order-time #cur_now{
		font-size: 0.9rem;
	}
	
	.menu-de-stat .use-time{
		width: 36%;
		position: absolute;
		right: 1rem;
		top: 0.8rem;
		text-align: right;
		padding-left: 1rem;
		z-index: 99;
    }
	.menu-code-li-new span.go-timer{
		display: none;
		font-size: 1rem;
		background-color: transparent;
		line-height: 1.2rem;
		font-weight: bold;
	}
	.menu-code-li-new b{
		line-height: 2.4rem;
	}
	.menu-code-li-new .order-book span.booking-span,.menu-code-li-new .order-book-b span.booking-span{
		font-size: 0.6rem;
		background-color: #FAAE01;
		display: block;
		width: 100%;
		text-align: center;
		height: auto;
		line-height: 1;
		border-radius: 0.2rem;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
	}
	.menu-code-li-new .order-book-confirm span.booking-span{
		font-size: 0.6rem;
		background-color: #07033F;
		display: block;
		width: 100%;
		text-align: center;
		height: auto;
		line-height: 1rem;
		border-radius: 0.2rem;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
		padding: 0;
	}
	.menu-code-li-new .order-book span.booking-span i,.menu-code-li-new .order-book-confirm span.booking-span i{
		display: inline-block;
		
	}
	.order-book span.booking-span i{
		display: none;
	}
	
	.menu-order-list li{
		background-color: #fff;
	}
	.po-box > p > label{
		font-size: 1rem;
	}
	.po-box h3{
		font-size: 1.2rem;
	}
	.radio_type {
    width: 1rem;
    height: 1rem;
    appearance: none;
    position: relative;
    outline: none;
}
.radio_type:before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border: 0.1rem solid #333;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	background-color: #fff;
}
.radio_type:checked:before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border: 0.1rem solid #FAAE01;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    text-align: center;
    background: #FAAE01;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
}
.radio_type:checked + label {
    color: #edd19d;
}
	.po-box .closer{
	width: 3rem;
	height: 3rem;
	background: url("../images/user/home/icon_close_2x.png") no-repeat 50% 50%;
	background-size: 2rem;
	position: absolute;
	left: 50%;
	bottom: -3rem;
	margin-left: -1.5rem;
}
	.order-all-ul li{
	float: none;
		clear: both;
		height: 5rem;
		margin: 0.1rem 0%;
		border-radius: 0;
		border: 0;
		overflow: hidden;
		background-color: #e6e6e6;
		font-size: 1rem;
		position: relative;
		width: 96%;
		padding: 0 2%;
		text-align: right;
		color: #333;
		line-height: 2.6rem;
}
    
	
	.order-all-ul li a{
		font-size: 0.9rem;
		height: 100%;
	}
	.order-all-ul li b,.order-all-ul.order-finish-list li.order-book-b b{
	display: block;
	font-size: 1.8rem;
	padding-top: 0.5rem;
		float: none;
		text-align: left;
}
	.order-all-ul span.go-timer{
		display: none;
		font-size: 1rem;
		background-color: transparent;
		line-height: 1.2rem;
		font-weight: bold;
	}/* 8.20 */
	.order-all-ul li.order-book-b span.go-timer{
		display: none;
		font-size: 1rem;
		background-color: transparent;
		line-height: 1.2rem;
		font-weight: bold;
		padding-top: 0.8rem;
	}
	.order-all-ul li i.table-ring-me{
	position: absolute;
	top: -1rem;
	left: -1rem;
	width: 2rem;
	height: 2rem;
	display: block;
	border: 0.2rem solid #fff;
	border-radius: 2rem;
	background: url("../images/restaurant/ring_me_3x.png") no-repeat 50% 50%;
	background-size: cover;
}/* 8.20 */
	
	.menu-cooking-list > li{
	margin: 0.2rem 0.8rem;
	overflow: hidden;
	background-color: #fff;
	padding: 0;
	position: relative;
		float: left;
		display: block;
}
	.menu-cooking-list.menu-booking-lst{
		margin: 0;
		width: 96%;
	}
	.menu-cooking-list.menu-booking-lst > li{
	margin: 0.2rem 1.6rem;
	overflow: hidden;
	background-color: #fff;
	padding: 0 1.2rem;
	position: relative;
		float: left;
		display: block;
		width: 91%;
}
	.order-all-list.the-cooking{
		display: none;
		background-color: transparent;
	}
	.order-all-list .top-bar{
		display: none;
	}
	.the-cooking .order-all-ul{
		height: 32rem;
	}
	.the-cooking .order-all-ul li b{
		padding-top: 0.2rem;
	}
	.menu-de-stat .table-order-code{
	font-weight: bold;
	padding: 0 1rem;
	margin: 0;
	position: absolute;
	top: 5.5rem;
	left: 15%;
	display: none;
}
	.menu-de-stat.booking-ord .table-order-code{
		top: 0;
	left: 0;
	display: block;
		position: relative;
		float: left;
}
	.pay-sel-btn{
		width: 50%;
		float: right;
		margin-top: 1rem;
		font-size: 1rem;
	}
	.pay-sel-btn span{
		line-height: 1.6rem;
		font-size: 0.9rem;
	}
	.base-black .po-box{
	width: 40%;
	background-color: #fff;
	border-radius: 1rem;
	text-align: center;
	padding: 1rem 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -20%;
}
	.menu-de-stat.booking-ord .use-time{
	text-align: left;
	width: 53%;
	font-size: 1rem;
}
	.menu-de-stat.booking-ord #OrderDate{
		left: 0;
		top: 0;
		position: relative;
		float:left;
		width: 20%;
	}
	.menu-de-stat.booking-ord #OrderRemark{
		right: 1.6rem;
		text-align: right;
		width: 30%;
		position: relative;
		float: right;
		top: 0;
	}
	
.booking-ord.booking-ord .order-time{
	text-align: right;
	float: right;
	width: 46%;
	font-size: 0.8rem;
}
	.his-orders{
		width: 100%;
		margin: 0 auto 0 auto;
	    padding-top: 9.6rem;
	}
	.search-order-layer .his-orders{
		width: 100%;
		margin: 0.2rem auto 0 auto;
	}
	.his-orders li{
		background-color: #eee;
		padding: 0.5rem 1.6rem 0.4rem 1.6rem;
	}
	.filter-bar{
	width: 100%;
		height: 4.4rem;
	padding: 4.6rem 0 0.5rem 0;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
}
	.filter-bar .filter-cal{
	width: 10rem;
	height: 1.8rem;
	line-height: 1.8rem;
	padding: 0 0 0 3rem;
	margin-left: 1.6rem;
	background: url("../images/restaurant/icon_center_date.png") 0.5rem center no-repeat;
	background-size: 1.6rem;
	border-radius: 0.1rem;
	font-size: 1rem;
}
	.filter-bar .filter-type{
	width: 2rem;
	height: 2rem;
	background: url("../images/restaurant/icon_filter_3x.png") center center no-repeat;
	background-size: 1.4rem;
	margin-right: 2rem;
}
	.filter-bar .his-list-ti{
	padding: 0.5rem 1.6rem;
	clear: both;
}
.filter-bar .his-list-ti span{
	display: block;
	font-size: 1rem;
	line-height: 1rem;
}
	.top-contro-bar.his-top a.back{
		position: fixed;
		right: auto;
		left: 1.6rem;
		top: 0.8rem;
		width: 2.4rem;
		height: 2.4rem;
		background: url("../images/restaurant/icon_close_3x_white.png") center center no-repeat;
		background-size: 2.6rem;
		z-index: 10001;
	}
	.year-sel{
	padding-top: 1rem;
}
	.timer-select-b select{
		font-size: 1rem;
	}
	.calendar-box{
		padding: 9rem 0 0 1%;
	}
	.order-all-list.timer-sel-layer .top-bar{
		display: block;
		overflow: hidden;
		width: 6rem;
	}
	.timer-sel-layer .submit-bar .submit-btn{
		width: 34rem;
	}
	.timer-sel-layer .calendar-ti{
		padding: 0 0 1rem 0;
	}
	.problem-filter .filter-search{
		margin-right: 6rem;
	}
	#wrap.his-details-wrap{
		width: 70%;
		margin: 4.5rem auto;
		height: 32rem;
		overflow: scroll;
		border-bottom-left-radius: 0.4rem;
		border-bottom-right-radius: 0.4rem;
	}
	.his-details-wrap .top-contro-bar{
		height: 4rem;
		line-height: 4rem;
		border-bottom: 0.1rem solid #eee;
		border-top-left-radius: 0.4rem;
		border-top-right-radius: 0.4rem;
	}
	.more-menu-a{
		right: 15%;
		top: 8rem;
		width: 10rem;
		margin-right: 1.7rem;
	}
	.more-btn{
		margin-top: 0.5rem;
	}
	.more-btn.menu-details{
		position: fixed;
		top: 0;
		right: 1rem;
	}
	.more-menu-a a {
		line-height: 1.6rem;
		font-size: 1rem;
	}
	.more-menu-a.menu-details{
		position: fixed;
		top: 4rem;
		right: 1rem;
		width: 10rem;
	}
	.his-details-wrap .top-contro-bar .back{
		width: 4rem;
		height: 4rem;
		border-radius: 1rem;
		background: #fff url("../images/restaurant/icon_close_3x.png") center center no-repeat;
		background-size: 3rem;
	}
	.login-form{
		padding-top: 3rem;
		width: 60%;
		margin: 0 auto;
	}
	.login-mission img{
		height: 4rem;
	}
	.login-form ul li input{
	height: 2.6rem;
	border-radius: 0.2rem;
	line-height: 2.6rem;
	font-size: 1rem;
}
	.login-form ul li{
		font-size: 1rem;
	}
	.login-form a{
		font-size: 1rem;
	}
	.top-contro-bar.madigit-top a.back{
		position: fixed;
		right: auto;
		left: 1.6rem;
		top: 0.8rem;
		width: 2.4rem;
		height: 2.4rem;
		background: url("../images/restaurant/icon_close_3x_white.png") center center no-repeat;
		background-size: 2.6rem;
		z-index: 10001;
    }
	.top-contro-bar a.back-member-c{
		margin: 1rem;
		text-align: center;
		background: #fff url("../images/restaurant/icon_close_3x.png") center center no-repeat;
		background-size: 3rem;
		width: 3rem;
		height: 3rem;
		float: left;
    }
	.top-contro-bar.madigit-top a.back img,.back-member-c img{
		display: none;
    }
	.member-head{
	padding: 1rem 1.6rem 1rem 1.6rem;
	background-color: #fff;
	margin-bottom: 1rem;
	overflow: hidden;
	position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 3rem;
		z-index: 8887;
		border-bottom: 0.1rem solid #f5f5f5;
}
	.store-image{
	width: 3rem;
	height: 3rem;
	border-radius: 0.2rem;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}
	.store-info-de{
	margin-left: 3.5rem;
	padding-bottom: 0.6rem;
}
	.store-info-de h3{
		font-size: 1rem;
	}
	.member-account-t{
	font-size: 0.8rem;
	color: #999;
	padding: 0;
}
	.member-info-ti{
		max-width: 33%;
	background-size: 1.8rem;
		float: left;
		margin-left: 0rem;
		padding-right: 2.2rem;
}
	.top-message-point{
	width: 1.8rem;
	height: 1.8rem;
	display: inline-block;
	position: fixed;
	margin-right: 1.6rem;
	margin-top: 1.2rem;
		top: 0.5rem;
		right: 1rem;
}
.top-message-point i{
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background-color: #f00;
	right: -0.3rem;
	top: -0.3rem;
}
	.account-term{
		width: 42%;
		float: right;
		clear: none;
	padding-top: 0;
		margin-right: 12rem;
		margin-top: -0.5rem;
	}
	.account-term .term-area li span,.account-term .term-area li p{
		font-size: 0.8rem;
		line-height: 1rem;
	}
	.account-term .term-area{
	padding: 0.5rem;
}
	.account-term .btn-my-contract{
	display: inline-block;
	float: right;
	line-height: 1.4rem;
	padding: 0 0.5rem;
	margin: 1.2rem 0.5rem 0 0;
	border: 0.1rem solid #07033F;
	border-radius: 2rem;
	font-size: 0.8rem;
	font-weight: bold;
	color: #333;
}
	.menu-content{
		padding-top: 1rem;
		clear: none;
		float: left;
		width: 40%;
		margin: 1rem 2%;
	}
	.menu-content > ul > li{
		width: 23%;
		height: 5.4rem;
		margin: 0.2rem 0.2%;
	}
	.menu-content > ul > li p img{
		height: 1.6rem;
	}
	.menu-content > ul > li a{
		font-size: 0.66rem;
	}
	.member-center{
	padding: 6rem 0;
}
	.menu-content .box-title > b{
		font-size: 1rem;
	}
	.menu-content .box-title > span{
		font-size: 0.8rem;
	}
	.btn-ponit{
		font-size: 1rem;
		line-height: 2rem;
	}
	.a-point{
	display: inline-block;
	width: 3rem;
	height: 1.6rem;
	border-radius: 2rem;
	border: 0.1rem solid #999;
	background-color: #eee;
	position: relative;
	transition-duration: .1s;
}
	.member-menu-list.menu-lists .a-point{
	transform: scale(0.8);
}
.a-point i{
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 2rem;
	border: 0.1rem solid #999;
	background-color: #fff;
	position: absolute;
	left: 0.1rem;
	top: 0.1rem;
	transition-duration: .1s;
}
.a-point-on{
	display: inline-block;
	width: 3rem;
	height: 1.6rem;
	border-radius: 2rem;
	border: 0.1rem solid #999;
	background-color: #2CE642;
	position: relative;
	transition: all 0.4s;
}
.a-point-on i{
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 2rem;
	border: 0.1rem solid #999;
	background-color: #fff;
	position: absolute;
	left: auto;
	right: 0.1rem;
	top: 0.1rem;
	transition: all 0.4s;
}
	.address-msg-list{
		margin: 0 auto 2rem auto;
		padding: 0;
		height: auto;
		overflow: hidden;
	}
	.add-address{
	width: 16rem;
	display: block;
	clear: both;
	margin: 2rem auto;
	padding: 1rem;
	text-align: center;
	color: #07033F;
}
.add-address i img{
	width: auto;
	height: 2rem;
}
.add-address p img{
	width: auto;
	height: 3rem;
	padding: 0.5rem;
}
.add-address b{
	font-size: 1rem;
}
	.address-msg-list > li{
	overflow: hidden;
	background-color: #F4F4F4;
	border-radius: 0.6rem;
	padding: 1rem;
	line-height: 1.8rem;
	margin: 1rem 4rem;
		font-size: 1rem;
}
	.address-msg-list.foodtype-list > li{
	overflow: hidden;
	background-color: #F4F4F4;
	border-radius: 0.6rem;
	padding: 1rem 2%;
	line-height: 1.8rem;	
		font-size: 1rem;
		float: left;
		width: 40%;
		margin: 1rem 3%;
		clear: none;
}
	.edit-style-1{
	line-height: 1.4rem;
	font-size: 0.8rem;
}
.edit-style-2{
	line-height: 1.4rem;
	font-size: 0.8rem;
}

	.top-contro-bar.madigit-top{
		position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4.2rem;
	background-color: rgba(51,51,51,0.99);
	border: 0rem solid #eee;
	z-index: 8888;
	}
	.top-contro-bar.madigit-top .top-page-ti{
		display: block;
		margin: 0 auto;
		float: none;
		text-align: center;
		width: 60%;
		right: 20%;
	}
	.top-contro-bar.madigit-top.member-c-main{
		width: 1rem;
	background-color: transparent;
	}
	.top-contro-bar.madigit-top.member-c-main .top-page-ti{
		display: none;
	}
	.address-edit-lst{
	padding:6rem 0rem 5rem 0;
		width: 70%;
		margin: 0 auto;
}
	.address-edit-lst > b{
		margin: 0 4rem;
		font-size: 1.2rem;
	}
	.address-edit-lst ul li{
		margin: 1rem 4rem;
		font-size: 1rem;
	}
	.reg-btn > a.btn-add-sumit{
		width: 56%;
	}
	.address-details-lst > li >a{
		font-size: 1rem;
	}
	.reg-address-b .input-a{
	border: 0.1rem solid #FAAE01;
	border-radius: 2rem;
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1rem;
}
	.date-details-lst{
		width: 70%;
		margin: 0 auto;
}
    .date-details-lst li,.date-details-lst li p,.date-details-lst li a{
	font-size: 1rem;
	line-height: 2.4rem;
}
	#form-content,.form-content{
		width: 94%;
		margin: 0 auto;
	}
	.form-content p{
		font-size: 0.8rem;
		color: #999;
	}
	.reg-bottom-bar > a{
		width: 56%;
	}
	.timer-a-pv p,.timer-a-lst,.address-time-set a{
		font-size: 1rem;
	}
	.address-time-set li{
		font-size: 1.2rem;
	}
	.input-style-a select{
		line-height: 2.6rem;
		height: 2.6rem;
		font-size: 1rem;
	}
	.input-style-a input{
		line-height: 2.4rem;
		height: 2.4rem;
		font-size: 1rem;
	}
	.working-date-list{
		font-size: 1rem;
	}
	.add-timer-ab{
		line-height: 2.4rem;
		height: 2.4rem;
		font-size: 1rem;
	}
	.working-date-list .btn-add-days{
		background-size: 2rem;
	}
	.calendar-layer .top-bar{
		display: block;
		height: 4rem;
		line-height: 4rem;
	}
	.calendar-layer .top-bar .closer{
		margin: 0 1rem 0.7rem 1rem;
		float: right;
		width: 3rem;
		height: 3rem;
	}
	.order-all-list .top-bar p{
		line-height: 4rem;
		padding-left: 10%;
	}
	.calendar-ti-bar{
	position: fixed;
	top: 4.2rem;
	left:26%;
	width: 50%;
	background-color: #fff;
}
	.calendar-intro{
	overflow: hidden;
	padding: 0.5rem 0 0 0;
	font-size: 1.4rem;
}
	.calendar-intro,.calendar-intro span{
		font-size: 1rem;
	}
	.calendar-intro span{
		margin-right: 1.6rem;
		margin-left: -0.5rem;
	}
	.calendar-intro span i{
	width: 1rem;
	height: 1rem;
		border: 0.1rem solid #ccc;
		margin-left: 0.5rem;
}
	.calendar-ti{
	padding: 0.3rem 0;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
		text-align: center;
}
.calendar-ti span{
	display: inline-block;
	width: 13.6%;
	height: 3.2rem;
	line-height: 3.2rem;
	text-align: center;
	margin: 0.2rem 0.3%;
	background-color: #f5f5f5;
	float: left;
}
	.calendar-box .calendar-month > a{
	display: inline-block;
	width: 13.6%;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	margin: 0.2rem 0.3%;
	background-color: #f5f5f5;
	float: left;
}
	.calendar-box .calendar-month{
	height: auto;
	overflow: hidden;
	clear: both;
	padding: 1rem 0 0 0.5%;
	width: 50%;
	margin: 0 auto;
}
	.calendar-month-sel{
	width: 96%;
		font-size: 1.2rem;
		line-height: 2rem;
		padding: 1.2rem 0 0.5rem 0;
}
	.calendar-month-sel > a{
	line-height: 2rem;
	font-size: 1rem;
}
	.submit-bar > a{
		width: 56%;
	}
	.menu-bn-bar a{
		line-height: 2rem;
		height: 2rem;
		width: 5rem;
		font-size: 1rem;
	}
	.menu-bn-bar a.menu-a-new img{
	width: 1rem;
	height: 1rem;
	float: right;
	margin: 0.5rem 0.6rem 0 -0.5rem;
}
	.select-s-a{
		height: 2.4rem;
		line-height: 2.4rem;
		font-size: 1rem;
	}
	.select-types .add-menu-item{
	width: 7rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.9rem;
	margin: 0 1.6rem 0 0;
	padding-right: 0.5rem;
		border: 0.1rem solid #07033F;
}
.select-types .add-menu-item i{
	width: 2rem;
	height: 2rem;
	margin: 0;
	background-size: 1.2rem;
}
	.select-types{
	width: 94%;
	padding: 0.5rem 3%;
		top: 4.2rem;
}
	.select-types select{
		margin-left: 0;
	}
	.input-sty-a{
	height: 2.4rem;
	line-height: 2.4rem;
		font-size: 0.8rem;
}
	.member-menu-list,.total-list-ti{
		width: 70%;
		margin: 0 auto;
	}
	.member-menu-list li{
		border-radius: 0.4rem;
		width: 45%;
		margin: 0.5rem 3% 0.5rem 0;
		padding: 1rem 1%;
		float: left;
	}
	.menu-item-d > div > b{
		font-size: 1.4rem;
	}
	.menu-item-d > div > span{
		font-size: 1rem;
	}
	.menu-item-d > i{
		width: 4rem;
		height: 4rem;
	}
	.menu-item-d > div{
		margin-left: 5rem;
	}
	.menu-item-d > div > p b{
		font-size: 1.4rem;
	}
	.member-menu-list li p{
		font-size: 0.8rem;
	}
	.menu-lists p{
		padding: 0.2rem 0;
	}
	.input-s-b{
		height: 1.8rem;
		line-height: 1.8rem;
		font-size: 1rem;
	}
	.menu-bn-bar > div a{
	width: 1.4rem;
	height: 1.4rem;
	background-size: 1rem;
		border: 0.1rem solid #07033F;
}
	.select-style-a{
		font-size: 1rem;
		height: 2.6rem;
		line-height: 2.6rem;
	}
	.qrcode-list li a{
		line-height: 2.4rem;
		font-size: 1rem;
	}
	.base-info-p p,.edit-a{
		font-size: 1rem;
	}
	#form-content.base-info-edit{
		width: 80%;
		transform: scale(0.8);
	}
	.form-ul li{
		margin: 1rem 1rem;
		position: relative;
	}
	.form-ul input{
		font-size: 1rem;
		line-height: 2.4rem;
		height: 2.4rem;
		width: 89%;
	}
	.form-ul textarea{
		font-size: 1rem;
		line-height: 1.8rem;
		width: 89%;
	}
	.sns-acount{
		width:70%;
		margin: 0 auto;
	}
	.order-ctr-bar{
		padding-top: 0;
		display: none;
	}
	.member-info-de li{
		font-size: 1rem;
		background-size: 1.6rem;
	}
	.member-info-de li a{
		font-size: 1rem;
	}
	.address-edit-lst .pay-by-bank ul li,.address-edit-lst .pay-by-credit ul li{
		margin: 1rem 0;
	}
	.foot-cancel,.foot-tel{
		font-size: 0.9rem;
	}	
	.menu-code-b{
		padding: 1rem 0;		
	}
	.menu-code-b span{
		padding: 0 1.6rem;
		font-size: 1.2rem;
	}
	.store-info{
		width: 100%;
		margin: 0 auto;
		padding: 0 0 1rem 0;
		background-color: #fff;
	}
	.total-price-de{
		padding-bottom: 2rem;
		margin: 0 auto 8rem auto;
		width: 94%;
		padding: 0;
	}
	#store-header.rest-pay-de{
		background-color: transparent;
		padding: 5rem 2% 1rem 2%;
	}
	#store-header p.store-name-pay{
		padding-top: 2rem;
	}
	#store-header.rest-pay-de .store-info{
		width: 96%;
		margin: 0 auto;
		padding: 0 1% 1rem 1%;
		background-color: #fff;
	}
	.reg-bottom-bar > .pay-print-btn{
	width:56%;
}
	.order-all-ul.order-booking-list{
	padding: 0;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 32rem;
		width: 88%;
		margin: 8rem 0 0 12%;
		
}
	.order-all-ul.order-finish-list{
	padding-top: 0;
		overflow: hidden;
		height: auto;
		width: 88%;
		margin: 5rem 0 0 12%;
		
}
	
	.booking-off-mark{
		width:70%;
		margin: 1rem auto;
		border-top: 0;
}
	.booking-contro{
	position: fixed;
		left: 11%;
	top: 4.6rem;
	width: 88%;
	background-color: transparent;
}
	.booking-contro > p{
		color: #fff;
	}
    .booking-day-sel{
    float: left;
    margin: 0 1rem;
}
.booking-day-sel a{
    display: inline-block;
    padding: 0 1.5rem;
    line-height: 1.8rem;
    border: 0.1rem solid #FAAE01;
    float: left;
    margin-right: -0.1rem;
    font-size: 1rem;
    background-color: #fff;
	position: relative;
}
.booking-day-sel a.curent{
    background-color: #FAAE01;
    color: #fff;
}
	.booking-day-sel > a > i{
	display: block;
	position: absolute;
	right: 5%;
	top: 0.3rem;
	background-color: #f00;
	text-align: center;
	font-size: 0.5rem;
	color: #fff;
	border-radius: 1rem;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	font-style: normal;
}
	.table-under-order{
		width: 50%;
		float: right;
		margin-top: 0;
		font-size: 1rem;
	}
	.booking-setting-a{
	display: inline-block;
	float: right;
	padding-right: 0.4rem;
	background: url("../images/restaurant/icon_setting_a2.png") no-repeat center center;
	background-size: 1.2rem;
	line-height: 2rem;
		width: 1.6rem;
	margin-right: 1.6rem;
		color: #f5f5f5;
		font-size: 0.9rem;
		height: 2.2rem;
}
	.order-all-ul.order-booking-list li{
	width: 15%;
	height: 5rem;
	margin: 0 1rem 1rem 0;
	border: 0.1rem solid transparent;
	float: left;
	background-color: #e5e5e5;
	color: #333;
	font-size: 1.2rem;
	border-radius: 0.2rem;
	position: relative;
	text-align: left;
		clear: none;
		padding: 0.5rem 1%;
}
	.order-all-ul.order-finish-list li{
	width: 16%;
	height: 6rem;
	margin: 0.6rem;
	border: 0.1rem solid transparent;
	float: left;
	background-color: #e5e5e5;
	color: #333;
	font-size: 0.8rem;
	border-radius: 0.2rem;
	position: relative;
	text-align: left;
		clear: none;
		padding: 0 1%;
}
    
    /* --------------------------------- update 0820 ---------------- */
    .qr-code-list{
        width: 70%;
        margin: 0 auto;
		padding-top: 1.5rem;
    }
	.order-all-ul.table-li{
		overflow: hidden;
		width: 88%;
		height: auto;
		padding: 0 0 6rem 0;
		margin-left: 12%;
	}
    .order-all-ul.table-li li{
	width: 18%;
	height: 6rem;
	margin: 0.2rem;
	border: 0.1rem solid transparent;
	float: left;
    clear: none;
	background-color: #e5e5e5;
	color: #333;
	font-size: 1.2rem;
	border-radius: 0.2rem;
	position: relative;
	text-align: left;
        padding: 0;
        overflow: visible;
}
	.order-all-ul.table-li li.li-orders{
		border: 0.1rem solid #FAAE01;
	background-color: #FDEACB;
	}
    .order-all-ul.table-li li b{
	text-align: left;
        display: block;
        width: 100%;
		padding: 0 0.5rem;
		margin: 0 0 -1rem 0;
}
	.order-all-ul.table-li li tm{
		padding: 0 0.5rem;
		font-size: 0.8rem;
	}
    .top-sub-bar select{
    width: 16rem;
    height: 2.4rem;
    border: 0.1rem solid #FAAE01;
    line-height: 2.4rem;
    border-radius: 1.5rem;
        font-size: 1rem;
        padding: 0 0.5rem
}
.top-sub-bar input{
    height: 2rem;
    border: 0.1rem solid #FAAE01;
    line-height: 2rem;
    border-radius: 1.5rem;
     font-size: 1rem;
        padding: 0 0.5rem
}
    #appcav{
    width: 50%;
        margin: 0 auto;
}
	.data-show-select{
		right: 2rem;
		color: #fff;
	}
    .data-show-select .select-li{
    position: absolute;
    top: 2.4rem;
    right: 0;
    border: 0.1rem solid #707070;
    border-radius: 0.3rem;
    width: 10rem;
    background-color: #fff;
    padding: 0.5rem 0;
    z-index: 10036;
    display: none;
}
    .data-show-select .select-li a{
    display: block;
    font-size: 1rem;
}
   .filter-select-a select{
    border: 0;
    background-color: transparent;
    outline: none;
    height: 2.4rem;
    width: 96%;
    padding-left: 5%;
       font-size: 1rem;
}
	p.cooking-time-set{
		font-size: 1rem;
		line-height: 3rem;
	}
	.cooking-time-set .sel-timer{
		height: 3rem;
		font-size: 1rem;
	}
	.filter-bar .filter-cal > input{
		font-size: 1rem;
	}
	.send-mailcode button{
	height: 2.6rem;
		font-size: 1rem;
}
	.qrcode-list li p{
	display: inline-block;
	font-size: 1rem;
		width: 60%;
}
	.qr-select-list{
	width: 60%;
	margin: 0 auto;
}
.qr-select-list li{
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.qr-select-list label{
	display: block;
	cursor: pointer;
	overflow: hidden;
	padding: 0.5rem 0.5rem 0.5rem 4rem;
	font-size: 1rem;
	border: 0.1rem solid #fce6b4;
	border-radius: 0.5rem;
	line-height: 1.6rem;
	background-size: 1.6rem;
	background-repeat: no-repeat;
	background-position: 1rem center;
}
	.checkbox_type,.menu-cooking-list input.checkbox_type {
    width: 1.2rem;
    height: 1.2rem;
    appearance: none;
    position: relative;
    outline: none;
    float: left;
		margin: 0 0.3rem;
}
.checkbox_type:before{
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	background: url("../images/user/home/icon_correct_24_2x_b.png") no-repeat center center;
	background-size: 1.2rem;
    position: absolute;
}
	.takeout-only-today .checkbox_type:before{
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 0.4rem;
    vertical-align: middle;
	background: #c4c4c4 url("../images/user/home/icon_correct_24_2x_b.png") no-repeat center center;
	background-size: 1.2rem;
    position: absolute;
}
	.login-form ul li input.checkbox_type{
		width: 1.2rem;
		height: 1.2rem;
	}
	.login-form ul li input.checkbox_type:before{
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 0.2rem;
    vertical-align: middle;
	background: #c4c4c4 url("../images/user/home/icon_correct_24_2x_b.png") no-repeat center center;
	background-size: 1.2rem;
    position: absolute;
}
.checkbox_type:checked:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
}
.checkbox_type:checked:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
	background:#aad92a url("../images/user/home/icon_correct_24_2x.png") no-repeat center center;
	background-size: 1.2rem;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
	
.checkbox_type:checked + label {
    color: #edd19d;
}
.checkbox_type_delete,.menu-cooking-list input.checkbox_type_delete {
    width: 1.2rem;
    height: 1.2rem;
    appearance: none;
    position: relative;
    outline: none;
    float: left;
	margin: 0 0.3rem;
}
.checkbox_type_delete:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	background:url("../images/user/home/icon_wrong_24_2x.png") no-repeat center center;
	background-size: 1.2rem;
    position: absolute;
}
.checkbox_type_delete:checked:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
}
.checkbox_type_delete:checked:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
	background:url("../images/user/home/icon_wrong_24_2x.png") no-repeat center center;
	background-size:1.2rem;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.checkbox_type_delete:checked + label {
    color: #edd19d;
}
	/* .booking-setting-b{
	display: inline-block;
	float: right;
	padding-left: 2.2rem;
	background: url("../images/restaurant/icon_book_food_list_pad.png") no-repeat left center;
	background-size: 1.4rem;
	line-height: 3rem;
	margin-right: 0.4rem;
	font-size: 0.9rem;
		color: #fff;
} */
	.order-all-list.book-order-li .top-bar{
		display: block;
		height: 4rem;
	}
	.order-all-list.book-order-li .top-bar p{
		font-size: 1.6rem;
		line-height: 4rem;
		width: 62%;
	}
	.order-all-list.book-order-li .top-bar .closer{
	width: 2.6rem;
	height: 2.6rem;
	float: left;
	padding: 0.5rem;
	margin: 0 0 0 1.2rem;
}
	.filter-food{
		top: 4rem;
	}
		.filter-food select{
			font-size: 1rem;
			height: 2rem;
		}
	.user-edit-att{
	font-size: 0.9rem;
	padding: 0 2rem;
	margin-bottom: -1rem;
	text-align: center;
}
	.foot-line-1 .btn-print-tb-qr{
	margin-top: 0;
}
	p.order-time-c{
		padding: 1rem 1.6rem 0 1.6rem;
		font-size: 1rem;
	}
	
	.menu-code-li,.btn-total-menu{
	display: none;
}
	.btn-total-menu{
	margin-top: 5rem;
}
	.cooking-oreder-de{
	clear: both;
	margin: 1rem 0 0 0;
	background-color: #E6E6E6;
	overflow: scroll;
}
	.menu-de-stat b.food-shuliang{
		font-size: 1.4rem;
		display: inline-block;
        width: 2rem;
		text-align: center;
		line-height: 2rem;
	}
	.menu-de-stat .order-number{
	color: #F45400;
	font-size: 1.5rem;
	display: inline-block;
	padding-right: 0.4rem;
	margin-right: 0.4rem;
	border-right: 0.1rem solid #999;
	float: left;
	line-height: 2rem;
}
	.menu-de-stat .order-time-ti{
	float: left;
	border-right: 0.1rem solid #999;
	padding-right: 0.2rem;
	margin-right: 0.2rem;
}
	.menu-de-stat .order-time-ti .order-time{
	font-size: 0.5rem;
	display: block;
}
.menu-de-stat .order-time-ti .cooking-use-time{
	font-size: 0.8rem;
	display: block;
	color: #FF0000;
}
	.printer-click{
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	float: left;
	margin: 0 0.1rem;
	background: url("../images/restaurant/icon_print_3x.png") no-repeat center center;
	background-size: 1.4rem;
}
.his-printer{
	width: 2rem;
	height: 2rem;
	display: block;
	float: right;
	margin: 0.1rem 0.2rem 0 0;
	background: url("../images/restaurant/icon_print_3x.png") no-repeat center center;
	background-size: 1.6rem;
}
	.order-de-ul li p{
	background-color: #f9f9f9;
	border-bottom: 0.3rem solid #E6E6E6;
	height: auto;
	overflow: hidden;
	clear: both;
}
.order-de-ul li p > b,.order-de-ul li p > span{
	padding: 0.5rem;
	float: left;
	display: block;
}
.order-de-ul li p b.number{
	font-size: 1.2rem;
	width: 15%;	
	float: left;
	text-align: center;
}
.order-de-ul li p b.name{
	width: 62%;
	float: left;
	border-left: 0.3rem solid #E6E6E6;
	font-size: 0.8rem;
	min-height: 2rem;
}
.order-de-ul li p span.number{
	font-size: 1rem;
	width: 15%;	
	float: left;
	text-align: center;
}
.order-de-ul li p span.name{
	width: 65%;
	float: left;
	border-left: 0.3rem solid #E6E6E6;
	font-size: 0.7rem;
}
	.order-series-sel .order-ot-timer{
	float: none;
		clear: both;
}
.order-ot-timer span{	
	padding-left: 1rem;
	margin-right: 0.5rem;
	font-size: 0.6rem;
	float: left;
	display: inline-block;
	position: relative;
	color: #f9f9f9;
}
.order-ot-timer span.ord-over-20:before{
	content: "";
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 0.2rem;
	left: 0;
	border-radius: 2rem;
	background-color: #FF0000;
}
.order-ot-timer span.ord-new:before{
	content: "";
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 0.2rem;
	left: 0;
	border-radius: 2rem;
	background-color: #017FFE;
}
	.order-type-tag{
	float: right;
		padding-top: 0;
}
.order-type-tag a{
	display: inline-block;
	margin-left: 0;
	margin-right: 1rem;
	float: left;
	font-size: 0.8rem;
	padding: 0 0.5rem;
	border-radius: 0.3rem;
	line-height: 1.6rem;
	position: relative;
}
	.order-type-tag a i{
	display: block;
	position: absolute;
	top: -0.6rem;
	right: -0.6rem;
	background-color: #FAAE01;
	color: #4A4A4A;
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	border-radius: 2rem;
}
	.pay-counter{
	position: fixed;
	top: 4.2rem;
	left: 50%;
	z-index: 10001;
	box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.2);
		margin: 0 auto;
		width: 50%;
		height: 90%;
		background-color: #fff;
	}
	.bill-list{
		width: 50%;
		margin: 0;
		padding-top:0;
		transform: scale(0.9);
	}
	.pay-jisuan{
		width: 30%;
		float: right;
	}
	.pay-counter p b{
		font-size: 1rem;
		line-height: 2.6rem;
	}
	.menu-cooking-list.pay-details-ul{
		width: 100%;
	}
	.menu-cooking-list.pay-details-ul > li {
		clear: both;
		width: 90%;
		padding: 0 5%;
		margin: 0 0 0.2rem 0;
		background-color: #fdfdfd;
	}
	.pay-counter p input,.pay-counter p b.pay-total-price{
	width: 50%;
	height: 2.6rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	border: 0;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
}
.pay-counter p input::-webkit-input-placeholder {
        color: #999;
	font-size: 1.2rem;
      }
.pay-counter p input::-moz-input-placeholder {
        color: #999;
	font-size: 1.2rem;
      }
.pay-counter p input::-ms-input-placeholder {
        color: #999;
	font-size: 1.2rem;
      }
	.menu-cooking-list .sub-title span,.menu-cooking-list .sub-d-p > p span{
		font-size: 1rem;
	}
	.menu-cooking-list .sub-title{
		padding: 1rem 0;
	}
	/* ---------------------- end ---------------------- */
	
	.cooking-add-order-time{
	font-size: 0.8rem;
	padding: 0.5rem 1rem;
	border-bottom: 0.2rem solid #eee;
	color: #FF6668;
		line-height: 2rem;
}
	.order-de-ul label{
	float: right;
	padding-top: 0.5rem;
	margin-right: 0;
    }
	.cooking-oreder-de .de-sub-ti span{
	font-size: 0.8rem;
}
	.cooking-oreder-de .de-sub-ti .qty{
	width: 2rem;
	display: inline-block;
	text-align: center;
}
	.order-add-time{
	padding: 0.2rem 0.8rem 0.2rem 2.4rem;
	margin: 0.2rem auto;
	background: #eee url("../images/user/home/icon-center-2.png") 1rem center no-repeat;
	background-size: 1.2rem;
	font-size: 1rem;
		width: 88.5%;
}
	.dinner-man-foot,.dinner-bb-foot{
	background-repeat: no-repeat;
	background-size: 2rem;
	background-position: left center;
	line-height: 3rem;
	font-size: 1.4rem;
	padding: 0 0 0 3rem;	
	float: left;
	display: inline-block;
}
.dinner-man-foot{
	background-image: url("../images/icon_man.png");
	margin: 0 0.2rem 0 0.5rem;
}
.dinner-bb-foot{
	background-image: url("../images/icon_baby.png");
	margin: 0 0.2rem;
}
	.dinner-man-foot,.dinner-bb-foot{
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-position: left center;
	line-height: 2rem;
	font-size: 0.8rem;
	padding: 0 0 0 1.5rem;	
	float: left;
	display: inline-block;
}
	.btn-order-confirm{
	width: 40%;
	float: right;
}
	.foot-line-1.table-order-ctr{
		float: right;
	}
	.message-box.lineup-form .confirm-box{
	margin-top: -12rem;
}
	.message-box.lineup-form div > span{
	line-height: 3rem;
	display: inline-block;
		font-size: 1rem;
		padding:  0;
}
	.lineup-form .confirm-box > div > p input{
	width: 60%;
	float: left;
	line-height: 2.4rem;
	border: 0;
	margin: 0;
	padding: 0;
		font-size: 1rem;
}
	.message-box.lineup-form .confirm-box div{
	text-align: left;
	padding: 0 2rem;
	line-height: 2.4rem;
	margin: 1rem 0;
	font-size: 1rem;
	clear: both;
		height: auto;
		overflow: hidden;
}
	.message-box.lineup-form p{
	text-align: left;
	padding: 0 2rem;
	line-height: 2rem;
	margin: 0.2rem 0;
	font-size: 1rem;
		float: right;
		width: 55%;
}
	.message-box.lineup-form p button,.message-box.lineup-form div button{
	float: right;
	display: inline-block;
	width: auto;
	font-size: 1rem;
	padding: 0 1.5rem;
	margin: 0 -1.5rem 0 0;
}
	.login-form .verCode{
	height: 2.8rem;
}
	.index-forget-pw{
	padding: 1rem 0 1.4rem 0;
}
	.menu-de-stat > span{
		font-size: 1rem;
		position: relative;
	}
	.order-cooking > li{
	margin: 0.2rem 2rem 0 0;
	display: block;
}
	.message-box.lineup-form div.call-ctr button{
	width: 42%;
	line-height: 2.4rem;
	margin: 0 4% 1rem 4%;
	padding: 0;
	float: left;
	border: 0.1rem solid transparent;
	border-radius: 4rem;
	font-size: 1rem;
	color: #fff;
}
	.cooking-add-order-time .addnew-print{
	width: 2rem;
	height: 2rem;
	float: right;
	background: url("../images/restaurant/icon_print_3x.png") center center no-repeat;
	background-size: 1.6rem;
	border: 0;
}
	.order-de-ul label input{
	width: 2rem;
	height: 2rem;
	margin: 0 1.7rem;
	background-size: 1.6rem;
}
	.order-de-ul .de-left label input{
	width: 2rem;
	height: 2rem;
	background-size: 1.6rem;
		transform: scale(0.8);
}
.order-de-ul label input:before,.order-de-ul label input:checked::after,.order-de-ul label input.checkbox_type:checked:before,.order-de-ul label input.checkbox_type:checked:after,.order-de-ul label input.checkbox_type_delete:checked:before{
	width: 2rem;
	height: 2rem;
	background-size: 1.6rem;
}
	.menu-code-li-new li b{
	padding-top: 0rem;
	margin-bottom: -1rem;
	margin-top: 0rem;
	line-height: 3rem;
}
	
.Close-of-busi{
	display: none;
	position: fixed;
	top: 4rem;
	left: 15%;
	text-align: center;
	width: 70%;
	background-color: #FF4343;
	padding: 0;	
}
.Close-of-busi p{
	font-size: 2.4rem;
}
	.Close-of-busi p:first-child{
		padding-top: 10rem;
	}
	.no-order .btn-ponit{
		color: #fff;
		font-size: 0.9rem;
		padding: 2rem 0 0 38%;
	}
	.no-order a.a-point{
	width: 3.2rem;
	height: 1.2rem;
	}
	.no-order .a-point i,.no-order a.a-point-on i{
	width: 1rem;
	height: 1rem;
	top: 0rem;
}
	.member-center > .menu-content:nth-child(3),.member-center > .menu-content:nth-child(4){
		min-height: 15rem;
	}
	.printer-set{
	width: 2rem;
	height: 2rem;
	display: inline-block;
	position: fixed;
	right: 6rem;
	top: 1rem;
}
	.menu-content > ul > li p span{
	position: absolute;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	text-align: center;
	font-size: 0.6rem;
	line-height: 1rem;
	color: #333;
	background-color: #FAAE01;
	top: -0.5rem;
	right: -1rem;
}
	.table-guest-price{
		display: block;
    	clear: both;
    	padding: 0.2rem  5% 0 5%;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #f5ddb5;
		width: 90%;
    }
	.table-guest-price .dinner-man-foot,.table-guest-price .dinner-bb-foot{
	background-repeat: no-repeat;
	background-size: 0.8rem;
	background-position: left center;
	line-height: 1.2rem;
	font-size: 0.7rem;
	padding: 0 0 0 1rem;	
	float: left;
	display: inline-block;
		margin: 0 0.5rem 0 0;
}
	.order-all-ul.table-li li b.table-order-price{
		float: right;
		width: 50%;
		font-size: 0.8rem;
		text-align: right;
		margin: 0;
		padding: 0;
		line-height: 1.5;
		color: #666;
		font-weight: normal;
	}
	i.table-food-no,i.table-food-cooking{
		left: 1rem;
	}
	.order-cooking .menu-cooking-list > li{
	margin: 0.2rem 3%;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 0 0 0 3rem;
	position: relative;
	float: left;
	width: 89%;
	clear: both;
}
	.menu-cooking-list .sub-d-p{
		padding-bottom: 1rem;
	}
	.footer-bar.table-de-footbar{
		background-color: #fff;
		width: 90%;
		left: 3%;
	}
	.menu-code-li-new.booking-order-lst .order-book b,.menu-code-li-new.booking-order-lst .order-book-confirm b,.menu-code-li-new.booking-order-lst .order-takeoutNow b{
		width: 100%;
		margin: 0 0 -1.6rem 0;
		padding: 0.3rem 0;
	}
	.top-contro-bar.details-page{
		top: 0;
	}
	.price-de p,.price-de p .price-mumber{
		font-size: 1rem;
	}
	
	.booking-time-t b{
		font-size: 1.6rem;
	}	
	.booking-time-t span{
		font-size: 1rem;
	}
	.payment-status{
		font-size: 0.6rem;
		text-align: left;
		margin-top: -1.2rem;
		padding: 0;
	}
	.order-book-b .payment-status{
		font-size: 0.6rem;
		text-align: left;
		margin-top: -1.2rem;
		padding: 1rem 0;
	}
	.payment-status img{
		height: 0.8rem;
	}
	.booking-order-lst .payment-status{
		font-size: 0.6rem;
		text-align: left;
		margin-top: -1.2rem;
		padding: 0;
	}
	
	.order-all-ul.order-finish-list li b{
	display: block;
	font-size: 1.8rem;
	padding: 0.5rem 0 0 0;
	margin-bottom: -1.2rem;
	margin-top: 0;
	line-height: 3rem;
		clear: both;
		width: 100%;
}
	.order-all-ul.order-finish-list li ot{
		display: block;
		position: relative;
		padding: 0;
		margin: 0;
	}
	.order-all-ul.order-finish-list li.order-book-b ot{
		display: block;
		position: relative;
		padding: 0.8rem 0;
		margin: 0;
	}
	.menu-cooking-list.finish-ord-lists > li{
		margin: 0.6rem 0;
		width: 100%;
		padding: 0 2%;
	}
	.reg-bottom-bar{
	left: 0;
	width: 100%;
}
	.reg-bottom-bar.cash-pay-foot{
	left: 50%;
	width: 50%;
}
.notes-textarea{
	padding: 1.6rem;
	background-color: transparent;
}
	.notes-textarea > b{
		font-size: 1.1rem;
	}
	.notes-textarea textarea{
		font-size: 0.8rem;
		height: 4.2rem;
	}
	.message-box.calculator-att .confirm-box{
		margin-top: -12rem;
	}
	.calculator-att h3{
		font-size: 1.4rem;
	}
	.calculator-att ul b{
		font-size: 1.2rem;
	}
	.reg-bottom-bar.pay-details-page{
		width: 94%;
		left: 3%;
	}
	.food-list > li .item-details b{
		font-size: 1.2rem;
	}
	.it-details-ti b,.it-details-ti span{
	font-size: 1.2rem;
}
	.food-list > li .item-thumb{
		width: 3.6rem;
		height: 3.6rem;
	}
	.food-list > li{
		padding: 1rem 0;
	}
	.filter-bar .filter-search{
	width: 2rem;
	height: 2rem;
	background-size: 1.4rem;
		float: left;
		margin-right: auto;
		margin-left: 1rem;
}
	.food-type-name{
		width: 50%;
		margin-bottom: 1rem;
	}
	.menu-type{
    position: fixed;
    left: 0;
    top: 4.2rem;
    width: 100%;
    height: 3.2rem;
    z-index: 999;
    background-color: #fff;
    text-align: center;
}
	.menu-type ul{
    width: 40%;
    height: 2rem;
    line-height: 2rem;
    margin: 0.4rem auto;
    border-radius: 0.2rem;
    border: 0.1rem solid #FAAE01;
    overflow: hidden;
}
.menu-type ul li{
    width: 50%;
    float: left;
    font-size: 1rem;
    line-height: 2rem;
    color: #333;
}
	.date-details-lst.menu-lists{
		width: 94%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}
	.date-details-lst.menu-lists > li{
		width: 42%;
		clear: none;
		margin: 1rem auto;
		padding: 0.5rem 2%;
	}
	.date-details-lst.menu-lists h3{
		font-size: 1.2rem;
		padding: 0;
	}
	.menu-bn-bar a.menu-a-copy,.menu-bn-bar a.menu-a-new{		
		font-size: 0.7rem;
		height: 2rem;
		line-height: 2rem;
	}
	.menu-bn-bar a.menu-a-copy{
		width: 42%;
	}
	.menu-bn-bar a.menu-a-new{
		width: 52%;
	}
	.menu-type-select{
    width: 90%;
    height: 2.4rem;
    overflow: hidden;
    margin: 1rem auto 0 auto;
    border: 0.1rem solid #FAAE01;
    border-radius: 2rem;
}
.menu-type-select select{
    width: 90%;
    height: 2.4rem;
    font-size: 0.8rem;
    border: 0;
    outline:none;
}
	.member-menu-list.menu-lists{
		width: 96%;
		margin: 0 3% 1rem 3%;
		height: auto;
		overflow: hidden;
		clear: both;
	}
	#foodlist{
	padding-top: 8rem;
}
	#foodlist .total-list-ti{
		width: 92%;
		margin: 0 2%;
		padding: 0.5rem 2%;
	}
	.menu-item-th .menu-item-th-mark .item-copy-a{
	float: right;
		line-height: 1.6rem;
	display: block;
	background: url("../images/restaurant/icon_copy_btn_3x.png") 0.4rem center no-repeat;
	background-size: 1rem;
		padding: 0 1rem 0 1.8rem;	
		font-size: 0.8rem;
}
	.menu-item-d > div > p a{
	font-size: 1rem;
}
	.fooddetail-edit{
	padding-top: 0;
		transform: scale(0.7);
}
	.base-info-p{
		width: 80%;
		margin: -4rem auto 0 auto;
		transform: scale(0.8);
	}
	.pay-type-list{
		padding: 1rem 0 0 0;
	}
	.pay-type-list > ul{
		transform: scale(0.7);
	}
	.menu-type-list{
		transform: scale(0.7);
		padding: 0;
	}
	.menu-type-list > ul{
		padding: 0;
		margin-top: -4rem;
	}
	.reg-address-b{
		transform: scale(0.8);
		margin-top: -4rem;
	}
	.reg-address-b .container{
		transform: scale(0.8);
		margin: -2rem auto;
	}
	.qr-code-table{
		transform: scale(0.8);
	}
	.qr-code-list li input,.qr-code-textarea textarea{
		font-size: 1rem;
	}
	.top-sub-bar{
		top: 4.2rem;
	}
	.top-sub-bar > ul{
		padding: 0.5rem 0;
	}
	.content-data{
		padding-top: 7rem;
		width: 66%;
		margin: 0 auto;
	}
	.content-data > ul{
		margin: 0 0 2rem 0;
	}
	
	.daily-list > ul > li{
		min-height: 10rem;
	}
	.data-top-bar .top-page-ti{
		text-align: center;
	}
	.menu-code-bar.menu-takeout-new{
	height: 82%;
		background-color: transparent;
}
	.menu-details-new .menu-de-stat{
		margin: 0;
		padding: 0.5rem 2%;
		font-size: 1rem;
		width: 96%;
	}
	.show-order-de .payment-status-waimai{
		border-radius: 0;
		font-size: 0.8rem;
		padding: 0.5rem 2%;
		margin: 5.2rem auto 0 auto;
		width: 66%;
		border-bottom: 0.1rem solid #eee;
	}
	.payment-status-waimai img{
		height: 1rem;
	}
	.menu-copy-to-series .select-s-a{
		width: 90%;
	}
	.gongying-shijian{
		border-radius: 1rem;
		height: 2rem;
		line-height: 1.4;
		border: 0.1rem solid #FAAE01;
		font-size: 0.7rem;
		display: block;
		float: right;
	text-align: center;
	padding: 0 1rem;
	margin-right: 2rem;
	}
	.order-no-pay-att{
	position: absolute;
	top: -4rem;
	left: 2%;
	background-color: rgba(0,0,0,.8);
	height: 3rem;
	color: #fff;
	width: 86%;
	padding: 0.5rem 5%;
	line-height: 3rem;
	font-size: 1.4rem;
	display: block;
	border-radius: 1rem;
}
	.order-no-pay-att a.check-order-pay-err{
	display: inline-block;
	border-radius: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	color: #000;
	background-color: #FAAE01;
	margin-left: 1rem;
		font-size: 1.2rem;
}
.order-no-pay-att .close{
	position: absolute;
	top: 1rem;
	right: 2rem;
	width: 2rem;
	height: 2rem;
	display: block;
	background: url("../images/user/home/icon_close_2x.png") center center no-repeat;
	background-size: 2rem;
}
	.date-details-lst li a.menu-preview-a{
	display: inline-block;
	float: right;
	margin-left: 2rem;
	font-size: 0.8rem;
	padding: 0 2rem 0 0.5rem;
	position: relative;
	line-height: 1.6rem;
	border: 0.1rem solid #FAAE01;
	border-radius: 2rem;
	color: #07033F;
}
.menu-preview-a:before{
	position: absolute;
	top: 0;
	right: 0.5rem;
	display: block;
	background: url("../images/restaurant/icon_eye_h.png") right center no-repeat;
	background-size: 1rem;
	content: "";
	height: 1.6rem;
	width: 1.6rem;
}
	.menu-quxiao-caipin:before{
		content: "已取消";
		position: absolute;
		top: 0.8rem;
		right: 1rem;
		color: #f00;
	}
	.table-qr-guding-suiji{
		margin: 3rem 0 -3rem 0;
		transform: scale(0.8);
	}
	.table-qr-sended-att .po-box{
	margin-top: -8rem;
	padding: 2rem 0;
}
.table-qr-sended-att .po-box p{
	padding: 0.5rem;
	font-size: 1rem;
}
	
	.login-form ul li.login-remember-pw{
	padding: 1rem 0;
	font-size: 0.8rem;
	color: #666;
}
	.order-date-today,.order-date-tomorow,.order-date-other{
	padding: 0 1rem;
	margin: 1rem 0 1rem 0;
	color: #fff;
	font-size: 0.8rem;
	position: relative;
	line-height: 1.6rem;
	height: 1.6rem;
}
.order-date-today:before{
	border-left: 0.8rem solid #FAAE01;
	border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
	right: -0.8rem;
}

.order-date-tomorow:before{
	border-left: 0.8rem solid #FF5F5F;
	border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
	right: -0.8rem;
}
.order-date-other:before{
	border-left: 0.8rem solid #CCCCCC;
	border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
	right: -0.8rem;
}
	.menu-code-li-new .order-takeoutNow span.booking-span{
	font-size: 0.6rem;
		background-color: #FF5F5F;
		display: block;
		width: 100%;
		text-align: center;
		height: auto;
		line-height: 1;
		border-radius: 0.2rem;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
}
	.takeout-order-all{
	float: left;
	margin: 0.5rem 0 0 0.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.8rem;
	color: #A9DA29;
	padding-left: 1.6rem;
	background: url("../images/icon_msg_green.png") left center no-repeat;
	background-size: 1.2rem;
}
.takeout-order-stop{
	float: left;
	margin: 0.5rem 0 0 0.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.8rem;
	color: #FF5F5F;
	padding-left: 1.6rem;
	background: url("../images/icon_msg_red.png") left center no-repeat;
	background-size: 1.2rem;
}
	.takeout-only-today{
	float: right;
	margin: 0.6rem 1.2rem 0 0;
	font-size: 0.8rem;
	line-height: 1.2rem;
		color: #fff;
}
	.takeout-address{
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.8rem;
	float: right;
	margin: 0.5rem 1rem 0 0;
	width: 6rem;
}
	.show-order-de{
	background-color: #e6e6e6;
}
	.show-order-de .top-bar{
		height: 4.2rem;
	}
	.show-order-de .top-bar .closer{
		margin-top: 0.5rem;
	}
	.show-order-de .top-bar h3{
		padding: 0;
		margin: 0 0 0 -3rem;
		line-height: 4.2rem;
	}
	.show-order-de .order-ctr-bar{
		width: 70%;
		padding: 1rem 15%;
	}
	.show-order-de .order-ctr-bar > p{
		float: left;
		width: 48%;
		margin: 0 2%;
	}
	.show-order-de .order-ctr-bar > a{
		float: left;
		width: 42%;
		margin: 0 2%;
	}
	.show-order-de .order-ctr-bar .btn-submit-style1 span{
		line-height: 2.4rem;
		margin: 0 0.5rem;
	}
	.show-order-de .menu-details-box{
		width: 75%;
		margin: 0 auto;
	}
	.order-de-ul label.menu-se-check{
	position: absolute;
	top: 0.1rem;
	right: 0.2rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin: 0;
	padding: 0;
}
	/* wan cheng ye mian */
.finish-list-series{
	position: fixed;
	background-color: transparent;
	padding: 1rem 0;
	top: 4rem;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.finish-list-series > div{
	margin: 0 auto;
	width: 40%;
	border: 0.1rem solid #FAAE01;
	border-radius: 0.4rem;
	line-height: 2rem;
	height: 2rem;
}
.finish-list-series > div a{
	width: 50%;
	text-align: center;
	font-size: 1rem;
	display: block;
	float: left;
	color: #fff;
}
.finish-list-series > div a.curent{
	color: #fff;
	background-color: #FAAE01;
}
	.menu-code-li-new.finish-list-ul{
		padding: 4rem 0 8rem 1rem;
	}
	
	/* ---------------------------- */
	
	.order-de-ul label.menu-se-check.checkbox-peicai input{
	transform: scale(0.7);
}
	.menu-de-stat.finish-ord{
		margin: 0;
		padding: 0.5rem 2%;
		font-size: 1rem;
		width: 66%;
	}
	/* tongji css */
.top-page-ti-data{
	width: 40%;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
	display: block;
	float: left;
	position: absolute;
	top: 1rem;
	left: 50%;
	margin-left: -20%;
	border-radius: 0.2rem;
	border: 0.1rem solid #FAAE01;
}
.top-page-ti-data a{
	width: 35%;
	text-align: center;
	display: block;
	float: left;
	font-size: 0.8rem;
	color: #fff;
}
	.data-list-title{
		font-size: 1.2rem;
	}
	
	.content-data .data-ti-a > p{
		font-size: 1rem;
	}
	.content-data .data-t-a{
		font-size: 2.4rem;
	}
	.stat-sub-t{
		font-size: 1rem;
	}
	.booking-tag a{
		font-size: 1.2rem;
	}
	/* end */
	.waiter-contact-input-paddingtop{
	padding-top: 0;
}
	/* --------------------------------------------------------------- */
}

@media only screen and (min-width: 961px) {
.footer-bar{
	position: fixed;
	left: 15%;
	bottom: 0;
	background-color: rgba(230,230,230,0.99);
	padding: 0 2% 0 2%;
	width: 66%;
	z-index: 11092;
}
	.footer-bar.booking-de-queren{
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: rgba(230,230,230,0.99);
	padding: 0 2% 0 2%;
	width: 96%;
	z-index: 11092;
}
	.footer-bar.finish-de-jiezhang{
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: rgba(230,230,230,0.99);
	padding: 0 2% 0 2%;
	width: 96%;
	z-index: 11092;
}
	.table-de-p .menu-details-box{
		height: 25rem;
	}
	.table-de-p{
		background-color: #E6E6E6;
	}
	.table-de-p.finish-de-page .menu-details-box{
		height: auto;
		min-height: 25rem;
		overflow: hidden;
		padding-bottom: 8rem;
	}

	
}









