﻿body {
    background: #f7f6f4;
}

#mid_all {
    width: 100%;
    background-color: #f7f6f4;
    border-top: 2px solid #e8e7e7;
    overflow: hidden;
}

.mid {
    width: 1100px;
    margin: 0px auto 50px auto;
    overflow: hidden;
    background-color: #fff;
    margin-top: 10px;
    /*border: 2px solid #e8e7e7;*/
}



::-webkit-input-placeholder { /* WebKit browsers */
    color: #888;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #888;
}

.mid_left {
    width: 760px;
    height: inherit;
    float: left;
    background-color: #fff;
    border: 2px solid #e8e7e7;
    padding-bottom: 10px;
}

.mid_left_tips {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-family: Montserrat-Bold;
    border-bottom: 2px solid #e8e7e7;
    padding-left: 30px;
    letter-spacing: 1px;
    background-color: #fcfbf9;
}

.address_content {
    width: 535px;
    overflow: hidden;
    margin: auto;
}

    .address_content label, .creditCard label {
        margin-top: 10px;
        display: block;
        float: left;
        font-family: Montserrat-Regular;
        font-size: 14px;
    }

    .address_content p, .creditCard p {
        color: #333;
    }

    .address_content input, .creditCard input {
        width: 505px;
        height: 30px;
        padding-left: 10px;
        font-size: 15px;
        margin-top: 5px;
        color: darkblue;
        font: menu;
    }
    .address_content label, .creditCard1 label {
        margin-top: 10px;
        display: block;
        float: left;
        font-family: Montserrat-Regular;
        font-size: 14px;
    }

    .address_content p, .creditCard1 p {
        color: #333;
    }

    .address_content input, .creditCard1 input {
        width: 505px;
        height: 30px;
        padding-left: 10px;
        font-size: 15px;
        margin-top: 5px;
        color: darkblue;
        font: menu;
    }

.label_two {
    width: 260px;
}

    .label_two input {
        width: 230px;
    }

.two_effect {
}

.special_info {
    width: 497px;
    height: 40px;
    resize: none;
    font-size: 15px;
    padding: 10px;
    margin-top: 5px;
    color: darkblue;
}

.payment {
    width: 245px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ff765e;
    color: #fff;
    cursor: pointer;
    float: left;
    border-radius: 3px;
    margin-top: 10px;
}

    .payment:hover {
        background-color: #fd3d1c;
    }

.plir {
    margin-left: 29px;
}


.mid_right {
    width: 320px;
    float: right;
    background-color: #fff;
    padding-bottom: 20px;
    border: 2px solid #e8e7e7;
}

.eatType {
    width: 159px;
    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 {
    background: #ff765e !important;
    color: #fff;
}

.order_icon {
    font-size: 32px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table {
    font-family: OpenSans;
    font-size: 14px;
    color: #555;
    table-layout: fixed;
    margin-bottom: 10px;
}

    table td {
        padding: 10px 0;
        text-align: center;
        border-bottom: 1px solid #e8e7e7;
        /*word-wrap:break-word;*/
        word-break: break-all;
    }

        table td:nth-of-type(2) {
            border-top: none;
        }

.WithSome {
    line-height: 15px;
    color: #888;
    text-align: left;
    padding-left: 20px;
}

.TdWithSome td {
    border-right: none;
}

table td.foodNameList {
    width: 180px;
    text-align: left;
    padding-left: 20px;
}

table td.foodNumList {
    width: 45px;
}

table td.foodPrice {
    width: 75px;
    border-right: none;
}

.foodFor {
    border-bottom: 1px solid #e8e7e7;
    font-family: OpenSans;
    color: #555;
    overflow: hidden;
    text-align: center;
}

    .foodFor p {
        height: 40px;
        line-height: 40px;
    }

.priceing {
    font-family: OpenSans;
    font-size: 15px;
    margin-top: 12px;
}

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



/*付款栏*/
.mid_bottom {
    width: 760px;
    margin: auto;
    background-color: #fff;
    padding-bottom: 20px;
    float: left;
    border: 2px solid #e8e7e7;
}

.price_box {
    width: 690px;
    overflow: hidden;
    margin: auto;
}

.payWay {
    list-style: none;
    margin: 20px 0 0 30px;
    overflow: hidden;
}

    .payWay li {
        width: 150px;
        height: 35px;
        line-height: 35px;
        float: left;
        text-align: center;
        border: 1px solid #e8500e;
        border-radius: 3px;
        margin-left: 20px;
        cursor: pointer;
        color: #e8500e;
    }

        .payWay li:hover {
            background-color: #e8500e;
            color: #fff;
        }

        .payWay li.priceChosen {
            background-color: #e8500e;
            color: #fff;
        }

.creditCard1 {
    width: 600px;
    overflow: hidden;
    margin-left: 50px;
}
.creditCard {

    width: 600px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

    .creditCard img {
        width: 291px;
        height: 55px;
        margin: 10px 0px 0px 0px;
    }
    .creditCard1 img {
        width: 291px;
        height: 55px;
        margin: 10px 0px 0px 0px;
    }
.Date {
    width: 110px;
    height: 33px;
    margin-top: 5px;
}

    .Date:nth-child(3) {
        margin-left: 20px;
    }

.tip_box {
    width: 800px;
    margin-left: 50px;
}

    .tip_box p {
        height: 50px;
        line-height: 50px;
    }

.tipWay {
    list-style: none;
}

    .tipWay li {
        /* width: 60px;
    height: 35px;
    line-height: 35px; */
    padding: 7px 12px;
    color: #fe4d3d;
    text-align: center;
    float: left;
    border: 1px solid rgb(250, 143, 51);
    cursor: pointer;
    }

        .tipWay li:nth-child(1) {
            /* width: 180px; */
            border-left: 1px solid rgb(250, 143, 51);
        }

.tipWay li:hover {
     /*background-color: #e8500e;
    color: #fff;*/
    background: rgb(250, 143, 51);
    /* border-color: #467679; */
}

        .tipWay li.tipChosen {
            background-color: rgb(250, 143, 51);
            color: #fff;
        }

.custom {
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fe4d3d;
    text-align: center;
    border:1px solid rgb(250, 143, 51);
    cursor: pointer;
    float: left;
    margin-left: 50px;
}

    .custom:hover {
        color: #466adf;
        border-color: #466adf;
    }

.customChosen {
    background-color: #ffc519;
    color: #fff;
}


#tipPrice {
    width: 100px;
    height: 33px;
    margin-left: 10px;
    text-align: center;
    font-size: 16px;
}

.placeOrder, .cashOrder {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color:#ff765e;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.placeOrder {
    float: right;
    margin-top: 5px;
}

.cashOrder {
    margin: 25px 0 20px 50px;
}

.total_word {
    width: 682px;
    margin-top: 18px;
    float: left;
    text-align: right;
    font-family: OpenSans;
    font-size: 16px;
}




#finish_all {
    width: 1100px;
    height: 520px;
    margin: auto;
    text-align: center;
    /*display: none;*/
}

    #finish_all img {
        width: 250px;
        height: 220px;
        margin-top: 80px;
    }

    #finish_all p {
        font-family: Montserrat-Regular;
    }

