﻿@charset "utf-8";


html, body {
    color: #292828;
    font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

h2 {
    font-weight: normal
}

ol, ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.clr {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.copyright {
    padding: 8px;
    text-align: left;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    overflow: hidden
}

.copyright a {
    color: #666;
}

#diancaisearch .copyright {
    text-align: center;
}

.mode_webapp {
    padding: 20px 0 49px 0;
}

.sanckbg {
    background-color: #E9E9E9;
}

input:-moz-placeholder {
    color: #777;
}

::-webkit-input-placeholder {
    color: #777;
}

#navBar { /*box-shadow:inset -10px 0 40px #ccccce;*/
    width: 28%;
    background-color: #f5f5f5;
    float: left;
    height: 100%;
    /*overflow-y: auto;
    -webkit-overflow-scrolling:touch;*/
}

#navBar dl dt {
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    padding: 5px 0 5px 0;
    display: block;
    background-color: #f5f5f5;
    color: #F03C03;
}

#navBar dl dd {
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    line-height: 16px;
    margin-left: 0;
    position: relative;
}

#navBar dl dd .num {
    font-size: 10px;
    position: absolute;
    z-index: 3;
    right: 3px;
    top: 50%;
    margin-top: -7px;
    background-color: #F03C03;
    color: #fff;
    font-family: Verdana;
    font-weight: normal;
    line-height: 10px;
    padding: 2px 4px;
    border-radius: 15px;
}

#navBar dl dd a {
    padding: 12px 0 12px 10px;
    display: block;
}

#navBar dl dd.active a {
    color: #F03C03;
    background-color: #fff;
    box-shadow: 3px 0px 0px 0px #F03C03 inset;
}

#infoSection {
    margin: 0;
    background-color: #FFF;
    width: 72%;
    margin-left: 28%;
    height: 100%;
    /*overflow-y: auto;
    -webkit-overflow-scrolling:touch;*/
}

#diancaisearch #infoSection {
    width: 100%;
    margin-left: 0;
}

#infoSection .kuang {
    padding: 0 5px 0;
    margin-bottom: 50px;
}

#infoSection dl dt h3 {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 6px;
}

#infoSection dl dt em {
    color: #FF0000;
    font-style: normal;
    font-size: 12px;
}

#infoSection dl dt del {
    color: #B2B2B2;
    font-size: 10px;
    margin-left: 5px;
}

#infoSection dl dt .dpNum {
    font-size: 12px;
}

#infoSection dl button {
    border: 0;
    height: 100%;
    width: 100%;
    background: url(../images/unchoosen.png) no-repeat right center;
    background-size: 25px 25px;
    position: absolute;
    right: 2px;
    top: 0;
    cursor: pointer;
    display: block;
    z-index: 3;
}

#infoSection dl .choosen {
    background: url(../images/choosen.png) no-repeat right center;
    background-size: 25px 25px;
}

#mcover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 998;
}

#Popup {
    position: fixed;
    padding: 0;
    outline: 0;
    display: none;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: #FFF;
    z-index: 999;
    overflow-y: auto;
    border-radius: 6px;
}

.imgPopup {
    padding: 10px;
}

.imgPopup img {
    width: 100%;
    border-radius: 6px;
    background: url(../images/loading.gif) no-repeat 50% 50% #f5f5f5;
    background-size: 50px 50px;
}

.imgPopup h3 {
    font-size: 16px !important;
    font-weight: normal;
    margin: 5px 0;
    color: #333
}

#mcover .close {
    background: url(../images/mdlg_btn_x.png) no-repeat scroll 0 0 transparent;
    background-size: 27px 27px;
    display: inline-block;
    height: 27px;
    position: absolute;
    right: 8px;
    text-indent: -9999px;
    top: 8px;
    width: 27px;
    cursor: pointer;
    z-index: 999;
}

.imgPopup .jianjie {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-top: 5px;
    border-top: 1px solid #cccccc;
    display: block
}

.imgPopup .jianjie img {
    display: block
}

.textPopup {
    z-index: 9999;
    left: 50%;
    top: 50%;
    padding: 25px;
    position: fixed;
    width: 205px;
    margin-left: -125px;
    margin-top: -60px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

.textPopup .two {
    background-color: #5E5E5E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    width: 97px;
}

.textPopup .ok {
    background-color: #DA0000 !important;
}

.textPopup .two:nth-of-type(2) {
    float: right;
}

.textPopup h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 17px;
}

.textPopup .x {
    background: url(../images/mdlg_btn_x.png) no-repeat scroll 0 0 transparent;
    background-size: 27px 27px;
    display: inline-block;
    height: 27px;
    position: absolute;
    right: -11px;
    text-indent: -9999px;
    top: -9px;
    width: 27px;
    cursor: pointer;
}

#mymenu .header {
    padding: 15px 0 8px 0;
    display: block;
    background-color: #E9E9EB;
    position: relative;
    width: 100%;
    z-index: 3;
    top: 0;
}

#mymenu .header .pCount {
    color: #666666;
    margin-left: 12px;
    font-size: 12px;
    line-height: 18px;
}

