/*************************
 *******default-attr******
 *************************/
 :root{
    --main-color:#FF3366;
    --main-text-color:#9D9D9D;
    --main-border-color:#060b19;
    --c1: #272f3d;
    --c2: #1f2532;
    --c3: #ff6606;
    --c4: #2c3542;
}
*{
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);	
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:2px;
	/*background-color: #272F3D;*/
}

::-webkit-scrollbar
{
	width: 4px;
	/*background-color: #272F3D;*/
}

::-webkit-scrollbar-thumb
{
	border-radius:2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	/*background-color: #1F2532;*/
}
body{
    padding: 0;
	font-family: "microsoft yahei";
	color:#fff;
	/*background-color: #1F2532;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	*/
	overflow: hidden;
}
a{color:#FFFFFF;}
button{
    outline: 0 !important;
    outline: none !important;
}
textarea{resize:none;outline: 0 !important;}
iframe{
    margin:0;
    padding: 0;
    border: 0;
}
/* input[range] webkit*/
input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius:2px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #00558B;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
/* input[range] firefox*/
input[type=range]{
    /* fix for FF unable to apply focus style bug  */
    /*border: 1px solid white; */
    /*required for proper track sizing in FF*/
    width: 300px;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius:2px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #00558B;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
    background: #ccc;
}
/* input[range] IE*/
input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius:2px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius:2px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #00558B;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}
/*************************
 *******modify-attr*******
 *************************/
.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn,
.form-control,
.input-group-addon{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border-color: #D6D6D6;
}
.input-group[class*=col-] {
    float: none;
    padding-right: 15px;
    padding-left: 15px;
}
.dropdown-menu{
	padding: 0;
	border:0;
}
.dropdown-menu > li > a{
    padding: 10px 20px;
    color: #FAFAFA;
    background-color: #272F3C;
    cursor: pointer;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover{
    /* color: #FFFFFF !important;
    background-color: #282E3A !important; */
}
.breadcrumb>li+li.pull-right:before {
  padding: 0 5px;
  color: #ccc;
  content: none !important;
}
.table.table-bordered{color: #6D6D6D;}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-bottom-width: 0;}
.table-bordered>tbody>tr>td:last-child,.table>thead:first-child>tr:first-child>th:last-child{text-align: center;}
.table-bordered>tbody>tr>td>img{width:50px;}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{color:#3C3C3C;}
.table.table-bordered .btn-group a.btn.btn-default{padding: 0 10px 0 0; border: 0;}
.table.table-bordered .btn-group a.btn.btn-default:last-child{padding-right: 0;}
.table.table-bordered .btn-group a.btn.btn-default:hover{background-color: transparent;}
.btn-group .btn[type="button"]{
	border-color:rgba(0,0,0,0);
}
/*************************
 *******util-attr*********
 *************************/
#jiaojie{
	height:100%;
	background-color: #1F2532;
}
.closed{
	opacity:1 !important;
	color:#333;
}
.col-10{width:10% !important;float: left;}
.col-20{width:20% !important;float: left;}
.col-25{width:25% !important;float: left;}
.col-30{width:30% !important;float: left;}
.col-40{width:40% !important;float: left;}
.col-50{width:50% !important;float: left;}
.col-60{width:60% !important;float: left;}
.col-70{width:70% !important;float: left;}
.col-75{width:75% !important;float: left;}
.col-80{width:80% !important;float: left;}
.col-90{width:90% !important;float: left;}
.col-full{width:100% !important;}
.nav-help{
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 100px;
    height: 50px;
    z-index: 999;
}
.nav-help > ul{
	margin:0;
	padding: 0;
}
.nav-help > ul > li{
	list-style: none;
	float: left;
	width:50px;
	height:50px;
}
.nav-help > ul > li > a{display: block;}
.nav-help > ul > li > a >img{
	padding:10px;
	width:50px;
	height:50px;
}
.nav-help > ul > li:first-child{border-right:1px solid #D9D9D9}
.mask-full,
.mask-content,
.mask-delete, .mask-confirm{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    width:100%;
    height:100%;
    z-index: 9999;
    text-align:center;
    background-color: rgba(0, 0, 0, 0.1);
}
.mask-content{
    left:16.667%;
    top:50px;
    width:83.333%;
}
.mask-delete, .mask-confirm{
	display: none;
}
.mask-container{
    width:400px;
    height:250px;
    margin: 25% auto;
    -webkit-border-radius: 5px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-color: #FAFAFA;
}
.mask-container .mask-head,
.mask-container .mask-foot{
	height:50px;
	line-height: 30px;
    padding: 10px;
    color: #9D9D9D;
}
.mask-container .mask-head > p{
	margin:0;
	text-align: center;
}
.mask-container .mask-head i{cursor: pointer;}
.mask-container .mask-foot{text-align: right;}
.mask-container .mask-body{
	padding:10px;
	height:150px;
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	text-align: left;
}
.mask-container .mask-body > p{
	margin:0;
	font-size:16px;
	color: #9D9D9D;
}
.animate-spinner {
  width: 60px;
  height: 60px;
  background-color: #FAFAFA;
  margin:20% auto 10px;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
 
@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
 
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.btn-border{
    border:1px solid #D6D6D6;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius:2px;
    background-color: transparent;
}
.btn-color{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius:2px;
    color:#FAFAFA;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.btn-color:hover,
.btn:focus{
    color:#FAFAFA;
}
.page{
	display: block;
	clear: both;
	margin: 0 auto;
	text-align: center;
}
.ke-container.ke-container-default{
	width:auto !important;
}
.ke-container > .ke-edit,
.ke-container > .ke-edit > .ke-edit-iframe{
	height: 200px !important;
	resize:none !important;
}

.nav-help-number{
	display: none;
	position: absolute;
	top:-53px;
	width:100px;
	padding: 4px 0;
	text-align:center;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom:1px solid #FFF;
	font-size: 12px;
}
.nav-help-number p{margin-bottom:5px;}

.bounce-swarp,
.slide-swarp,
#order-handle{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99999;
    -webkit-animation:zoomIn 0.2s ease-in; 
    -moz-animation:zoomIn 0.2s ease-in; 
    animation:zoomIn 0.2s ease-in; 
}
.slide-swarp{animation: none;}
.slide-swarp .bounce-swarp-text,
.slide-swarp .bounce-swarp-tip{
    padding: 20px 5px;
    background: rgba(10,10,10,0.8);
    border-radius:2px;
    font-size: 1rem;
    color: #FAFAFA;
    width: 250px;
    height: 120px;
    line-height: 80px;
    text-align: center;
    transition: all 1s;
}
.slide-swarp .bounce-swarp-tip{
    position: relative;
    padding: 1rem;
    width: 300px;
    height: auto;
    line-height: 1;
}
.slide-swarp .bounce-swarp-tip h3{
    margin: 0.5rem 0;
    color: #FF0033;
}
.slide-swarp .bounce-swarp-tip input{
    padding: 1rem;
    margin: 0.75rem auto;
    border: 0;
    width: 100%;
    border-radius:2px;
    font-size: 1.4rem;
    color: #333;
}
.slide-swarp .bounce-swarp-tip button{
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-radius:2px;
    color: #FFF;
    opacity: 0.75;
    cursor: pointer;
    transition: all 0.3s;
}
.slide-swarp .bounce-swarp-tip button:hover{opacity: 1;}    
.bounce-swarp .bounce-img-content{
    width: 75%;
    margin: 20px auto;
    border: 5px solid #1F2532; 
} 
.bounce-swarp .bounce-img-content .bounce-img-title{
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 54px;
    border-bottom: 5px solid #1F2532; 
} 
.bounce-swarp .bounce-img-content .bounce-img-title span{
    padding: 0 10px;
    float: right;
    cursor: pointer;
}
.bounce-swarp .bounce-img-content .bounce-img-container{
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    border-bottom: 5px solid #1F2532; 
}
.bounce-swarp .bounce-img-content .bounce-img-desc{
    height: 100px;
    padding: 5px;
    font-size: 1.6rem;
    text-indent: 3.2rem;
    color: #FAFAFA;
    overflow: auto;
}
.isTakeoutTip{
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width:18px;
	height:14px;
	line-height:14px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	background-color: #FF0033;
	color: #FAFAFA;
	font-size: 0.85rem;
	text-align: center;
	-webkit-animation: fadeInUp 1s;
    -moz-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.takeoutCopy{
    padding-left: 8px;
    float: left;
    cursor: pointer;
}
#order-handle{
    background: rgba(0,0,0,0.5);
}
#order-handle ul{
    margin: 20px auto 1.25rem;
    padding: 0;
    list-style: none;
    overflow: auto;
}
#order-handle ul li{
    padding: 0 1rem;
    text-align: center;
    float: left;
    color:#666;
}
#order-handle ul li span{
    display: inline-block;
    margin-bottom: 1rem;
    width: 20px;
    height: 20px;
    background: #D9D9D9;
    border-radius: 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
#order-handle ul li span.active{background: #46B350}
#order-handle ul li i{color: #D9D9D9;}
#order-handle ul li p{
    margin-bottom: 0;
    text-align: left;
    font-size: 1.2rem;
}
.orderhandle-fun{padding-top: 1rem;}
.orderhandle-fun a{
    margin-left: 1rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    text-decoration: none;
}
/*************************
 *******login-tip*********
 *************************/

.u-tip{
    display: none;
    padding:5px;
    margin-top: 10px;
    min-width: 300px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.u-tip h4{text-align: center;}
.u-tip .u-tip-info{text-decoration: underline;}

/*************************
 *******manage-login******
 *************************/
#manage-login-container{display: none;}
.manage-login-header{   
	margin-bottom: 0;
	border-radius: 0;
	background-color: #272F3D;
	-webkit-box-shadow:0px 0px 10px #333333; 
	   -moz-box-shadow:0px 0px 10px #333333; 
	        box-shadow:0px 0px 10px #333333;
}
.manage-login-header .navbar-logo img{height: 50px;}


/*************************
 ****manage-login-form****
 *************************/

.manage-login-form{
    min-width: 300px;
	padding:15px;
	background-color: #2C3542;
	-webkit-box-shadow: 0 0 10px #272F3D;
	-moz-box-shadow: 	0 0 10px #272F3D;
    box-shadow: 		0 0 10px #272F3D;
    -webkit-border-radius:  5px;
    -moz-border-radius: 	5px;
    border-radius:2px;
}
.manage-login-form .page-header{border-bottom:0;margin:0;}
.manage-login-form .input-group{margin-bottom: 15px;}
.manage-login-form .form-control{
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.manage-login-form .form-group{margin:0;}
.manage-login-form .login-form-validcode{
    width: 35%;
    height: 34px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    float: right;
    cursor: pointer;
}
.manage-login-form .btn-login-form{color: #FFFFFF !important;}

/*************************
 *******main-manage*******
 *************************/
.main-control{
	display:none;
	width:16.667%;
	background-color:#272F3D;
	overflow-x: hidden;
	overflow-y: scroll;
    float: left;
}
.main-content{
    display:none;
    width:83.333%;
    overflow: hidden;
}
.main-content .frame-content{
    width: 100%;
    height: 100%;
}
/*************************
 ***manage-control-logo***
 *************************/

.manage-control-nav{
    display: none;
    position: absolute;
    top: 0;
    left:0;
    bottom: 0;
    right:0;
    padding: 0;
    background-color: #272F3D;
    border:0;
    overflow: hidden;
}
.manage-control-nav .manage-control-logo,
.manage-control-nav .manage-control-logo > a > img{height: 50px;}
.manage-control-nav .manage-control-logo > a{
    display: block;
    text-align: center;
}

/*************************
 ***manage-control-menu***
 *************************/
.manage-control-menu{
	margin-bottom: 0;
}
.manage-control-menu .list-group-item:first-child{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.manage-control-menu .list-group-item{
    padding: 14px 16px;
    background-color: #272F3D;
    border: 0;
    color: #FAFAFA;
    font-size: 1.2em;
    transition:all 0.2s ease-in;
}
.manage-control-menu .list-group-item > .item-tag{
	position: absolute;
    right: 35px;
    top: 16px;
	display: inline-block;
    width: 2.4em;
    height: 1.4em;
    line-height: 1.4em;
    margin-left:10px;
    background-color: #FAFAFA;
    font-size: 0.6em;
    text-align: center;
    -webkit-border-radius: 0.2em;
    -moz-border-radius:    0.2em;
    border-radius:         0.2em;
}
.manage-control-menu .list-group-item > .item-tag:before {
    content: "";
    position: absolute;
    top: 0.4em;
    width: 0;
    height: 0;
    border-top: 0.4em solid transparent;
    border-right: 0.8em solid #FAFAFA;
    border-bottom: 0.4em solid transparent;
    -webkit-transform: translate(-0.8em);
    -moz-transform: translate(-0.8em);
    transform: translate(-0.8em);
}
.manage-control-menu .list-group-item:hover{
	color: #FAFAFA;
}
.manage-control-menu .list-group-item > i,
.manage-control-menu > ul > li > a > i{
    display:none;float: right;
}
.manage-control-menu .list-group-item.active > i.icon-sort-down,
.manage-control-menu > ul > li > a.active > i.icon-angle-right{
    display: inline-block;
}
.manage-control-menu > ul > li > a{padding-left: 20px;}

/*************************
 ***manage-content-menu***
 *************************/
.manage-content-nav{
    background-color: #272F3D;
    border: 0;
    border-bottom: 1px solid #060b19;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 99;
}
.manage-content-nav .manage-logo{
	width:16.667%;
	float: left;
}
.manage-content-nav .order-header-logo{float: left;}
.manage-content-nav .manage-logo > a > img,.manage-content-nav .order-header-logo > a > img{height: 50px;}
.manage-content-nav .manage-logo > a,
.manage-content-nav .order-header-logo > a{
    display: block;
    text-align: center;
    outline: none;
}
.manage-content-nav .navbar-right{margin-right:0}
.manage-content-nav .navbar-right > li,
.manage-content-nav .navbar-right > li > a,
.manage-content-nav .navbar-right > li > a:hover,
.manage-content-nav .navbar-right > li > a:focus{
    background-color: #272F3D !important;
}
.manage-content-nav .navbar-right > li > img{
    width: 40px;
    height: 40px;
    margin: 5px;
    padding: 2px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color: #EFEFEF;
    cursor: pointer;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition:    all 1.2s ease-in-out;
    transition:         all 1.2s ease-in-out;
}
.manage-content-nav .navbar-right > li > img:hover{
    -webkit-transform:  rotate(360deg);
    -moz-transform:     rotate(360deg);
    transform:          rotate(360deg);
}
/*************************
 ******manage-content*****
 *************************/
.manage-content{
    display: none;
    background-color: #FAFAFA; 
}
.manage-content table{background: #FFF;}
.manage-content .manage-content-title{padding-top: 0;}
.manage-content .manage-content-title .breadcrumb{
	margin-bottom:0;
    background-color: #F5F5F5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.manage-content .manage-content-title .breadcrumb > li{color: #9D9D9D;}
.manage-content .manage-content-title .breadcrumb > li > a{color: #6D6D6D;}
.manage-content .manage-content-title .breadcrumb > li.pull-right > a,
.manage-content .manage-content-title .breadcrumb > li.pull-right > form a{
	padding: 3px 5px;
	color: #FAFAFA;
	background: #272F3D;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	box-shadow: 0 0 3px rgba(39,47,61,0.5);
}
.manage-content .manage-content-title .breadcrumb > li.pull-right > form input,
.manage-content .manage-content-title .breadcrumb > li.pull-right > form select{
	border: 1px solid #ddd;
	padding: 3px 5px;
}
.manage-content-container{
    padding-left:10px;
    padding-right: 10px;
    margin-top:10px;
    overflow: auto;
}
.manage-content-container .table td .btn-group .btn{
	
}
.manage-content-container .manage-content-form{
	padding-left: 10px;
    padding-right: 10px;
}
.manage-content-container .manage-content-row{
    margin: 0;
}
.manage-content-container .manage-content-row > .col-xs-3{
    padding-left: 10px;
    padding-right: 10px;
}
.manage-content-container .manage-content-row > .col-xs-3 .thumbnail,
.manage-content-container .manage-content-form .form-group .thumbnail{
    margin-top:40px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.manage-content-container .manage-content-row > .col-xs-3 .thumbnail .price-tag{
    position: absolute;
    top:10px;
    left: 10px;
    right:0;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:16px;
    text-align: center;
    background-color: #FF0033;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 51, 0.5);
    box-shadow: 0 0 10px rgba(255, 0, 51, 0.5);
}
.manage-content-container .manage-content-row > .col-xs-3:first-child .thumbnail .price-tag{left:0;}
.manage-content-container .manage-content-row > .col-xs-3 .thumbnail .caption{
    padding: 0;
    margin-bottom:10px;
    text-align: center;
}
.manage-content-container .manage-content-row > .col-xs-3 .thumbnail > h3{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #6D6D6D;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.manage-content-container .manage-content-row > .col-xs-3:first-child{padding-left: 0;}
.manage-content-container .manage-content-row > .col-xs-3:last-child{padding-right: 0;}
.manage-content-container .order-info-special > tbody > tr > td:first-child{width:30%;}
.manage-content-container .order-process{
	width:750px;
	height:90px;
	margin: 0 auto;
}
.manage-content-container .order-process > ul{height:90px;}
.manage-content-container .order-process > ul,
.manage-content-container .order-process > ul > li > p{
	margin: 0;
	padding: 0;
}
.manage-content-container .order-process > ul > li{
	padding: 15px;
	list-style: none;
	color:#3C3C3C;
    text-align: center;
    float: left;
}
.manage-content-container .order-process > ul > li:nth-of-type(odd){width:150px;}
.manage-content-container .order-process > ul > li:nth-of-type(even){width:50px;}
.manage-content-container .order-process > ul > li > .order-status{
	display: inline-block;
	width:20px;
	height:20px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color: #EEE;
}
.manage-content-container .order-process > ul > li > .order-status.sure{background-color: #46B350;}
.manage-content-container .order-process > ul > li > p{
	font-size: 0.8em;
	text-align: center;
}
.manage-content-container .order-process > ul > li > span{color:#D9D9D9;}
.manage-content-container .table td{ vertical-align: middle !important;}
.manage-content-form .form-group,
.manage-content-form .form-group .control-label{
	color: #6D6D6D;
	font-weight: normal;
}
.table-bordered .form-control,
.manage-content-form .form-group .form-control{
    box-shadow: none;
    transition: none;
    color: #6D6D6D;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:2px;
    border-color: #D6D6D6;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.manage-content-form .form-group .form-group-img{
    width:100px;
    height:100px;
    margin-bottom: 10px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.manage-content-form .form-group .thumbnail > img{width:100%;}
.manage-content-form .form-group .form-inline-text{
	line-height: 34px;
	margin-left:10px;
}

/*************************
 ******manage-color*******
 *************************/
.manage-color .nav-tabs>li>a{
    color: #9D9D9D;
}
.manage-color .nav-tabs>li.active>a{
    color: #6D6D6D !important;
}
.manage-color .tab-content .tab-pane{
    padding: 20px;
}
.manage-color .tab-content .tab-pane > ul{
    margin:0;
    padding: 0;
}
.manage-color .tab-content .tab-pane > ul > li{
    list-style: none;
    width: 150px;
    height:150px;
    margin-right:10px;
    margin-bottom: 10px;
    cursor: pointer;
    float: left;
}
/*************************
 ****order-header-list****
 *************************/
.order-container-main{
	position:absolute;
    width: 100%;
    overflow: hidden;
}

.order-container-main.ng-enter,
.order-container-main.ng-leave{
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 	0.5s ease-in-out all;
	-ms-transition: 	0.5s ease-in-out all;
	-o-transition: 		0.5s ease-in-out all;
	transition: 		0.5s ease-in-out all;
}
.order-container-main.ng-enter,
.order-container-main.ng-leave.ng-leave-active{
	-webkit-transform:	translateX(50%);
	-moz-transform:		translateX(50%);
	-ms-transform:		translateX(50%);
	-o-transform:		translateX(50%);
	transform:			translateX(50%);
	opacity:0;
}
.order-container-main.ng-enter.ng-enter-active,
.order-container-main.ng-leave{
	-webkit-transform:	translateX(0);
	-moz-transform:		translateX(0);
	-ms-transform:		translateX(0);
	-o-transform:		translateX(0);
	transform:			translateX(0);
	opacity:1;
}

.view-table-content > ul > li.ng-enter,
.view-table-content > ul > li.ng-leave.ng-leave-active{
  	-webkit-transform: 	translateY(10px);
  	-moz-transform: 	translateY(10px);
  	-ms-transform: 		translateY(10px);
  	-o-transform: 		translateY(10px);
  	transform: 			translateY(10px);
  	opacity:0;
}
.view-table-content > ul > li.ng-enter,
.view-table-content > ul > li.ng-leave{
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition:    0.2s ease-in-out all;
    -ms-transition:     0.2s ease-in-out all;
    -o-transition:      0.2s ease-in-out all;
    transition:         0.2s ease-in-out all;
}

.view-table-content > ul > li.ng-enter-stagger,
.view-table-content > ul > li.ng-leave-stagger{
	-webkit-transition-delay: 	0.025s;
	-moz-transition-delay: 		0.025s;
	-ms-transition-delay: 		0.025s;
	-o-transition-delay: 		0.025s;
	transition-delay: 			0.025s;
	-webkit-transition-duration: 	0s;
	-moz-transition-duration: 		0s;
	-ms-transition-duration: 		0s;
	-o-transition-duration: 		0s;
	transition-duration: 			0s;
}
.view-table-content > ul > li.ng-leave,
.view-table-content > ul > li.ng-enter.ng-enter-active{
  	-webkit-transform: 	translateY(0px);
	-moz-transform: 	translateY(0px);
  	-ms-transform: 		translateY(0px);
  	-o-transform: 		translateY(0px);
  	transform: 			translateY(0px);
  	opacity:1;
}
/*************************
 ****order-header-list****
 *************************/
.order-header-list > li{padding: 5px}
.order-header-list > li > a{
    padding: 9px 19px;
    -webkit-border-radius:  10px;
    -moz-border-radius:     10px;
    border-radius:2px;
    color: #9D9D9D;
    font-size: 1.6rem;
    outline: 0;
    cursor: pointer; 
    border: 1px solid #0F1721;
    transition: all 1s;
}
.order-header-list > li > a.active,
.order-header-list > li > a:hover,
.order-header-list > li > a.active:hover{
    padding: 9px 19px;
    border: 1px solid #0F1721;
}
.order-header-list > li > a:hover{padding: 9px 19px;}
/*************************
 ******order-header*******
 *************************/
.order-header-dropdown{
 	-webkit-border-bottom-left-radius:  5px;
 	-moz-border-bottom-left-radius: 	5px;
 	border-bottom-left-radius: 			5px;
}
.order-header-dropdown > li{border-bottom: 1px solid #3C3C3C;}
.order-header-dropdown > li > a{color: #D9D9D9 !important;}
.order-header-dropdown > li:last-child,
.order-header-dropdown > li:last-child > a{
	border-bottom:0;
	-webkit-border-bottom-left-radius:  5px;
 	-moz-border-bottom-left-radius: 	5px;
 	border-bottom-left-radius: 			5px;
}
/*************************
 ******view-table-nav*****
 *************************/
.view-table-nav{
	padding: 0 12px;
    height: 45px;
    background-color: #272F3D;
    border-bottom: 1px solid #060b19;
}
.view-table-nav > ul{
	display: inline-block;
    margin:0;
    padding: 0;
    overflow: auto;
}
.view-table-nav > ul:last-child{float: right;}
.view-table-nav > ul > li{
    width: 90px;
    height: 45px;
    line-height: 43px;
    list-style: none;
    border:1px dashed transparent;
    text-align: center;
    cursor: pointer;
    float: left;
}
.view-table-nav > ul:last-child > li{
	color:#9D9D9D;
}
.view-table-nav > ul:last-child > li > i{
	display: inline-block;
	width:14px;
	height:14px;
}
.view-table-nav > ul:last-child > li > i.icon-sort-up{
    -webkit-transform:  translateY(3px);
    -moz-transform:     translateY(3px);
    -ms-transform:      translateY(3px);
    -o-transform:       translateY(3px);
    transform:          translateY(3px);
}
.view-table-nav > ul:last-child > li > i.icon-sort-down{
    -webkit-transform:  translateY(-3px);
    -moz-transform:     translateY(-3px);
    -ms-transform:      translateY(-3px);
    -o-transform:       translateY(-3px);
    transform:          translateY(-3px);
}
/*.view-table-nav > ul:last-child > li:first-child{width:150px;}*/
.view-table-nav > ul:last-child > li .table-search{
	padding:0 15px;
    width: 120px;
    height: 34px;
    line-height: 34px;
    border: 0;
    border: 1px solid #6D6D6D;
    border-radius : 34px;
    outline: 0;
    background: transparent;
    font-size: 0.8rem;
}
.view-table-nav > ul > li.active{
    line-height: 42px;
    border:1px dashed;
}
.table-part{
	display:block;
	width:150px;
	height:150px;
    float: left;
    color: #FAFAFA;
    cursor: pointer;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px; 
    overflow: hidden;
    background: #FF0033;
}
.table-part p{
	font-size:1.2rem;
	padding: 0 !important;
	overflow: hidden;
}
.table-part div{
	overflow: hidden;
}}

.table-part div.empty{
    background: #9D9D9D;
}
.table-part.table-part-1 div{
    height: 150px;
    line-height: 150px;
}
.table-part.table-part-2 div{
    height: 75px;
}
.table-part.table-part-2 div p,
.table-part.table-part-4 div p{
	height: 37.5px;
	line-height: 37.5px;
	font-size:0.75rem;
} 
.table-part.table-part-3 div{
    height: 50px;
}
.table-part.table-part-3 div p{
	height: 25px;
	line-height: 25px;
	font-size:0.75rem;
} 
.table-part.table-part-4 div{
    height: 75px;
    width: 75px;
    float: left;
}
.table-part.table-part-4 div::nth-of-type(3){
    clear: left;
}
.table-part.table-part-2 > div:nth-of-type(1){
	border-bottom: 1px dashed #d9d9d9;
}
.table-part.table-part-3 > div:nth-of-type(1),
.table-part.table-part-3 > div:nth-of-type(2){
	border-bottom: 1px dashed #d9d9d9;
}
.table-part.table-part-4 > div:nth-of-type(1){
	border-right: 1px dashed #d9d9d9;
	border-bottom: 1px dashed #d9d9d9;
}
.table-part.table-part-4 > div:nth-of-type(2){
	border-bottom: 1px dashed #d9d9d9;
}
.table-part.table-part-4 > div:nth-of-type(3){
	border-right: 1px dashed #d9d9d9;
}
.table-sp-id{
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius:15px;
	background: #666;
	box-shadow: 0 0 4px #9D9D9D;
	color:#FAFAFA;
	text-align: center;
	line-height: 30px;
	-webkit-transform: translate(-5px,-8px);
	-moz-transform: translate(-5px,-8px);
	transform: translate(-5px,-8px);
}
/*swarp-content*/
.swarp-content{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	border:5px solid #1F2532;
	background: #272F3D;
	border-radius:4px;
	overflow: hidden;
}
.swarp-content-close{
	position: absolute;
    right: 0;
    top: -5px;
    font-size: 30px;
    text-shadow: none;
    color:#333;
}
#chooseTable-wrapper-content{
	margin:auto;
	padding:10px;
	width:740px;
	height:240px;
	border:0;
	box-shadow: inset 3px 0 3px rgba(10, 19, 30, 0.7), 
 inset 0 3px 3px rgba(10, 19, 30, 0.7), 
 inset -3px 0 3px rgba(10, 19, 30, 0.7), 
 inset 0 -3px 3px rgba(10, 19, 30, 0.7);
}
.chooseTable-wrapper-title{
	margin:0;
	padding:0;
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	text-align: center;
	color:#9D9D9D;
}
.choosed-table{
	margin:0;
	padding: 0;
	list-style: none;
	overflow: auto;
}
.choosed-table li{
	margin: 10px;
    width: 160px;
    height: 160px;
    float: left;
    overflow: hidden;	
}
.choosed-table li > a{
	display: block;
    height: 100%;
    background-color: #171c26;
    color:#9D9D9D;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    box-shadow: inset 3px 0 3px rgba(10, 19, 30, 0.7), 
				 inset 0 3px 3px rgba(10, 19, 30, 0.7), 
				 inset -3px 0 3px rgba(10, 19, 30, 0.7), 
				 inset 0 -3px 3px rgba(10, 19, 30, 0.7);
}	
.choosed-table li p{
	height:40px;
	line-height:40px;
	margin:0;
    text-align: left;
    font-size: 1.2rem;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*************************
 ****view-table-content***
 *************************/
.view-table-content{
	position:absolute;
	top: 45px;
	width:100%;
	overflow: hidden;
}
.view-table-content > ul{
	position:absolute;
	margin:0;
	padding: 0;
    list-style: none;
}
.view-table-content > ul > li{
    padding: 10px;
    width: 170px;
    height: 170px;
    float: left;
    overflow: hidden;
}

.view-table-content li > a{
    display: block;
    height: 100%;
    background-color: #272F3D;
    color:#9D9D9D;
    -webkit-border-radius:  10px;    
    -moz-border-radius:     10px;    
    border-radius:2px;  
    box-shadow: inset 3px 0 3px rgba(10, 19, 30, 0.7), 
                inset 0 3px 3px rgba(10, 19, 30, 0.7), 
                inset -3px 0 3px rgba(10, 19, 30, 0.7), 
                inset 0 -3px 3px rgba(10, 19, 30, 0.7);

}
.view-table-content li p{
    margin: 0;
    padding: 10px;
    text-align: center;
}
.view-table-content li .view-table-number{
    text-align: center;
    font-size: 1.6rem;
}
.view-table-content li .view-table-bill,
.view-table-content li .view-table-status{
    font-size: 1.4rem;
}
/*************************
 *******order-view********
 *************************/    
.order-view,
.checkout-view,
.checkout-calc,
.takeout-view,
.book-view{
	width:25%;
    margin: 10px;
    padding: 0 5px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background:#FAFAFA;
    float: left;
}
.checkout-calc{float: right;}
.order-view .order-view-info,
.checkout-view .checkout-view-info,
.takeout-view .takeout-view-info,
.book-view .book-view-title{
	margin: -5px -5px 5px;
	padding:0;
	overflow: auto;
    border-radius:2px;
}
.takeout-view .takeout-view-info{
	margin:0 -5px 5px;
}
.order-view .order-view-info li,
.checkout-view .checkout-view-info li,
.takeout-view .takeout-view-info li{
	width:20%;
	height:40px;
	line-height:40px;
	list-style: none;
	font-size:1.2rem;
	text-align:center;
	float: left;
	cursor: pointer;
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: 	all ease-in 0.2s;
	-ms-transition: 	all ease-in 0.2s;
	-o-transition: 		all ease-in 0.2s;
	transition: 		all ease-in 0.2s;
}
.order-view .order-view-info li{ width: 30%;}
.order-view .order-view-info li:first-child{
	width:40%;
	text-align: left;
	padding-left: 10px;
}
.checkout-view .checkout-view-info li{width:25%;}
.checkout-view .checkout-view-info li:first-child{
    width:50%;
    text-align: left;
    padding-left: 10px;
}
.order-view .order-view-mark,
.checkout-view .checkout-view-mark{
	height: 90px;
	overflow: auto;
	clear: both;
}
.order-view .order-view-mark textarea,
.checkout-view .checkout-view-mark textarea{
	width:100%;
	height:85px;
	padding:5px;
	margin:0;
	border: 1px solid #FAFAFA;
	background: #FAFAFA;
	color:#666;
	outline: none;
	font-size: 1rem;
    border-radius: 0;
    background-color:#D9D9D9;
}
.order-view .order-view-tip,
.checkout-view .checkout-view-tip{
	padding-right: 10px;
	height:30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.2rem;
    border: 1px solid #FAFAFA;
    color: #FAFAFA;
    background: #FAFAFA;
}
.order-view .order-view-tip i,
#takeout-list-info .takeout-view-tip i{
	margin-top: 8px;
	float: right;
	cursor: pointer;
}
.order-view .order-view-detail,
.checkout-view .checkout-view-detail{
    width: 100%;
	margin-top:5px;
	background: #FAFAFA;
	overflow: hidden;
    border: 1px dashed #D9D9D9;
}
.order-view .order-view-detail > ul,
.checkout-view .checkout-view-detail > ul,
#takeout-view-detail > ul{
	margin: 0;
	padding: 0;
}
.order-view .order-view-detail > ul > li,
.checkout-view .checkout-view-detail > ul > li,
#takeout-view-detail > ul > li{
	list-style: none;
	overflow:auto;
	clear: both;
}
.order-view .order-view-detail > ul > li .order-detail-info,
.checkout-view .checkout-view-detail > ul > li .checkout-detail-info,
#takeout-view-detail > ul > li .takeout-detail-info{
	width: 65%;
	min-height: 50px;
	padding-right: 10px;
	cursor: pointer;
	float: left;
}
.order-view .order-view-detail > ul > li .order-detail-info p,
.checkout-view .checkout-view-detail > ul > li .checkout-detail-info p,
#takeout-view-detail > ul > li .takeout-detail-info p{
	margin-bottom:0;
	padding-top: 5px;
	padding-left: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.order-view .order-view-detail > ul > li .order-detail-info p:first-child,
.checkout-view .checkout-view-detail > ul > li .checkout-detail-info p:first-child,
#takeout-view-detail > ul > li .takeout-detail-info p:first-child{
	font-size: 1.4rem;
	font-weight: bold;
	color:#444;
}
.order-view .order-view-detail > ul > li .order-detail-info p:last-child,
.checkout-view .checkout-view-detail > ul > li .checkout-detail-info p:last-child,
#takeout-view-detail > ul > li .takeout-detail-info p:last-child{
	font-size: 1rem;
	color: #9D9D9D;
}
.order-view .order-view-detail > ul > li .order-detail-ctrl,
#takeout-view-detail > ul > li .takeout-detail-ctrl{
	width: 35%;
	height: 50px;
	float: left;
}
.order-view .order-view-detail > ul > li .order-detail-ctrl > ul,
#takeout-view-detail > ul > li .takeout-detail-ctrl > ul{
	margin: 0;
	padding: 0;
}
.order-view .order-view-detail > ul > li .order-detail-ctrl > ul > li,
#takeout-view-detail > ul > li .takeout-detail-ctrl > ul > li{
	width : 33.333%;
	height: 50px;
	line-height: 50px;
	float: left;
	list-style: none;
	text-align: center;
	cursor: pointer;
	color:#666;
}
.order-view .order-view-ctrl,
.checkout-view .checkout-view-ctrl{
	margin-top:5px;
	padding-top:5px;
	height:70px;
	border-top: 1px dashed #D9D9D9;
	overflow: hidden;
	clear: both;
}
.checkout-view .checkout-view-ctrl{height:40px;}
.order-view .order-view-ctrl p,
.checkout-view .checkout-view-ctrl p{
	padding:5px 2px;
	margin-bottom:5px;
	text-align: center;
	font-size: 1.2rem;
	color:#666;
}
.order-view .order-view-ctrl .order-btnsure{
	display: block;
	width: 100%;
	padding: 6px 10px;
	border:0;
	border-radius:2px;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
    outline: 0;
}
#tabled-remark,#order-remark,#table-change,#order-form{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 9999;
	-webkit-animation: fadeInRight 0.2s 0s ease-in-out;
	animation: fadeInRight 0.2s 0s ease-in-out;
	overflow: hidden;
}

#order-form{
    width: auto;
    height: auto;
    padding: 10px;
}
#order-form .order-form-info{
    width:25%;
    height: 100%;
    padding: 10px;
    background: #2C3542;
    border-right: 5px solid #1F2532;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    float: left;
}
#order-form .order-form-detail{
    width:75%;
    height: 100%;
    background: #2C3542;
    border-left: 5px solid #1F2532;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
}

#order-remark #order-remark-content,
#table-change #table-change-content{
	margin:0 auto;
	width: 750px;
}
#order-remark #order-remark-content h3,
#table-change #table-change-content h3{
	margin: 0;
	padding: 15px 0;
	font-size: 2rem;
	text-align: center;
	color:#666;
}
#table-change #table-change-content ul{
	margin: 0;
	padding: 0;
	overflow: auto;
}	
#order-remark #order-remark-content #order-remark-info{
	margin: 0;
	padding: 10px;
	width: 100%;
	min-height: 300px;
	border: 0px none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:#2C3542;
	font-size: 1.2rem;
	overflow: auto;
}
#order-remark #order-remark-content button{
	display: block;
	padding: 10px 12px;
	margin-top: 10px;
	width: 100%;
	border: 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:#2C3542; 
	font-size: 1.4rem;
}
#table-change #table-change-content ul li{
	margin: 5px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
    list-style:none;
    cursor:pointer;
    -webkit-border-radius:2px;
    -moz-border-radius:4px;
    border-radius:2px;
    background-color: #171c26;
    box-shadow: inset 3px 0 3px rgba(10, 19, 30, 0.7), 
				 inset 0 3px 3px rgba(10, 19, 30, 0.7), 
				 inset -3px 0 3px rgba(10, 19, 30, 0.7), 
				 inset 0 -3px 3px rgba(10, 19, 30, 0.7);
}
#table-change #table-change-content ul li p{
    padding: 15px 10px;
    margin: 0;
    text-align: center;
    font-size: 1rem;
}
#table-change #table-change-content ul li p:first-child{text-align: left;}
#table-change #table-change-content ul li a{display: block;}

