﻿@charset "utf-8";

* {
    transition: .3s linear;
    -webkit-transition: .3s linear;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

html, body {
    margin: 0;
    padding: 0;
    height: auto;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #ededed;
    font-family: 'Microsoft YaHei', 'Lucida Sans Unicode', 'Helvetica';
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#refresh {
    background: #fff;
    border: 1px solid #e55b36;
    width: 70%;
    border-radius: 5px;
    display: block;
    margin: auto;
    height: 35px;
    line-height: 35px;
    color: #e55b36;
}

    #refresh:active {
        background: #e55b36;
        color: #fff;
    }

h3, p, h4 {
    padding: 0;
    margin: 0;
}

a, a:active {
    text-decoration: none;
    color: #2b2b2b;
}

img {
    vertical-align: middle;
}

.img-100 {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.wrap {
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
    overflow: hidden;
}

header {
    position: relative;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
}

    header.top {
        margin-bottom: 0;
    }

    header h3 {
        font-weight: 400;
        color: #E55B36;
        border-bottom: 1px solid #ddd;
        padding-left: 10px;
        padding-right: 10px;
    }

    header .title {
        background-color: #E55B36;
        color: #fff;
        border-bottom: none;
        text-align: left;
        font-size: 1em;
    }

.pull-right {
    float: right;
    width: 153px;
    line-height: 45px;
    height: 45px;
}

.searchButton {
    border-radius: 2px;
    padding: 8px 12px;
    border: 1px solid #dedede;
    color: #e45e3a;
    height: 30px;
    margin-left: 5px;
    font-size: inherit;
}

.searchButton2 {
    border-radius: 2px;
    padding: 8px 12px;
    border: 1px solid #dedede;
    color: #e45e3a;
    height: 30px;
    margin-left: 5px;
    font-size: 1em;
    margin-top: 2px;
}

#searchButton {
    border-radius: 2px;
    padding: 8px 12px;
    border: 1px solid #dedede;
    color: #e45e3a;
    height: 30px;
    margin-left: 5px;
    font-size: inherit;
    margin-top: 5px;
}

article {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

section {
    position: relative;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    min-height: 60px;
    width: 100%;
    overflow: hidden;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.help-block {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-image: url(/Images/gicons.png);
    text-indent: -999px;
}

.danger {
    background-position: -35px center;
}

.success {
    color: #3C0;
}

.form-control {
    width: 100px;
    height: 30px;
    margin-top: 5px;
    padding: 8px 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    color: #6f6f6f;
    background-color: transparent;
    background-position: 5px -343px;
    background-repeat: no-repeat;
    border: 1px solid #dedede;
    border-radius: 2px;
}

    .form-control:focus {
        outline: 0;
    }

    .form-control::-moz-placeholder {
        color: #ccc;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #ccc;
    }

    .form-control::-webkit-input-placeholder {
        color: #ccc;
        font-weight: 600;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

.btn {
    display: block;
    width: 100%;
    height: 39px;
    padding: 4px 12px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    background-color: #30acc7;
    background-image: none;
    border: none;
}

.shop-info {
    color: #787878;
}

    .shop-info .title {
        margin-bottom: 10px;
        padding-bottom: 5px;
        color: #565656;
        border-bottom: 1px solid #ddd;
    }

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(238,238,238,.8);
    border-top: 2px solid #E55B36;
    z-index: 9999999999;
}

    .fixed-bottom span {
        width: 30%;
        float: left;
        display: inline-block;
        text-align: center;
        line-height: 36px;
        padding: 7px 0px;
        color: #e55b36;
    }


.disp-info .d-cbox > .bottom-a:active {
    background: #e55b36;
    color: #f60;
}

.fixed-bottom .orderText {
    width: 40%;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    padding: 7px 0px;
    color: #e55b36;
}

.fixed-bottom span > a {
    background-color: #ededed;
    border: 1px solid #e55b36;
    display: block;
    color: #e55b36;
    line-height: 36px;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
}

#totalText {
    color: #333;
}

    #totalText i {
        color: #ca2c00;
        font-style: inherit;
    }

.fixed-bottom span > a:active {
    background-color: #e55b36;
    color: #fff;
}


