body, article, section, h1, h2, hgroup, p, a, ul, ol, li, em, div, small, span, footer, canvas, figure, figcaption, input {
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none
}

img {
    border: 0
}

input:focus {
    outline: 0 none;
    -webkit-user-modify: read-write-plaintext-only;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input[type=search] {
    -webkit-appearance: none
}

*[hidden] {
    display: none !important
}

a {
    text-decoration: none;
    cursor: pointer
}

a.autotel {
    text-decoration: none;
    color: inherit
}

ul {
    list-style-type: none
}

small, small em {
    font-size: 15px
}

figure[hidden] {
    display: none
}

.box:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "."
}

.box {
    *zoom: 1
}

.inner {
    display: block;
    height: 100%;
    padding: 0 7px;
    text-align: center
}

.center {
    width: 320px;
    margin: 0 auto;
    position: relative
}

.pdo {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block
}

.pdo[hidden] {
    display: none
}

.footFix {
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99
}

#page_count {
    background: url('../../images/pagecount_bottom_bk.jpg') repeat-x 50% bottom;
    -webkit-background-size: 100% 161px;
    background-size: 100% 161px;
    padding-bottom: 35px
}

#page_count .main, #page_count section, #page_count ol, #page_count li {
    height: 173px;
    line-height: 173px
}

#page_count .main {
    padding-top: 35px;
    background: url('../../images/pagecount_main_bk.jpg') no-repeat 50% 35px;
    -webkit-background-size: 173px 173px;
    background-size: 173px 173px
}

#page_count section {
    width: 318px;
    margin: 0 1px;
    overflow: hidden
}

#page_count ol {
    list-style: none
}

#page_count li {
    display: inline-block;
    float: left;
    color: #5e6060;
    width: 106px;
    text-align: center;
    font-size: 40px;
    -webkit-transition: font-size .2s ease-in-out;
    transition: font-size .2s ease-in-out
}

#page_count li.curr {
    font-size: 80px;
    color: #fff;
    text-shadow: 1px 1px #877562;
    font-weight: bold;
    -webkit-transition: font-size .2s ease-in-out;
    transition: font-size .2s ease-in-out
}

#page_count li.left {
    padding-right: 58px;
    width: 48px;
    background: url('../../images/pagecount_main_arrow_l.png') no-repeat 42px 50%;
    -webkit-background-size: 43px 23px;
    background-size: 43px 23px
}

#page_count li.right {
    padding-left: 58px;
    width: 48px;
    background: url('../../images/pagecount_main_arrow_r.png') no-repeat 26px 50%;
    -webkit-background-size: 43px 23px;
    background-size: 43px 23px
}

#page_count li.sider {
    visibility: hidden
}

#page_count .notice {
    padding-top: 12px;
    text-align: center
}

#page_count .notice b {
    line-height: 28px;
    font-size: 16px;
    color: #5e6060
}

#page_count .notice p {
    line-height: 18px;
    font-size: 10px;
    color: #c0c0c0
}

#page_count .order {
    margin: 50px 0 0 25px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    width: 270px;
    outline: 0 none;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 0;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8d8d8;
    color: #5e6060;
    letter-spacing: 2px;
    background-image: -ms-linear-gradient(top, #fff, #f2efea);
    background-image: -webkit-linear-gradient(top, #fff, #f2efea);
    background-image: -moz-linear-gradient(top, #fff, #f2efea);
    background-image: -o-linear-gradient(top, #fff, #f2efea);
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fff), to(#f2efea));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fff', endColorstr='#f2efea');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fff', endColorstr='#f2efea')
}

#page_count .order:active {
    background-image: -ms-linear-gradient(top, #c6c7c9, #fcfcfc);
    background-image: -webkit-linear-gradient(top, #c6c7c9, #fcfcfc);
    background-image: -moz-linear-gradient(top, #c6c7c9, #fcfcfc);
    background-image: -o-linear-gradient(top, #c6c7c9, #fcfcfc);
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#c6c7c9), to(#fcfcfc));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#c6c7c9', endColorstr='#fcfcfc');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#c6c7c9', endColorstr='#fcfcfc')
}

#page_count .order:hover {
    text-decoration: none
}

#page_order {
    padding: 53px 8px;
    background-color: #e9e9eb;
    overflow-x: hidden
}

#page_order section {
    border: 1px solid #dbdbdd;
    background-color: #fff;
    box-shadow: 1px 1px 2px #e3e3e5, -1px -1px 2px #e3e3e5;
    padding: 0 10px;
    height: 122px;
    margin-bottom: 12px
}

#page_order section article {
    min-height: 76px;
    overflow: hidden;
    padding-left: 88px;
    border-bottom: 1px solid #e7eaeb;
    position: relative
}

#page_order section span, #page_order section span:before, #page_order section span:after {
    position: absolute;
    background-color: #fff;
    display: inline-block;
    width: 72px;
    height: 52px
}

#page_order section span:before, #page_order section span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e7eaeb;
    display: none
}