.finish_btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fe765e;
    float: left;
    font-size: 14px;
    font-family: Montserrat-Regular;
    margin-top: 30px;
    cursor: pointer;
}

.finish_home {
    width: 120px;
    margin-left: 393px;
    color: #ed733e;
    background-color: #fff;
}

    .finish_home:hover {
        background-color: #fe765e;
        color: #fff;
    }

.finish_continue {
    width: 180px;
    margin-left: 15px;
    color: #fff;
    background-color: #fe765e;
}

    .finish_continue:hover {
        background-color: #fe765e;
        color: rgba(25, 147, 255, 0.85);
    }


.hide {
    display: none !important;
}


.cardLabel {
    display: block;
    position: relative;
}

.cardNum {
    position: absolute;
    top: 30px;
    right: 22px;
    color: #aaa;
    display: none;
}

.jump-p {
    font-size: 18px;
    margin-top: 10px;
    color: rgba(25, 147, 255, 0.85);
}

.second {
    color: #0000ff
}

.inputnull {
    border: 2px solid red;
}

.mid_back_box {
    width: 1100px;
    margin: auto;
}

.mid_back {
    width: 80px;
    color: #555;
    cursor: pointer;
    font-family: OpenSans;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.mid_left_bottom {
    margin-top: 15px;
    border-top: 2px solid #e8e7e7;
}

.mid_title {
    position: absolute;
    margin-left: 20px;
    font-size: 16px;
    color: #e10121;
}

table tfoot tr{
    color: green;
    font-size: 13px;
}
table tfoot tr td:nth-child(1) {
    text-align: left;
    padding-left: 20px;
}
table tfoot tr td {
    padding-top: 10px;
}

.cashTips_box {
    width: 100%;
    height: 0;
    float: left;
    transition: all .5s;
}
.show_cashTips_box {
    height: 224px;
}
.cashTips_box .tip_box {
    width: 100%;
    margin-left: 0px;
    overflow: hidden;
}
.cashTips_box .tipWay {
    overflow: hidden;
}
.cashTips_box .custom {
    margin: 15px 15px 0 0;
    float: right;
}
.cashTips_box #tipPrice {
    margin: 15px 0 0 0;
    float: right;
}
.cashTips_box .total_word {
    width: 525px;
}
.orderinfo {
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    padding: 15px;
}

#ordertypeinfo {
    color: red;
    font-size: 18px;
}

#addressinfo {
    margin-left: 10px;
    font-size: 12px;
}

.changesetting {
    height: 38px;
    width: 134px;
    margin: 4px 169px;
    background: yellowgreen;
    line-height: 38px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0 5px;
    color: white;
}


/* 验证码 */
#captcha{
    height: 22px;
    width: 60%;
    border: none;
    background: #f1f1f1;
    padding: 8px 15px;
}

.codeBox{
    padding: 10px;
    border: 1px solid #ff8181;
    width: 600px;
    overflow: hidden;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.codeBox p{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: forestgreen;
}
.codeEnter{
    width: 80%;
    display: flex;
    margin: 12px auto;
    justify-content: center;
}

.refreshCode{
    text-decoration: underline;
    font-size: 12px;
}