html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /* vertical-align: baseline; */
  font-family: "微软雅黑", "microsoft yahei", helvetica;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
  outline: none
}

a:hover {
  color: #090
}

/*Clear Float*/
.clearfix:after,
.w1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix,
.w {
  *+height: 1%
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

img {
  width: 100%;
}

html,
body {
  height: 100%;
  font-family: -apple-system-font, "Helvetica Neue", sans-serif;
  font-size: 12px;
}

a,
button,
input,
button,
span,
div {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.header {
  height: 170px;
  background: url(/images/index_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.pagination-container{
  text-align: end;
}
.header .leftlogo {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  float: left;
  margin: 25px 20px 18px 30px;
  background: url(/images/logo.jpg) no-repeat;
  background-size: contain;
}

.header .righttitle {
  float: left;
  margin: 30px 0 0 0;
  color: #FFF;
}

.header .righttitle h1 {
  font-size: 20px;
  font-weight: bold;
}

.header .righttitle h2 {
  width: 200px;
  font-size: 14px;
  margin: 10px 0 0 0;
  line-height: 20px;
}

.header .bulletin {
  position: relative;
  width: 94%;
  height: 28px;
  line-height: 28px;
  padding: 0 4% 0 2%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(7, 17, 27, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header .bulletin .bulletin-title {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  width: 25px;
  height: 15px;
  background: url(/images/ico_g.jpg) no-repeat;
  background-size: contain;
  text-indent: -99999;
  border-radius: 3px;
  margin-right: 5px;
}

/*.header{
  width: 100%;
  height: 150px;
  background: #555;
}*/
.swiper-container-ul {
  list-style: none;
  overflow: hidden;
  width: 100%;
  background: #fff;
  top: 0;
}

.swiper-container-ul-li {
  width: 50%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
}

.actives {
  border-bottom: 1px solid #3190e8;
  color: #3190e8;
}

.content {
  width: 100%;
  overflow: hidden;
  padding-bottom: 140px;
  display: flex;
}
.layui-tab-content{
padding: 0!important;
}
.left {
  top: 40px;
  width: 25%;
  height: 85%;
  background: #F6F8F8;
  overflow-y: scroll;
}
.itemNumBox .num-input {
  width: 20px;
  height: 30px;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-size: 14px;
  border-collapse: collapse
}

.itemnum .sub {
  width: 25px;
  height: 30px;
  line-height: 30px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #DDDDDD;
  text-align: center;
  border-collapse: collapse;
  border-right: none;
}

.itemnum .add {
  width: 25px;
  height: 30px;
  line-height: 30px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #DDDDDD;
  text-align: center;
  border-collapse: collapse;
  border-left: none;
}

.left ul {
  list-style: none;
}

.left::-webkit-scrollbar {
  width: 0;
}

.left ul li {
  padding: 15px 0px;
  text-align: center;
  color: #666;
}

.left ul li p {
  padding: 0 10px;
}

.active {
  background: #fff;

}

.active p {
  border-left: 3px solid #58B85C;
  padding: 0 10px;
}

.right {
  /* float: left; */
  width: 75%;
  height: 100%;
}



.right ul {
  list-style: none;
}

.class-title {
  padding: 15px 10px 0px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
}

.item {
  overflow: hidden;
  /* width: 100%; */
  padding: 10px;
  background: #fff;
  /* border-bottom: 1px solid #eee; */
  display: flex;
}

.item-left {
  float: left;
}

.item-right {
  float: left;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  width: 85%;
}

.item-ico {
  width: 30px;
  height: 30px;
  margin: 20px 0 0 0;
  float: left;
  padding: 0;
}

.item-img {
  width: 96px;
  height: 96px;
  background: #eee;
}

.item-img img {

  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-size: contain;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 100%;
  max-width: 100%;
}

.itemNumBox {
  display: none;
}

.itemnum {

  display: flex;
  align-items: center;
}
.itemnum .sub {
	width: 25px;
	height: 30px;
	line-height: 30px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 1px solid #DDDDDD;
	text-align: center;
	border-collapse: collapse;
	border-right: none;
}
.itemnum .add {
	width: 25px;
	height: 30px;
	line-height: 30px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid #DDDDDD;
	text-align: center;
	border-collapse: collapse;
	border-left: none;
}
.itemNumBox .num-input {
  width: 20px;
	height: 30px;
	border: 1px solid #DDDDDD;
	text-align: center;
	font-size: 14px;
	border-collapse: collapse
}

.itemnum img {
  width: 15px;
  height: 15px;
}

.itemspec {
  color: #666;
  font-weight: normal;
  margin: 8px 0;
}

.title {
  /*  width: 100px; */
  /* height: 20px; */
  line-height: 20px;
  font-size: 14px;
}

.subtitle {
  width: 70px;
  height: 20px;
  margin-top: 10px;
  background: #eee;
}

.price {
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bolder;
  color: #f60002;
  display: flex;
  justify-content: space-between;
}

.price button {
  width: 52px;
  height: 25px;
  background-image: linear-gradient(to right, #6DD572, #58B85C);
  border: none;
  border-radius: 4px;
  color: #fff;
}

.subFly {
  width: 100%;
  /* height: 100%; */
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  position: absolute;
  padding: 16px 0;
}

.subFly .subName {
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px 10px;
}

.subFly .spectitle {
  font-size: 14px;
  margin: 8px 0;
  padding: 0 15px;
  color: #999;
}

.subFly .btn {
  padding: 0 15px;
}

.subFly .btn .ms,
.subFly .btn .ad {
  vertical-align: middle;
  width: 28px;
  height: 28px;
}

.subFly .btn input {
  height: 37px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
}

.subFly .choosedSpec {
  height: 45px;
  line-height: 45px;
  background: #F3F3F3;
  margin: 20px 0;
  padding: 0 15px;
  font-size: 16px;
  color: #999;
}

.subFly .choosedSpec .totalnum,
.subFly .choosedSpec .spec {
  color: #333;
}

.subFly .total {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 33px;
}

.subFly .total div {
  display: flex;
}

.subFly .total .totalMoney {
  color: #F93047;
  font-size: 20px;
}

.subFly .total button {
  width: 106px;
  height: 33px;
  background-image: linear-gradient(to right, #6DD572, #58B85C);
  color: #fff;
  border: none;
  border-radius: 4px;
}

.layui-layer .layui-layer-setwin .layui-layer-close2 {
  right: 147px;
  /* bottom: -288px; */
  top: 260px;
  width: 36px;
  height: 36px;
  background-position: -144px -31px
}

.up,
.up1 {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
}

.up1 {
  width: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  height: 100%;
  display: none;
  position: absolute;
}

.down {
  width: 90%;
  height: 65%;
  background: #fff;
  position: relative;
  margin: 0 auto;
  top: 20%;
  border-radius: 10px;
}

.down .subCount .ms,
.down .subCount .ad {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.close {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.close img {
  width: 1.5rem;
  height: 1.5rem;
}

.foot {
  position: fixed;
  height: 50px;
  line-height: 50px;
  width: 100%;
  bottom: 0;
  background: #F03C03;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.down dl {
  width: 96%;
  margin-left: 4%;
  border-bottom: 1px solid #dddddd;
}

.down dl.subName {
  height: 6rem;
}

.down dl.subName dt,
.down dl.subName dd {
  float: left;
}

.down dl.subName dt {
  margin: -20px 15px 0 0;
  width: 28%;
}

.down dl.subName dt img {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.down dl.subName dd {
  margin: 10px 0 0 5px;
}

.down dl.subName dd p {
  margin-bottom: 5px;
}

.down dl.subName dd p:nth-child(1) {
  font-size: 17px;
  font-weight: bold;
}

.down dl.subName dd p:nth-child(2) {
  color: #f00;
}

.down .subChose {
  padding: 10px 0;
  min-height: 3.2rem;
}

.down .subChose dt,
.down .subChose dd {
  height: 1rem;
  line-height: 1rem;
}

.down .subChose dd {
  float: left;
  padding: 0.3rem 0.6rem;
  border: 1px solid #666666;
  border-radius: 0.2rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
}

.down dl.subCount {
  height: 2.6rem;
  line-height: 2.6rem;
}

.down dl.subCount dt {
  float: left;
}

.down dl.subCount dd {
  float: right;
}

.down .subChose dd.m-active {
  color: #ffffff;
  background: #F03C03;
  border: 1px solid #F03C03;
}

.shopcart-list {
  position: fixed;
  left: 0;
  bottom: 45px;
  width: 100%;
  min-height: 200px;
  display: none;
  z-index: 3;
  background: #ffffff;
}

.shopcart-list .list-header {
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  background: #f3f5f7;
  border-bottom: 1px solid rgba(7, 17, 27, 0.1);
}

.shopcart-list .list-header .title {
  float: left;
  font-size: 14px;
  color: #07111b;
}

.shopcart-list .list-header .empty {
  float: right;
  font-size: 12px;
  color: #00a0dc;
}

.shopcart-list .list-content {
  padding: 0 18px;
  overflow: hidden;
  background: #fff;
}

.shopcart-list .list-content .food {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.shopcart-list .list-content .food .name {
  line-height: 24px;
  font-size: 14px;
  color: #07111b;
}

.shopcart-list .list-content .food .price {
  position: absolute;
  right: 90px;
  bottom: 12px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #f01414;
}

.shopcart-list .list-content .food .cartcontrol-wrapper {
  position: absolute;
  right: 0;
  bottom: 6px;
}

.main #left li {
  line-height: 0;
}

.main #left li span {
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  line-height: 25px;
  width: 100%;
}

.food div,
.food .btn {
  float: left;
}

.food div {
  width: 20%;
  text-align: center;
}

.food .btn {
  width: 30%;
}

.food div:nth-child(1) {
  width: 50%;
  text-align: left;
}

.food div:nth-child(1) span.accountName {
  display: inline-block;
  min-width: 60%;
}

.food .btn {
  text-align: center;
}

.food .btn button {
  background: transparent;
  height: 40px;
}

.food .btn button strong {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.shop {
  position: fixed;
  bottom: 20px;
  width: 90%;
  margin-left: 5%;
  height: 50px;
  line-height: 50px;
  background-image: linear-gradient(to right, #2C334D, #707CA4);
  transition: all 0.5s ease 0s;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop .shopico {
  position: relative;
  /*  width: 70px;
  height: 70px; */
  /* border-radius: 50%; */
  /* float: left; */
  margin-left: 15px;
  display: flex;
  /*  
  background: #070f1a;
  margin: -15px 0 0 10px; */
}


.shop .shopico img {
  width: 48px;
  margin: 5px 0;
  /* position: relative; */
  /* display: inline-block;
  margin: 8px 0 0 10px;
  overflow: hidden; */

}

.shop .shopprice {

  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  margin-left: 25px;
}

.shop .shopbut {

  float: right;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  /* line-height: 50px; */
  /*  padding: 0 20px; */
  margin-right: 15px;
  width: 112px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 8px;
  background-image: linear-gradient(to right, #6DD572, #58B85C);

}

.shop .numspan {
  position: absolute;
  top: 8px;
  left: 38px;
  width: 23px;
  height: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  border-radius: 8px;
  background: -webkit-linear-gradient(left top, #f07c49, #ff0000);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom right, #f07c49, #ff0000);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom right, #f07c49, #ff0000);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom right, #f07c49, #ff0000);
  /* 标准的语法 */
}

.mask {
  width: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  height: 100%;
  display: none;
  position: fixed;
}

.popup {
  position: fixed;
  width: 100%;
  height: 300px;
  background: #FFF;
  bottom: -300px;
  transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.popup .uptitle {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-bottom: solid 1px #f9f9f9;
}

.popup .uptitle span {
  font-size: 16px;
  color: #000;
}

.popup .uptitle .tb {
  height: 16px;
  line-height: 20px;
  font-size: 13px;
  float: right;
  margin: 0;
  background: url(images/del.png) no-repeat left center;
  background-size: contain;
  padding-left: 20px;
  color: #a1a1a1;
  margin: 13px 0 0 0;
}

.popup .uplist {
  width: 100%;
  height: 270px;
  overflow-y: scroll;
}

.popup .uplist ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 10px 0;
}

.popup .uplist .uppic {
  width: 80px;
  height: auto;
  float: left;
  margin: 10px 10px 10px 15px;
}

.popup .uplist .listtitle {
  width: 40%;
  float: left;
  margin: 10px 0 0 0;
  line-height: 25px;
}

.popup .uplist .listtitle h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.popup .uplist .listtitle h2 {
  font-size: 14px;
  font-weight: bold;
  color: #f60002;
}

.popup .uplist .listright {
  width: 30%;
  height: auto;
  float: right;
  margin: 20px 0 0 0;
}

.popup .uplist .listright span {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
}

.popup .uplist .listright p {
  width: 30px;
  float: left;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}

.addnum {
  background: url(images/jiah.png) no-repeat;
  background-size: contain;
}

.lessnum {
  background: url(images/jianh.png) no-repeat;
  background-size: contain;
}
.disable{
  background: #dbdbdb!important;
}
/* 首页下单码 */
.singleCode{
	text-align: center;
	display: none;
  padding: 30px 0;
}
.singleCode .title{
  font-size: 20px;
  font-weight: bold;
}
.singleCode input{
  height: 53px;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  margin: 16px 0;
  width: 80%;
  font-size: 16px;
  color: #aaa;
  padding-left: 10px;
}
.singleCode .btns{
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.singleCode .btns button{
  height: 40px;
  width: 112px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  background: #fff;
  color: #666666;
}
.singleCode .btns .confirmBtn{
  background-image: linear-gradient(to right, #6DD572, #58B85C);
  color: #fff;
  border: none;
}