#page_order section span {
    left: 3px;
    top: 10px;
    z-index: 0
}

#page_order section span:before {
    z-index: -1;
    left: 2px;
    top: 2px
}

#page_order section span:after {
    z-index: -2;
    left: 4px;
    top: 4px
}

#page_order section span img {
    width: 80px;
    height: 60px;
    background-color: #fff;
    margin: -2px 0 0 -2px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#page_order section h1 {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    padding-top: 3px;
    color: #5e6060;
    font-size: 16px
}

#page_order section p {
    line-height: 17px;
    color: #969696;
    font-size: 12px
}

#page_order section ul {
    padding-top: 9px;
    clear: both;
    height: 30px;
    overflow: hidden;
    width: 99%;
    margin: 0 auto
}

#page_order section li {
    display: inline-block;
    width: 33%;
    height: 30px;
    float: left;
    text-align: center;
    border-right: 1px solid #e8eaeb
}

#page_order section li:last-of-type {
    border: 0
}

#page_order section li a {
    display: inline-block;
    color: #5ac5d4;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 23px 24px;
    background-size: 23px 24px
}

#page_order section li a.order {
    background-image: url('../../images/icon_order.png?v=1')
}

#page_order section li a.gps {
    background-image: url('../../images/icon_gps2.png?v=1')
}

#page_order section li a.reality {
    background-image: url('../../images/icon_reality.png?v=1')
}

#page_order .noShop {
    text-align: center;
    text-shadow: 1px 1px 3px #fff;
    color: #ccc
}

.topSearch {
    bottom: auto;
    top: 0;
    display: block;
    text-align: left;
    overflow: hidden
}

.topSearch, .topSearch div span {
    height: 44px;
    background: url("../../images/linebg.png") repeat-x bottom
}

.topSearch div {
    height: 44px;
    margin-left: 15px;
    position: relative
}

.topSearch div p, .topSearch div span {
    display: inline-block;
    position: absolute
}

.topSearch div p {
    height: 28px;
    width: 100%;
    padding-left: 15px;
    left: 0;
    top: 8px;
    background: url('../../images/topsch_bk1.png') no-repeat 0 0, url('../../images/topsch_bk2.png') repeat-x 0 0;
    -webkit-background-size: 13px 28px, 1px 28px;
    background-size: 13px 28px, 1px 28px
}

.topSearch div p input[type=text] {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 4px;
    border: 0;
    background: transparent;
    color: #5e6060
}

.topSearch div span {
    width: 86px;
    padding-right: 15px;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(65px, 0, 0);
    transform: translate3d(65px, 0, 0)
}

.topSearch.focus div span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.topSearch div span, .topSearch.focus div span {
    -webkit-transition: -webkit-transform .3s ease-in-out .2s;
    transition: transform .3s ease-in-out .2s
}

.topSearch div span input {
    display: inline-block;
    margin-top: 8px
}