#mymenu .header label {
    color: #666666;
    float: right;
    font-size: 12px;
    line-height: 25px;
    margin-top: -10px;
    position: relative;
    margin-right: 12px;
}

#mymenu .header label i {
    float: left;
    font-style: normal;
    padding-top: 6px;
}

#mymenu .header label b {
    padding-top: 5px;
    font-weight: normal;
    color: #FF0000;
    float: left;
    font-size: 20px;
}

#mymenu .biaodan {
    margin: 0 0 8px 0;
    padding: 12px 3px;
    background-color: #FFF;
}

#mymenu .biaodan h2 {
    font-size: 16px;
    padding: 2px 8px;
}

#mymenu .biaodan h2 .btn_add {
    background-color: #5286eb;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    margin-top: -3px;
    font-size: 14px;
    padding: 8px 10px;
    -webkit-appearance: none;
}

#mymenu .biaodan h2 .btn_add.emptyIt {
    background: url(../images/emptyit.png) no-repeat scroll 14px center #ECEDEF;
    background-size: 12px 12px;
    color: #4C4C4D;
    margin-left: 5px;
    padding-left: 30px;;
    border-radius: 3px;
    -webkit-appearance: none;
}

.footReturn {
    display: block;
    padding: 0;
    position: relative;
    margin: 8px;
}

.footerbtn {
    width: 50%;
    float: left;
}

.right3 {
    margin-right: 3px;
}

.left3 {
    margin-left: 3px;
}

.submit {
    background-color: #5286eb;
    padding: 8px 22px;
    font-size: 18px;
    letter-spacing: 2px;
    text-decoration: none;
    border: 1px solid #5286eb;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
}

.submit:active {
    background-color: #B60006;
}

.del {
    background-color: #fff;
    padding: 8px 22px;
    font-size: 18px;
    letter-spacing: 2px;
    text-decoration: none;
    border: 1px solid #CECECE;
    border-radius: 5px;
    color: #666666;
    display: block;
    cursor: pointer;
    text-align: center;
}

.del:active {
    background-color: #cecece;
}

.del img, .submit img, .submit2 img {
    width: 22px;
    margin: 0 10px 0 0;
}

.submit2 {
    background-color: #ffe156;
    padding: 10px 22px;
    font-size: 18px;
    letter-spacing: 2px;
    text-decoration: none;
    border: 1px solid #D2BD85;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff5cb), to(#ffe156));
    box-shadow: 0 1px 1px #fff3c2 inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #333;
    display: block;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.submit2:active {
    padding-bottom: 9px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 11px;
    top: 0px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe156), to(#fff5cb));
    box-shadow: 0 1px 1px #fff3c2 inset, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.receive {
    background-color: #F4F4F4;
    padding: 10px 22px;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #C6C6C6;
    background-image: linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E1E1E1), color-stop(1, #ffffff));
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
    border-radius: 5px;
    color: #666666;
    display: block;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}

.receive:before {
    background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.41) 0%, #E1E1E1 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.41) 0%, #E1E1E1 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.41)), color-stop(1, #E1E1E1));
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px;
    left: -5px;
    top: -6px;
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(144, 145, 147, 0.21) inset, 0 1px 0 rgba(255, 255, 255, 0.57);
}

.receive:active {
    padding-bottom: 9px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 11px;
    top: 0px;
    background-image: linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #E1E1E1));
    box-shadow: 0 1px 0 #E1E1E1 inset, 0 1px 1px #F6F6F6;
}

#foodmain {
    background-color: #E9E9EB;
}

.cardexplain {
    margin: 11px 8px 10px 8px;
}

.bline {
    border: 1px solid #d8d8d8;
}

#foodindex .cardexplain {
    margin: 11px 8px 12px 8px;
}

#foodindex {
    padding-top: 0 !important;
}

.contact-info {
    background-color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    display: block;
    overflow: hidden;
    padding: 10px 0 10px 0;
}

.contact-info li {
    border-width: 1px 0 0 0;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
    line-height: 22px;
}

label.ui-input-text {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    font-weight: 400;
    margin: 0 0 .3em;
}

div.ui-input-text {
    margin: 2px 0;
    background-image: none;
    position: relative;
    padding: 0 .4em;
    background-clip: padding-box;
    border-radius: 3px;
    border: 1px solid #CACACA;
    color: #333333;
}

input.ui-input-text {
    width: 100%;
    border: 0;
    width: 100%;
    padding: .4em 0;
    margin: 0;
    display: block;
    background: transparent none;
    outline: 0 !important;
    min-height: 1.4em;
    line-height: 1.4em;
    font-size: 14px;
}

textarea.ui-input-text {
    height: 60px;
    box-sizing: border-box;
    background-image: none;
    padding: .4em;
    margin: 2px 0;
    line-height: 1.4em;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: 0;
    background-clip: padding-box;
    border-radius: 3px;
    border: 1px solid #CACACA;
    color: #333333;
    background: transparent none;
}

.ui-btn-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    cursor: pointer;
    background: #fff;
    background: rgba(255, 255, 255, 0);
    filter: Alpha(Opacity=0);
    opacity: .1;
    font-size: 1px;
    border: 0;
    text-indent: -9999px;
    z-index: 2;
}