/*************************
 ******order-content******
 *************************/ 
#order-content,
#takeout-content{
	margin: 10px 10px 10px 0;
    background: #2c3542;
    border: 5px solid #2c3542;
    border-radius:2px;
	overflow: hidden;
}
#order-content #order-content-menu,
#order-content #order-content-swrap ul,
#takeout-content #takeout-content-menu,
#takeout-content #takeout-content-swrap ul{
	margin:0;
	padding:0;
	overflow: auto;
}
#order-content #order-content-menu,#takeout-content #takeout-content-menu{
    /*padding: 0 50px 0 5px;*/
    padding-right: 50px;
    overflow-y: hidden;
    background: #2c3542;
    border-bottom: 5px solid #2c3542;
}
#order-content-menu ul{
	margin:0;
	padding:0;
	overflow: hidden;
}
#order-content #order-content-menu li,
#takeout-content #takeout-content-menu li{
	display:inline-block;
	padding: 1rem 3rem;
	list-style: none;
	font-size: 1rem;
	float: left;
	cursor: pointer;
}
#order-content #order-content-menu li.active,#takeout-content #takeout-content-menu li.active{background: #1F2532;}

#order-content #order-content-swrap,
#takeout-content #takeout-content-swrap{
	margin-top: 5px;
	clear: both;
	overflow: hidden;
}
#order-content #order-content-swrap ul,
#takeout-content #takeout-content-swrap ul{
	margin:0;
	padding: 0;
	overflow: hidden;
}
#order-content .switch-item,
#takeout-content .switch-item{
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	margin-bottom: 0;
	cursor: pointer;
}
#order-menu-toggle{
	position: absolute;
	top: 10px;
	right: 35px;
	padding: 5px;
	margin-bottom: 0;
	cursor: pointer;
}
#order-menus-list,
#order-menus-content{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.25);
	z-index:9999;
}
#order-menus-content h3{ 
	padding-top:20px;
	text-align: center;
}
#order-menus-content ul{
	padding:0;
	margin:auto;
	width:680px;
	height:50vh;
	background-color:#2c3542;
	border-radius:4px;
}
#order-menus-content li{
	display:inline-block;
	height:30px;
	line-height:20px;
	padding:5px;
	margin:5px;
	width:160px;
	border:1px solid #1A2028;
	color:#d9d9d9;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius:2px;
	float: left;
	font-size:12px;
	cursor:pointer;
}
#order-content #order-content-swrap ul li,
#takeout-content #takeout-content-swrap ul li{
	display: inline-block;
	width: 33.333%;
	padding: 10px 5px 0;
	float: left;
}
.order-view .order-view-detail > ul > li.ng-enter,
#order-content #order-content-swrap ul li.ng-enter,
#takeout-content #takeout-content-swrap ul li.ng-enter,
#takeout-list-order > ul > li.ng-enter,
#takeout-view-detail > ul > li.ng-enter,
#checkout-view-detail > ul > li.ng-enter{
  	-webkit-transition: 0.25s ease-in all;
  	-moz-transition: 	0.25s ease-in all;
  	-ms-transition: 	0.25s ease-in all;
  	-o-transition: 		0.25s ease-in all;
  	transition: 		0.25s ease-in all;
  	-webkit-transform: 	translate(25%);
  	-moz-transform: 	translate(25%);
  	-ms-transform: 		translate(25%);
  	-o-transform: 		translate(25%);
  	transform: 			translate(25%);
  	opacity:0;
}
.order-view .order-view-detail > ul > li.ng-enter-stagger,
#takeout-list-order > ul > li.ng-enter-stagger,
#takeout-view-detail > ul > li.ng-enter-stagger,
#order-content #order-content-swrap ul li.ng-enter-stagger,
#takeout-content #takeout-content-swrap ul li.ng-enter-stagger,
#checkout-view-detail > ul > li.ng-enter-stagger,
.order-view .order-view-detail > ul > li.ng-leave-stagger,
#takeout-view-detail > ul > li.ng-leave-stagger,
#checkout-view-detail > ul > li.ng-leave-stagger{
    -webkit-transition-delay: 	0.08s;
    -moz-transition-delay: 		0.08s;
    -ms-transition-delay: 		0.08s;
    -o-transition-delay: 		0.08s;
    transition-delay: 			0.08s;
    -webkit-transition-duration: 	0s;
    -moz-transition-duration: 		0s;
    -ms-transition-duration: 		0s;
    -o-transition-duration: 		0s;
    transition-duration: 			0s;
}
.order-view .order-view-detail > ul > li.ng-enter.ng-enter-active,
#order-content #order-content-swrap ul li.ng-enter.ng-enter-active,
#takeout-content #takeout-content-swrap ul li.ng-enter.ng-enter-active,
#takeout-list-order > ul > li.ng-enter.ng-enter-active,
#takeout-view-detail > ul > li.ng-enter.ng-enter-active,
#checkout-view-detail > ul > li.ng-enter.ng-enter-active{
  	-webkit-transform: 	translate(0px);
  	-moz-transform: 	translate(0px);
  	-ms-transform: 		translate(0px);
  	-o-transform: 		translate(0px);
  	transform: 			translate(0px);
  	opacity:1;
}
.order-view .order-view-detail > ul > li.ng-leave,
#takeout-view-detail > ul > li.ng-leave,
#checkout-view-detail > ul > li.ng-leave{
	-webkit-transition: 0.25s ease-in all;
	-moz-transition: 	0.25s ease-in all;
	-ms-transition: 	0.25s ease-in all;
	-o-transition: 		0.25s ease-in all;
	transition: 		0.25s ease-in all;
  	-webkit-transform: 	translate(0px);
  	-moz-transform: 	translate(0px);
  	-ms-transform: 		translate(0px);
  	-o-transform: 		translate(0px);
  	transform: 			translate(0px);
  	opacity:1;
}
.order-view .order-view-detail > ul > li.ng-leave.ng-leave-active,
#takeout-view-detail > ul > li.ng-leave.ng-leave-active,
#checkout-view-detail > ul > li.ng-leave.ng-leave-active{
	-webkit-transform: 	translate(25%);
	-moz-transform: 	translate(25%);
	-ms-transform: 		translate(25%);
	-o-transform: 		translate(25%);
	transform: 			translate(25%);
  	opacity:0;
}
#order-content #order-content-swrap ul li .order-content-item,
#takeout-content #takeout-content-swrap ul li .takeout-content-item{
	padding: 10px;
	border: 1px solid #1A2028;
	border-radius:2px;
	cursor: pointer;
    color: #D9D9D9;
}
#order-content #order-content-swrap ul li .order-content-item h3,
#takeout-content #takeout-content-swrap ul li .takeout-content-item h3{
	margin:0 0 10px;
    padding: 0;
	font-size: 1.4rem;
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
}
#order-content #order-content-swrap ul li .order-content-item p,
#takeout-content #takeout-content-swrap ul li .takeout-content-item p{
	margin-bottom: 0;
	font-size: 1rem;
	text-align: right;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#order-content #order-content-swrap ul li .order-content-picture,