.topSearch div span input[type=button] {
    width: 27px;
    height: 28px;
    text-indent: -9999px;
    border: 0;
    float: left;
    background: transparent url('../../images/topsch_bk3.png') repeat-x 0 0;
    -webkit-background-size: 27px 28px;
    background-size: 27px 28px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.topSearch div span input[type=reset] {
    float: right;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
    outline: 0 none;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 26px;
    letter-spacing: 2px;
    width: 50px;
    padding-left: 2px;
    font-size: 11px;
    line-height: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #cdcdcd;
    color: #949495;
    background-image: -ms-linear-gradient(top, #fff, #e6e7e9);
    background-image: -webkit-linear-gradient(top, #fff, #e6e7e9);
    background-image: -moz-linear-gradient(top, #fff, #e6e7e9);
    background-image: -o-linear-gradient(top, #fff, #e6e7e9);
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fff), to(#e6e7e9));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fff', endColorstr='#e6e7e9');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fff', endColorstr='#e6e7e9')
}

.topSearch div span input[type=reset]:hover {
    text-decoration: none
}

#bottomLocation {
    height: 40px;
    line-height: 40px;
    box-shadow: 0 -5px 10px #fff;
    background: #fff
}

#bottomLocation a {
    display: block;
    height: 50px;
    margin-right: 12px;
    text-align: left;
    text-indent: 15px;
    font-size: 13px;
    color: #5f6060;
    background: url('../../images/icon_gps.png') no-repeat right 13px;
    -webkit-background-size: 15px 16px;
    background-size: 15px 16px
}

#page_intelOrder {
    background-color: #e9e9eb;
    color: #5e6060;
    font-size: 14px;
    -webkit-text-size-adjust: none
}

#page_intelOrder .center {
    padding: 15px 0;
    width: 100%
}

#page_intelOrder header, #page_intelOrder section {
    margin: 8px;
    margin-top: 0
}

#page_intelOrder header .pCount {
    color: #b1b2b3;
    padding-left: 7px
}

#page_intelOrder header .pCount a {
    border: 1px solid #CCC;
    background-color: #fff;
    border-radius: 15px;
    padding: 4px 10px;
    cursor: pointer;
    margin-left: 5px;
    color: #b1b2b3;
    font-size: 10px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f3f3f3));
    background: -moz-linear-gradient(top, #fff, #f3f3f3);
    text-decoration: none
}

#page_intelOrder header label {
    position: relative;
    float: right;
    font-size: 12px;
    color: #b1b2b3;
    margin-top: -10px;
    line-height: 30px
}

#page_intelOrder header label i {
    float: left;
    padding-top: 5px;
    font-style: normal
}

#page_intelOrder header label b {
    float: left;
    color: #f00;
    font-size: 25px
}

#page_intelOrder header label b.duiqi {
    padding-top: 2px
}

#page_intelOrder section {
    border: 1px solid #dbdbdd
}

#page_intelOrder section article:first-of-type {
    margin-top: 0
}

#page_intelOrder section article {
    background-color: #fff;
    padding: 12px 13px;
    margin-bottom: 15px;
    margin-top: -20px;
    border-top: 0
}

#page_intelOrder section article:last-of-type {
    margin-bottom: 0
}

#page_intelOrder section article h2 {
    font-size: 16px;
    padding-left: 7px
}

#page_intelOrder section article dl {
    position: relative;
    padding-left: 105px;
    height: 74px;
    border-top: 1px solid #e7eaeb;
    margin-top: 10px;
    margin-bottom: 0
}

#page_intelOrder section article dl:first-of-type {
    border-top: 1px solid #d3d5d7
}

#page_intelOrder section article dl dd {
    margin-left: 0;
    font-size: 12px
}

#page_intelOrder section article dl dd:nth-of-type(2) {
    margin-top: -5px;
    margin-bottom: 10px
}

#page_intelOrder section article dl dd em {
    font-style: normal;
    color: #f00
}

#page_intelOrder section article dl dd em del {
    padding-left: 5px;
    font-size: 12px;
    color: #d8dada
}

#page_intelOrder section article dl dd img {
    height: 60px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 3px;
    cursor: pointer
}

#page_intelOrder section article dl dd.dpNum {
    color: #c2c4c5
}

#page_intelOrder section article dl dd.dpFen {
    position: absolute;
    right: 0;
    top: 50%
}

#page_intelOrder section article dl dt h3 {
    font-size: 12px;
    margin-top: 12px
}

#page_intelOrder .footFix {
    margin-bottom: 25px
}

#page_intelOrder .footFix a {
    padding: 9px 8px;
    float: right;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: #39b868;
    border-radius: 2px;
    margin-right: 20px;
    font-size: 13px;
    box-shadow: 0 0 5px #969c9b
}

#page_intelOrder .footFix a:active {
    box-shadow: 0 0 15px #969c9b;
    background-color: #279251
}