.ui-btn {
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: .5em 0;
    padding: 0;
    font-weight: normal;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border-radius: 0.6em;
    text-decoration: none;
    border: 1px solid #cccccc;
    background: #eeeeee;
    color: #2f3e46;
    text-shadow: 0 1px 0 #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
}

.ui-btn-inner {
    font-size: 12.5px;
    padding: .55em 11px .5em;
    min-width: .75em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;
}

.ui-btn-text {
    position: relative;
    z-index: 1;
    width: 100%;
}

.cart-editalertinfo {
    font-size: 12px;
    font-weight: normal;
    color: red;
}

ul.round {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    background-color: #FFF;
    margin-bottom: 11px;
    display: block;
    color: #666666;
}

li.title {
}

ul.round li {
    border: solid #d8d8d8;
    border-width: 0 0 1px 0;
    padding: 0px 10px 0 10px;
}

ul.round li:only-of-type {
    border-width: 0;
}

ul.round li:last-of-type {
    border-width: 0;
}

.round li, .round li span, .round li a {
    line-height: 22px;
}

.round li span {
    display: block;
    background: url(../images/lbsarrow.png) no-repeat right 50%;
    -webkit-background-size: 8.5px 13px;
    background-size: 8.5px 13px;
    padding: 8px 22px 8px 0;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}

.round li span.none {
    background: none repeat scroll 0 0 transparent;
}

.round li.addr {
    background: url(../images/addr.png) no-repeat scroll 10px 13px transparent;
    background-size: 15px 15px;
    line-height: 22px;
    padding-left: 34px;
}

.round li.tel {
    background: url(../images/tel.png) no-repeat scroll 11px 13px transparent;
    background-size: 15px 15px;
    line-height: 22px;
    padding-left: 34px;
}

.round li.detail {
    background: url(../images/detail.png) no-repeat scroll 10px 13px transparent;
    background-size: 15px 15px;
    line-height: 22px;
    padding-left: 34px;
}

.round li.manage {
    background: url(../images/manage.png) no-repeat scroll 10px 13px transparent;
    background-size: 15px 15px;
    line-height: 22px;
    padding-left: 34px;
}

.round li .text {
    padding: 10px 0 10px;
}

.round li span em {
    display: block;
    border-radius: 22px;
    color: #666;
    font-size: 12px;
    line-height: 12px;
    margin-top: -10px;
    padding: 4px 8px;
    position: absolute;
    right: 22px;
    top: 50%;
    text-shadow: 0 0 #FFFFFF;
    font-style: normal;
}

.round li .text em, td em {
    border-radius: 3px;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 4px;
    text-shadow: 0 0 #FFFFFF;
    font-style: normal;
}

.round li.dandanb {
    border-color: #EBEBEB;
}

.round li span p {
    overflow: hidden;
    text-overflow: ellipsis; /*white-space: nowrap;*/
    padding-right: 25px;
}

.round li p {
    padding: 0;
    margin: 2px 0;
    color: #999;
    font-size: 12px;
    line-height: 14px;
}

em.ok {
    background-color: #1CC200;
    color: #FFF !important;
}

em.error {
    background-color: #FF6600;
    color: #FFF !important;
}

em.no {
    background-color: #BBBBBB;
    color: #FFF !important;
}

.round li span.none em {
    right: 0;
}

.round li span img {
    border: 0 none;
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 10px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    background-color: #f5f5f5;
}