nav.menu {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 100%;
    background-color: #e2e3e3;
    border-right: 1px solid #ddd;
}

    nav.menu ul {
        padding: 10px 0;
        position: relative;
    }

    nav.menu li {
        position: relative;
    }

        nav.menu li a {
            line-height: 20px;
            padding: 12px;
            padding-left: 10px;
            padding-right: 8px;
            display: block;
        }

        nav.menu li.active {
            right: -1px;
        }

            nav.menu li.active a {
                color: #e55b36;
                line-height: 20px;
                background-color: #fff;
            }

        nav.menu li b {
            position: absolute;
            top: 2px;
            right: 2px;
            width: 18px;
            height: 18px;
            line-height: 18px;
            border-radius: 50%;
            background-color: #e55b36;
            color: #fff;
            display: inline-block;
            text-align: center;
            font-weight: 400;
            font-size: .8em;
        }

.btn-del {
    border: 0px solid #848484;
    color: #e55b37;
    font-size: 40px;
    border-radius: 25px;
    text-align: left;
    line-height: 25px;
    display: block;
    width: 25px;
    height: 25px;
}

    .btn-del:active {
        border-color: #e55b37;
        background: #e55b37;
        color: #fff;
    }

.flower-num {
    width: 35%;
}

.flower-num-color {
    width: 20%;
}

.meal-list {
    position: relative;
    left: 80px;
    width: calc( 100% - 80px );
    padding: 0;
    border-bottom: 0px solid #ddd;
}

    .meal-list li {
        padding: 10px 0 10px 10px;
        min-height: 100px;
        border-bottom: 1px solid #ddd;
        position: relative;
        width: 100%;
    }

.foodMenuLstMenuNumber {
    display: none;
    border: 1px solid #e55b37;
    background: #fff;
    border-radius: 5px;
    padding: 0 5px;
    line-height: 20px;
    color: #e55b37;
    position: absolute;
    left: 70px;
    top: 10px;
}

.foodMenuLstMenuTypeNumber {
    border: 1px solid #e55b37;
    background: #fff;
    border-radius: 2px;
    padding: 0 5px;
    line-height: 20px;
    color: #e55b37;
    position: absolute;
    left: 70px;
    top: 5px;
}

.meal-list li img {
    float: left;
    display: inline-block;
    width: 80px;
    height: 60px;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.meal-list li .details {
    float: left;
    margin-left: 6px;
    width: calc( 100% - 140px );
}

.meal-list li h3 {
    font-weight: 400;
    line-height: 20px;
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.details p {
    height: 20px;
}

.details .menuname {
    font-size: 1.2em;
}

.details .price {
    color: #e55b36;
}

.details .star i {
    display: inline-block;
    width: 16px;
    height: 20px;
    background-position: center -47px;
    background-image: url(/Images/star.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

    .details .star i.active {
        background-position: center 3px;
    }

.meal-list li .operate {
    float: left;
    width: 50px;
    line-height: 40px;
    text-align: right;
    color: #999;
    width: 25px;
    height: 25px;
    margin-top: 52px;
}

    .meal-list li .operate b {
        float: left;
        text-align: center;
        width: calc( 100% - 25px );
    }

    .meal-list li .operate a {
        display: inline-block;
        width: 24px;
        height: 40px;
        background-position: center -122px;
        background-image: url(/Images/star.png);
        background-repeat: no-repeat;
        background-size: 90% auto;
    }

.model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 10000000000;
}

.model-body {
    position: absolute;
    top: 50px;
    left: 0%;
    width: 100%;
    height: auto;
    background-color: #efefef;
    border-radius: 6px;
    padding: 10px;
}

.model-bodys {
    position: relative;
}

.model-big {
    width: 90%;
    left: 5%;
}

.model-body h3 {
    text-align: center;
    line-height: 40px;
    border-bottom: 2px solid #ddd;
    color: #e55b36;
}

.model-body h2 {
    font-size: 1.2em;
    text-align: left;
    line-height: 25px;
    border-bottom: 2px solid #ddd;
    color: #333;
    clear: both;
}

.disp-info .Wpersent50 {
    width: 40%;
    text-align: center;
}

#addressBtn {
    background-color: #fff;
    color: #e55b36;
    border-radius: 20px;
    border: 1px solid #e55b36;
    height: 20px;
    width: 20px;
    font-size: 12px;
    padding: 0;
    text-align: center;
}

#invoiceBtn {
    background-color: #fff;
    color: #e55b36;
    border-radius: 20px;
    border: 1px solid #e55b36;
    height: 20px;
    width: 20px;
    font-size: 12px;
    padding: 0;
    text-align: center;
}

.addressBox {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 30px;
    overflow: hidden;
}

.addressBoxbb1 {
    border-bottom: 1px solid #ccc;
}

.addressName {
    width: 40%;
    float: left;
    font-size: 1.3em;
    height: 30px;
    line-height: 30px;
    padding-left: 10%;
    overflow: hidden;
}

.addressSelect {
    position: absolute;
    right: 0;
    top: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #E55B36;
    border-radius: 20px;
    color: #E55B36;
    line-height: 20px;
    text-align: center;
}

    .addressSelect:active {
        background: #E55B36;
        color: #fff;
    }

.addressPhone {
    width: 50%;
    height: 30px;
    font-size: 1.3em;
    height: 30px;
    line-height: 30px;
    float: left;
}

.addressadd {
    width: 90%;
    height: 30px;
    font-size: 1em;
    clear: both;
    height: 30px;
    line-height: 30px;
    display: block;
    padding-left: 10%;
}

#addressli {
    height: 120px;
}