#page_intelOrder .footFix a.btn_change {
    background-color: #f46b30;
    margin-right: 15px
}

#page_intelOrder .footFix a.btn_change:active {
    background-color: #d84e01
}

#page_intelOrder header .pList {
    line-height: 35px
}

#page_intelOrder section article.listsoffriend dl dd.callnum {
    float: right;
    font-size: 14px;
    margin-right: 8px;
    margin-top: -25px
}

#page_intelOrder .page_friend header label {
    margin-top: 0
}

#page_intelOrder .page_friend section {
    background-color: #fff
}

#page_intelOrder .page_friend section article:last-of-type {
    border-bottom: 0
}

#page_intelOrder .sectionIntro a.viewMenu {
    cursor: pointer;
    padding: 8px 15px;
    display: inline-block;
    float: right;
    border-radius: 2px;
    color: #fff;
    border: 0;
    background-color: #39b868;
    margin: 10px
}

#page_intelOrder .sectionIntro {
    text-align: right;
    margin-bottom: 60px
}

#page_intelOrder .sectionIntro p {
    margin-right: 10px;
    color: #000;
    font-size: 12px
}

#page_allMenu {
    background-color: #e9e9eb;
    color: #5e6060;
    font-size: 14px;
    -webkit-text-size-adjust: none
}

#page_allMenu .center {
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

#page_allMenu nav {
    overflow-y: auto;
    margin: 0;
    width: 22%;
    float: left;
    background-color: #eee;
    -webkit-overflow-scrolling: touch;
    position: relative
}

#page_allMenu nav dl {
    margin-top: 0
}

#page_allMenu nav dl dt, #page_allMenu nav dl dd {
    margin-left: 0;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    position: relative
}

#page_allMenu nav dl dt {
    font-weight: bold;
    font-size: 18px
}

#page_allMenu nav dl dd {
    font-size: 13px;
    padding: 3px 0;
    padding-right: 15px;
    text-align: right
}

#page_allMenu nav dl dd.active {
    color: #f34b3f !important;
    background-color: #fff
}

#page_allMenu nav dl dd span {
    display: none;
    -webkit-text-size-adjust: none;
    font-size: 10px;
    position: absolute;
    right: 8px;
    top: 6px;
    background-color: #f66b22;
    color: #fff;
    font-family: Verdana;
    font-weight: normal;
    padding: 2px 4px;
    border-radius: 15px;
    line-height: 10px;
    text-align: center;
    opacity: .7
}

#page_allMenu section {
    overflow-y: scroll;
    margin: 0;
    width: 78%;
    float: left;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    height: 100%;
    position: relative
}

#page_allMenu section article {
    border-top: 1px solid #e7eaeb;
    background-color: #fff;
    padding: 0 5px 25px;
    min-height: 89%
}

#page_allMenu section article .h2 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold
}

#page_allMenu section article dl {
    position: relative;
    padding-left: 90px;
    height: 74px;
    border-bottom: 1px solid #e7eaeb;
    border-top: 1px solid #fff;
    margin-top: 2px;
    padding-bottom: 8px;
    margin-bottom: 2px
}

#page_allMenu section article dl:first-of-type {
    border-top: 1px solid #e7eaeb;
    margin-top: -1px
}

#page_allMenu section article dl dd {
    margin-left: 0;
    font-size: 11px;
    position: relative;
    z-index: 1
}

#page_allMenu section article dl dd span {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url("../../images/popular.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: -30px;
    top: -28px
}

#page_allMenu section article dl dd:nth-of-type(2) {
    margin-top: -8px;
    height: 27px
}

#page_allMenu section article dl dd b {
    border-radius: 3px;
    padding: 2px 3px;
    color: #fff;
    background-color: #f00;
    margin-right: 1px;
    font-size: 8px;
    -webkit-text-size-adjust: none;
    line-height: 10px
}

#page_allMenu section article dl dd em.sale b {
    background-color: #f00;
    color: #fff
}

#page_allMenu section article dl dd em {
    font-style: normal;
    color: #f00;
    line-height: 10px;
    font-size: 11px;
    vertical-align: bottom
}

#page_allMenu section article dl dd em.sale {
    color: #f00
}

#page_allMenu section article dl dd del {
    color: #b2b2b2;
    font-size: 10px;
    -webkit-text-size-adjust: none;
    line-height: 22px
}