.round li span h2 {
    color: #373B3E;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 0px 22px 6px 0;
    border-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smallspan {
    padding: 3px 22px 3px 0 !important;
}

.round li span.shangjia {
    padding: 8px 22px 8px 70px;
}

.round li span.shangjia img {
    position: absolute;
    left: 0;
    top: 8px;
}

.detailcontent {
    border: 1px solid #C6C6C6;
    background-color: rgba(255, 255, 255, 1);
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    border-radius: 5px;
    box-shadow: 0 1px 1px #f6f6f6;
    margin-bottom: 11px;
}

.detailcontent h2 {
    border-bottom: 1px solid #C6C6C6;
    background-color: #E1E1E1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E7E7E7), color-stop(1, #f9f9f9));
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
    border-radius: 5px 5px 0 0;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
}

.detailcontent .content {
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
}

.detailcontent .content img {
    max-width: 100%;
}

.dpinfo .content {
    padding: 10px;
    background-color: #FFF;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    border-bottom: 1px solid #d8d8d8;
}

.cpbiaoge {
    width: 100%;
    text-align: left;
}

.cpbiaoge .cc {
    text-align: center !important;
}

.cpbiaoge .rr {
    text-align: right !important;
}

.cpbiaoge th {
    background-color: #f9f9f9;
    font-size: 12px;
    padding: 6px 10px 6px 10px;
    border-bottom: 1px solid #d8d8d8;
    white-space: nowrap;
}

.cpbiaoge td {
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
    padding: 8px 10px 8px 10px;
    color: #333;
}

.qiandaobanner {
    display: block;
    text-align: center;
    position: relative;
    min-height: 26px;
}

.qiandaobanner img {
    width: 100%;
    border: 0;
    min-width: 322px;
}

.qiandaobanner span {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.dropdown-select {
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    margin: 5px 0 4px;
    padding: 5px 5px;
    -webkit-appearance: button;
    -webkit-user-select: none;
    box-sizing: border-box;
    -webkit-align-items: center;
    -webkit-rtl-ordering: logical;
    width: 100%;
}

.pxtextarea {
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    margin: 5px 0 5px;
    padding: 5px 5px;
    display: block;
    width: 100%;
    overflow: auto;
}

.selectstyle {
    -webkit-appearance: button;
    -webkit-user-select: none;
    box-sizing: border-box;
    -webkit-align-items: center;
    -webkit-rtl-ordering: logical;
    width: 100%;
    background-image: none;
    display: block;
    line-height: 18px;
    border: 1px solid #CACACA;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    position: relative;
    margin: 2px 0;
}

.zhufutishi {
    color: #C00;
    margin: 10px;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
}

/*window*/
.window {
    width: 267px;
    position: absolute;
    display: none;
    margin: 0px auto 0 -136px;
    padding: 2px;
    bottom: 60px;
    left: 50%;
    border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font: 14px/1.5 Microsoft YaHei, Helvitica, Verdana, Arial, san-serif;
    z-index: 10;
}

.window .wtitle {
    background-color: #585858;
    line-height: 26px;
    padding: 5px 5px 5px 10px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 0.5em 0.5em 0 0;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius: 0.5em 0.5em 0 0;
}

.window .content { /*min-height:100px;*/
    overflow: auto;
    padding: 10px;
    color: #222222;
    text-shadow: 0 1px 0 #FFFFFF;
}

.window #txt {
    min-height: 30px;
    font-size: 14px;
    line-height: 22px;
}

.window .content p {
    margin: 10px 0 0 0;
}

.window .wtitle .close {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACTSURBVEhL7dNtCoAgDAZgb60nsGN1tPLVCVNHmg76kQ8E1mwv+GG27cestQ4PvTZ69SFocBGpWa8+zHt/Up+IN+MhgLlUmnIE1CpBQB2COZibfpnXhHFaIZkYph0SOeeK/QJ8o7KOek84fkCWSBtfL+Ny2MPpCkPFMH6PWEhWhKncIyEk69VfiUuVhqJefds+YcwNbEwxGqGIFWYAAAAASUVORK5CYII=");
    width: 26px;
    height: 26px;
    display: block;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=0);
    display: none;
    z-index: 9;
}

/*page*/
.pagination {
    margin: 0 auto;
    text-align: center;
    text-align: center;
}

.pagination a {
    margin: 0;
    padding: 6px 25px;
    border: 1px solid #D1D1D1;
    background: #fefefe;
    border: 1px solid #ABABAB;
    background-image: linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -o-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(bottom, #E1E1E1 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E1E1E1), color-stop(1, #ffffff));
    -webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    text-shadow: 0 1px #fff;
    display: block;
}

.pagination a:hover {
    background-image: linear-gradient(bottom, #F5F2F2 0%, #ffffff 100%);
    background-image: -o-linear-gradient(bottom, #F5F2F2 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(bottom, #F5F2F2 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(bottom, #F5F2F2 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(bottom, #F5F2F2 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F5F2F2), color-stop(1, #ffffff));
}

.pagination a:active {
    background-image: linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -o-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -moz-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -ms-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #E1E1E1));
    -webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
}

.pagination .disabled a, .pagination .disabled a:hover {
    background: none;
    border: 1px solid #cbcbcb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: A4A3A3;
}

.pagination .allpage {
    position: relative;
    text-align: center;
    vertical-align: baseline;
    display: inline-block;
}

.pagination .currentpage {
    line-height: 30px;
    width: 80px;
}

#dropdown-select {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 80px;
    opacity: 0;
}

.pagination .left {
    float: left
}

.pagination .right {
    float: right
}

/**/
.menu_header {
    position: relative;
    z-index: 7;
    height: auto !important;
}

.menu_topbar {
    color: #fff;
    background-color: #fd7144; /*background:-webkit-linear-gradient(top,#ec440ec4,#ec440ec4);*/
    border-bottom: 0px solid #5286eb;
    border-top: 0 none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
}

#mymenu .menu_topbar {
    position: relative;
}

.head_btn_left {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 64px;
    font-size: 11px;
}

.head_btn_left a {
    background: url(../images/s22KaR0Wtcuu.png) 5px center no-repeat;
    background-size: 20px 20px;
    height: 8px;
    width: 50px;
    display: block;
    padding: 8px 7px 8px 10px;
    text-indent: 6px;
    color: #fff;
    line-height: 8px;
}

.head_btn_left a:active {
    background-color: rgba(0, 0, 0, 0.2)
}

.head_btn_left span {
    background-image: url(../images/zEdepbMPHt.png);
    background-position: left -32px;
    background-size: 105px;
    padding-left: 17px;
    float: left;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    color: #fff;
    padding-right: 4px;
}

.head_btn_right span {
    float: left;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    color: #fff;
    background-image: url(../images/zEdepbMPHt.png);
    background-size: 105px;
    padding-left: 10px;
    padding-right: 4px;
    font-weight: normal;
    font-size: 14px;
}

.head_btn_left b, .head_btn_right b {
    background-image: url(../images/zEdepbMPHt.png);
    background-position: bottom right;
    background-size: 105px;
    width: 6px;
    height: 36px;
    float: left;
}

.head_btn_right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 55px;
}