.weixinlogo {
    height: 50px;
    line-height: 50px;
}

.zfblogo {
    height: 50px;
    line-height: 50px;
}

.xjlogo {
    height: 50px;
    line-height: 50px;
}

.defualtButton {
    color: #e55b36;
    border: 0;
    border-radius: 5px;
    border: 1px solid #e55b36;
    height: 35px;
    width: 100px;
    line-height: 35px;
    padding: 0 15px;
    text-align: center;
    float: right;
}

#AddressBtn {
    background-color: #eee;
    color: #e55b36;
    border-radius: 5px;
    border: 1px solid #e55b36;
    height: 30px;
    width: 70%;
    line-height: 30px;
}

#addressUl li span input {
    background: #eee;
}

.model-body .close {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 1.5em;
}

.model-body .meal-type {
    padding: 5px 20px;
}

.model-body .meal-type li {
    border: 1px solid #e55b36;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
    float: left;
    width: 28%;
    color: #e55b36;
    position: relative;
    padding: 5px;
    margin: 5px;
}

.model-body .flavor-type {
    padding: 5px 20px;
}

 .model-body .flavor-type li {
        border: 1px solid #e55b36;
        text-align: center;
        line-height: 30px;
        margin-bottom: 10px;
        border-radius: 6px;
        float: left;
        margin: 2%;
        color: #e55b36;
        position: relative;
        padding: 0 10px;
}

 .model-body .flavor-type li.active {
    border-color: #e55b36;
    color: #fff;
    background: #e55b36;
}

.meal-typeNumber {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #E55B36;
    background: #fff;
    color: #E55B36;
    border-radius: 6px;
    padding: 0 5px;
    line-height: 20px;
}

.meal-typeButton {
    border: 1px solid #e55b36;
    position: absolute;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    border-radius: 6px;
    float: left;
    width: 70%;
    color: #e55b36;
    background: #efefef;
    left: 15%;
    bottom: 5px;
}

    .meal-typeButton:active {
        background: #e55b36;
        color: #fff;
    }


.model-body .meal-type li.active {
    border-color: #e55b36;
    color: #fff;
    background: #e55b36;
}

.model h4 {
    line-height: 32px;
}

.model .swiper-container {
    background-color: #fff;
    margin-left: -10px;
    margin-right: -10px;
}

.model-footer {
    margin: 20px 0 10px;
}

    .model-footer a {
        margin: 0 9.5%;
        width: 30%;
        padding: 5px;
        background-color: #e55b36;
        color: #fff;
        border-radius: 6px;
        text-align: center;
        display: inline-block;
    }

.order-list li, .disp-info li {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #ddd;
    /*	padding-left:10px;
	padding-right:10px;*/
}

    .order-list li > span, .disp-info li > span {
        display: inline-block;
        float: left;
    }

.disp-info .b-title {
    padding-left: 10px;
}

.disp-info .b-map {
    display: inline-block;
    width: 20px;
    height: 40px;
    margin-left: 20px;
    background-position: center -200px;
    background-image: url(/Images/star.png);
    background-repeat: no-repeat;
    background-size: 80% auto;
}