#page_allMenu section article dl dd img {
    height: 60px;
    width: 60px;
    position: absolute;
    left: -80px;
    top: -25px;
    border-radius: 3px;
    cursor: pointer
}

#page_allMenu section article dl dd.dpNum {
    color: #b2b2b2;
    margin-top: 6px
}

#page_allMenu section article dl dd.moreStores {
    float: none;
    margin-top: 22px
}

#page_allMenu section article dl dd.moreStores a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 10px;
    line-height: 22px
}

#page_allMenu section article dl dd.moreStores a span {
    display: none
}

#page_allMenu section article dl dd.moreStores a.sh span {
    position: absolute;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background-color: #37c068;
    padding: 15px;
    width: 210px;
    left: -90px;
    top: 22px
}

#page_allMenu section article dl dd.moreStores a.sh span em {
    border: 8px solid #000;
    border-color: transparent transparent #37c068 transparent;
    position: absolute;
    top: -14px;
    left: 90px
}

#page_allMenu section article dl dt h3 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 8px
}

#page_allMenu .footFix {
    margin-bottom: 30px
}

#page_allMenu .footFix button {
    padding: 8px 9px;
    float: right;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: #39b868;
    border-radius: 2px;
    margin-right: 30px;
    position: relative;
    box-shadow: 0 0 5px #969c9b;
    font-size: 13px
}

#page_allMenu .footFix button span {
    font-size: 10px;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #eb3634;
    color: #fff;
    font-family: Verdana;
    font-weight: normal;
    padding: 2px 5px;
    border: 1px solid #fff;
    border-radius: 15px
}

#page_allMenu .footFix button:active {
    box-shadow: 0 0 15px #969c9b;
    background-color: #279251
}

#page_allMenu section article dl .btn {
    background-color: transparent;
    position: absolute;
    right: -5px;
    top: 28%;
    cursor: pointer;
    padding: 3px;
    height: 38px
}

#page_allMenu section article dl .btn span {
    border: 0;
    display: block;
    height: 25px;
    width: 25px;
    background: url("../../images/unchoosen.png") no-repeat;
    background-size: cover;
    left: -20px;
    top: -2px
}

#page_allMenu section article dl.choosen .btn span {
    background: url("../../images/choosen.png") no-repeat;
    background-size: cover
}

#page_allMenu section article dl .btn button {
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    padding: 0
}

#page_allMenu section article dl .btn button strong {
    padding: 5px 10px;
    font-size: 15px;
    display: inline-block;
    text-indent: -100px;
    padding: 5px 11px;
    height: 12px
}

#page_allMenu section article dl .btn button.minus {
    display: none;
    margin-right: -10px
}

#page_allMenu section article dl .btn button.add {
    margin-left: -10px
}

#page_allMenu section article dl .btn button.minus strong {
    background: url("../../images/typebtn1a.png") no-repeat;
    background-size: 22px 22px
}

#page_allMenu section article dl .btn button.add strong {
    background: url("../../images/typebtn2a.png") no-repeat;
    background-size: 22px 22px
}

#page_allMenu section article dl .btn button.minus:active strong {
    background: url("../../images/typebtn1.png") no-repeat;
    background-size: 22px 22px
}

#page_allMenu section article dl .btn button.add:active strong {
    background: url("../../images/typebtn2.png") no-repeat;
    background-size: 22px 22px
}

#page_allMenu section article dl .btn i {
    display: none;
    width: 22px;
    text-align: center;
    font-style: normal;
    vertical-align: top;
    margin-top: 11px;
    line-height: 18px
}

#page_allMenu .freeSet {
    padding: 0;
    background-color: #fff;
    width: 300px
}

.content {
    position: relative
}

#page_allMenu .freeSet > a.x {
    top: -6px;
    right: -6px
}

.content b {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    background: url("../../images/pop.png") no-repeat;
    background-size: cover;
    top: 210px;
    right: 20px;
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg)
}

.content h3, .content p {
    margin: 0 20px
}

.content img {
    width: 300px;
    height: 300px
}

.content h2 {
    background-color: #f6f6f6;
    color: #5e6060;
    font-size: 13px;
    padding: 10px 20px 9px 20px;
    margin-top: -5px;
    font-weight: normal
}