.head_btn_right:active {
    background-color: rgba(0, 0, 0, 0.2)
}

.menu_header_home {
    background: url(../images/3YQLfzfunJ.png) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 2px 29px;
}

.footermenu {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.footermenu ul {
    border-top: 1px solid #404a54;
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    background-color: #404a54;
    background: -webkit-linear-gradient(top, #404a54, #404a54);
}

#mymenu .footermenu ul {
    position: relative;
}

.footermenu ul li {
    width: auto !important;
    height: 100%;
    position: static !important;
    margin: 0;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-box-sizing: border-box;
    box-shadow: none !important;
    background: none;
}

.footermenu ul li a {
    color: #fff;
    line-height: 22px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 2px;
    font-size: 12px;
    position: relative;
    height: 46px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}

.footermenu ul li a.active {
    background: -webkit-linear-gradient(top, #404a54, #252c34);
    box-shadow: 0 -10px 25px 0px rgba(0, 0, 0, 0.3) inset;
}

.footermenu ul li a .num {
    font-size: 10px;
    position: absolute;
    z-index: 9;
    left: 55%;
    top: -5px;
    background-color: #F03C03;
    color: #fff;
    font-family: Verdana;
    font-weight: normal;
    line-height: 10px;
    padding: 2px 4px;
    -moz-box-shadow: 0 0 0 2px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 0 2px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 2px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.footermenu ul li a img {
    width: 22px;
    height: 22px;
}

.footermenu ul li a p {
    margin: 2px 0 0 0;
    font-size: 12px;
    display: block !important;
    line-height: 18px;
    text-align: center;
}

/*iscroll*/

.banner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

#wrapper {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
    position: relative; /* On older OS versions "position" and "z-index" must be defined, */
    z-index: 1; /* it seems that recent webkit is less picky and works anyway. */
    overflow: hidden;
}

#scroller {
    height: auto;
    float: left;
    padding: 0;
}

#scroller ul {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: left;
}

#scroller li {
    display: block;
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 0px;
    padding: 0;
    position: relative;
}

#scroller li a {
    display: block;
    padding: 0;
    margin: 0;
}

#scroller li p {
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #F4F4F4;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

#nav {
    float: right;
    margin-top: -15px;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 3;
}

#prev, #next {
    float: left;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
    width: 80px;
    display: none;
}

#next {
    float: right;
    text-align: right;
}

#indicator > li {
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

#indicator {
    display: block;
    margin: 0 8px;
    padding: 0;
    width: auto;
}

#indicator > li {
    text-indent: -9999em;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #888;
    overflow: hidden;
    margin-right: 4px;
}

#indicator > li.active {
    background: #DDDDDD;
}

#indicator > li:last-child {
    margin: 0;
}

/*���*/

.menu {
    padding: 0 0 0 0;
    background-color: #f4f4f5;
/*background-color: #f4f4f5;背景色*/
}

.list {
    line-height: 30px;
}

.list dt {
    height: 40px;
    padding: 0 10px;
    color: #FFFFFF;
    line-height: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

.list dd {
    position: relative;
    padding: 0 45px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}

.list dd h3 {
    font-size: 14px;
    min-height: 26px;
    margin-bottom: 0;
    margin-top: -2px;
    color: #333;
    margin-right: 30px;
}

.list dd em {
    color: #FF0000;
    font-style: normal;
    font-size: 12px;
}

.list dd del {
    color: #B2B2B2;
    font-size: 10px;
    margin-left: 5px;
}

.list dd .dpNum {
    font-size: 12px;
}

.listimg dd {
    padding: 0;
}

.list dd .tupian {
    padding: 8px 0 8px 75px;
    position: relative;
    min-height: 60px;
    line-height: 18px;
    z-index: 1;
}

.list dd .tupian img {
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 8px;
    background: url(/index/images/food/loading.gif) no-repeat center center #f5f5f5;
    background-size: 22px 22px;
}

.list .add {
    display: block;
    overflow: hidden;
    padding: 0;
}

.listimg .add {
    display: block;
    overflow: hidden;
    padding: 0;
    min-height: 60px;
    /*background: url(../images/unchoosen.png) no-repeat right center;
    background-size: 25px 25px;*/
}

.list .dish {
    float: left;
    font-size: 16px;
}

.list .dish2 {
    font-size: 16px;
}

.list .price {
    float: right;
    color: #F03C03;
    font-size: 16px;
}

.list .price2 {
    color: #F03C03;
    font-size: 16px;
}

.list .count, .list .count_zero {
    display: block;
    position: absolute;
    top: 19px;
    left: 22px;
    z-index: 2;
}

.listimg .count, .listimg .count_zero {
    top: 19px;
    left: 19px;
}

.list .count_zero {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background: #DCDCDC;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    bottom: 7px;
    right: 39px;
    top: auto;
    left: auto;
    display: none;
}

.list .count {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    color: #697077;
    position: absolute;
    bottom: 7px;
    right: 32px;
    top: auto;
    left: auto;
}

.list .reduce {
    position: absolute;
    bottom: 0;
    right: 0;
}

.list .reduce2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38px;
    height: 38px;
    z-index: 2
}

