.login {
    font-size: 14px;
    color: #666;
    /*background-image: url("../static/images/login.jpg");*/
    background-repeat: no-repeat;
    background-size: inherit;
    background-position-x: center;
    min-height: 100%;
    background-color: #1F9BFF;

    /*position: fixed;*/
    /*width: 100%;*/
    padding: 20px 0 60px;
}
body,html{
    height: 100%;
}
body{
    overflow: auto;
    background: #ebebeb;
}

.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,1);
    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;
}

.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;
}
.center{
    text-align: center;
}


/*@media screen and (max-width: 768px) {*/
    .zyl_lofo_main {
        width: 90%;
        right: 5%;
        overflow-x: hidden;
        border-radius: 20px;
    }
/*}*/
/*@media screen and (min-width: 768px) {*/
/*    .zyl_lofo_main {*/
/*        !*width: 90%;*!*/
/*        !*right: 5%;*!*/
/*        overflow-x: hidden;*/
/*        border-radius: 20px;*/
/*    }*/
/*}*/
.zyl_login_cont {
    width: 100%;
    height: 100%;
    background-color: #009688;
}
@media screen and (min-width: 768px) {
    .zyl_lofo_main {
        /*position: fixed;*/
        width: 400px;
        left: 50%;
        margin-left: -200px;
        overflow-x: hidden;
        border-radius: 20px;
    }
}

@media screen and (max-width: 768px) {
    .zyl_lofo_main {
        position: unset;
        margin: 0 auto;

    }
}

.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;*/
}