.content h2 i {
    color: #f00;
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    /*margin-left: 10px*/
}

.content h2 span {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #a7acad
}

.content h3 {
    border-top: 1px solid #f8f8f9;
    border-bottom: 1px solid #f8f8f9;
    font-weight: normal;
    color: #b8b8b8;
    padding: 5px 0;
    font-size: 12px
}

.content p {
    color: #b8b8b8;
    padding: 10px 0 12px;
    font-size: 12px;
    line-height: 18px
}

.intelPage .freeSet {
    padding: 0;
    background-color: #fff;
    width: 300px
}

.content del {
    font-size: 12px;
    margin-left: 5px;
    color: #ccc
}

#page_viewLarge .picBox {
    position: relative;
    margin: 0 auto;
    text-align: left;
    text-align: center;
    overflow: hidden
}

#page_viewLarge section.sld_page {
    position: relative;
    width: 100%
}

#page_viewLarge .picBox section, #page_viewLarge .picBox figure, #page_viewLarge .sld_page img {
    width: 320px;
    height: 416px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#page_viewLarge .picBox figure {
    display: inline-block;
    float: left
}

#page_viewLarge .picBox canvas {
    float: left;
    display: inline-block;
    margin: 0 2px 0 3px
}

#page_viewLarge .picBox .sld_dots, #page_viewLarge .picBox .sldDotWarpper {
    display:
}

#page_viewLarge .picBox .sldDotWarpper {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 93px;
    width: 100%;
    text-align: center
}

#page_viewLarge .touchSlider {
    overflow: hidden;
    position: relative
}

#page_viewLarge .touchSlider .sld_bar, .touchSlider .sld_bar2 {
    vertical-align: top;
    z-index: 0
}

#page_viewLarge .touchSlider .sld_page, .touchSlider .sld_page2 {
    display: inline-block;
    float: left
}

#page_viewLarge .touchSlider .sld_dots {
    z-index: 1
}

#page_viewLarge .touchSlider .inner {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 0;
    margin: 0
}

#page_viewLarge .touchSlider .inner a.toucher {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: .5;
    background: red
}

#page_viewLarge .shopInforWrap {
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    padding: 50px 0 23px;
    line-height: 31px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px #333;
    text-align: left;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    overflow: hidden
}

#page_viewLarge .shopInforWrap .shopInfor {
    padding: 0 20px
}

#page_viewLarge .shopInforWrap .shopInfor img {
    width: 30px;
    height: 33px;
    vertical-align: middle
}

#page_viewLarge .shopInforWrap .bookBtn {
    position: absolute;
    z-index: 999;
    bottom: 22px;
    right: 25px
}

#page_viewLarge .shopInforWrap .bookBtn img {
    width: 34px;
    height: 34px
}

#page_intelOrder h2 .btn_add {
    float: right;
    margin-left: 30px;
    margin-top: -3px;
    padding: 5px 8px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    background-color: #2ec366;
    background-color: #4dbfd0;
    background-color: #E4393C;
    color: #fff
}

#page_intelOrder h2 .btn_add:active {
    background-color: #279251
}

#page_intelOrder h2 .btn_add.emptyIt {
    margin-left: 15px;
    padding-left: 20px;
    background: #ecedef url("../../images/emptyit.png") no-repeat 7px 7px;
    background-size: 12px 12px;
    color: #4c4c4d
}

#page_intelOrder h2 .btn_add.emptyIt:active {
    background-color: #ced2d7
}

#page_intelOrder section article ul li {
    position: relative;
    height: 42px;
    line-height: 21px;
    border-top: 1px #e7eaeb solid;
    padding: 7px 10px;
    padding-right: 110px;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden
}

#page_intelOrder section article ul li:first-of-type {
    margin-top: 10px
}

#page_intelOrder section article ul li:last-of-type {
    padding-bottom: 0
}

#page_intelOrder section article ul li span.dishName {
    display: block;
    height: 22px;
    overflow: hidden
}

#page_intelOrder section article ul li span.yuanjia {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    padding-left: 10px
}

#page_intelOrder section article ul li i {
    font-size: 12px;
    color: #f00;
    font-style: normal;
    font-weight: normal
}

