﻿body {
    min-width: 1100px;
}

#mid_all {
    width: 100%;
    /* background-color: #f7f6f4; */
    border-top: 2px solid #e8e7e7;
    overflow: hidden;
}

.mid {
    width: 1100px;
    padding-top: 30px;
    margin: auto;
    overflow: hidden;
}



.mid_left {
    width: 258px;
    background-color: #fcfbf9;
    border: 2px solid #e8e7e7;
    float: left;
    margin-bottom: 50px;
}

.cusine {
    width: 245px;
    height: 65px;
    line-height: 65px;
    font-size: 19px;
    font-family: OpenSans;
    color: #444;
    padding-left: 15px;
    border-bottom: 2px solid #e8e7e7;
}

.ChooseFood {
    list-style: none;
}

    .ChooseFood li {
        width: 243px;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        font-size: 14px;
        font-family: OpenSans;
        font-weight: 700;
        /*color: #555;*/
        cursor: pointer;
    }

        .ChooseFood li:hover {
            color: rgb(243, 97, 97);
        }

        .ChooseFood li.chosenCusine {
            color: #fff;
            background-color: rgb(243, 97, 97);
        }

.showMore {
    width: 29px;
    height: 15px;
    line-height: 15px;
    border: 2px solid #e8e7e7;
    background-color: #fff;
    /*letter-spacing: -10px;*/
    color: #888;
    margin: 8px 0 20px 15px;
    cursor: pointer;
    text-align: center;
}

.foodInfo {
    width: 241px;
    height: 96px;
    padding-left: 15px;
    /*border-top: 2px solid #e8e7e7;*/
    border-bottom: 2px solid #e8e7e7;
    font-family: OpenSans;
    color: #555;
    overflow: hidden;
}

.foodFor {
    border-bottom: 1px solid #e8e7e7;
    font-family: OpenSans;
    color: #555;
    overflow: hidden;
    text-align: center;
}

    .foodFor label {
        cursor: pointer;
    }

.foodInfo {
    border-top: 2px solid #e8e7e7 !important;
    border-bottom: none;
}

    .foodFor p, .foodInfo p {
        margin-top: 18px;
        font-size: 14px;
        font-family: OpenSans;
        color: #000;
    }

.foodFor input {
    margin-top: 20px;
}

.foodInfo ul {
    list-style: none;
    margin-top: 20px;
}

    .foodInfo ul li {
        float: left;
        width: 70px;
        height: 25px;
        line-height: 25px;
        background-color: #f2f1f3;
        padding-left: 0px;
        margin-left: 10px;
        font-size: 12px;
    }

.foodClose {
    float: right;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}


.mid_mid {
    width: 530px;
    margin: 0 0 50px 25px;
    float: left;
    background-color: #fcfbf9;
}

.chooseInfo {
    width: 515px;
    /*height: 65px;*/
    padding-left: 15px;
    border: 2px solid #e8e7e7;
}

.midFoodTips {
    font-size: 20px;
    font-family: OpenSans;
    color: rgb(243, 97, 97);
    margin: 10px 0 5px 0;
}

.ArrowDowm {
    width: 20px;
    height: 20px;
    background: url('../images/arrowDown.png') no-repeat;
    float: right;
    margin: 3.5px 30px 0 0;
    cursor: pointer;
}

.chooseInfo p {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: OpenSans;
    color: #107704;
}

.show_all {
    list-style: none;
}

    .show_all li {
        width: 505px;
        /* height: 50px;
    line-height: 50px; */
        border: 2px solid #e8e7e7;
        border-top: none;
        padding: 15px 0 15px 25px;
        font-family: OpenSans;
        font-size: 14px;
        color: #555;
        cursor: pointer;
        overflow: hidden;
    }

        .show_all li span.foodName {
            float: left;
            color: #333;
        }

        .show_all li:hover {
            background-color: #ddd;
        }

        .show_all li:nth-child(odd) {
            background-color: #fff;
        }

            .show_all li:nth-child(odd):hover {
                background-color: #ddd;
            }