.listimg .reduce {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 38px;
    height: 38px;
    z-index: 2;
}

.list .ico_reduce {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    margin: 6px;
    background: #bbb;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 2
}

.list .ico_reduce:after {
    position: absolute;
    top: 11px;
    left: 5px;
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #FFFFFF;
}

.reduce2 .ico_increase {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    margin: 6px;
    background: #F03C03;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden
}

.reduce2 .ico_increase:after {
    position: absolute;
    top: 11px;
    left: 5px;
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #FFFFFF;
}

.reduce2 .ico_increase:before {
    position: relative;
    top: 5px;
    left: 11px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: #FFFFFF;
}

#ullist dt {
    padding: 0 10px;
    margin-top: 5px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    background-color: #F1F1F1;
    border-radius: 5px 5px 0 0;
}

/**/
.order {
    padding: 0 8px 0 8px;
}

.orderlist ul {
    margin-top: 15px;
}

.orderlist li {
    position: relative;
    padding: 0;
    border-top: 1px solid #DBDBDB;
    font-size: 16px;
    padding: 5px 105px 5px 0;
}

.orderlist li.ccbg3 {
    padding: 5px 0 5px 0;
}

.orderlist .dish {
    display: block;
}

.orderlist .price {
    color: #F03C03;
    font-size: 16px;
}

.orderchange {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    width: 103px;
    line-height: 30px;
}

.orderchange .count {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: #697077;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    font-size: 18px;
}

.orderchange .increase, .orderchange .reduce {
    display: inline-block;
    width: 35px;
    height: 38px;
    vertical-align: -2px;
}

.orderchange .ico_increase, .orderchange .ico_reduce {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    margin: 6px 0 0 5px;
    background: #F03C03;
    border-radius: 50%;
    text-indent: -9999px;
}

.orderchange .ico_reduce {
    background: #F03C03;
}

.orderchange .ico_increase:after, .orderchange .ico_reduce:after {
    position: absolute;
    top: 11px;
    left: 5px;
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #FFFFFF;
}

.orderchange .ico_increase:before {
    position: absolute;
    top: 5px;
    left: 11px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: #FFFFFF;
}

.info {
    margin: 22px 0 0 0;
    padding: 10px 15px 22px 15px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.info h2 {
    font-size: 18px;
    padding: 10px 10px 10px 15px;
    color: #333;
    margin: -10px -15px 10px -15px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#cccccc));
    border-radius: 5px 5px 0 0;
}

.info textarea, .info input {
    width: 100%;
    color: #333333;
    border-bottom: 1px solid #DBDBDB;
    font-size: 16px;
    line-height: 30px;
    /*width: 100%;
    margin: .5em 0;
    background-image: none;
    padding: 5px;
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
    background-clip: padding-box;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.22);
    color: #333333;
    font-size:16px;*/
}

.info textarea {
    height: 80px;
    resize: none;
    color: #464646;
    border-bottom: 1px solid #DBDBDB;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0
}

.info input:nth-last-child(2) {
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: inset 0px 1px 2px rgba(90, 70, 47, 0.3);
}

.info input:nth-last-child(1) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-color: #745A3B;
    box-shadow: inset 0px -1px 2px rgba(90, 70, 47, 0.3);
}

.confirm {
    height: 32px;
    padding: 7px 0;
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(18, 74, 65, 0.8);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.header .back, .confirm .back {
    float: left;
    display: block;
    margin-left: 15px;
    padding: 0 10px;
    line-height: 24px;
    color: #fff;
}

.segmented {
    padding: 10px 8px;
    background-color: #FFF;
    border-bottom: 1px solid #C5C5C5;
}

.segmented-control {
    position: relative;
    display: table;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #F03C03;
}

.segmented-control .control-item {
    display: table-cell;
    width: 1%;
    padding: 5px 0;
    overflow: hidden;
    line-height: 1;
    color: #F03C03;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 1px solid #fff;
    font-size: 16px;
}

.segmented-control .control-item.active {
    background-color: #F03C03;
    color: #FFF;
}

.segmented-control .control-item:first-child {
    border-left-width: 0;
}

.gonggao {
    background-color: #FFF;
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    position: relative;
}

.gonggao .content {
    text-indent: 2em;
    color: #333;
}

#diancaimenu {
    background-color: #f5f5f5;
}

#diancaimenu .gonggao {
    border-bottom: 1px solid #f5f5f5;
}

.hot {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    overflow: hidden;
    z-index: 2;
}

#diancaimenu .hot {
    top: 2px;
    left: 1px;
}

.hot strong {
    display: inline-block;
    width: 60px;
    background: #F03C03;
    color: #fff;
    text-align: center;
    padding: 16px 0 1px 0px;
    -webkit-transform: rotate(-45deg) translate(-10px, -25px);
    font-weight: normal;
    font-size: 12px;
}

p.title {
    height: 25px;
    padding: 0 10px;
    color: #777;
    line-height: 25px;
    font-size: 12px;
}