#page_intelOrder section article ul li section.bbox {
    position: absolute;
    right: 0;
    top: 15px;
    width: 110px;
    height: 50px;
    text-align: center;
    margin: 0;
    border: 0
}

#page_intelOrder section article ul li section.bbox input {
    vertical-align: middle
}

#page_intelOrder section article ul li section.bbox input[type=text] {
    font-weight: normal;
    width: 32px;
    height: 23px;
    text-align: center;
    background-color: #FFF;
    border: 0;
    font-size: 12px
}

#page_intelOrder section article ul li section.bbox input[type=button] {
    padding: 0;
    width: 22px;
    height: 22px;
    margin: 0 7px;
    border: 0;
    text-indent: -55px;
    position: relative;
    z-index: 2
}

#page_intelOrder section article ul li section.bbox input[type=button].btn-reduce {
    margin-right: -2px;
    background: url("../../images/typebtn1a.png") no-repeat;
    background-size: 22px 22px
}

#page_intelOrder section article ul li section.bbox input[type=button].btn-plus {
    margin-left: -2px;
    background: url("../../images/typebtn2a.png") no-repeat;
    background-size: 22px 22px
}

#page_intelOrder section article ul li section.bbox input[type=button].btn-reduce:active {
    background: url("../../images/typebtn1.png") no-repeat;
    background-size: 22px 22px
}

#page_intelOrder section article ul li section.bbox input[type=button].btn-plus:active {
    background: url("../../images/typebtn2.png") no-repeat;
    background-size: 22px 22px
}

.myOrderCon .mDialog > h2 {
    text-align: center
}

#page_intelOrder section {
    margin-bottom: 20px
}

#page_myOrder {
    background: #e9e9eb
}

#page_myOrder section {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 180px;
    line-height: 60px;
    margin-left: -160px;
    margin-top: -90px;
    text-align: center
}

.myOrderBtn {
    width: 110px;
    height: 32px;
    border: 0;
    border-radius: 3px;
    background: #39b868;
    color: #fff;
    margin: 10px
}

#brandsSchResult {
    list-style-type: none;
    text-align: left
}

#brandsSchResult li {
    line-height: 41px;
    text-indent: 20px;
    border-bottom: 1px solid #c0c1c3
}

#brandsSchResult li, #brandsSchResult li a {
    font-size: 14px;
    color: #3a3a3a
}

#introduction div, #introduction p, #introduction a {
    margin: 0 15px;
    font-size: 12px;
    color: #545454;
    -webkit-text-size-adjust: none
}

#introduction div {
    padding: 15px 0 1px 0;
    background: url("../../images/sharePage.png") no-repeat bottom center;
    background-size: 300px 1px
}

#introduction div img {
    width: 160px;
    height: 83px;
    float: left;
    box-shadow: 0 0 5px #CCC
}

#introduction div.section2 img {
    float: right
}

#introduction div h1, #introduction div h2 {
    margin-left: 175px;
    line-height: 22px;
    -webkit-text-size-adjust: none
}

#introduction div h1 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-top: 18px
}

#introduction div h2 {
    color: #545454;
    font-weight: normal;
    font-size: 10px
}

#introduction div.section2 h1, #introduction div.section2 h2 {
    margin-left: 10px
}

#introduction p {
    font-size: 14px;
    padding: 20px 0 10px 0
}

#introduction a {
    background-color: #00cc60;
    display: block;
    width: 84%;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 14px
}

.footAdd {
    font-size: 10px;
    padding: 15px 40px;
    background-color: #fff;
    position: relative;
    bottom: 10px;
    right: 0;
    width: 68%;
    font-weight: bold
}

.footAdd span {
    float: right;
    color: #bbb;
    font-weight: normal;
    font-size: 10px;
    vertical-align: bottom;
    line-height: 16px
}

.footAdd i {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: url('../../images/logo.png');
    background-size: 100% 100%;
    vertical-align: bottom;
    margin-right: 5px
}

#page_allMenu .footLeft {
    right: 0;
    left: auto;
    width: auto
}

#page_allMenu section article dl dd em.fixBig {
    position: absolute;
    right: 30px;
    top: -15px;
    font-size: 18px;
    color: #ccc;
    display: block;
    width: 30px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 3px;
    z-index: 5
}

#page_allMenu section article dl dd em.fake {
    display: none
}