.order-list li .c-title {
    width: 50%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

.order-list li .c-info {
    width: 20%;
}

.order-list li .c-price {
    width: 20%;
    text-align: right;
}

.order-list li .c-operate {
    width: 30%;
    text-align: right;
    padding-left: 10px;
    line-height: 60px;
    height: 50px;
    overflow: hidden;
}

.c-operate b {
    float: left;
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
}

.c-operate .c-min {
    border: 0px solid #848484;
    color: #e55b37;
    font-size: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.c-operate .c-number {
    border: 0px solid #848484;
    color: #333;
    font-size: 20px;
    border-radius: 25px;
    text-align: center;
    line-height: 15px;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.c-operate .c-max {
    border: 0px solid #848484;
    color: #e55b37;
    font-size: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    width: 25px;
    height: 25px;
}

    .c-operate .c-max :active {
        border-color: #e55b37;
        background: #e55b37;
        color: #fff;
    }


.c-operate .c-min:active {
    border-color: #e55b37;
    background: #e55b37;
    color: #fff;
}







.c-operate .c-car {
    float: none;
    color: #565656;
    font-weight: 400;
}

.c-operate .c-del:before {
    content: "退";
    display: inline-block;
    text-align: center;
    line-height: 24px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: #e55b36;
}

.order-list li:last-child, .disp-info li:last-child {
    border: none;
}

.disp-info .d-title {
    width: 50%;
    padding-left: 10px;
}

.disp-info .d-title2 {
    padding-left: 10px;
    padding-right: 10px;
}

.disp-info .d-price {
    width: 40%;
}

    .disp-info .d-price input {
        border: 0;
    }

.disp-info .d-cbox {
    width: 10%;
    text-align: right;
}

.d-cbox input {
    border: 0;
}

.disp-info .d-plus, .disp-info .d-back {
    line-height: 30px;
    padding: 5px 15px;
    color: #e55b36;
    border: 1px solid #e55b36;
    border-radius: 4px;
}

    .disp-info .d-back:before {
        content: "调整";
    }

    .disp-info .d-plus:before {
        content: "加菜";
    }

.disp-info .swiper-container {
    background-color: #eee;
    padding: 8px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 60%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide:nth-child(2n) {
        width: 40%;
    }

    .swiper-slide:nth-child(3n) {
        width: 20%;
    }

    .swiper-slide span {
        line-height: 24px;
        height: 24px;
        width: 24px;
        border-radius: 50%;
        font-size: 12px;
        display: block;
    }

.swiper-slide-active span {
    color: #fff;
    background-color: #e55b36;
}

.a-title {
    width: 40%;
}

.a-price {
    width: 30%;
    text-align: right;
}

.a-cbox {
    width: 30%;
    text-align: right;
}

.shop-list {
    margin: 50px 10px 10px;
}

    .shop-list li {
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 5px;
        min-height: 114px;
        overflow: hidden;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

        .shop-list li .img {
            width: 130px;
            padding: 2px;
            border: 1px solid #ddd;
            float: left;
        }

        .shop-list li img {
            height: 96px;
        }

    .shop-list .details {
        width: calc( 100% - 130px );
        float: left;
        padding-left: 10px;
        display: inline-block;
    }

        .shop-list .details h4, .shop-list .details .sale {
            color: #e55b36;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .shop-list .details p {
            line-height: 20px;
        }

        .shop-list .details span {
            float: right;
        }

        .shop-list .details .like {
            color: #e55b36;
        }

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

    .header.active {
        bottom: 0;
        background-color: rgba(0,0,0,.7);
    }

.top-head {
    display: block;
    padding: 0 10px;
    min-height: 45px;
    background-color: #fff;
    border-bottom: 1px solid #e55b36;
}

.shopListFooter {
    width: 100%;
    position: fixed;
    bottom: 0;
}

    .shopListFooter div {
        border-top: 1px solid #e55b36;
        width: 100%;
        padding: 0 10px;
        min-height: 50px;
        padding-top: 5px;
        background-color: #ededed;
        text-align: center;
    }

    .shopListFooter button {
        width: 70%;
        background-color: #ededed;
        border: 1px solid #e55b36;
        color: #e55b36;
        line-height: 36px;
        border-radius: 6px;
        font-size: 15px;
    }

        .shopListFooter button:active {
            background-color: #e55b36;
            color: #fff;
        }




.areaSelectFooter {
    width: 100%;
    position: fixed;
    bottom: 0;
}

    .areaSelectFooter div {
        border-top: 1px solid #e55b36;
        width: 100%;
        padding: 0 10px;
        min-height: 50px;
        padding-top: 5px;
        background-color: #ededed;
        text-align: center;
    }

    .areaSelectFooter button {
        width: 70%;
        background-color: #ededed;
        border: 1px solid #e55b36;
        color: #e55b36;
        line-height: 36px;
        border-radius: 6px;
        font-size: 15px;
    }

        .areaSelectFooter button:active {
            background-color: #e55b36;
            color: #fff;
        }



.areaSelectLetterBox {
    width: 20px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
}

    .areaSelectLetterBox ul {
        padding: 0;
        margin: 0;
        height: 90%;
        height: -moz-calc(100% - 134px);
        height: -webkit-calc(100% - 134px);
        height: calc(100% - 134px);
    }

.areaSelectLetterTitle {
    height: 84px;
}

.areaSelectLetter {
    width: 20px;
    text-align: center;
    height: 3%;
    height: -moz-calc((100%)/27);
    height: -webkit-calc((100%)/27);
    height: calc((100%)/27);
    color: #e35937;
}

.header .top-title {
    color: #e55b36;
    line-height: 40px;
}

    .header .top-title span {
        float: left;
    }

    .header .top-title:after {
        content: " ";
        float: left;
        display: inline-block;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(/Images/arrow.png);
        background-size: 90% auto;
        width: 20px;
        height: 40px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: .3s ease-in;
        transition: .3s ease-in;
    }

.header.active .top-title:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.top-menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
}

.header.active .top-menu {
    height: auto;
    padding-bottom: 20px;
}

.top-menu ul {
    width: 100%;
    overflow: hidden;
}

.top-menu li {
    width: 33.33%;
    float: left;
    display: block;
    padding: 10px 20px;
}

    .top-menu li span {
        border: 1px solid #eee;
        background-color: #fff;
        display: block;
        text-align: center;
        line-height: 30px;
    }

.top-local {
    margin: 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    display: block;
    line-height: 30px;
    padding: 2px 10px;
}

    .top-local > span {
        color: #e55b36;
    }

.alertBox {
    position: absolute;
    min-height: 100px;
    width: 90%;
    top: 15%;
    left: 5%;
    background: #fff;
    border-radius: 10px;
    z-index: 10000;
    padding-bottom: 20px;
}

.alertText {
    font-size: 1em;
    line-height: 25px;
    width: 80%;
    padding: 10%;
}

.alertButton {
    width: 90%;
    height: 36px;
    text-align: center;
    border: 1px solid #d40016;
    color: #d40016;
    margin-left: 5%;
    border-radius: 5px;
}

    .alertButton:active {
        color: #fff;
        background: #d40016;
    }

.alertShadow {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 9999;
}


/* 取餐号end */
.fixed-bottom .but {
    border: #e55b36 1px solid;
    background-color: #fff;
    display: block;
    color: #e55b36;
    line-height: 34px;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
}

.get-num {
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 100px;
    border: #ff0000 1px solid;
    margin: auto auto;
    line-height: 160px;
    text-align: center;
    color: #FD7500;
    font-size: 45px;
    font-weight: bold;
}

.imp-hint {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 8px;
    font-size: 14px;
    color: #333;
}

/* 取餐号 */

 /* 优惠劵 */
.privilege-statement{width:100%;color:#E65E38; border-bottom:#ccc 1px solid; text-align:center; line-height:40px;position:fixed; margin-bottom:55px;z-index:998; font-size:14px; height:42px;}
.privilege-statement .icon{font-size:20px; color:#E65E38;}
.privilege-statement .shuomin{display:inline-block; position:absolute; width:140px; text-align:center; right:36%;}
.privilege-statement .ljt{ width:45px; height:42px; line-height:40px; text-align:center; border-left:1px solid #ccc;display:inline-block; position:absolute; right:0px; display:inline-block;}
.privilege-statement .icon2{font-size:28px; color:#ACACAC; left:50%;}

.lose-out{width:100%; height:50px; text-align:center; color:#aaa; padding-top:20px; line-height:18px; font-size:16px;}
.lose-line{width:30%; height:1px; background:#aaa; margin-top:10px;}

.privilege{height:125px; overflow:hidden;}
.privilege .delete{width:40px; height:110px; position:absolute; left:2%;z-index:999;}
.privilege .delete input{margin-top:50px;}
.delete-selected{left:10%;}
.hidden{ visibility: hidden;}
.visible{ visibility:visible;}

.privilege-box{width:96%; height:110px; border:#F73D28 1px solid; margin:auto; margin-bottom:13px; border-radius:8px;background:#F73D28;z-index:997; position:relative;}
.privilege-box .label{width:88px; height:80px ;overflow:hidden; margin-top:-1px; position:absolute; right:2%;}
.privilege-box .icon{font-size:120px; color:#d7d7d7;}
.privilege-box .box01{width:100%; height:81px; border-bottom:#FB8D82 1px dashed;}
.privilege-box .box01 .left{width:35%; height:81px; border-right:#fff 1px dashed;display:table;}
.privilege-box .box01 .mc{margin:0 auto; width:108px; height:81px; text-align:center; display:table-cell;vertical-align:middle;}
.privilege-box .box01 .money{font-size:50px;color:#FFf; text-align:center; }
.privilege-box .box01 .rmb{font-size:15px; color:#FFf;}
.privilege-box .box01 .right{width:65%; height:75px; padding-left:2%; color:#fff; margin-top:-75px; float:right;}
.privilege-box .box01 .hb{font-size:14px; margin-top:6px;}
.privilege-box .box01 .my{font-size:18px; margin-top:18px;}
.privilege-box .box02{width:100%; height:27px; padding:0 5px; color:#fe5d4f; line-height:15px; background:#fff; border-radius:0 0 8px 8px; line-height:27px;}

.privilege-box-blue{width:96%; height:110px; border:#2D55BF 1px solid; margin:auto; margin-bottom:13px; border-radius:8px;background:#2D55BF;z-index:997; position:relative;}
.privilege-box-blue .label{width:88px;height:80px;overflow:hidden; margin-top:-1px;position: absolute; z-index:10; right:2%;}
.privilege-box-blue .icon{font-size:120px; color:#c8c8c8;}
.privilege-box-blue .icon2{font-size:100px; color:#AFAFAF;}
.privilege-box-blue .box01{width:100%; height:81px; border-bottom:#B4C4ED 1px  dashed;}
.privilege-box-blue .box01 .left{width:35%; height:81px; border-right:#fff 1px dashed;display:table;}
.privilege-box-blue .box01 .mc{margin:0 auto; width:108px; height:81px; text-align:center; display:table-cell;vertical-align:middle;}
.privilege-box-blue .box01 .money{font-size:50px;color:#FFf; text-align:center}
.privilege-box-blue .box01 .rmb{font-size:15px; color:#FFf;}
.privilege-box-blue .box01 .right{width:65%; height:75px; padding-left:2%; color:#fff; margin-top:-75px; float:right;}
.privilege-box-blue .box01 .hb{font-size:14px; margin-top:6px;}
.privilege-box-blue .box01 .my{font-size:18px; margin-top:18px;}
.privilege-box-blue .box02{width:100%; height:27px; padding:0 5px; color:#2D55BF; line-height:15px; background:#fff; border-radius:0 0 8px 8px; line-height:27px;} 

.privilege-box-gray{width:96%; height:110px; border:#cdcdcd 1px solid; margin:auto; margin-bottom:13px; border-radius:8px;background:#cdcdcd;z-index:997; position:relative;}
.privilege-box-gray .label{width:88px;height:80px;overflow:hidden; margin-top:-1px;position: absolute; z-index:10; right:0;}
.privilege-box-gray .icon{font-size:120px; color:#aaa;}
.privilege-box-gray .icon2{font-size:100px; color:#AFAFAF;}
.privilege-box-gray .box01{width:100%; height:81px;border-bottom:#EBEBEB 1px dashed;}
.privilege-box-gray .box01 .left{width:35%; height:81px; border-right:#fff 1px dashed;display:table;}
.privilege-box-gray .box01 .mc{margin:0 auto; width:108px;height:81px; text-align:center;display:table-cell;vertical-align:middle;}
.privilege-box-gray .box01 .money{font-size:50px; color:#FFf; text-align:center}
.privilege-box-gray .box01 .rmb{font-size:15px; color:#FFf;}
.privilege-box-gray .box01 .right{width:65%; height:75px; padding-left:2%; color:#fff; margin-top:-75px; float:right;}
.privilege-box-gray .box01 .hb{font-size:14px; margin-top:6px;}
.privilege-box-gray .box01 .my{font-size:18px; margin-top:18px;}
.privilege-box-gray .box02{width:100%; height:27px; padding:0 5px; color:#cdcdcd; line-height:15px; background:#fff; border-radius:0 0 8px 8px; line-height:27px;}
.fixed-bottom .delete{ width:30%; height:34px; border:1px solid #e55b36; border-radius:6px; background:#fff; color:#e55b36; margin:auto; margin-top:7px; line-height:34px; text-align:center; cursor:pointer;}
.fixed-bottom .delete:active{color:#fff;background:#e55b36; }
.fl{ float:left;}
.fr{ float:right;}
/* 优惠劵end */