#totalNum, #totalPrice {
    color: #F03C03
}

.price {
    color: #F03C03;
}

.left {
    float: left
}

.right {
    float: right
}

.header {
    padding: 5px 0;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 3;
    bottom: 0px;
    color: #F03C03;
    background-color: #fff;
    line-height: 20px;
    font-size: 10px;
    border-top: 1px solid #E2E2E2;
}

.header .left {
    margin-left: 10px
}

.header .right {
    margin-right: 10px
}

.xhlbtn {
    display: block;
    text-align: center;
    background-color: #5286eb;
    padding: 0 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold
}

.xhlbtn:active {
    background-color: #CE0303;
}

.paihang {
    background-color: #FFF
}

.paihang .cpbiaoge {
    text-align: center
}

.paihang .cpbiaoge tr:nth-child(2n+1) {
    background-color: #FDFDFD
}

.search {
    position: relative;
    margin: 0;
}

.search input {
    width: 100%;
    border: 1px solid #d8d8d8;
    background-clip: padding-box;
    padding: 10px 38px 10px 10px;
    font-size: 14px;
    border-left: 0;
    border-right: 0;
}

.btn_search {
    background-color: #2D69C3;
    font-size: 14px;
    width: 38px;
    height: 38px;
    text-decoration: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxJJREFUeNq8l0loFFEQhnsmgxEijoIhrgcPikQMggSiguCok+CCelJB8KQXFxBMNBAXcCHLMRgYRTyI4sEFl4OKhqAoiqAeNIgL7g4BI5rEEaMZ/Qsq0JT1ul93z+SH79DV29/96tWrF8tkMo6FSsBSsAxUg5lgHMe/gbfgMbgJroKfTgglfM6PAVvBDjDZcE05Qya3gD5wArSBbBAzcY9zq0A3aPYwomks2Ameg20gFsUM3dwKLoFpTniRqXZwAZSFGSYychJsMlxPQ3ANPAAfwV8wAcwDK0GFcs8acB2kQS6ImSMGI6/AfnAe/PL4y4vBIVAjzi3ke8nwkM0wUY7sVq45CqrAGQ8jpDy4BRaAPXzsVh1otMkZmjUdSrI1cBIGmao0dC1gLRgU55q4LHiaoRdOVf5IW4QEvszPdasUHPAyQ3mzXcQ/gHonuo5zEXRrnWmWkpmUUkf2ha2iihp56NzvXG8yUytiX8Bpp3B6Cm6LWK3JTLWIUR357RRWcqhqtMocV7L7kVN4PRPHZVqBJDNJEcsWwcxnJTZeM1MiYkNFMDNoqEf/melTWoJCa4oS69XMvBaxqiKYmSGOacH8qpl5ImLpID2IpdLi+KGWDnFe3NyartwcRVRQl4tYp6nOUA3oF/Fmny4wiPaCUSJxT5nM5LhndWsu971RleK+WBbVN16rdqvyd1qU3xtEs8FZ8Yfz3Ot4thBZ7jXcol97EWwOYYQ+4q5SJgbAH5tOr51fLg0dA1f4S22StYOvTxqadEreSr8emBJrI2/E5ovrqHddAe5w00Qbtk/8lRO5NtXxalzqY7iCDaV4K2RsyHM8rc8pyzzVnkVMVKmGtOk7wGPeZFhTbEXJ+t3CUKXfjpIedBjM4RmRD2jkBm9PaKfQY2vIr7C9ABu4Kjfwjf3KdT9AFzjID6Yhvs9DkLIwRHuq0QnLL33PO4Xh3cIkni0xXn17PVqPYUOdhh0naRZYnQiZD9mATZiNoWSh1p8ghnoMOdo1kmbcht4JI7soPxPOyKubq/kS7oPvgZd04p8AAwClQ6SUDdU5HgAAAABJRU5ErkJggg==) no-repeat center center;
    background-size: 22px;
    display: block;
    text-align: center;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
}

.tag {
    padding: 10px 5px;
    overflow-y: hidden;
    height: 33px;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
}

.tag a {
    border: 1px solid #d8d8d8;
    background-color: #FFF;
    border-radius: 3px;
    font-size: 12px;
    padding: 8px 6px;
    display: inline-block;
}

.tag a.active {
    border: 1px solid #FF6600;
    background-color: #FF6600;
    color: #FFF
}

#searchmenu {
    display: none;
    position: fixed;
    z-index: 89;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 91px;
    background: rgba(0, 0, 0, 0.7);
}

#searchbg {
    box-sizing: border-box;
    padding: 5px;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 90;
    bottom: 49px;
    color: #FFFFFF;
    background-color: rgba(240, 3, 3, 1);
    line-height: 32px;
    font-size: 14px;
}

#searchbg .lt {
    display: block;
    margin-right: 65px;
    position: relative
}

#searchbg:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.searchimg img {
    width: 26px;
    height: 26px;
    vertical-align: middle
}

.sbtn {
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    padding: 0 15px;
    border-radius: 3px;
    color: #F00303;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -65px;
}

.sbtn:active {
    background-color: rgba(255, 255, 255, 0.6);
}

