* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 62.5%
}
body{
	font-size: 1.6rem;
	overflow: hidden;
}

p{
	margin: 0;
	font-size: 1.6rem;
	color: inherit;
}

.swiper-container-ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	background: #fff;
	top: 0;
}

 #search{
	position: relative;
	    padding: 1rem;
	        background: #fff;
    border-bottom: 1px solid #cccccc;
}

#search_input{
	    height: 4rem;
    line-height: 4rem;
    background: #ccc;
    border-radius: 2rem;
    padding-left: 2rem;
}
.mui-icon.mui-icon-search{
	font-size: 1.6rem;
}
#mask{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(84, 82, 82, 0.8);
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.content {
	width: 100%;
	overflow: hidden;
}

.left {
	float: left;
	width: 25%;
	height: 100%;
	background: #fff;
	overflow-y:auto; 
	border-right: 1px solid #cccccc;
}

.left ul {
	list-style: none;
}

.left ul li {
	padding: 1.2rem .8rem;
	text-align: center;
	border-bottom: 1px solid #f7f0f0;
}

.active {
	background: #fff;
	/*border-left: 2px solid #3190e8;*/
    color: #3190e8;
}

.right {
	float: left;
	width: 75%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.right ul {
	list-style: none;
}

.class-title {
	padding: .5rem 1rem;
	background: rgb(224,224,237);
	color: rgb(0,0,0);
	border-bottom: 1px solid #fff;
}


.item {
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid rgb(230, 230, 240);
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    padding: 1.5rem 0rem;
}
.item-left{
    padding-right: 1.5rem;
    padding-left: 1rem;
    color: rgba(16, 16, 16, 0.8);
}
.item-right{
    padding-right: 1rem;
    color: rgb(16, 16, 16);
    font-weight: 700;
}

#footer{
	position:relative;
    text-align: center;
    background: #fff;
    border-top: 1px solid #cccccc;
    overflow: hidden;
    z-index: 999;
    margin-top: 0px;
}

#count{
	font-size: 1.8rem;
	padding-top: 1rem;
    padding-bottom: 1rem;
}
#Js_btn{
	
    border-radius: 2rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    color: #fff;
    font-size: 1.8rem;
    width: 70%;
    margin-left: 15%;
    overflow: hidden;
    margin-bottom: 1rem;
}

.pending{
	background: #cccccc;
}

#Js_btn.active{
	background: rgb(19, 151, 241);
}

#dialog{
	position: absolute;
       background: #fff;
    z-index: 999;
    width: 100%;
    overflow: hidden;
    display: none;
}
#dialog .dialog_title{
    position: absolute;
    top: 0px;
    height: 4rem;
    overflow: hidden;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    padding: 0rem 1rem;
        z-index: 9999;
}

#dialog .dialog_title p{
	font-size: 1.6rem;
}

#dialog .dialog_title p .mui-icon{
	    font-size: 1.8rem;
}
#dialog .dialog_content{
	max-height: 25rem;
	overflow-y: auto;
    padding-top: 4rem;
}

#dialog .dialog_content .item_list{
	 display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        border-bottom: 1px solid #e6e6e6;
    font-size: 1.6rem;
    padding: 1rem 1rem;
        max-height: 5rem;
}
#dialog .dialog_content .item_list .name{
	    padding-right: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 5.5;
}

#dialog .dialog_content .item_list .detail{
	/* flex: 4.5; */
}

#dialog .dialog_content .item_list .detail .price{
	float: right;
    line-height: 4rem;
        padding-right: 1rem;
        font-size: 1.6rem;
}
#dialog .dialog_content .item_list .detail .cart-dtl-oprt{
	float: right;
    line-height: 4rem;
}

#dialog .dialog_content .item_list .detail .cart-dtl-oprt .mui-icon{
	color: rgb(19, 151, 241);
	font-size: 2.2rem;
}
#dialog .dialog_content .item_list .detail .cart-dtl-oprt .foodop-num{
	    padding: 0rem .8rem;
}

#buttom_img{
	position:relative;
    text-align: center;
    background: #fff;
    border-top: 1px solid #cccccc;
    overflow: hidden;
    z-index: 999;
}
/* .item-left{
  float: left;
}
.item-right{
  float: left;
  padding: 0 10px;
}
.item-img{
  width: 100px;
  height: 100px;
  background: #eee;
}
.title{
  width: 100px;
  height: 20px;
  margin-top: 10px;
  background: #eee;
}
.subtitle{
  width: 70px;
  height: 20px;
  margin-top: 10px;
  background: #eee;
}
.price{
  width: 50px;
  height: 20px;
  margin-top: 10px;
  background: #eee;
} */