.foodNameSpan {
    float: right;
}

.show_all li span {
    margin-right: 20px;
}


.detailedFood_box {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    display: none;
    -webkit-user-select: none;
}

#loading {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.detailedFood_frame {
    width: 480px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -300px;
    display: none;
    box-shadow: 5px 5px 20px #333;
}

.detailedFood {
    width: 434px;
    margin: 8px 0 8px 8px;
    font-family: OpenSans;
    overflow: hidden;
}

.underline {
    border-bottom: 2px solid #e8e7e7;
}


    .underline td {
        width: 214px;
        height: 20px;
    }

.detailedFood label {
    font-size: 14px;
    cursor: pointer;
    margin: 3px 0 3px 20px;
    display: inline-block;
}

.detailedFood p {
    font-size: 22px;
    margin: 10px 0 0 20px;
}

.detailedFood input {
    /*margin: 10px 0 10px 20px;*/
    vertical-align: middle;
    margin-bottom: 2px;
    *margin-bottom: 2px;
}

#demand {
    width: 280px;
    height: 35px;
    margin: 5px 0 0 20px;
    padding: 5px;
    resize: none;
    float: left;
}

.additional {
    margin: 5px 0 0 18px;
    display: inline-block;
    font-size: 24px;
}

.demandMoney {
    width: 50px;
    height: 35px;
    padding: 5px;
    text-align: center;
    margin-left: 5px;
}

.detailedFood span {
    margin: 0 20px 0 20px;
    float: left;
}

.quantity {
    width: 400px;
    overflow: hidden;
    margin-top: 8px;
}

.Calculation {
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background-color: rgb(243, 97, 97);
    float: left;
    cursor: pointer;
    display: block;
}

.reduce {
    border-radius: 8px 0 0 8px;
}

.add {
    border-radius: 0 8px 8px 0;
}

.detailedFood input.foodNum {
    width: 30px;
    height: 20px;
    float: left;
    margin: 0px;
    text-align: center;
}

.palceOrder, .cancle {
    width: 120px;
    height: 30px;
    line-height: 30px;
    float: right;
    border-radius: 3px;
    margin: 10px 15px 0 0;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

#box_total {
    margin: 0px;
    float: none;
    color: #fe4d3d
}

.palceOrder {
    background-color: rgb(243, 97, 97);
    color: #fff;
}

.cancle {
    background-color: #ccc;
}


.mid_right {
    width: 259px;
    float: right;
    /*margin-left: 25px;*/
    margin-bottom: 50px;
}

.eatType {
    width: 126.5px;
    float: left;
    cursor: pointer;
    padding: 10px 0 5px 0;
    color: #999;
}

    .eatType:hover {
        color: #555;
        border-bottom: 2px solid #555;
    }

    .eatType:nth-child(1) {
        border-right: 1px solid #e8e7e7;
    }

    .eatType:nth-child(2) {
        border-left: 1px solid #e8e7e7;
    }

.chosenEat {
    color: rgb(243, 97, 97) !important;
    border-bottom: 2px solid rgb(243, 97, 97) !important;
}