#searchbg .sinput {
    background-image: none;
    position: relative;
    padding: 8px;
    background-clip: padding-box;
    border-radius: 2px;
    color: #333333;
    font-size: 14px;
    border: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

/**/
.vgy_user {
    display: block;
    margin-bottom: 12px;
    padding: 0;
    text-align: center;
    background: url(http://img.ishangtong.com/images/yuBGJlH8Ra.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.vgy_user .info2 {
    display: block;
    margin: 22px;
}

.vgy_user .info2 .touxiang {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #FFF;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1), 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.vgy_user .info2 .infotext {
    color: #fff;
    overflow: hidden;
    display: block;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
}

.vgy_user .name {
    font-size: 16px;
    margin: 5px 0 5px 0;
}

.vgy_user .address {
    font-size: 14px;
    background: url(../images/edit.png) no-repeat left center;
    background-size: 16px auto;
    text-indent: 22px;
    width: 110px;
    margin: 0 auto;
}

.vgy_user .info2 a {
    color: #fff;
}

.m_order {
    margin: 10px;
}

.mod {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    position: relative;
}

.m_order .mod {
    padding: 10px 25px 10px 10px;
    margin-bottom: 10px;
}

.icon_gt {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #B1B1B1;
    border-right: 1px solid #B1B1B1;
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -5px;
}

.m_order .ico_order {
    background: url(../images/order.png) 10px center no-repeat #fff;
    background-size: 18px 18px;
    padding: 0 25px 0 35px;
    line-height: 30px;
}

.m_order .ico_address {
    background: url(../images/address.png) 10px center no-repeat #fff;
    background-size: 18px 18px;
    padding: 0 25px 0 35px;
    line-height: 30px;
}

/*list-all*/
.sanckbg2 {
    background-color: #f7f7f7;
}

.user_menu {
    display: block;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.70);
}

.user_menu ul {
    display: -webkit-box;
}

.user_menu ul li {
    -webkit-box-flex: 1;
    display: block;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    position: relative;
}

.user_menu ul li:last-child {
    border-right: 1px solid #f7f7f7;
}

.user_menu ul li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.user_menu ul li img {
    width: 22px;
    height: 22px;
    margin: 10px 0 0 0;
}

.user_menu ul li p {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.user_menu ul li .num {
    font-size: 10px;
    position: absolute;
    z-index: 6;
    left: 55%;
    top: 50%;
    margin-top: -22px;
    background-color: #f34;
    color: #fff;
    font-family: Verdana;
    font-weight: normal;
    line-height: 10px;
    padding: 2px 4px;
    border-radius: 100%;
}

.gray-marg {
    color: #999;
    margin-left: 10px;
    font-size: 12px
}

.user_order {
    background: url(http://img.ishangtong.com/images/yuBGJlH8Ra.jpg) no-repeat left top;
    background-size: 100% 100%;
}

.user_order ul li {
    background-color: rgba(255, 255, 255, 0.70);
}

.user_order ul li a.current {
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.car {
    margin: 10px;
}

.mod {
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 8px;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.car h2 {
    padding: 0 0 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 8px;
}

.car_info {
    overflow: hidden;
    position: relative;
}

.car_info_a {
    display: block;
    overflow: hidden;
    position: relative;
}

.car_info p {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 18px;
}

.car em {
    padding: 4px 0;
    line-height: 22px;
    text-align: center;
    width: 65px;
    display: block;
    float: left;
    margin-top: 8px;
    border-radius: 3px;
    background-color: #CCC;
    color: #FFF;
}

.car .car_info_name {
    width: 65px;
    height: 65px;
    float: left;
    margin: 0 8px 8px 0;
}

em.ok {
    background-color: #1CC200;
    color: #FFF !important;
}

em.error {
    background-color: #FF6600;
    color: #FFF !important;
}

em.no {
    background-color: #BBBBBB;
    color: #FFF !important;
}

em.pay {
    background-color: #ff0000;
    color: #FFF !important;
}

em.tixing {
    background-color: #1CC200;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

em.queren {
    background-color: #FF6600;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

em.zhifu {
    background-color: #ff0000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

em.shanchu {
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.car_no {
    display: block;
    padding: 30px 0;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
}

.car_no a {
    text-decoration: none;
    margin: 0 30px;
}

.car_no a:link, .car_no a:visited {
    color: #999;
}

.commentimg {
    width: 81px;
    height: auto;
    margin-bottom: 10px;
}

.commentp {
    font-size: 17px;
    color: #ccc;
    margin-bottom: 5px;
}

.mod_btn {
    border: 1px solid #eaeaea;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    color: #999;
    padding: 0 5px;
    background-color: #fff;
}

.car_info_b {
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    text-align: right;
    overflow: hidden;
}

.car_info_b a {
    margin-left: 8px;
    padding: 4px 8px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    color: #333;
    border: 1px solid #ddd;
}

.car_info_b a:active {
    background-color: #f5f5f5;
}

.car_info_b a.zhifu {
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #FFF;
}

.car_info_b a.queren {
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #FFF;
}

.car_info_b a.tixing {
    background-color: #1CC200;
    border: 1px solid #1CC200;
    color: #FFF;
}

.red {
    color: #F30;
}