#takeout-content #takeout-content-swrap ul li .takeout-content-picture{
	min-width: 150px;
	cursor: pointer;
    overflow: hidden;
}
#order-content #order-content-swrap ul li .order-content-picture img,
#takeout-content #takeout-content-swrap ul li .takeout-content-picture img{
	width: 100%;
    -webkit-transition: all 1s;
    -moz-transition:    all 1s;
    transition:         all 1s;
}
#order-content #order-content-swrap ul li .order-content-picture img:hover,
#takeout-content #takeout-content-swrap ul li .takeout-content-picture img:hover{
    -webkit-transform:  scale(1.2);
    -moz-transform:     scale(1.2);
    transform:          scale(1.2);
}
#order-content #order-content-swrap ul li h3,
#takeout-content #takeout-content-swrap ul li h3{
	margin:0;
	padding: 1.4rem 1rem;
	font-size: 1.4rem;
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #1A2028;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
    color: #D9D9D9;
}
#order-content #order-content-swrap ul li span,
#takeout-content #takeout-content-swrap ul li span{
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	background-color: #F03;
	box-shadow: 0 0 10px #F03;
	font-size: 0.9rem;
}

/*************************
 *******takeout-view******
 *************************/   
.checkout-calc-sub,.checkout-calc-view{padding: 1rem 5px;}
.btn-checkout-calc{
	width: 100%;
    padding: 1rem;
    border: 0;
    color: #9D9D9D;
    -webkit-border-radius:  4px;
    -moz-border-radius:     4px;
    border-radius:2px;
}
.checkout-calc-view{padding-top: 0;color:#666;}
.checkout-calc-view p{margin-bottom: 0}
.checkout-calc-view p:nth-child(2){
    border-bottom: 1px dashed #9D9D9D;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
.checkout-calc-view p span{float: right;}
.checkout-calc-view .check-fungroup{
	margin-bottom:1rem;
	text-align: center;
}
.checkout-calc-view .check-fungroup a{
    padding: 0.5rem 1rem;
    margin-right: 0.25rem;
    border-radius:2px;
    opacity: 0.85;
    transition: all 0.25s;
    cursor:pointer;
}
.checkout-calc-view .check-fungroup a:hover{opacity: 1;}
.checkout-calc-view input{
    padding: 0.75rem;
    margin-top: 5px;
    margin-bottom:5px;
    width: 100%;
    border: 0;
    background: #1F2532;
    border-radius:2px;
    transition: all 0.25s;
}
.checkout-calc-main{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.checkout-calc-main h3{
    margin:0;
    padding: 0 1rem;
    text-align: center;
    font-size: 3rem;
}
.checkout-calc-main ul{
	max-width:300px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.checkout-calc-main ul li{
    list-style: none;
    width: 33.333%;
    padding: 2px;
    float: left;
    text-align: center;
    overflow: hidden;
}
.checkout-calc-main ul li span{
	display:block;
	margin:0 auto;
	max-width:90px;
	height:90px;
	line-height:90px;
	font-size: 1.8rem;
	background: #1F2532;
	-webkit-border-radius:  10px;
    -moz-border-radius:     10px;
    border-radius:2px;
    cursor: pointer;
}
.checkout-middle{
    margin: 10px 0;
    padding: 0 5px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background: #272F3D;
    float: left;
}
.checkout-middle .checkout-details{
    padding: 5px;
    overflow-y: auto;
}
.checkout-middle .checkout-ways ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}
.checkout-middle .checkout-ways ul li{
    padding: 5px;
    width: 33.333%;
    text-align: center;
    float: left;
}
.checkout-middle .checkout-ways ul li a{
    display: block;
    text-decoration: none;
    background: #1F2532;
    -webkit-border-radius: 5px; 
    -moz-border-radius:2px; 
    border-radius:2px; 
    cursor: pointer;
}
.checkout-middle .checkout-ways ul li img{
    width: 50px;
}
.checkout-middle .checkout-details .checkout-qcode{
    padding: 10px;
    min-height: 340px;
    overflow: hidden;
}
.checkout-qcode .checkout-qcode-content{overflow: hidden;}
.checkout-qcode .checkout-qcode-content,
.checkout-qcode .checkout-qcode-content .checkout-qcode-swarp{
    width: 300px;
    height: 300px;
    padding: 20px;
    margin:0 auto;
    border-radius: 50%;
    background: #303B4C
}
.checkout-qcode .checkout-qcode-content .checkout-qcode-swarp{
    margin: -20px;
    background: rgba(10,10,10,0.25); 
    /*animation: fromTopToDown 1s infinite;*/
}
@keyframes fromTopToDown{
    from{
        transform: translateY(-565px);
    }
    to{
        transform: translateY(-265px);
    }
}
.checkout-qcode .checkout-qcode-content canvas{
    width: 200px;
    height: 200px;
    margin: 30px;
    border: 5px solid #FFF;
}
/*************************
 *******takeout-view******
 *************************/   
#takeout-list-order{
	border-top: 1px dashed #D9D9D9;
	overflow: hidden;
}
.takeout-list-content{
	padding:0 0 5px;
	border-top: 1px dashed #D9D9D9;
	overflow: hidden;
	clear: both;
}
.takeout-info-list,
#takeout-list-order  ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.takeout-info-list{padding: 5px 0;} 
.takeout-info-list li{
	width: 25%;
	height:40px;
	line-height:40px;
	list-style: none;
	font-size:1.2rem;
	text-align:center;
	float: left;
	cursor: pointer;
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: 	all ease-in 0.2s;
	-ms-transition: 	all ease-in 0.2s;
	-o-transition: 		all ease-in 0.2s;
	transition: 		all ease-in 0.2s;
}
.takeout-info-list li.active,.takeout-info-list li:hover{background: #1F2532;}
#takeout-list-order > ul > li{list-style: none;}
#takeout-list-order > ul > li > ul > li{
	width:15%;
    padding: 5px 0;
	font-size: 0.9rem;
	list-style: none;
	float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#666;
}
#takeout-list-order > ul > li > ul > li:first-child{width:30%;}
#takeout-list-order > ul > li > ul > li:nth-of-type(2){width:40%;}
#takeout-list-order > ul > li > ul > li:nth-of-type(3),
#takeout-list-order > ul > li > ul > li:nth-of-type(4){
    text-align: center;
    cursor: pointer;
}
#takeout-list-order > ul > li > ul > li:nth-of-type(3):hover,
#takeout-list-order > ul > li > ul > li:nth-of-type(4):hover{
    background: #D9D9D9;
}
#takeout-list-info > form{
	margin: 0;
    max-height: 277px;
	overflow: hidden;
}
#takeout-list-info > form > label{
	width: 100%;
	margin-bottom: 0;
	padding-top: 5px;
	font-size: 1.2rem;
	font-weight: normal;
	color:#666;
}
#takeout-list-info > form > label:last-child{padding-bottom: 5px;}
#takeout-list-info input,
#takeout-list-info textarea{
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #D9D9D9;
	background: #EFEFEF;
	font-size: 1.2rem;
	outline: 0;
    -webkit-border-radius:  0;
    -moz-border-radius:     0;
    border-radius:          0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow:    none !important;
    box-shadow:         none !important;
    -webkit-transition: all linear 0.5s;
    -moz-transition:    all linear 0.5s;
    transition:         all linear 0.5s;
}
#takeout-list-info .input-required{border: 1px dashed #F69;}
#takeout-list-info textarea {min-height: 75px;}
#takeout-list-info .takeout-view-tip{
	padding-right:10px;
	height:30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.2rem;
	color:#FAFAFA;
}