.order_icon {
    font-size: 32px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.order_all {
    width: 255px;
    border: 2px solid #e8e7e7;
    background-color: #fcfbf9;
}

.yourOrder {
    width: 255px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 17px;
    font-family: OpenSans;
    color: #444;
    border-bottom: 2px solid #e8e7e7;
}

.order_all table {
    font-family: OpenSans;
    font-size: 14px;
    color: #555;
    table-layout: fixed;
}

    .order_all table td {
        padding: 3px 0;
        text-align: center;
        border-bottom: 1px solid #e8e7e7;
        /*word-wrap:break-word;*/
        word-break: break-all;
    }

        .order_all table td:nth-of-type(2) {
            border-top: none;
        }

.WithSome {
    line-height: 15px;
    color: #888;
    text-align: left;
    padding-left: 8px;
}

.TdWithSome td {
    border-right: none;
}

.order_all table td.foodNameList {
    width: 133px;
    text-align: left;
    padding-left: 5px;
}

.order_all table td.foodNumList {
    width: 35px;
}

.order_all table td.foodPrice {
    width: 62px;
}

.order_all table td.foodListClose, table td.foodListC {
    width: 20px;
    text-align: center;
    color: #555;
    cursor: pointer;
    border-right: none;
    font-size: 20px;
}

.order_all table tfoot tr {
    color: green;
    font-size: 13px;
}

    .order_all table tfoot tr td:nth-child(1) {
        text-align: left;
        padding-left: 5px;
    }

    .order_all table tfoot tr td {
        padding-top: 10px;
    }


.order_all p {
    width: 255px;
    height: 20px;
    font-family: OpenSans;
    font-size: 14px;
    margin-top: 5px;
}

    .order_all p.priceing {
        text-align: left;
    }

.priceing span {
    /* float: left; */
}

.priceing .price_left {
    width: calc(100% - 80px);
    text-align: right;
    display: block;
    float: left;
}

.priceing .price_right {
    display: block;
    float: right;
    margin-right: 20px;
}

.order_all p.totalPrice {
    font-size: 26px;
}

.checkout {
    width: 225px;
    height: 35px;
    line-height: 35px;
    background-color: rgb(243, 97, 97);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: OpenSans;
    margin: 15px auto 15px auto;
    cursor: pointer;
}
/*��delivery��ĵ�ͼ����*/
.deliMapAll {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index:11;
}

.deliMapBox {
    width: 800px;
    height: 640px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -400px;
    text-align: center;
}

.mapBar {
    width: 100%;
    height: 35px;
    background: #ddd;
    border-radius: 5px 5px 0 0;
}

.mapClose {
    width: 35px;
    height: 35px;
    line-height: 31px;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.deliMapBox p:nth-child(2) {
    font-size: 28px;
    margin-top: 10px;
}

.deliMapBox p:nth-child(3) {
    font-size: 14px;
    color: green;
    margin: 10px 50px;
    text-align: left;
}

.deliMapBox input {
    width: 570px;
    height: 26px;
    padding-left: 25px;
    float: left;
    border-radius: 5px 0px 0px 5px;
}

.mapInput {
    width: 700px;
    overflow: hidden;
    margin: 0 auto 30px auto;
    position: relative;
}
.map-location {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    color: #888;
}
.mapNext {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgb(243, 97, 97);
    float: left;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

    .mapNext:hover {
        background: green;
        color: #fff;
    }

.theMap {
    width: 700px;
    height: 400px;
    /*background: pink;*/
    margin: auto;
}



.hide {
    display: none;
}

.fixed_top {
    z-index: 10;
    position: fixed !important;
    top: 5px;
    left: auto;
}

.flyer {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: block;
}

.show_all li span.discount {
    color: #fe4d3d;
    margin-right: 0px;
    font-size: 16px;
}

.delLine {
    text-decoration: line-through;
}


/* 选择食物类别的 */
.three-btn {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700
}

    .three-btn div {
        padding: 5px 8px;
        border: 1px solid #acacac;
        border-radius: 5px;
        float: left;
        margin: 13px 0 0 8px;
        cursor: pointer;
    }

        .three-btn div:hover {
            color: #e10121;
            border-color: #e10121;
        }

        .three-btn div:nth-child(1) {
            margin-left: 0px;
        }

        .three-btn div.foodcli-btn {
            background-color: rgb(243, 97, 97);
            color: #fff;
            border-color: rgb(243, 97, 97);
        }

            .three-btn div.foodcli-btn:hover {
                color: #fff;
            }

.web-desc {
    width: calc(100% - 20px);
    float: left;
    font-size: 12px;
    color: #107704;
    margin-top: 6px;
    font-family: Arial,Helvetica,sans-serif;
}

/* .coupons_all {
    overflow: hidden;
} */
.coupons_bar {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #bf011c;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.coupons_content {
    font-size: 13px;
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 1px solid #e8e7e7;
}

.coupons_left {
    width: calc(100% - 60px);
    display: block;
    float: left;
    margin-left: 10px;
}

.coupons_use {
    width: 30px;
    color: #183792;
    display: block;
    float: right;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 5px;
}

.coupons_use_check {
    color: red;
}


.coupons_code {
    color: #183792;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 8px;
    cursor: pointer;
}

/* coupons的弹窗样式 */
.coupons_window {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.coupons_window_shadow {
    width: 380px;
    height: 140px;
    border: 10px solid rgba(225, 1, 33, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -70px;
    left: 50%;
    margin-left: -190px;
}

.coupons_box {
    width: 360px;
    height: 120px;
    background-color: #fff;
    padding: 10px;
}

    .coupons_box h5 {
        text-align: center;
    }

    .coupons_box input {
        display: block;
        width: calc(100% - 22px);
        height: 24px;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 10px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

        .coupons_box input:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        }

.coupons_btn_box {
    width: 220px;
    margin: 10px auto 0 auto;
    overflow: hidden;
}

.coupons_btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    float: left;
    border-radius: 5px;
    cursor: pointer;
}

.coupons_apply {
    background-color: #e10121;
}

.coupons_cancel {
    background-color: #bbb;
    margin-left: 20px;
}

.coupons_error {
    font-size: 14px;
    color: red;
    text-align: center;
}


.foodHaveImg {
    width: 430px !important;
    height: 65px;
    position: relative;
    padding-left: 100px !important;
}

    .foodHaveImg .foodImg {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 7px;
        left: 7px;
    }

.showFoodImg {
    width: 211px;
    height: 211px;
    position: absolute;
    top: 0px;
    left: -231px;
    padding: 10px;
    background-color: #fff;
}

    .showFoodImg img {
        width: 100%;
        height: 100%;
    }

.food_desc {
    font-size: 10px !important;
    color: green;
    font: menu;
    margin-bottom: 10px !important;
    font-family:  Arial,Helvetica,sans-serif;
}
.p_special {
    font-size: 20px;
    color: #fe4d3d
}
.orderinfo {
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
}

#ordertypeinfo {
    color: rgb(243, 97, 97);
    font-size: 18px;
}

#addressinfo {
    margin-left: 10px;
    font-size: 12px;
}

/* 弹窗 */
.couModal {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.15);
}

/* 弹窗内容 */

.cou-modal-content {
    position: absolute;
    background-image: radial-gradient(at 80% 20%, rgb(253, 254, 245) 40%, rgb(241, 243, 228) 85%, #eaf696 100%);
    margin: 0 auto;
    padding: 21px;
    border: 1px solid #888;
    border-radius: 20px;
    width: 260px;
    height: 220px;
    /* height: max-content; */
    top: 20%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.5);
    animation: animatetop 0.5s;
}

/* 添加动画 */

@keyframes animatetop {
    from {
        top: -30%;
        opacity: 0;
    }

    to {
        top: 20%;
        opacity: 1;
    }
}

#showConfirmBtn {
    font-size: 25px;
}

#showConfirmBtn:hover,

#showConcelmBtn:hover {

    color: #8dc232;
    text-decoration: none;
    cursor: pointer;
}

h2 {
    padding: 15px 0px 10px;
}

.cou-modal-header {
    color: #747474;
    font-size: 17px;
    padding: 0px 0px 10px;
}

.cou-modal-body {
    font-size: 17px;
}

.cou-modal-footer {
    text-align: right;
    color: #fbc848;
    right: 5%;
    padding: 10px;
}

.couTime {
    color: #fbc848;
    font-family: "Times New Roman";
    font-weight: bolder;
    font-size: 19px;
}

.checkout {
    cursor: pointer;
}