:root { 
	--waiter: #006ac1;
	--guest: #f36e21;
	--guest2: #008a00;
	--guestLite: #f4b300;
	--primary: #2086bf;
}
body {
	background-color: #111;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
	height: auto;
}

html {
	height: auto;
}

.dialog {
	display: none;
}

.foot-tips {
	height: 3rem;
	font-size: 1.5rem;
	background-color: #2086bf;
	padding-right: 10px;
	text-align: right;
	line-height: 3rem;
}

.notify {
	max-width: 100%;
}

.notify .notify-text {
	font-size: 1.5rem;
}

.head {
	height: 0px;
}

.clear:after {
	content: "";
	clear: both;
	display: block;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}
/* width */
.w1 {
	width: 100% !important;
}

.w2 {
	width: 50%;
}

.w3 {
	width: 33.3%;
}

.w4 {
	width: 25%;
}

.w5 {
	width: 20%;
}

.tableno-width {
	width: 5rem;
}

/* font-size */
.bignum {
	font-size: 2rem;
}

.smallnum {
	font-size: 0.8rem;
}

/* restaurant-name */
.restaurant-name {
	font-size: 2rem;
	height: 3rem;
	color: #fff;
	text-align: right;
	line-height: 3rem;
}

.restaurant-name .head-right {
	font-size: 1.5rem;
	margin-right: 10px;
}

.restaurant-name .fleft {
	margin-top: -1px;
	padding: 0 10px;
	font-weight: bolder;
}

.dialog .input-control.checkbox .check:before {
	top: 20%;
	left: 20%;
	height: 1.2rem;
	width: 2rem;
	border-width: 0.5rem;
}

/* .dialog .input-control.radio .check:before {
	top: 20%;
	left: 20%;
	height: 1.2rem;
	width: 2rem;
	border-width: 0.5rem;
} */
.dialog .need-print .input-control.checkbox .check:before,#scanPayDialog .scan-need-confirm .input-control.checkbox .check:before
	{
	top: 30%;
	left: 30%;
	height: 0.6rem;
	width: 1rem;
	border-width: 0.3rem;
}

#scanPayDialog .scan-need-confirm .input-control.checkbox .check:before
	{
	top: 40%;
	left: 30%;
	height: 0.4rem;
	width: 0.8rem;
	border-width: 0.2rem;
}

.save-pass .input-control.checkbox .check:before {
	top: 30%;
	left: 30%;
	height: 0.6rem;
	width: 1rem;
	border-width: 0.25rem;
}

.dialog .dialog-close-button {
	width: 3rem;
	height: 3rem;
	font-size: 3rem;
	top: 0;
	right: 0;
	background-color: #ddd;
}

.dialog .dialog-close-button:after {
	position: relative;
	top: -0.6rem;
}

/* my-tile */
.my-tile {
	float: left;
	color: #fff;
	margin: 0;
	position: relative;
}

.my-tile-content {
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
	top: auto;
	left: auto;
	height: auto;
}

.boss .my-tile-content span {
	font-size: 1.7rem;
	font-weight: bold;
}

.my-tile-content span {
	font-size: 1.7rem;
	font-weight: bold;
}
/* my */
.line {
	width: 100%;
	height: 2px;
	background-color: #666;
}

.line1 {
	width: 100%;
	height: 1px;
	background-color: #666;
}

.line-dashed {
	width: 100%;
	height: 0px;
	border: #aaa 2px dashed;
	border-bottom: none;
}

.line2 {
	width: 100%;
	height: 1px;
	background-color: #ddd;
}

.my-input {
	width: 100% !important;
	background-color: inherit;
	border: none;
	padding: 0 5px;
	outline: none;
	margin-bottom: 0;
}

.my-input:focus {
	border-color: #6badf6;
}

.confirm-msg,.notify-msg {
	font-size: 1.5rem;
}

.command {
	text-align: right;
	z-index: 5;
}

.order-info {
	font-size: 20px;
	height: 25px;
}

.my-large-buttons .large {
	padding: 0px !important;
	border: none;
	border-left: 1px #eee solid;
	height: 3rem;
	font-size: 1.7rem;
	margin: 0;
	/*border-color: #eee !important;*/
}

#confirmDialog.dialog .my-large-buttons .large {
	border-left: none;
}

.my-large-buttons .large:first-child {
	border-left: none;
}
/* accordion */
.accordion>.frame {
	margin-top: 0;
}

.accordion>.frame .heading .subsum {
	margin-right: 1rem;
}

#div_slide>.accordion>.frame>.tag-heading {
	background-color: inherit;
	border-color: #6badf6;
	color: #1ba1e2;
}

.accordion>.frame>.heading {
	background-color: inherit;
	border-color: #1ba1e2;
	color: #1ba1e2;
}

.accordion>.frame>.heading:hover {
	background-color: inherit;
}

#div_slide>.accordion>.frame.active>.heading {
	background-color: #1ba1e2 !important;
	color: #fff;
}

