﻿* {
    margin: 0px;
    padding: 0px;
}

body {
    /*background: url('/phone/img/bg.jpg');*/
    background-size: 100%;
}


header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(243, 6, 50, 0.85);
    text-align: center;
    position: relative;
    /*position: fixed;
    top: 0px;
    left: 0px;*/
}

.navBtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
}

.navIcon {
    font-size: 28px;
    color: #fff;
}

.exit {
    font-size: 24px;
    color: #fff;
}

.thisHtml {
    font-size: 18px;
    font-family: LatoBold;
    color: #fff;
}

.userBox {
    width: 50px;
    height: 50px;
    font-size: 22px;
    float: right;
    color: #fff;
    margin-right: 10px;
}

.Logout {
    width: 50px;
    height: 50px;
    font-size: 22px;
    float: right;
    color: #fff;
    margin-right: 22px;
}

/*.nav {
    z-index: 50;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    text-align: left;
    display: none;
}

    .nav ul {
        list-style: none;
        background: #f8f8f8;
        overflow: hidden;
    }

        .nav ul li {
            height: 30px;
            line-height: 30px;
            padding-left: 15px;
            margin: 5px 0;
            display: block;
            font-size: 16px;
            font-family: LatoBold;
        }
    */
.navClick {
    background-color:yellowgreen;
}

/*购物车展示*/
.foodList {
    width: calc(100% - 20px);
    max-height: 400px;
    background: #fff;
    padding: 0 10px;
    overflow: auto;
    display: none;
}
/*/*购物车展示*/
/*.tfoot {
    width: calc(100% - 20px);
    max-height: 400px;
    background: #fff;
    padding: 0 10px;
    overflow: auto;
    display: none;
}*/


.table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

    .table:nth-child(1) {
        border-top: none;
    }

    .table thead td {
        padding: 0 5px;
    }

        .table thead td:nth-child(1) {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .table thead td:nth-child(2) {
            width: 70px;
            text-align: center;
        }

    .table tbody tr td {
        color: #91a5af;
        padding-left: 15px;
    }



.cartIcon {
    font-size: 24px;
    color: #fff;
    position: relative;
}

.cartNum {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    top: -8px;
    right: -12px;
    background: #aaa;
    color: #fff;
    font-size: 12px;
}



@font-face {
    font-family: LatoBold;
    src: url('/phone/fonts/Lato-Bold.ttf');
}

@font-face {
    font-family: LatoRegular;
    src: url('/phone/fonts/Lato-Regular.ttf');
}

.hide {
    display: none;
}

.icon {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer {
    width: 100%;
    background-color: #2a2e30;
    padding: 25px 0;
bottom: 0;
}

    footer p {
        text-align: center;
        color: #bbb;
        margin-bottom: 0px;
        font-family: Dinbold;
        font-size: 14px;
    }

/* loading部分的css */
.loading-box {
    z-index: 18;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    display: none;
}

    .loading-box img {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 50%;
        margin-left: -50px;
    }

.tfoot {
    color: green;
    font-family: Arial,Helvetica,sans-serif;
}

.mengban {
    text-align: center;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 999;
    height: 0;
    display: none;
}

    .mengban .nav-tabs {
        margin-top: 60px;
    }

.nav > li {
    display: block;
}
.nav-tabs > li.active {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    /* ,.nav-tabs>li>a */
}
.active{

    color:yellowgreen;
}
.leave {
    position: fixed;
    top: 7px;
    left: 13px;
    font-size: 25px;
    font-weight: 300;
    line-height: 18px;
    padding: 4px;
}

.mengban li {
    color: #000;
    font-family: "Montserrat";
    font-weight: 100;
    padding: 10px 0;
    line-height: 1.42857143;
    font-size: 14px;
}

.open {
    display: none !important;
}

.dropdown1 {
    color: rgba(0, 0, 0, 0.6) !important;
}

.hamburger {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 30px;
    padding-left: 15px;
}

    .hamburger span {
        margin: 5px 0;
    }

label.hamburger span,
label.hamburger span:before,
label.hamburger span:after {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    label.hamburger span:before {
        top: -8px
    }

    label.hamburger span,
    label.hamburger span:before,
    label.hamburger span:after {
        position: relative;
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        content: '';
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        label.hamburger span:after {
            bottom: -6px;
        }

.container-fluid {
    padding-right: 15px;
    /*padding-left: 15px;*/ 
}

.banner-wrap .container h1 {
    line-height: 1 !important;
}

.container {
    padding: 60px 20px !important;
}
.headerpc {
    display: none !important;
}

.headerpe {
    display: inline-table;
    height: 45px;
    position: relative;
    width: 100%;
    padding-right: 0;
    text-align: right;
    margin-right: 0;
    text-align: center;
}