.login {
    font-size: 14px;
    color: #666;
    background-image: url("../static/images/login.jpg");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position-x: center;
    height: 100%;
}
body,html{
    height: 100%;
}
body{
    overflow: auto;
}

.zyl_center {
    text-align: center;
}


.zyl_pad_01 {
    padding: 5px 20px 5px 20px;
}

.zyl_mar_01 {
    margin-top: 20px;
}

.zyl_mar_02 {
    margin-top: 30px;
}

.layui-btn{
    background-color: rgb(27, 135, 255);
    border-radius: 4px;
}
.layui-btn-normal{
    background-color: #009688;
}
.layui-btn-danger{
    background-color: #FF5722;
}
.layui-btn-warm{
    background-color: #FFB800;
}

.zyl_lofo_main {
    background-color: rgba(255, 255, 255, 0.9);
    width: 450px;
    /*height: 350px;*/
    padding-bottom: 30px;
    position: absolute;
    right: 10%;
    top: 22%;
    opacity: 0.8;
}
.layui-layout-admin .layui-header .layui-nav .select_semester{
    height: 38px;
    line-height: 38px;
    color: #0C0C0C;
}
.layui-layout-admin .layui-header .layui-nav .select_semester .layui-select-title input{
    background:none;
    color: #fff;
}
.zyl_lofo_icon {
    position: absolute;
    left: 5px;
    top: 8px;
    font-size: 20px;
}
.desc_info{
    color: #999;
}
.add_data .edit,.edit_data .create{
    display: none;
}

.zyl_lofo_vercode {
    line-height: 35px;
    padding-left: 30px;
    font-size: 24px;
}