.accordion>.frame>.heading {
	font-size: 1.8rem;
	padding: 0;
	padding-left: 1.5rem;
	height: 3rem;
	line-height: 3rem;
	font-weight: normal;
}

.accordion>.frame>.heading:before {
	display: none;
}
/* my-list*/
.my-list {
	text-align: left;
	/* border-top: 1px #666 solid; */
	padding-bottom: 1px;
}

.dialog .my-list {
	padding: 0;
	border-top: none;
}

.my-list-item {
	color: #fff;
	background-color: inherit;
	font-size: 1.5rem;
	position: relative;
	width: 100%;
	height: 5rem;
}

.my-list-item:last-child {
	border-bottom: none;
}

.my-list-item .rest-width {
	width: calc(100% - 5rem);
}

.my-list-item .rest-left {
	margin-left: 5rem;
}

.my-list-item .rest-right {
	margin-right: 5rem;
}

.my-list-item select {
	height: 2rem;
	font-size: 1.3rem;
	margin-top: 0.5rem;
}

.dialog .my-list-item {
	height: auto;
	padding: 0;
}

#numberDialog2 input.text,#addzhekouDialog input.text,#numberDialog input.text,#updateOrderDialog input.text,#amountDialog #amount1,#amountDialog #amount2
	{
	margin: 0;
	font-size: 3rem;
	height: 4rem;
}

/* .my-list-item:hover {
	color: #001949;
	background-color: #fff;
	cursor: pointer;
} */
.my-list-title {
	padding: 5px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	/* border-bottom: 1px #fff solid; */
	height: 3rem;
}


#guigeDialog .my-list .my-list-title {
	padding: 5px;
	font-size: 2rem;
	font-weight: bold;
	/* border-bottom: 1px #fff solid; */
	height: auto;
	background-color: inherit;
}

.my-list .my-list-category {
	padding: 5px 10px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px #666 solid;
	background-color: #666;
}

.tableno {
	position: relative;
	text-align: center;
	width: 5rem;
	height: 5rem;
}

.tableno .bottom-left {
	font-size: 2rem;
}

/* fix */
.fix-top {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 3;
}

.fix-bottom {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 3;
}

.top-left {
	position: absolute;
	top: 0px;
	left: 4px;
}

.top-right {
	position: absolute;
	top: 0px;
	right: 4px;
}

.bottom-left {
	position: absolute;
	left: 4px;
	bottom: 0px;
}

.bottom-right {
	position: absolute;
	right: 4px;
	bottom: 0px;
}

/* tab */
.tabs :after {
	content: "";
	clear: both;
	display: table;
}

.tabs {
	margin-top: 3rem;
	height: 3.5rem;
	line-height: 3rem;
	background-color: #000;
	padding-top: 0.5rem;
}

.tabs .tab {
	color: #666;
	text-align: center;
	font-size: 1.5rem;
	border-width: 2px;
	border-style: solid;
	border-top: none;
	border-left: none;
	border-right: none;
}

.tabs .on {
	color: #fff;
	/* font-size: 1.8rem; */
	border-radius: 1rem 1rem 0 0;
	border-width: 2px;
	border-style: solid;
	border-bottom: none;
}

.frames {
	color: #fff;
	min-height: 25rem;
}

.paytype.current,.need-print.current {
	outline: solid 1px #6badf6;
}

.need-print {
	padding: 0 0 0.5rem 0;
}

#payDialog .grid .row {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

#payDialog .payqrcode canvas {
	border: 10px solid white;
}

.no-border {
	border: none;
}

.guige-tag{
	font-size: 1.5rem;
	border: 1px solid;
	margin: 0.2rem 0.5rem 0.2rem 0;
	padding: 0.2rem 0.5rem;
	border-radius: 3px;
	position: relative;
	min-width: 4rem;
	text-align: center;
}
.guige-tag.crttag{
	color:#ffffff !important;
}
.guige-tag-num{
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	font-size: 1.5rem;
	min-width: 1.8rem;
	min-height: 1.8rem;
	border-radius: 1rem;
	text-align: center;
}

.txtUpsideDown {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	/* IE6,IE7 */
	ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	/* IE8 */
	-moz-transform: rotate(-180deg); /* 火狐3.5+ */
	-o-transform: rotate(-180deg); /* Opera 10.5 */
	-webkit-transform: rotate(-180deg); /* Safari 3.1+, Chrome */
}

.marquee {
	box-sizing: border-box;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
}

.marquee span.mq {
	display: inline-block;
	padding-left: 100%;
	-webkit-animation: marquee 10s linear infinite;
	animation: marquee 10s linear infinite;
}


.blink{
	-webkit-animation: blink 1s infinite;
	animation: blink 1s infinite;
}

.crtobj{
	background-color: #eee;
}