.banner{
    height: 200px;
    background: blue;
}
.userinfo{
    padding: 10px;
    border-bottom: 4px solid #ddd;
}
.nickname{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    height: 35px;
    line-height: 35px;
}
.pro_info{
    color: #888;
}
.pro_info .open{
    padding: 5px 10px;
    color: #fff;
    background: #3a98fe;
    border-radius: 25px;
    margin-left: 10px;
    cursor: pointer;
}
.big_con{
    max-width: 980px;
    margin: 0 auto;
    position: relative!important;
}
.icon_list{
    width: 80%;
    margin: 0 auto;
}
.icon_list li img{
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.icon_list li{
    width: 50%;
    text-align: center;
    float: left;
    margin-top: 20px;
}
.nav i{
    position: absolute;
    left: 10px;
    top: 0;
    cursor: pointer;
}
.nav{
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #47a9f9;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.user_nav{
    background: #47a9f9;
    padding: 20px 30px;
    color: #fff;
    font-size: 14px;
}
.user_nav p{
    line-height: 30px;
}
.user_nav a:hover{
    color: #fff;
}
.qr_center img{
    height: 200px;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.qr_center{
    text-align: center;
}
.copy_btn{
    margin-top: 20px;
}
.big_con{
    height: 100%;
}
.list_center{
    background: #ebebeb;
    width: 100%;
    /*height: 100%;*/
}
.item_div{
    background: #fff;
    padding: 15px;
    margin: 10px;
    color: #000;
    position: relative;
}
.item_div p{
    height: 30px;
    line-height: 30px;
}
.item_div .user_info{
    color: #000;
    font-weight: bold;
}
.item_div .phone{
    color: #444;
}
.total_p{
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    color: #666;
    font-size: 12px;
    position: relative;
}
.total_p i{
    position: absolute;
    right: 10px;
    color: #fff;
    background: rgb(68,68,68);
    text-align: center;
    width: 30px;
    text-indent: 0;
    border-radius: 30px;
    cursor: pointer;
}
.no_more{
    text-align: center;
    font-size: 12px;
    color: #666;
}
.copy_number{
    color: #D36556;
    cursor: pointer;
}
.hidden_input{
    color: #ebebeb;
}
.hidden_input::selection{
    color: #ebebeb;
}
.open_a{
    position: absolute;
    right: 20px;
    top: 35%;
}
.item_title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.red{
    color: red;
}
.k_10{
    margin: 0 10px;
}
.k_5{
    margin: 0 5px;
}





.index{
    padding: 0 15px 0 15px; width: 100vw; height: 100vh;position: fixed;overflow-y: auto;overflow-x: hidden;
}
.tab {
    color: #333333;
}

.head-img-box {
    width: 100%;
    height: 160px;
}
.head-img-box img {
    border-radius: 15px;
}
/* 大盒子 */
.blind-box {
    height: 93px;
}
/* 白色盒子 */
.blind-box .box1 {
    padding: 0 18px 0 18px;
    border: 2px solid #47a9f9;
    height: 88px;
    border-radius: 17.5px;
    background-color: #fffefc;
    z-index: -50;
}
.blind-box .box2 {
    border: 2px solid black;
    background-color: #1f9bff;
    height: 88px;
    top: 5px;
    left: 0;
    border-radius: 17.5px;
    z-index: -100;
}
/* 大白色盒子内部/按钮 */
.box1 .blind-but {
    height: 30px;
    width: 90px;
    z-index: 1;
}
.box1 .blind-but .but1 {
    height: 27px;
    border: 2px solid black;
    border-radius: 12px;
    background-color: #1f9bff;
    color: #ffffff;
}
.blind-but .but2 {
    height: 27px;
    top: 3px;
    left: 0;
    border: 2px solid black;
    border-radius: 12px;
    background-color: #2335c7;
    z-index: -1;
}
.box1 .tex1 {
    line-height: 21px;
    height: 25px;
}
.box1 .tex2 {
    font-size: 15px;
    color: #262422;
    opacity: 0.8;
    line-height: 1.5;
}
.foo {
    margin-left: 10px;
}
.foo .foo-part1 {
    width: 266px;
    height: 44px;
    font-family: DIN-BlackItalicAlt-, DIN-BlackItalicAlt;
    font-weight: normal;
    color: rgba(255, 255, 255, 0);
    line-height: 32px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(31, 155, 255, 0.3);
}
.foo .foo-part2 {

    color: #070406;
    -webkit-text-stroke: 1px rgba(31, 155, 255, 0.4);
    bottom: 10px;
}
/* 功能分类 */
.function{
    margin-top: 20px;
    padding-left: 10px;  /*离大盒子左边的内间距*/
    margin-right: -30px; /*离body之间的外边距，可调整最右边小盒子离右的间距*/
}
.wai-box{
    width: 50%;
}
.max-box{
    /* border: 1px solid red; */
    width: 79px;
    margin: 0 auto;
}
.fun img{
    height: 79px;
}

.lay_xs{
    margin: 10px;
    padding: 10px;
}
.bottom_line{
    height: 40px;
    width: 100%;
}
.open_info{
    background: #fff;
    margin: 10px;
    padding: 10px;
}
.stock_info{
    text-align: center;
}
.stock_info span{
    display: inline-block;
    padding: 10px 20px;
}
.lay_info{
    background: #31BDEC;
    color: #fff;
}
.lay_success{
    background: #5FB878;
    color: #fff;
}
.lay_warm{
    background: #FFB800;
    color: #fff;
}
.lay_danger{
    background: #FF5722;
    color: #fff;
}
.lay_r_10{
    border-radius: 10px;
}
.info_h3{
    text-align: center;
    height: 30px;
    font-weight: bold;
}
.open_btn_list{
    text-align: center;
    margin: 20px;
}


.login .login-part1{
    color: #FFFFFF;
    font-size: 38px;
    line-height:1.5;

}
.login .login-text2{
    margin-top: 22px;
    color: #FFFFFF;

    font-size: 20px;
}
.login .content{
    margin-top: 114px;

}
.login .content-part1 .text1,.content-part2 .text1{

    font-size: 18px;
    color: #ffffff;
    /*opacity: 0.5;*/
    line-height: 1.5;
}
.login .layui-input, .layui-select, .layui-textarea{
    background-color: inherit;
    /*color: #ffffff;*/
    padding-left: 0;

}
.login .content-part1 .text2,.content-part2 .text2{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 30px;
    color: #ffffff;
    display: flex;
    line-height: 1.5;
    padding-bottom: 10px;

}
.login .content-part2{
    margin-top: 16px;
}
/*part3*/
.login .content-part3{
    margin-top: 62px;
    width: 100%;
    height: 59px;
    line-height: 59px;
    background-color: #ffffff;
    color: #1F9BFF;
    font-size: 18px;
    border-radius: 40px;
}
.login .content-part3 .text{
    width: 100%;
    text-align: center;


}
/*part4*/
.login .content-part4{
    max-width:70%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin-top: 24px;
}

.login .content-part4 .text2{
    margin-left: 29px;
    margin-right: 29px;
}
.none_btn{
    background: none;
    border: none;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 59px;
}






.login2 .tab{

    width:100%;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin-top: 22px;
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/

    z-index: 999;
}
.login2 .tab .box{
    width: 80%;
    margin-left: 10%;
    position: relative;

}
.login2 .tab .box .text{
    width:50%;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    font-family: 800;
}
.login2 .tab .imb-box{


    width: 20px;
    height: 20px;
    display: flex;
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 30px;
}
.login2 .tab .imb-box .img{
    width: 100%;
    max-height: 100%;
    transform: scale(4);
}

.login2 .login-part1{
    color: #333333;
    font-size: 38px;
    line-height:1.5;

}
.login2 .login-text2{
    margin-top: 22px;
    color: #333333;

    font-size: 20px;
}
.login2 .content{
    margin-top: 60px;

}
.login2 .content-part1 .text1,.content-part2 .text1{

    font-size: 18px;
    color: #333333;

    line-height: 1.5;
}
.login2 .layui-input, .layui-select, .layui-textarea{
    background-color: inherit;
    color:#333333;
    padding-left: 0;

}

.login2 .content-part1 .text2,.content-part2 .text2{
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    font-size: 15px;
    color: #333333;
    display: flex;
    line-height: 1.5;
    position: relative;
    padding-bottom: 0px;

}
.login2 .coad{

    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    color: rgba(31, 155, 255, 1);
}
.login2 .content-part2{
    margin-top: 16px;
}
/*part3*/
.login2 .content-part3{

    margin-top: 12px;
    position: relative;
    height: 20px;
    line-height:20px;
}
.login2 .content-part3 .text-box{
    /*width: 100%;*/
    /*text-align: center;*/
    position: absolute;
    right: 0;

}
.login2 .content-part3 .text-box .text1{
    color: rgba(51, 51, 51, 0.4);
}
.login2 .content-part3 .text-box .text2{
    color: rgba(31, 155, 255, 0.8);
}
/*part4*/
/*part3*/
.login2 .content-part4{
    margin-top: 27px;
    width: 100%;
    height: 59px;
    line-height: 59px;
    background-color: rgba(31, 155, 255, 1);
    color: #ffffff;
    font-size: 18px;
    border-radius: 40px;
}
.login2 .content-part4 .text{
    width: 100%;
    text-align: center;


}
.login2 .content-part5{
    max-width:90%;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin-top: 24px;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.login2 .content-part5 .img{


    width: 13px;
    height: 13px;
    margin-bottom: 5px;
}
.login2 .content-part5 .text5{
    margin-left: 29px;
    margin-right: 29px;
}


.none_input{
    border: none!important;
}
.register_input{
    height: 50px;
    line-height: 50px;
}
.login_input{
    height: 53px;
    line-height: 53px;
    margin-bottom: 0;
}
.login_input input{
    height: 53px;
    line-height: 53px;
    width: 100%;
}
.login_input input:focus{
    border: none!important;
}


.is_user .nav{
    background-color: #5FB878;
}
.is_user .layui-tab-title li.layui-this{
    color: #5FB878;
    border-bottom: 3px solid #5FB878;
}
.is_user .layui-btn{
    background-color: #5FB878;
}
.is_user .user_nav{
    background-color: #5FB878;
}
.is_user .foo .foo-part1{
    -webkit-text-stroke: 1px rgb(95 184 120 / 30%);
}
.is_user .foo .foo-part2{
    -webkit-text-stroke: 1px rgb(95 184 120 / 40%);
}
.is_user .blind-box .box1{
    border-color: #5FB878;
}
.is_user_span{
    color: #fff;
    padding: 2px 5px;
    background-color: #5FB878;
    border-radius: 6px;
    margin-left: 5px;
}
.no_user_span{
    color: #fff;
    padding: 2px 5px;
    background-color: #3a98fe;
    border-radius: 6px;
    margin-left: 5px;
}
.is_user_price_span{
    color: #fff;
    padding: 2px 5px;
    background-color: #5FB878;
    border-radius: 6px;
    margin-left: 5px;
}
.no_user_price_span{
    color: #fff;
    padding: 2px 5px;
    background-color: #3a98fe;
    border-radius: 6px;
    margin-left: 5px;
}
.select_price input{
    text-align: center;
}
.select_price{
    width: 200px;
    margin: 20px auto 0;
    text-align: center;
}