.layui-layout-admin .layui-layout-right{
    padding: 0 10px;
}
.layui-layout-admin .layui-header{
    background-color: rgb(27, 135, 255);
}
.layui-layout-admin .layui-header a, .layui-layout-admin .layui-header a cite{
    color: #f8f8f8;
}
.layui-layout-admin .layui-logo{
    background-color: rgb(53, 61, 83) !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    font-weight: bold;


    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    width: 220px;
    height: 49px;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
.layui-layout-admin .layui-logo, .layui-layout-admin .layui-logo a{
    color: rgba(255, 255, 255, 0.8);
}
.layui-logo img{
    width: 28px;
    margin-right: 10px;
}
.layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar{
    display: none;
}
.layui-side-menu, .layadmin-pagetabs .layui-tab-title li:after, .layadmin-pagetabs .layui-tab-title li.layui-this:after, .layui-layer-admin .layui-layer-title, .layadmin-side-shrink .layui-side-menu .layui-nav>.layui-nav-item>.layui-nav-child{
    background-color: rgb(40, 55, 77) !important;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{
    background-color: rgb(27, 135, 255) !important;
}
.layui-nav-tree .layui-nav-bar{
    background-color: #1b87ff;
}
.layui-side .layui-nav-tree .layui-nav-bar{
    width: 4px;
}
.none{
    display: none;
}
.layer_padding{
    padding: 20px;
    text-align: center;
}
xm-select .xm-select-default{
    left: 0;
}
.text_left{
    text-align: left;
}
.layui-layer-page .layui-layer-content {
    overflow: visible !important;
}
.swal-overlay{
    z-index: 99999999999999;
}
.layui-layer{
    border-radius: 8px!important;
}
.margin_bot_20{
    margin-bottom: 20px;
}
.tool_btn{
    float: left;
}
.form_filter{
    float: right;
}
@media screen and (max-width: 768px) {
    .zyl_lofo_main {
        width: 100%;
        /*height: 350px;*/
        right: 0;
        overflow-x: hidden;
    }
}


.zyl_login_cont {
    width: 100%;
    height: 100%;
    background-color: #009688;
}


.background {
    width: 100vw;
    height: 100vh;
    background: linear-gradient(-45deg, #3E1E68, #00CBFF, #0081FF, #3E1E68);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.background span {
    width: 20vmin;
    height: 20vmin;
    border-radius: 20vmin;
    backface-visibility: hidden;
    position: absolute;
    animation-name: move;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.background span:nth-child(1) {
    color: #FFACAC;
    top: 44%;
    left: 97%;
    animation-duration: 15s;
    animation-delay: -13.8s;
    transform-origin: 11vw -22vh;
    box-shadow: 40vmin 0 10.12735945vmin currentColor;
}

.background span:nth-child(2) {
    color: #E45A84;
    top: 93%;
    left: 8%;
    animation-duration: 13.8s;
    animation-delay: -10.9s;
    transform-origin: 10vw 23vh;
    box-shadow: 40vmin 0 12.7346672971vmin currentColor;
}

.background span:nth-child(3) {
    color: #FFACAC;
    top: 14%;
    left: 41%;
    animation-duration: 15.9s;
    animation-delay: -6.7s;
    transform-origin: -9vw -24vh;
    box-shadow: -40vmin 0 11.4923952406vmin currentColor;
}

.background span:nth-child(4) {
    color: #E45A84;
    top: 52%;
    left: 75%;
    animation-duration: 14.3s;
    animation-delay: -12.6s;
    transform-origin: 16vw 25vh;
    box-shadow: 40vmin 0 13.3657534039vmin currentColor;
}

.background span:nth-child(5) {
    color: #FFACAC;
    top: 7%;
    left: 5%;
    animation-duration: 15.9s;
    animation-delay: -10s;
    transform-origin: 8vw 3vh;
    box-shadow: -40vmin 0 13.3942178273vmin currentColor;
}

.background span:nth-child(6) {
    color: #FFACAC;
    top: 35%;
    left: 1%;
    animation-duration: 11.6s;
    animation-delay: -6s;
    transform-origin: 0vw 17vh;
    box-shadow: -40vmin 0 7.6304875279vmin currentColor;
}

.background span:nth-child(7) {
    color: #FFACAC;
    top: 42%;
    left: 84%;
    animation-duration: 11s;
    animation-delay: -6.9s;
    transform-origin: 11vw -8vh;
    box-shadow: 40vmin 0 13.6665321499vmin currentColor;
}

.background span:nth-child(8) {
    color: #E45A84;
    top: 53%;
    left: 95%;
    animation-duration: 15s;
    animation-delay: -10.9s;
    transform-origin: 25vw 15vh;
    box-shadow: 40vmin 0 13.2849881717vmin currentColor;
}

.background span:nth-child(9) {
    color: #FFACAC;
    top: 75%;
    left: 67%;
    animation-duration: 11.7s;
    animation-delay: -13.9s;
    transform-origin: -11vw -3vh;
    box-shadow: 40vmin 0 7.2158804055vmin currentColor;
}

.background span:nth-child(10) {
    color: #583C87;
    top: 59%;
    left: 51%;
    animation-duration: 12.1s;
    animation-delay: -11.7s;
    transform-origin: -5vw -7vh;
    box-shadow: -40vmin 0 7.4269772253vmin currentColor;
}

.background span:nth-child(11) {
    color: #FFACAC;
    top: 80%;
    left: 91%;
    animation-duration: 13.4s;
    animation-delay: -5.9s;
    transform-origin: 7vw -19vh;
    box-shadow: 40vmin 0 11.2741559637vmin currentColor;
}

.background span:nth-child(12) {
    color: #FFACAC;
    top: 68%;
    left: 97%;
    animation-duration: 15.8s;
    animation-delay: -8.2s;
    transform-origin: 24vw 3vh;
    box-shadow: 40vmin 0 11.2552482722vmin currentColor;
}

.background span:nth-child(13) {
    color: #FFACAC;
    top: 69%;
    left: 46%;
    animation-duration: 10.4s;
    animation-delay: -11.5s;
    transform-origin: 13vw 24vh;
    box-shadow: -40vmin 0 6.2939412125vmin currentColor;
}

.background span:nth-child(14) {
    color: #E45A84;
    top: 98%;
    left: 63%;
    animation-duration: 14.2s;
    animation-delay: -3s;
    transform-origin: -13vw -15vh;
    box-shadow: -40vmin 0 10.5039271244vmin currentColor;
}

.background span:nth-child(15) {
    color: #583C87;
    top: 12%;
    left: 20%;
    animation-duration: 14s;
    animation-delay: -6.8s;
    transform-origin: 7vw 20vh;
    box-shadow: 40vmin 0 10.924056322vmin currentColor;
}

.background span:nth-child(16) {
    color: #E45A84;
    top: 29%;
    left: 20%;
    animation-duration: 11s;
    animation-delay: -14.4s;
    transform-origin: -20vw 4vh;
    box-shadow: -40vmin 0 13.3859956789vmin currentColor;
}

.background span:nth-child(17) {
    color: #FFACAC;
    top: 88%;
    left: 87%;
    animation-duration: 10.7s;
    animation-delay: -3.7s;
    transform-origin: -11vw 12vh;
    box-shadow: 40vmin 0 14.8726292689vmin currentColor;
}

.background span:nth-child(18) {
    color: #583C87;
    top: 57%;
    left: 35%;
    animation-duration: 10.1s;
    animation-delay: -13.6s;
    transform-origin: -19vw -1vh;
    box-shadow: 40vmin 0 8.5771411832vmin currentColor;
}

.background span:nth-child(19) {
    color: #583C87;
    top: 11%;
    left: 37%;
    animation-duration: 11.5s;
    animation-delay: -10.1s;
    transform-origin: -20vw 22vh;
    box-shadow: 40vmin 0 8.1729042124vmin currentColor;
}

.background span:nth-child(20) {
    color: #583C87;
    top: 53%;
    left: 60%;
    animation-duration: 12.3s;
    animation-delay: -11.3s;
    transform-origin: 10vw -1vh;
    box-shadow: 40vmin 0 13.5347652223vmin currentColor;
}

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}


/*自定义样式*/
.lay_content{
    margin: 20px;
    padding: 20px;
    border-radius: 4px;
    background-color: #ffffff;
    /*height: 100%;*/
}
.clear_content{
    clear: both;
    height: 1px;
    width: 100%;
}
.auto_list_p{
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}
.auto_input{
    position: relative;
}
.input_icon{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    display: none;
    color: #999999;
    cursor: pointer;
}
.auto_input:hover i{
    display: block;
}
.param_item{
    display: inline-block;
    margin: 5px 0;
}
.param_w_200{
    width: 200px!important;
}
.param_w_300{
    width: 300px!important;
}
.param_w_400{
    width: 400px!important;
}
.param_w_250{
    width: 250px!important;
}
.param_w_350{
    width: 350px!important;
}
.order_form label{
    margin: 0 15px;
}
/*fieldset{
    margin: 10px 0;
    border: 1px solid #DDD;
    padding: 10px 20px 5px 20px;
    background: #fff;
    border-radius: 5px;
    color: #999;
    display: inline-block;
}*/
.readonly{
    background-color: #f2f5f9;
}
.layui-row fieldset{
    margin: 5px;
    display: block;
}
.layui-row .param_item{
    width: calc(50% - 104px);
}
.item_4_order{
    display: block;
}
.item_4_order .param_item{
    float: left;
    width: calc(25% - 141px);
    min-width: 120px;
}
.item_4_order label span{
    display: table-cell;
    vertical-align: middle;
}
.item_4_order label{
    float: left;
    width: 120px;
    height: 36px;
    margin: 5px 0;
    display: table;
    padding: 0 10px;
    text-align: right;
    border:1px solid #eee;
    border-left: none;
    border-right: none;
}
.item_4_order label:first-child{
    border-left: 1px solid #eee;
}
.item_3_order{
    display: block;
}
.item_3_order .param_item{
    float: left;
    width: calc(33% - 220px);
    min-width: 120px;
}
.item_3_order label span{
    display: table-cell;
    vertical-align: middle;
}
.item_3_order label{
    float: left;
    width: 200px;
    height: 36px;
    margin: 5px 0;
    display: table;
    padding: 0 10px;
    text-align: right;
    border: 1px solid #eee;
    border-right: none;
    border-left: none;
}
.item_3_order label:first-child{
    border-left: 1px solid #eee;
}
.lay_hr{
    border-bottom:1px solid #ccc ;
    height: 10px;
    margin: 10px 0 20px;
}
.lay_hr span b{
    color: #000;
    font-style: normal;
    margin-right: 10px;
}
.lay_hr span{
    height: 20px;
    margin-left: 20px;
    display: block;
    float: left;
    padding: 0 10px;
    background-color: #FFFFFF;
    color: #666666;
    font-style: italic;
}
.required{
    background-color: #FCFFD2!important;
}
.restaurant_ul .no_data{
    text-align: center;
}
.restaurant_ul li{
    display: inline-block;
    float: left;
    width: 210px;
    height: 200px;
    margin: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}
.restaurant_ul li .li_text{
    position: relative;
    z-index: 10;
    color: #ffffff;
    width: 100%;
    left: 0;
    top: 40px;
    text-align: center;
}
.restaurant_ul li i.id{
    position: absolute;
    left: -7px;
    top: -46px;
    font-size: 12px;
    font-style: normal;
    color: #fff;
}
.restaurant_ul li .bg{
    background-color: #1E9FFF;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    /*opacity:0.5;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
    -moz-transition:All 0.2s ease-in-out;
    -o-transition:All 0.2s ease-in-out;
}
.restaurant_ul li:hover .bg{
    box-shadow: 7px 6px 20px 0 rgba(0, 0, 0 , 0.20), 15px 20px 20px 0 rgba(0, 0, 0 , 0.19);
}
.restaurant_ul li h3{
    font-size: 50px;
    line-height: 50px;
    overflow: hidden;
}
.restaurant_ul li p.desc{
    font-size: 20px;
    color: #e0e0e0;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
.restaurant_ul li p.mini_info{
    font-size: 13px;
    color: #ffffff;
    margin-top: 5px;
}
.restaurant_ul li p.status{
    font-size: 18px;
    display: block;
    margin-top: 10px;
}
.restaurant_ul li p.status span{
    font-weight: bold;
    color: #2fff2f;
}
.restaurant_ul li p.type_1 span{
    color: #f00;
}
.restaurant_ul li .jia{
    font-size: 125px;
    text-align: center;
}
.restaurant_ul li span:nth-child(3){
    color: #31ff31;
}
.frozen_1 .bg{
    background-color: #424242!important;
    opacity: 0.7;
}

.restaurant_ul li .food_bg{
    position: absolute;
    left: 5%;
    top: 15%;
    background-color: #111;
    width: 90%;
    height: 70%;
    z-index: 1;
    opacity: 0.7;
}
.restaurant_ul li .bg.bg_img, .restaurant_ul li .bg.bg_img{
    background-size: 100% 100%;
}
.restaurant_ul li.add_rest .bg{
    background-color: #5FB878;
}
.admin_tool{
    position: absolute;
    right: 0;
    top: -48px;
}
.admin_tool a{
    margin-left: 5px;
    color: #fff;
}
.admin_tool a:hover{
    color: #f00;
}
.food_left{
    width:-webkit-calc(100% - 350px);
    width:-moz-calc(100% - 350px);
    width:calc(100% - 350px);
    float: left;
}
.food_right{
    float: right;
    width: 300px;
    border: 1px dashed #008500;
    min-height: 500px;
    padding: 10px;
}
.restaurant_ul li p.spec{
    font-size: 16px;
    color: #ffffff;
    margin-top: 5px;
}




/*加减*/
.number-box {
    border:#e5e5e5 solid 1px;
    overflow:hidden;
    float: right;
}
.number-box input[type='text'] {
    height:30px;
    border-top:none;
    border-bottom:none;
    border-left:#e5e5e5 solid 1px;
    border-right:#e5e5e5 solid 1px;
    margin:0;
    text-align:center;
    width:40px;
    outline:none;
    padding:0 5px;
    float:left;
    line-height:30px;
}
.number-box input[type='button'] {
    height:30px;
    width:40px;
    float:left;
    border:none;
    outline:none;
    background-color:#f3f3f3;
    line-height:30px;
    cursor:pointer;
    padding:0;
}
.number-box input[type='button']:hover {
    background-color:#f9f9f9;
}
.number-box input[type='button']:active {
    background-color:#f6f6f6;
}
.specs_list{
    text-align: left;
}
.spec_info{
    float: left;
    height: 32px;
    line-height: 32px;
}
.spec_li{
    margin: 5px 0;
}
.total_number{
    color: #000;
    line-height: 40px;
}
.total_price{
    color: #f00;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.total_list li p{
    border-bottom: 1px dotted #999;
    line-height: 30px;
    text-align: left;
}
.total_list li{
    text-align: right;
}
.total_list li span:nth-child(1){
    float: left;
}
.total_list li span:nth-child(3){
    font-weight: bold;
    padding: 0 10px;
}
.total_list li span:nth-child(4){
    font-weight: bold;
    color: #f00;
    width: 50px;
    display: inline-block;
}
.total_desc{
    background-color: #e4e4e4;
    margin: 5px 0;
    padding: 5px 5px;
}




.disabled{
    background-color: #f2f5f9;
}




.layer_form_requirement .promotion_field .layui-form-label{
    /*width: 200px;*/
    width: auto;
}

.layer_form_requirement .promotion_field .layui-input-inline{
    width: 60px;
}
.form_index{

}
.from_tools{
    margin-bottom: 15px;
}

.align_left{
    text-align: left!important;
}

.img_list{
    margin: 10px;
}
.img_list li{
    margin:0 10px 10px 0;
    height: 80px;
    position: relative;
    z-index: 10;
    display: inline-block;
    border: 1px solid #999999;
    min-width: 80px;
    text-align: center;
}
.img_list li img{
    height: 80px;
}
.img_list li i{
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 20;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    color: #000;
    background: #cccccc;
}

.left_btn{
    float: left;
    margin-bottom: 15px;
}
.right_search{
    float: right;
    margin-bottom: 15px;
}
.promotion_field .layui-form-item{
    margin: 5px;
}
.promotion_field .layui-form-label,.promotion_field .layui-input-inline{
    /*margin-bottom: 10px;*/
}
.history{
    padding: 30px;
}
.layui-upload-img{
    height: 200px;
}
.qr_div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.logo_img{
    width: 38%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    top: 30%;
    left: 31%;
}