#takeout-list-info #takeout-view-detail{
	margin-top: 5px;
	overflow: hidden;
	border: 1px dashed #D9D9D9;
}
#takeout-list-info .takeout-view-ctrl{
	margin-top: 5px;
	padding-top: 5px;
	height: 70px;
	border-top: 1px dashed #D9D9D9;
	overflow: hidden;
	clear: both;
}
#takeout-list-info .takeout-view-ctrl p{
	padding: 5px 2px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.2rem;
	color:#666;
}
#takeout-list-info .takeout-view-ctrl .takeout-btnsure{
	display: block;
	width: 100%;
	padding: 6px 10px;
	border: 0;
	border-radius:2px;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
    outline: 0;
}
#takeout-list-info .takeout-view-ctrl .takeout-group{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#takeout-list-info .takeout-view-ctrl .takeout-group li{
    width: 50%;
    list-style: none;
    float: left;
}
#takeout-list-info .takeout-view-ctrl .takeout-group li:first-child{padding-right: 5px;}
#takeout-list-info .takeout-view-ctrl .takeout-group li:last-child{padding-left: 5px;}

/*************************
 *******takeout-view******
 *************************/
.book-view{width: 30%;}
.book-view .book-view-title{margin: 0 -5px 5px;} 
.book-view .book-view-title li{
    width: 33.333%;
    padding-left: 5px;
    height: 40px;
    line-height: 40px;
    list-style: none;
    font-size: 1.2rem;
    color: #FAFAFA;
    float: left;
    cursor: pointer;
}
.book-view .book-view-title li:last-child{padding-right: 1rem;text-align: right;}
.book-view .book-view-list{
    margin: 5px 0;
    padding: 0;
    overflow: hidden;
    border:1px dashed #D9D9D9;
}
.book-view .book-view-list > ul{
    margin: 0;
    padding: 0;
}
.book-view .book-view-list > ul > li{
    padding: 0.5rem 0 0;
    list-style: none;
    color: #666;
    cursor: pointer;
    overflow: auto;
}
.book-view .book-view-list > ul > li img{
    width: 20%;
    padding: 5px;
    -webkit-border-radius:  50%;
    -moz-border-radius:     50%;
    border-radius:          50%;
    float: left;
}
.book-view .book-view-list > ul > li > ul{
    margin: 0;
    padding: 0;
    width: 80%;
    float: left;
    overflow: hidden;
}
.book-view .book-view-list > ul > li > ul > li{
    list-style: none;
    overflow: auto;
}
.book-view .book-view-list > ul > li > ul > li > ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.book-view .book-view-list > ul > li > ul > li > ul > li{
    padding: 0.15rem;
    font-size: 0.75rem;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.book-view .book-view-list > ul > li > ul > li:first-child > ul > li:nth-child(1){width: 30%;}
.book-view .book-view-list > ul > li > ul > li:first-child > ul > li:nth-child(2){width: 50%;}
.book-view .book-view-list > ul > li > ul > li:first-child > ul > li:nth-child(3){width: 20%;}
.book-view .book-view-list > ul > li > ul > li:last-child > ul > li:nth-child(1){width: 75%;}
.book-view .book-view-list > ul > li > ul > li:last-child > ul > li:nth-child(2){width: 25%;}

.book-ctrl{
    margin: 10px;
    padding: 0 5px;
    background: #242C3A;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    overflow: hidden;
}
.book-ctrl > ul{
    margin: 0;
    padding: 0;
    overflow: auto;
    border-bottom: 1px solid #1F2532;
}
.book-ctrl > ul li{
    padding: 0 1.25rem;
    margin-top:5px;
    margin-bottom: 4px;
    height: 30px;
    line-height: 30px;
    font-size: 0.85rem;
    color: #9D9D9D;
    list-style: none;
    float: left;
    cursor: pointer;
}
.book-ctrl-content{
    margin: 5px 0;
    overflow: hidden;
}
.book-ctrl-content .book-ctrl-add,
.book-ctrl-content .book-ctrl-search,
.book-ctrl-content .book-ctrl-detail{
    width: 75%;
    margin: 1rem auto 0;
    padding: 0 1.25rem;
}
.checkout-middle .checkout-details label,
.book-ctrl-content .book-ctrl-add label,
.book-ctrl-content .book-ctrl-search label,
.book-ctrl-content .book-ctrl-detail label{
    display: block;
    color: #9D9D9D;
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}
.checkout-middle .checkout-details input,
.book-ctrl-content .book-ctrl-add input,
.book-ctrl-content .book-ctrl-search input,
.book-ctrl-content .book-ctrl-detail input,
.book-ctrl-content .book-ctrl-add textarea,
.book-ctrl-content .book-ctrl-detail textarea{
    display: block;
    padding: 0.75rem;
    width: 100%;
    background: #1F2532;
    border: 0;
    color: #D9D9D9;
    font-weight: normal;
    border-radius:2px;
}
.book-ctrl-content .book-ctrl-add textarea,
.book-ctrl-content .book-ctrl-detail textarea{
    min-height: 100px;
}
.book-ctrl-content input[type="submit"]{
    -webkit-transition: 0.5s ease-in all;
    -moz-transition:    0.5s ease-in all;
    transition:         0.5s ease-in all;
    cursor: pointer;
} 
.book-ctrl-content input[type="range"]{background: rgba(0,0,0,0);}


/*************************
 *******printTable********
 *************************/
#printTable.table>tbody>tr>td, 
#printTable.table>tbody>tr>th, 
#printTable.table>tfoot>tr>td, 
#printTable.table>tfoot>tr>th, 
#printTable.table>thead>tr>td, 
#printTable.table>thead>tr>th{
	padding: 2px;
	border-top: 0;
	font-size: 0.85rem;
}
#printTable{
	width: 220px;
	border: 1px solid #333;
}
#printTable tbody>tr:first-child,#printTable tfoot>tr:first-child{
	border-top: 1px dashed #D8D8D8;
}
#printTable tr>td:first-child{padding-left: 10px !important;}
#printTable tr>td:last-child{padding-right: 10px !important;}