#guigeDialog .cell .mif-plus,#guigeDialog .cell .mif-minus {
	border: none;
	line-height: 2rem;
}
.ggz{
	display: table;
	white-space: nowrap;
	font-size: 1rem;
	margin: 0.5rem 0 0.1rem 0;
	position: relative;
}
.ggz:before , .ggz:after{
	display: table-cell;
	content: "";
	background: -webkit-linear-gradient(#ccc,#ccc) repeat-x left center;
	background: linear-gradient(#ccc,#ccc) repeat-x left center;
	background-size: 1px 1px;
}
.ggz:before{
	width: 10%;
}
.ggz:after{
	width: 90%;
}
.ggz-hint{
	position: absolute;
	right: 2rem;
}
.display-line-2{
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}

.jifen-card {
	width: 20rem;
	height: 11rem;
	border-radius: 1rem;
	margin: 0 auto;
	background: url(../images/jifen-card-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	font-size: 1rem;
}
.jifen-card-over{
	width: 100%;
	height: 11rem;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
}

.jifen-card-logo {
	position: absolute;
	top: 2rem;
	left: 2rem;
}

.jifen-card-storename {
	position: absolute;
	top: 2rem;
	left: 6.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	padding-right: 1.5rem;
	line-height: 1.5rem;
}

.jifen-card-cardname {
	position: absolute;
	top: 4.5rem;
	left: 6.5rem;
}

.jifen-card-arrow {
	position: absolute;
	top: 4rem;
	right: 2rem;
	font-size: 2rem;
}

.jifen-card-point {
	position: absolute;
	top: 7rem;
	left: 55%;
}
.jifen-card-yue {
	position: absolute;
	top: 7rem;
	left: 55%;
}
.jifen-card-hint {
	position: absolute;
	top: 7rem;
	left: 0;
	text-align: center;
	width: 100%;
}

.jifen-card-cardno {
	position: absolute;
	top: 7rem;
	left: 2rem;
}

.jifen-card-logo img {
	width: 4rem;
	height: 4rem;
}

.jifen-card-gonggao {
	padding: 1rem 0 0.5rem 0;
}

.jfgrid .table ,.jfgrid .table td{
	border : 1px solid var(--guest)
}

.grid.jfgrid .row-guest-yue-history{
	border-bottom : 1px solid #999;
	font-size: 1rem;
	padding: 0;
	line-height: 1.5;
}

.jfgrid .row-guest-yue-history-first{
	border-top : 1px solid #999;
}
.bind-icon{
	font-size: 3rem;
}
.menu-cate-pic{
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
}

.tag-payway , .tag-wr , .tag-printer{
	font-size: 1.5rem;
	border: 1px solid;
	margin: 0.2rem 0.3rem 0.2rem 0;
	padding: 0.2rem 0.5rem;
	border-radius: 3px;
	position: relative;
	min-width: 4rem;
	text-align: center;
	float: left;
}
.tag-printer{
	min-width: 2rem;
}
.tag-payway-money.tag-payway-selected{
	color: white;
	background-color: #e099a1;
	border-color: #e099a1;
}
.tag-payway-weixin.tag-payway-selected{
	color: white;
	background-color: #1cab1a;
	border-color: #1cab1a;
}
.tag-payway-zhifubao.tag-payway-selected{
	color: white;
	background-color: #00a8eb;
	border-color: #00a8eb;
}
.tag-payway-other.tag-payway-selected{
	color: white;
	background-color: gray;
	border-color: gray;
}
.tag-payway-huiyuan.tag-payway-selected{
	color: white;
	background-color: orange;
	border-color: orange;
}
.tag-wr-selected , .tag-printer-selected{
	color: white;
	background-color: var(--waiter);
	border-color: var(--waiter);
}

.page-yue-user{
	position: fixed;
	z-index: 1700;
	top: 0;
	width: 100%;
	background-color: #fff;
}
.row-yue-user{
	position: relative;
}
.row.row-yue-user:after{
	content:"→";
	position: absolute;
	top: 0.3rem;
	right: 0.5rem;
	font-size: 1.5rem;
}
.btn-page-close{
	position: fixed;
	right: 0;
	height: 3rem;
	width: 3rem;
	font-size: 3rem;
	background-color: #ddd;
}
.btn-page-close:after{
	border-color: #777;
	content: '\D7';
	line-height: 1;
	position: relative;
	top: -0.5rem;
	right: -0.5rem;
}


::-webkit-input-placeholder{
	color: #999;
}


@-webkit-keyframes marquee { 
	0% {
		-webkit-transform: translate(0, 0)
	}
	100% {
		-webkit-transform: translate(-100%,0)
	}
}
@keyframes marquee { 
	0% {
		-webkit-transform: translate(0, 0)
	}
	100% {
		-webkit-transform: translate(-100%,0)
	}
}

@keyframes blink{
	0%{
		color : var(--waiter)
	}
	50%{
		color : var(--waiter)
	}
	100%{
		color : #fff
	}
}
@-webkit-keyframes blink{
	0%{
		color : var(--waiter)
	}
	50%{
		color : var(--waiter)
	}
	100%{
		color : #fff
	}
}