.helper-content{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	background: rgba(0,0,0,0.25);
	z-index: 99999;
}
.helper-content .helper-history,
.helper-content .helper-talk{
	margin: 0 auto;
	max-width: 700px;
	height: 100%;
	border-radius:2px;
	background: rgba(0,0,0,0.4);
	overflow-y: scroll;
}
.helper-content .helper-talk{ 
	background-color: #FFF;    
	border-radius:2px;
	-webkit-animation: zoomIn 0.2s;
	-o-animation: zoomIn 0.2s;
	animation: zoomIn 0.2s;
}
.helper-con{
	padding: 10px;
}
.helper-title{
	color: #ddd;
}
.helper-title small{
	font-size: 12px;
	margin-left: 20px;
	font-weight: normal;
}
.helper-history-con,
.helper-history-con ul{
	margin: 0;
	margin-left: 30px;
	padding: 0;
	border-left: 3px solid #ddd;
	list-style: none;
}

.helper-history-con li{
	margin-left: 35px;
	padding: 8px 0;
	font-size: 14px;
	list-style: disc;
	color: #d9d9d9;
}
#helper-close,#helper-talk-close{
	position: absolute;
	margin-left: 670px;
	font-size: 30px;
	color: #ddd;
	cursor: pointer;
}


.helper-talk .helper-con{
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.helper-talk .helper-tb{
	width: 100%;
	border-collapse: collapse;
}
.helper-tb tbody tr td{
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	color:#999;
}
.helper-tb tbody tr td:nth-child(1){
	padding-right: 10px;
	width: 30%;
	font-size: 12px;
	text-align: right;
}
.helper-tb tbody tr td:nth-child(2){
	padding-left: 10px;
	width: 70%;
	font-size: 12px;
	text-align: left;
}
.helper-tb tbody tr td p{
	margin-top: 0;
	margin-bottom: 5px;
}
.helper-tb tbody tr td a{
	text-decoration: none !important;
	color: #f00;
}
.helper-tb tbody tr td img{
	margin-right: 5px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	vertical-align: middle;
}
.helper-tb .arr-date{ color: #ddd;}
.helper-tb .arr-time{
	display: inline-block;
	padding: 4px 10px;
	margin-top: 5px;
	border: 1px solid #ddd;
	border-radius:2px;
	color: #ddd;
}
.helper-tb .helper-reply-form{
	display: none;
}
.helper-tb textarea{
	width: 100%;
	padding: 5px;
	min-height: 50px;
	outline: none;
	resize: none;
	border-color: #ddd;
	font-size: 12px;
}
.helper-reply-sub,.helper-reply-cancle{
	display: inline-block;
	padding: 3px 6px;
	margin-top: 2px;
	border: 1px solid #d9d9d9;
	color: #999 !important;
	border-radius:2px;
}
.helper-reply-cancle{ margin-left: 5px;}
.helper-has-reply{
	padding: 6px;
	min-height: 35px;
	border: 1px solid #d5d5d5;
	border-radius:2px;
	color: #777;
	background-color: #FBFBFB;
}
.helper-has-reply span{ color: #999;}
/*绯荤粺鎻愮ず妗�*/
.systip{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 350px;
    height: 200px;
    background-color: #18A0FA;
    animation: fadeIn 0.5s ease-in;
}
.systip .systip-title{
    margin: 10px 0;
    padding: 0 10px;
    text-align: center;
    color: #EEE;
    font-family: "Microsoft YaHei";
    font-size: 20px;
}
.systip-con.has-image img{
    position: absolute;
    left: 10px;
    top: 50px;
    width: 50px;
    height: 50px;
}
.systip-con .systip-desc{
    padding: 10px;
    height: 134px;
}
.systip-con.has-image .systip-desc{padding-left: 70px;}
.systip-con .systip-desc p {
    margin: 0;
    font-size: 12px;
    color: #F5F5F5;
    font-family: "Microsoft YaHei";
}
.systip-text-warp{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*浠婃棩璁㈠崟 bill-wrapper*/
#BillWrapper{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:999;
}
.bill-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 680px;
    height: 600px;
    border-radius:2px;
    background-color: #272F3D;
    transition: 0.3s;
    font-family: "Microsoft YaHei";
    box-shadow:  inset 3px 0 3px rgba(10, 19, 30, 0.7), 
				 inset 0 3px 3px rgba(10, 19, 30, 0.7), 
				 inset -3px 0 3px rgba(10, 19, 30, 0.7), 
				 inset 0 -3px 3px rgba(10, 19, 30, 0.7);
}
.bill-wrapper ul{
	margin:0;
	padding:0;
	list-style: none;
}
.bill-wrapper p{ margin:0;}
.bill-wrapper.toggle{
    visibility: hidden;
    opacity: 0;
}
.bill-wrapper-title{
    position: relative;
    height: 40px;
    border-bottom: 1px solid var(--main-border-color);
}
.bill-wrapper-title p{
	padding:0 50px;
    font-size: 12px;
    color:var(--main-text-color);
}
#bill-wrapper-close{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    transition: 0.5s;
    font-family: "Arial";
    color:var(--main-text-color);
}
#bill-wrapper-close:hover{
    transform: rotate(180deg);
}
.bill-wrapper-list{
	padding-left:3px;
    width: 220px;
    height: 560px;
    border-right: 1px solid var(--main-border-color);
    overflow: hidden;
    float: left;
}
.bill-wrapper-list .bill-wrapper-time{
    padding-left: 10px;
    opacity: 0.8;
    font-size: 10px;
}
.bill-wrapper-list ul,.bill-wrapper-group ul{list-style: none;}
.bill-wrapper-list li{
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:var(--main-text-color);
}
.bill-wrapper-list li:hover,.bill-wrapper-list li.active{
    background-color: var(--main-color);
    color: #FFF;
}
.bill-wrapper-info{
    width: 460px;
    height: 560px;
    overflow: hidden;
    float: right;
}
.bill-wrapper-info .bill-wrapper-group{
    height: 518px;
    border-bottom: 1px solid var(--main-border-color);
    overflow: hidden;
}
.bill-wrapper-info .bill-wrapper-total{
    padding-right: 10px;
    height: 40px;
    overflow: hidden;
}
.bill-wrapper-info .bill-wrapper-total p{
    line-height: 40px;
    font-size: 12px;
    text-align: right;
    color:var(--main-text-color);
}
.bill-wrapper .bill-wrapper-totaltag{
    display: inline;
    margin: 0 2px;
    font-weight: bold;
    font-size: 14px;
    color: var(--main-color);
}
.bill-wrapper-group li{
    position: relative;
    padding: 10px 10px 10px 70px;
    min-height: 70px;
    border-bottom: 1px solid var(--main-border-color);
    color:var(--main-text-color);
}
.bill-wrapper-group img{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-radius:2px;
}
.bill-wrapper-group h3{
	margin:0;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bill-wrapper-group p{
    font-size: 12px;
}
.bill-wrapper-group small{
    padding-left: 10px;
    font-size: 85%;
    opacity: 0.8;
    color: var(--main-color);
}
/*************************
 *******寮瑰嚭瀵硅瘽妗�******
 *************************/
.mui-popup{
	position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 270px;
    -webkit-transition-property: -webkit-transform,opacity;
    transition-property: transform,opacity;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1.185);
    transform: translate3d(-50%,-50%,0) scale(1.185);
    text-align: center;
    opacity: 0;
    color: #000;
    border-radius:2px;
}
.mui-popup.mui-popup-in{
	display: block;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
    opacity: 1;
}
.mui-popup-inner{
    position: relative;
    padding: 15px;
    border-radius: 13px 13px 0 0;
    background: rgba(255,255,255,.95);
}	
.mui-popup-inner:after {
    position: absolute;
    z-index: 15;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    background-color: rgba(0,0,0,.2);
}
.mui-popup-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.mui-popup-title+.mui-popup-text {
    font-family: inherit;
    font-size: 14px;
    margin: 5px 0 0;
}
.mui-popup-input input {
    font-size: 14px;
    width: 100%;
    height: 26px;
    margin: 15px 0 0;
    padding: 0 5px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 0;
    background: #fff;
}
.mui-popup-buttons {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.mui-popup-button {
    font-size: 17px;
    line-height: 44px;
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0 5px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #007aff;
    background: rgba(255,255,255,.95);
    -webkit-box-flex: 1;
}
.mui-popup-button:first-child {
    border-radius:2px;
}
.mui-popup-button::after {
    position: absolute;
    z-index: 15;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-color: rgba(0,0,0,.2);
}
.mui-popup-button:last-child {
    border-radius:2px;
}
.mui-popup-backdrop {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    opacity: 0;
    background: rgba(0,0,0,.4);
}
.mui-popup-backdrop.mui-active {
    opacity: 1;
}

/**
 * 瀵嗙爜杈撳叆妗�
 */
.mui-popup-input input{
	padding: 5px 5px;
	height: 40px;
	line-height: 30px;
	border-radius:2px;
	font-size: 14px;
}
/**
 * 濂楅
 */
.ui-package .mui-popup{ width: 400px; }
.ui-package .ui-package-group{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.ui-package .ui-package-group .mui-popup-text{ 
	display: block; 
	width: 100%;
	text-align: left;
}
.ui-package .mui-popup-input:not(:last-child){ margin-right: 5px; }
.ui-package .mui-popup-input input{
	display: none;
}
.ui-package .mui-popup-input span{
	display: inline-block;
	padding: 4px 10px;
	min-width: 60px;
	border: 1px solid #ddd;
	border-radius:2px;
	color: #999;
	font-weight: normal;
	cursor: pointer;
	transition: 0.35s;
}
.ui-package .mui-popup-input input:checked + span{
	border-color: #ff500b;
	background: #ff500b;
	color: #fff;
}

/* dialog */
@import url(https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,700,800);

.flappy-wrapper{
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	opacity: 1;
	visibility: visible;
	transform: 0.35s;
}
.flappy-wrapper.dialog-none{
	opacity: 0;
	visibility: hidden;
	transform: 0.35s;
}
.flappy-dialog {
  background-color: #ffffff;
  border-radius:2px;
  
  text-align: center;
  
  display: block;
  margin: 100px auto;
  width: 700px;
  overflow: hidden;
  
  transform-origin: center center;
  
  transition: transform 0.4s ease;
}

.flappy-wrapper.dialog-none .flappy-dialog {
  transform: rotateX(-90deg);
}

.flappy-dialog h2 {
  color: #8F69E8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 3.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  
  margin: 0;
  padding: 0;
}

.flappy-dialog h1 {
  color: #666666;
  
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  line-height: 1.8;
  font-weight: 200;
  
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
}

.flappy-dialog h3 {
  color: #888888;
  
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 300;
  
  display: block;
  margin: 0 auto;
  margin-bottom: 3em;
  padding: 0;
  width: 280px;
}

.flappy-dialog .flappy-dialog-buttons {
  background-color: #2e2e2e;
  overflow: hidden;
  position: relative;
  
  perspective: 500px;
}

.flappy-dialog button {
  color: rgba(255, 255, 255, 0.95);
  background-color: #8F69E8;
  border: none;
  
  font-size: 25px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  
  padding: 0 2em;
  
  transform-origin: 50% 0%;
  transition: transform 0.75s cubic-bezier(0.5, 3, 0.65, 0.45) 0.3s;
}

.flappy-dialog button + button {
  transition-delay: 0.35s;
}

.flappy-wrapper.dialog-none .flappy-dialog button {
  transform: rotateX(-90deg);
}

.flappy-dialog button:hover {
  background-color: #865FDF;
  
  transition: background-color: 0.15s ease 0s, transform 0.15s ease 0s;
  transition-delay: 0s, 0s;
  transform: rotateX(-20deg);
}

.flappy-dialog .left-flap,
.flappy-dialog .right-flap
{
  background-color: #865FDF;
  border-bottom-left-radius: 25px;
  
  display: block;
  margin: 0;
  padding: 0;
  width: 208px;
  
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  
  transform-origin: 50% 0%;
  transition: transform 0.75s cubic-bezier(0.5, 3, 0.65, 0.45) 0.25s;
}

.flappy-dialog .right-flap {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 25px;
  
  left: auto;
  right: 0;
  
  transition-delay: 0.4s;
}

.flappy-wrapper.dialog-none .flappy-dialog .left-flap,
.flappy-wrapper.dialog-none .flappy-dialog .right-flap
{
  transform: rotateX(-90deg);
}
.dialog-input{ margin-bottom: 1.5em;}
.dialog-input .dialog-inline{
	position: relative;
	margin: auto;
	padding-left: 30px;
	width: 282px;
	border: 1px solid #bbb;
}
.dialog-input .dialog-inline.no-pd{ padding: 0; }
.dialog-input .dialog-price{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 40px;
	color: #666;
	font-size: 16px;
}
.dialog-input .dialog-price.price-rmb::before{ content: "锟�"; }
.dialog-input input{
	padding: 0 15px 0 0;
	height: 40px;
	line-height: 40px;
	width: 250px;
	color: #333;
	border: none;
}



.wrap-choose{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	z-index: 1000;
}
.wrap-choose .wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	width: 600px;
	height: 360px;
	background: #1F2532;
	border-radius:2px;
}
.wrap-choose .wrapper a{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 135px;
	height: 180px;
	color: #9d9d9d;
	background-color: #272F3D;
	font-size: 24px;
	border-radius:2px;
	transition: 0.4s;
}
.wrap-choose .wrapper .choose-icon {
   width: 70px; 
   height: 70px;
   vertical-align: -0.15em;
   fill: #9d9d9d;
   overflow: hidden;
}
.wrap-choose .wrapper a:hover{
	color: #fff;
	background-color: #ff500b;
}
.wrap-choose .wrapper a:hover .choose-icon{ fill: #fff; }


/**
 * alert wrapper
 * 
 * 弹出框
 */
.alert-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.25);
	z-index: 1000;
	overflow: hidden;
}
.alert-box{
	width: 600px;
	min-height: 400px;
	background: var(--c2);
	border-radius:2px;
	color: #9d9d9d;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
	overflow: hidden;
}
.alert-box.alert-mini{ 
	width: 340px;
	min-height: 240px;
}
.alert-box.alert-qrcode{ 
	width: 340px;
	min-height: 340px;
}
.alert-box .alert-title{
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}
.alert-box .alert-content{
	padding: 15px;
}
.takeout-edit{ 
	display: flex; 
	flex-wrap: wrap;
}
.takeout-edit .item{
	display: flex;
    align-items: center;
	width: 50%;
}
.takeout-edit .item.item-block{ width: 100%; }
.takeout-edit .item .item-text{
	display: inline-block;
	padding: 0 5px;
	line-height: 34px;
	min-width: 60px;
	text-align: right;
}
.takeout-edit .item .item-control{
	display: inline-block;
	padding: 4px 8px;
	height: 34px;
	border: none;
	flex: auto;
	background: #f2f2f2;
}
.takeout-edit .item:not(:last-child){ margin-bottom: 5px; }
.takeout-edit .button-group{ display: flex; }
.takeout-edit .button-group button,
.takeout-edit .item-btn{
	display: inline-flex;
	justify-content: center;
	min-width: 60px;
	height: 34px;
	background: var(--c3);
	color: #f5f5f5;
	border: none;
	font-size: 14px;
}
.takeout-edit .button-group button:not(:last-child){ border-right: 1px solid #de1313; }
.takeout-edit .item-btn{
	height: 40px;
	width: 49%;
}
.takeout-edit .item.item-justify{ justify-content: space-between; }
.result-wrapper .item{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-right: 80px;
    border: 1px solid #9d9d9d;
}
.result-wrapper .item:not(:last-child){ border-bottom: none; }
.result-wrapper .item span{
	display: inline-block;
	padding: 5px;
	min-width: 140px;
}
.result-wrapper .item button{
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 34px;
	background: #9d9d9d;
	color: #f5f5f5;
	border: none;
	font-size: 14px;
}
#result-wrapper{ height: 100%; }