html {
    overflow-x: hidden;
}
body,div,dl,dt, dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
ol,ul {
    list-style :none;
}
.clearfix:after {
    content: ".";
    display: block;
    height:0; 
    clear:both; 
    visibility:visible;
    font-size:0;
}
.clearfix{
    zoom:1;
}
.clear{
    clear:both;
    height:0;
    line-height:0;
    font-size:0;
}
body {
    min-width: 320px;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-user-select: none;
    color: #000;
    background: #fafafa;
    font: 400 14px/1.5 Arial Narrow,Helvetica,Helvetica Neue,Arial,sans-serif;
}

a {
    color: #858585;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}
input::-webkit-input-placeholder{
            color:#b3b3b3;
        }
.page {
    padding-bottom: 0px;
}

.container {
    overflow: hidden;
}
.page-overflow {
    overflow: hidden;
    height: 100vh;
}

/*index*/
.top-nav {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     padding:15px 10px;
     z-index: 100;
     /*background: -webkit-linear-gradient(top, #fe812d 0, #ff9c59 100%);*/
     background: #fafafa;
     border-bottom: 1px solid #ccc;
}
.top-search {
    float: right;
}
.voice-icon {
    float: right;
    background:url(../imgs/voice-icon.png) no-repeat 0 center;
    background-size: 15px;
    width: 15px;
    height: 25px;
}
.index-search {
    float: left;
    width: 30px;
    padding-left: 22px;
    height: 30px;
    background: url(../imgs/search-index.png) no-repeat 2px center;
    background-size: 18px;
    position: relative;
    font-size: 12px;
}
.index-search input {
    background: none;
    border: none;
    outline: none;
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #a3a3af;
    display: none;
}
.index-search i {
    position: absolute;
    background: url(../imgs/clear-icon.png) no-repeat;
    background-size: 15px;
    height: 15px;
    width: 15px;
    top: 7px;
    right: 5px;
    display: none;
}
.index-logo {
    height: 25px;
    margin-top: 2px;
    float: left;
}
.top-location {
    float: left;
    text-align: right;
    background: url(../imgs/down_arrow.svg) no-repeat right center;
    background-size: 15px;
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width:50%;
}

.index-banner {
    /*height: 300px;*/
    margin-bottom: 10px;
    /*box-shadow:  0 1px 30px 10px #ecd0bd;*/
}
.swiper-container {
        width: 100%;
        height: 100%;
    }
.swiper-slide {
        background: #fff;
        height: 100%;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

.swiper-slide a {
    width: 100%;
    display: block;
}
.img-middle-wrap {
    position: relative;
    width: 100%;
    padding: 50%;
}
.swiper-slide .img-middle-wrap img {
    background: url(../imgs/logo.png) no-repeat center center #fcfcfc;
    background-size: 50% 35%;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-slide .father-wrap {
    width: 100%;
}

.banner-pagination .swiper-pagination-bullet{
    width:6px;
    height:12px;
    text-align:center;
    color:#000;
    opacity:1;
    background:rgba(241,115,30,.8);
    border-radius: 3px;
    vertical-align: middle;
}
.banner-pagination .swiper-pagination-bullet-active{
    height: 20px;
}

#index-banner .swiper-slide {
    /* height: 200px; */
    height: 120px;
}

#index-banner .banner-img{
    opacity: .8;
}
.index-banner-wrap {
    position: relative;
}
.index-banner-wrap .ad-para {
    position: absolute;
    background: rgba(232,145,86,.75);
    padding: 14px 10px 12px 40px; 
    min-height: 100px;
    bottom:50px;
    left:10px;
}
.ad-para b {
    position: absolute;
    width: 80px;
    height: 80px;
    border:4px solid rgba(255,255,255,.8);
    border-right: none;
    top: 10px;
    left: 10px;
}
.ad-para b:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 4px;
    right:-4px;
    top: -4px;
    background: rgba(255,255,255,.8);
}
.ad-para b:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 4px;
    right:-4px;
    bottom: -4px;
    background: rgba(255,255,255,.8);
}
.ad-para p {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    line-height: 16px;
}
.ad-para span {
    color: #fcfcfc;
    font-size: 12px;
    line-height: 14px;
}
.index-img-para {
    position: absolute;
    top: 50px;
    right: 5px;
    background: #f94c4c;
    padding: 0 10px;
    border-radius: 10px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    box-shadow: 0px 1px 5px 2px rgba(255,255,255,.5); 
}
.index-img-para2{
    position: absolute;
    bottom: 40px;
    left: 5px;
    background: #f94c4c;
    padding: 0 10px;
    border-radius: 10px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    box-shadow: 0px 1px 5px 2px rgba(255,255,255,.5); 
}
.banner-img { 
    display: block;
    width: 100%;
}
#index-dish .index-dish-img{
    width: 30%;
    padding: 5px 0 0 8px;
}

#index-city .index-dish-img, #index-college .index-dish-img {
    width: 90%;
    padding: 10px 5px 0;
}

#index-kind .index-dish-img,#index-kind2 .index-dish-img {
    width: 30%;
    padding: 20px 5px 10px;
    position: relative;
}

.index-fav {
    background: url(../imgs/fav.png) no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 26px;
    position: absolute;
    top: 25px;
    right: 5px;
}

.index-fav-hover {
    background: url(../imgs/fav-hover.png) no-repeat;
    background-size: 100% auto;
}

.set-position {
    position: relative;
}
.add-person {
    position: absolute;
    background: url(../imgs/add.png) no-repeat;
    background-size: 100% auto;
    width: 23px;
    height: 24px;
    right: 5px;
    bottom: 8px;
}

.add-person-hover {
    background: url(../imgs/add-hover.png) no-repeat;
    background-size: 100% auto;
}
.right-rate {
    float: right;
    color: #2c2c2c;
    font-size: 12px;
    font-weight: normal;
    padding-right: 5px;

}
.set-price {
    font-size: 12px;
    font-style: normal;
    color: #f28338;

}


.index-dish-img img {
    width: 100%;
    display: block;
}

.index-dish-img p {
    color: #2c2c2c;
    font-size: 14px;
}

.index-dish-img span {
    color: #878898;
    font-size: 12px;
}

.index-new-wrap {
    /*padding: 0 10px;*/
    margin-bottom: 80px;
    background: #dfdfdf;
}
.index-new-wrap .wrap-border {
    border-radius: 0;
}

.floor-title {
    height: 40px;
    line-height: 40px;
    margin:5px 10px 0;
}
.floor-title h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
    color: #303030;   
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-title-bg1 {
    background: url(../imgs/icon_popular_dish.png) 0 center no-repeat;
    background-size: 20px;
    padding-left: 25px;
}
.index-title-bg2 {
    background: url(../imgs/icon_popular_cuisine.png) 0 center no-repeat;
    background-size: 20px;
    padding-left: 25px;
}
.index-title-bg3 {
    background: url(../imgs/icon_popular_city.png) 0 center no-repeat;
    background-size: 20px;
    padding-left: 25px;
}
.index-title-bg4 {
    background: url(../imgs/icon_popular_university.png) 0 center no-repeat;
    background-size: 20px;
    padding-left: 25px;
}
.index-title-bg5 {
    background: url(../imgs/icon_popular_restaurant.png) 0 center no-repeat;
    background-size: 20px;
    padding-left: 25px;
}
.more-link,.swiper-slide .more-link {
    float: right;
    font-size: 0;
    color: #878898;
    background: url(../imgs/button_more.png) center center no-repeat;
    background-size:100% auto;
    height: 40px;
    width: 20px;   
}
.floor-wrap {
    margin-top: 2px;
}

.index-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #eeeeee;
    z-index: 1000;
}
.index-bottom a {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 10px;
    color: #5f5f5f;
}

.index-bottom .cur {
    color: #ef6406;
}
.index-bottom img {
    height: 20px;
    display: block;
    margin:0 auto;
    margin-bottom: 5px;
}

/*bottom nav*/
.index-round {
    min-height: 50px;
    position: relative;
}
.index-round:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    top: -20px;
    left: 0;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.5) 0, rgba(255,255,255,1) 50%,rgba(255,255,255,.3) );
    pointer-events: none;
}
.new-index-nav {

}
.new-index-nav li {
    float: left;
    width: 25%;
    text-align: center;
}
.new-index-nav li img {
    width: 30px;
    height: 30px;
}
.new-index-nav li p {
    padding: 5px 0 10px;
    color: #333;

}

.index-nav-round li img,#index-round img { 
    width: 60px; 
    height: 60px; 
    display: block; 
    border:0 solid #333; 
    padding: 12px; 
    border-radius: 30%; 
    margin: 0 auto 10px; 
    background: none; 
    transition: all 0.2s; 
}
.index-nav-round li span {
    color: #333;
}

#index-round .swiper-slide {
    background: none;
    text-align: center;
}
.index-round .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(252,174,18,.5),rgba(255,255,255,0));

}
.index-round .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(252,174,18,.5),rgba(255,255,255,0));

}

.rest-bg {
    /*background:url(../imgs/top-bg.png) no-repeat #f4f8fb;*/
    background-size: 100% auto;
    min-height: 400px;
    position: relative;
    z-index: 10;
}
.map-bg {
    background: #fafafa;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 10;
}
.side-bg {
    background:url(../imgs/top-bg.png) no-repeat;
    background-size: 100% auto;
}
#sidebar,#dishDetailWrap,#bannerDetailWrap,#shareChatWrap {
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    left: 110%;
    top: 0;
    transition: left .3s;
    overflow-y: hidden;
    background:#fff;
}
#sidebar.show-big-modal,#dishDetailWrap.show-menu-dish,#bannerDetailWrap.show-banner-detail,#shareChatWrap.show-share-detail {
    left: 0;
}
#shareChatWrap.show-share-detail {
    overflow: auto;
}
.chat-share-wrap {

}
.chat-share-wrap .share-box {
    display: none;
}
.wrap-border .banner-subject {
    margin-right: 10px;
    height: auto;
    white-space: normal;
}
.order-mask {
    background: rgba(0,0,0,.6);
    width: 100%;
    position: fixed;
    top: 60px;
    bottom: 40px;
    left: 0;
    right: 0;
    display: none;
}
.order-mask.show-order {
    display: block;
    z-index: 5;
    top: 0;
}
.icon-right {
    float: right;
    width: 28px;
    margin-right: 15px;
}
#gouwu {
    position: absolute;
    height: 340px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: none;
    overflow: hidden;
}
.gw-order {
    clear: both;
    height: 30px;
    position: relative;
}
.gw-price {
    float: right;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}
.gw-title {
    height: 40px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.gw-title h3 {
    background: url(../imgs/order-buy.png) no-repeat 10px center;
    background-size: 20px;
    padding-left: 40px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    height: 40px;
    
}
.gw-title h3 span {
    float: right;
    margin-right: 10px;
}
.toggle-mask {
    position: absolute;
    top: 0px;
    font-size: 24px;
    left: 50%;
    transform: rotate(90deg);
}
.gw-data {
    height: 300px;
    overflow: auto;
    padding: 10px;
}
.gw-data ul {
    clear: both;
    padding-top: 10px;
}
.gw-data li {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.gw-data li i,.order-delete {
    float: left;
    width: 26px;
    height: 26px;
    background: -webkit-linear-gradient(top, #999 0, #ccc 100%);
    line-height: 24px;
    text-align: center;
    transform: rotate(45deg);
    border-radius: 50%;
    color: #fff;
    font-style: normal;
    font-size: 18px;
}
.gw-data li p {
    width: 180px;
    float: left;
    padding-left: 20px;
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gw-data li p.new-special {
    height: auto;
    overflow: auto;
    white-space: normal;
    width: 70%;
}
#dishDetailWrap.show-menu-dish {
    overflow-y: auto;
    background:#fafafa;
}
.food-bg {
    /*background: -webkit-linear-gradient(top, #fe812d 0, #ff9c59 100%);*/
    /*background-size: 100% auto;*/
    box-shadow: 0 1px 20px 10px rgba(200,200,200,.2);
    position: relative;
    z-index: 10;
    background: #fafafa;
}
.common-title {
    line-height: 40px;
    height: 60px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}
.common-title .share {
    float: right;
    margin: 8px 15px 0 0;
    background: url(../imgs/share-icon.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size: 100%;
    display: none;

}
.common-title .delete-icon {
    float: right;
    margin: 10px 15px 0 0;
    background: url(../imgs/delete-icon.png) no-repeat;
    height: 22px;
    width: 18px;
    background-size: 100%;

}
.head-rest-icon { 
    float: right;
    margin: 7px 15px 0 0;
    background: url(../imgs/homepage_map.png) no-repeat;
    height: 26px;
    width: 26px;
    background-size: 100%;

}
.common-title .head-photo-icon { 
    float: right;
    margin: 9px 15px 0 0;
    background: url(../imgs/camera.png) no-repeat;
    height: 26px;
    width: 25px;
    background-size: 100%;

}
.common-title .head-wish-icon { 
    float: right;
    margin: 7px 15px 0 0;
    background: url(../imgs/detail-icon24.png) no-repeat;
    height: 26px;
    width: 26px;
    background-size: 100%;

}
.common-title .common-return {
    float: left;
    margin: 4px 0 0 15px;
    background: url(../imgs/button_goback.png) no-repeat;
    height: 30px;
    width: 30px;
    background-size: 100%;
}

#returnIcon {
    background: rgba(0,0,0,.3);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: fixed;
    top: 20px;
    left: 10px;
    z-index: 5;
}
#returnIcon a {
     background: url(../imgs/return.png) no-repeat;
     display: block;
    height: 16px;
    width: 20px;
    background-size: 100%;
    margin: 8px auto 0;
}




.search-common .common-return {
   /* background: url(../imgs/red-return.png) no-repeat;
    background-size: 100%;
    margin-top: 14px;*/
}
.search-common i,.search-set-input i {
    float: right;
    margin: 10px 10px 0 0;
    background: url(../imgs/button_add_restaurant.png) no-repeat;
    background-size:22px 22px; 
    height: 22px;
    width: 22px;
    transform: rotate(45deg);
}
.search-common input,.search-set-input input {
    display: block; 
    outline: none;
    font-size: 16px;
    width: 100%;
    border: none;
    background: none;
}
.common-title h3 {
    margin: 0 30px;
    text-align: center;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.rest-wrap {
    padding: 0;
}
.rest-banner {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px 0 0;
}
.rest-banner .swiper-pagination-bullet-active {
    background:rgba(241,115,30,.8);
}
.wrap-border {
    border-radius: 0px;
    background: #fff;
    box-shadow: 1px 1px 3px 2px #e5e5e5;
    padding: 5px 0;
    margin-top: 8px;
}
.wrap-border.first-discount {
    box-shadow: 1px 1px 10px 5px inset #ff9800; 
}
.right-like {
    float: right;
    margin: 10px 10px 0 0;
    background: url(../imgs/percent.png) no-repeat;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 18px 0 0 0;
    background-size: 100%;
    color: #333;

}
.radius-like {
    float: right;
    margin: 10px 10px 0 0;
    width: 80px;
    height: 80px;
    position: relative;
}
.radius-num-show {
    position: absolute;
    width: 80px;
    text-align: center;
    padding-top: 18px;
    left: 0;
    top: 0;
}
.rest-name-title {
    padding: 3px 0 0 10px;
    font-size: 15px;
    line-height: 18px; 
    height: 23px;
    white-space: nowrap;
    font-weight: bold;
    margin-right: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
.rest-name-title img {
    height: 16px;
    margin-left: 3px;
    vertical-align: text-top;
    padding-top: 2px;
}
.rest-info-show {
    color: #333;
    padding: 20px 0 0 10px;
    line-height: 24px;
}
.rest-social {
    margin: 0 20px;
}
.rest-social li {
     float: left;
     width: 33.33%;
     text-align: center;
}
.rest-social li p {
    padding-top: 10px;
    color: #878898;
}
.rest-detail {
    padding: 10px;
}
.detail-border {
    border-bottom: 1px solid #e1e8ee;
    padding: 10px 0;
}
.detail-open {
    background: url(../imgs/detail-icon7.png) no-repeat center top;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    background-size: auto 100%;
}
.detail-open.closed {
    background: url(../imgs/notopen-icon.png) no-repeat center top;
    background-size: auto 100%;
}
.detail-icon-common {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin-right: 8px;
}
.detail-icon1 { 
    background: url(../imgs/restdetail_page_openhours.png) no-repeat;
    background-size: 100%;

}
.detail-icon29 { 
    background: url(../imgs/detail-icon29.png) no-repeat;
    background-size: 100%;
    width: 23px;
    height: 18px;

}
.detail-icon2 { 
    background: url(../imgs/restdetail_page_address.png) no-repeat;
    background-size: 120%;
    width: 14px;
    margin-left: 2px;
    float: left;
    margin-top: 3px;
 }
.detail-icon3 { 
    background: url(../imgs/restdetail_page_phone.png) no-repeat;
    background-size: 100%;
    width: 16px;
    float: left;
    margin-top: 2px;
}
.detail-icon4 { 
    background: url(../imgs/detail-icon4.png) no-repeat;
    background-size: 100%;
    width: 12px;
    float: left;
    margin-top: 2px;
}
.detail-icon5 { 
    background: url(../imgs/restdetail_page_web.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 2px;
}
.week-time {
    font-size: 12px;
    width: 240px;
    padding-left: 26px;
    margin-top: 10px;
    background: url(../imgs/detail-icon8.png) no-repeat right 6px;
    background-size: 12px auto;
    height: 18px;
    overflow: hidden;
    transition: all .3s;
}

.week-time.show-all {
    height: 126px;
}
.week-time.show-all p {
    display: block;
}
.week-time p {
    color: #333;
    display: none;
}
.week-time p.cur {
    color: #fc9667;
    display: block;
}
.address-detail {
    margin-left: 26px;
    background:url(../imgs/detail-icon16.png) no-repeat right center;
    line-height: 24px;
    color: #2a2b40;
    padding-right: 20px;
    background-size: 12px auto;
    height: 48px;
    overflow: hidden;
}

.address-more {
    height: auto;

}

.connect-info {
    float: left;
    min-height: 24px;
    line-height: 20px;
    font-size: 16px;
    margin:5px 0;
}
.more-btn {
    display: block; 
    margin: 15px auto 0;
    color: #999;
    width: 4em;
    font-size: 16px;
}
.title-more-link {
    float: right;
    color: #999;
    font-size: 16px;
    margin-top: -3px;
}
.detail-block-title{
    font-size: 18px;
    font-weight: normal;
    padding-left: 30px;
}
.title-icon1 {
    background: url(../imgs/detail-icon1.png) no-repeat;
    background-size: 18px;
}

.title-icon2 {
    background: url(../imgs/restdetail_page_photo.png) no-repeat 0 2px;
    background-size: 18px;
}
.title-icon3 {
    background: url(../imgs/mepage_review.png) no-repeat 0 2px;
    background-size: 18px;
}
#rest-food .index-dish-img {
    width: 30%;
    padding: 10px 5px;
}
.category-dish .index-dish-img {
    width: 30%;
    padding: 5px 0 0 8px;
}
.category-dish .index-dish-img p {

}
.category-dish .index-dish-img p span {
    float: right;
}
.category-dish .index-dish-img p b {
   font-size: 12px;
}

#rest-photo .index-dish-img {
    width: 90px;
    padding: 10px 10px 10px 0;
}
.rest-photo-container {
    height: 100px;
    overflow: hidden;
    padding-left: 10px;
}
.rest-photo-wrap {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.rest-photo-img {
    display: inline-block;
    background: none;
}

.index-dish-img .say-good {
    background:url(../imgs/detail-icon9.png) no-repeat 0 1px;
    background-size: 10px;
    padding-left: 15px;
    color: #999;
}
.index-dish-img .para-set {
    padding: 0;
    margin: 3px 0;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#rest-banner i,.fav-rest{
    position: absolute;
    top: 10px; 
    right: 10px;
    background: url(../imgs/detail-fav.png) no-repeat;
    width: 25px;
    height: 22px;
    background-size: 100%;
}

#rest-banner .fav-rest {
    background: url(../imgs/fav-rest-bg.png) no-repeat;
    width: 25px;
    height: 22px;
    background-size: 100%;
}

 .fav-rest-add {
    background: url(../imgs/fav-hover.png) no-repeat;
    width: 25px;
    height: 22px;
    background-size: 100%;
}

#rest-photo i{
    position: absolute;
    bottom: 20px; 
    right: 20px;
    background: url(../imgs/detail-icon18.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 100%;
}
#rest-photo i.detail-approve {
    background: url(../imgs/detail-icon17.png) no-repeat;
    background-size: 100%;
}

#rest-like .swiper-slide,#wish-like .swiper-slide,.hot-set-swiper .swiper-slide{
    background:none;
}

#rest-like .index-dish-img,#wish-like .index-dish-img,.hot-set-swiper .swiper-slide{
    width: 40%;
    padding: 10px 10px 10px 0;
}
.rest-like {
    background: #fff;
    box-shadow: 0px 1px 2px 2px #eef2f5;
    padding: 6px;
}
#index-hot .rest-like, #index-rest .rest-like {
    box-shadow: none;
    padding: 6px 3px;
}
.like-para {
    border-top: 1px solid #e1e8ee;
    padding:5px 0 0;
    margin-top: 5px;
    position: relative;
    height: 30px;
}
.rest-comment {
    position: relative;
}
.rest-comment li {
    border-top: 1px solid #e1e8ee;
    padding: 10px 0;
    margin: 0 10px;
}
.rest-comment-head {

}
.comment-left-img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.comment-right-info {
    margin-left: 55px;
}
.comment-right-info h3 {
    background:url(../imgs/detail-icon12.png) no-repeat right 2px;
    background-size: 20px;
    padding-right: 25px;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #333;
    }
 .comment-right-info p {
    line-height: 20px;
    color: #333;
 }
 .comment-time {
    float: right;
 }
 .comment-time-right {
    float: right;
    color: #999;
    font-weight: normal;
 }
 .photo-word-show {
    text-align: center;
    padding-top: 5px;
 }
 .comment-location {
    background: url(../imgs/detail-icon13.png) no-repeat;
    background-size: 12px;
    padding-left: 20px;
 }   
 .comment-time-icon {
    background: url(../imgs/time-icon.png) no-repeat;
    background-size: 14px;
    padding-left: 18px;
 }   
.comment-cont {
    line-height: 24px;
   /* height: 72px;
    overflow: hidden;*/
    margin: 10px 0;
    font-size: 16px;
}
.comment-cont b {
    display: none;
    font-weight: normal;
}
.comment-cont-more {
    height: auto;
}
.comment-cont-more b {
    display: inline;
}
.comment-cont-more span {
    display: none;
}

.comment-cont i {
    background: url(../imgs/detail-icon11.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}
.rest-comment-bottom {
    text-align: right;
    color: #999;
}
.share-icon {
    background: url(../imgs/detail-icon19.png) no-repeat;
    background-size: 14px;
    padding-left: 20px;
    display: none;
}
.wechat-icon {
    background: url(../imgs/detail-icon10.png) no-repeat;
    background-size: 14px;
    padding-left: 20px;
}
.good-icon {
    background: url(../imgs/detail-icon9.png) no-repeat;
    background-size: 13px;
    padding-left: 18px;
}

.good-icon.good-done{
    background: url(../imgs/detail-icon17.png) no-repeat;
    background-size: 13px;
}
.comment-edit {
    background: url(../imgs/button_restdetail_addreview.png) center center no-repeat #fff;
    box-shadow: 0px 1px 10px 5px #999;
    background-size: 70%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed; 
    right: 15px;
    bottom: 90px;
    z-index: 1000;
    text-indent: -9999px;

}
.food-edit {
    background: url(../imgs/detail-icon22.png) no-repeat;
    background-size: 100%;
    width: 55px;
    height: 55px;
    position: fixed; 
    right: 15px;
    bottom: 30px;
    z-index: 1000;
    text-indent: -9999px;

}
.rank-ul-fixed .rank-ul {
    position: fixed;
    top: 0;
    left: 0;
    background: #fafafa;
    z-index: 100;
    border-bottom: 1px solid #ccc;
}
.rank-ul {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    top:-50px;
    transition: all 0.3s;
}
.rank-ul li {
    float: left;
    width: 33%;
    text-align: center;
}
.rank-ul p {
    padding-right: 0px;
    color: #ff9800;
    font-size: 16px;
    position: relative;
    display: inline;
}
.rank-ul p img {
    height: 28px;
}
.rank-ul li.cur p {
    color:#333;
}
.rank-ul p i:first-child {
    position: absolute;
    right: 0;
    top: 2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #333;
    display: none;  
}

.rank-ul p i:last-child {
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333;
    display: none;
}
.rank-ul .cur p i:last-child {
    border-top: 6px solid #ccc;
}

.rank-ul .toggle p i:first-child {
    border-bottom: 6px solid #ccc;
}

.rank-ul .toggle p i:last-child {
    border-top: 6px solid #333;
}
.rest-list-wrap {
    margin: 12px 0 0;
    padding: 0 0 70px;
}
.rest-list-swiper {
    height: 200px;
    margin-bottom: 5px;
}
.rest-list-swiper .banner-img {
    height: auto;
}
.rest-list-swiper .swiper-pagination-bullet{
    background: rgba(255,255,255,.6);
    opacity: 1;
}
.rest-list-swiper .swiper-pagination-bullet-active {
    background: rgba(241,115,30,.8);
}
.rest-fav-this {
    background: url(../imgs/fav-rest.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 100;
}
.rest-fav-this2 {
    background: url(../imgs/fav-rest2.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 100;
}
.rest-fav-this3 {
    background: url(../imgs/detail-icon20.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 100;
}
.rest-fav-this4 {
    background: url(../imgs/detail-icon21.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 100;
}
.rest-fix-right {
    background: url(../imgs/button_slider.png) center center no-repeat rgba(255,255,255,.8);
    background-size: 30px;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 70px;
    right: 5px;
    z-index: 200;
    border-radius: 50%;
    box-shadow:0 0 5px 3px #999; 
}

.wish-fix-right {
    background: url(../imgs/detail-icon27.png) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 52px;
    position: fixed;
    bottom: 170px;
    right: 5px;
    z-index: 200;
}

.rest-fix-bottom {
    background: #fafafa;
    box-shadow: 0 1px 1px 3px #dfdfdf;
    width: 100%;
    height: 38px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
}
.rest-fix-bottom p {
    color: #333;
    padding-top: 2px;
    transform: scale(.8);
    display: none;
}
.rest-fix-bottom li {
    width: 20%;
    float: left;
    text-align: center;
    min-height: 20px;
    padding-top: 5px;
}
.rest-fix-bottom .cur p {
    color: #fc9667;
}
.rest-fix-bottom li img {
    height: 24px;
}
.rest-bottom-middle {
    background: url(../imgs/chat-bg.png) #f5f5f5  center center no-repeat;
    background-size: 62%;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left:50%;
    margin-left: -33px;
    z-index: 200;
}
.message-remind,.chat-red-point {
    position: relative;
}
.message-remind:after,.chat-red-point:after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
    margin-left: 10px;
    left: 50%;
    top: 7px;
}
.chat-red-point:after{
    left: -20px;
    top: 0;
}
.map-fix-rest {
    position: fixed;
    bottom:60px;
    left: 0;
    width: 100%;
}
.map-rest-img {
    position: absolute;
    top: -10px;
    width: 90px;
    height: 90px;
    left: 8px;

}
.map-rest-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.map-rest-img i-0 {
    background: url(../imgs/fav.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;

}

.map-rest-img i,.hot-fav-icon {
    background: url(../imgs/fav-hover.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;

}
.map-wrap {
    position: fixed;
    top: 60px;
    bottom: 120px;
    left: 0;
    right: 0;
    overflow: hidden;
}
.set-index {
    z-index: 1000 !important;
}
.map-wrap img {
    width: 100%;
}
.hover-map {
    position: fixed;
    background: rgba(0,0,0,.7);
    width: 40px;
    height: 40px;
    padding-top: 8px;
    top: 120px;
    right: 10px;
    text-align: center;
    border-radius: 50%;

}
.hover-map img {
    width: 50%;
}
.sub-comment {
    font-size: 20px;
    float: right;
    color: #333;
    padding-right: 20px;
}
.fix-comment-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #ecedf1;
    z-index: 50;
    transition: height .3s;
}
.fix-comment-bottom.toggle-share-wrap {
    height: 165px;
}
.user-recall {
    position: static;
    margin-top: 10px;
    display: none;
}
.user-recall .chat-input-wrap {
    padding-top: 15px;
}
.fix-comment-bottom .bottom-right {
    margin-right: 20px;
    float: right;
    margin-top: 24px;
}
.bottom-right img {
     width: 30px;
     display: none;
}
.fix-comment-bottom .bottom-left {
    float: left;
    margin-left: 20px;
    margin-top: 22px;
}
.bottom-add-more {
    float: right;
    font-size: 30px;
    color: #aaa;
    line-height: 40px;
    margin:12px 22px 0 0;
}
.bottom-left img {
    width: 30px;
    display: none;
}
.fix-comment-bottom .bottom-middle {
    text-align: center;
    display: block;
    margin: 10px 100px 0;
}
.bottom-middle img {
    width: 60px;
}
.comment-select {
    font-size: 20px;
    line-height: 34px;
}
.like-comment-icon {
    margin: 0 10px 0 30px;
    display: inline-block;
    background: #aebecb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.like-up {
    margin: 0 10px 0 30px;
    display: inline-block;
    background: #ff7416;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.like-comment-icon img {
    width: 20px;
}
.like-down {
    margin: 0 10px 0 20px;
    display: inline-block;
    background: #aebecb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.like-comment-word {
    color: #aebecb;
    font-size: 18px;
}
.like-word {
    color: #ff7416;
}
.comment-select-list {
    border-top: 1px solid #e1e8ee;
    border-bottom: 1px solid #e1e8ee;
    margin: 20px 0 ; 
    padding: 15px 0 0;
}
.comment-select-list li { 
    float: left;
    min-width: 25%;
    padding: 0 8px;
    margin-bottom: 15px;
}
.comment-select-list li p {
    color: #c4c8cb;
    border: 1px solid #c4c8cb;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    font-size: 15px;
}
.comment-select-list li p.cur {
    color:  #fff;
    border: 1px solid  #ff7416;
    background: #ff7416;
}
.user-textarea {
    width: 100%;
    border: none;
    color: #aaaab5;
    line-height: 20px;
    font-size: 16px;
    height: 140px;
    resize: none;
    padding: 5px 10px;
    margin-top: 10px;
}
.comment-photo-show {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    position: relative;
    
}
.comment-photo-show img,.photo-detail-show{
    height: 80px;
    width: 80px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.comment-photo-show b{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgba(0,0,0,.6);
    position: absolute;
    top: -6px;
    right: -6px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    font-style: normal; 
    transform: rotate(45deg);  
}
.add-comment-photo {
    float: left;
    border: 1px solid #e6e6e6;
    background: #f9fbfc;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    position: relative;
}
.add-comment-photo:before {
    content: '';
    position: absolute;
    top: 36px;
    left: 19px;
    width: 40px;
    height: 6px;
    border-radius: 3px;
    background: #ced0e0;
}
.add-comment-photo:after {
    content: '';
    position: absolute;
    top: 19px;
    left: 36px;
    width: 6px;
    height: 40px;
    border-radius: 3px;
    background: #ced0e0;
}
.comment-operation {
    display: inline-block;
    height: 26px;
    padding: 2px 10px 0;
    border: 1px solid #e1e8ee;
    border-radius:13px;
    margin-left: 5px;
}
.new-set-operation {
    padding: 5px 20px;
    height: 36px;
    border-radius:18px;
    background:#fff;
    border: 1px solid #ccc;

}
.new-set-operation i {
    font-size: 15px;
    font-style: normal;
    padding-left: 10px;
}
.new-set-operation .good-done i {
    color: #f17c2f;
}
.good-comment {
    color: #ff6600;
}
.good-comment .good-icon {
    background: url(../imgs/detail-icon17.png) no-repeat;
    background-size: 13px;
}
.communication {
    margin-top: 10px;
    padding: 6px 10px;
    background: #f1f5f8;
}
.communication p {
    line-height: 24px;
}
.communication p span {
    color: #3e86bd;
}
.comment-img-show {
   margin: 10px 0;
}
.comment-img-show img {
    float: left;
    height: 80px;
    margin-right: 15px;
    border-radius: 5px;
    margin-top: 5px;
}
.user-comment li {
    margin: 0 15px;
    padding: 15px 0;
}
.loading-more {
    text-align: center;
    margin: 30px 0 0;
    padding-bottom: 30px;
    color: #999;
    padding-top: 40px;
    background: url(../imgs/loading.gif) center 0 no-repeat;
    background-size: auto 30px; 
}
.food-list-nav {
    margin: 10px 0 0;
    padding: 0 15px;
    position: relative;
    height: 37px;
    overflow: hidden;
}
.more-down-icon {
    background: url(../imgs/detail-icon23.png) no-repeat;
    background-size: 12px;
    position: absolute;
    width: 12px;
    height: 10px;
    right: 5px;
    top: 10px;
}
.food-list-nav .swiper-slide {
    width: auto;
    background: none;
}
.food-list-nav span,.food-list-nav a {
    float: left;
    padding: 0 5px 10px;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    color: #ff9a05;
    margin-right: 10px;
    text-align: center;
}
.food-list-nav span.cur,.food-list-nav a.cur { 
    /*color: #fff;*/
    /*border-color: #fff;*/
     color: #333;
    border-color: #333;
}
.food-img {
    float: left;
    width: 90px;
    margin-left: 10px;
    position: relative;
}
.food-img img {
    width: 100%;
    height: 90px;
    border-radius: 10px;
}
.food-list-icon1 {
    float: right;
    margin: 20px 10px 0 0;
    background: url(../imgs/detail-icon20.png) no-repeat;
    background-size: 40px auto;
    height: 40px;
    width: 40px;
}
.food-list-icon2 {
    float: right;
    margin: 20px 10px 0 0;
    background: url(../imgs/detail-icon21.png) no-repeat;
    background-size: 40px auto;
    height: 40px;
    width: 40px;
}
.food-list-icon3 {
    float: right;
    margin: 0px 5px 0 0;
    background: url(../imgs/fav-rest.png) no-repeat center 0;
    background-size: 45px auto;
    padding-top: 50px;
    width: 60px;
    text-align: center;
    color: #878898;
}
.food-list-icon4 {
    float: right;
    margin: 20px 10px 0 0;
    background: url(../imgs/detail-icon20.png) no-repeat center 0;
    background-size: 45px auto;
    padding-top: 50px;
    width: 60px;
    text-align: center;
    color: #878898;
}
.food-list-icon5 {
    float: right;
    margin: 20px 10px 0 0;
    background: url(../imgs/fav-rest2.png) no-repeat center 0;
    background-size: 45px auto;
    padding-top: 50px;
    width: 60px;
    text-align: center;
    color: #878898;
}
.food-list-icon6 {
    float: right;
    margin: 20px 10px 0 0;
    background: url(../imgs/detail-icon25.png) no-repeat center 0;
    background-size: 45px auto;
    padding-top: 50px;
    width: 60px;
    text-align: center;
    color: #878898;
}
.food-list-icon7 {
    float: right;
    margin: 20px 10px 0 0;
    background: url(../imgs/detail-icon26.png) no-repeat center 0;
    background-size: 45px auto;
    padding-top: 50px;
    width: 60px;
    text-align: center;
    color: #878898;
}
.food-list-icon8 {
    float: right;
    margin: 0px 5px 0 0;
    background: url(../imgs/detail-icon32.png) no-repeat center 0;
    background-size: 45px auto;
    padding-top: 50px;
    width: 60px;
    text-align: center;
    color: #878898;
}
.food-list-icon9 {
    float: right;
    margin: 0 5px 0 0;
    background: url(../imgs/detail-icon31.png) no-repeat center 0;
    background-size: 45px auto;
    padding-top: 50px;
    width: 60px;
    text-align: center;
    color: #878898;
}
.food-list-icon10 {
    float: right;
    margin: 0px 5px 0 0;
    background: url(../imgs/fans-icon4.png) no-repeat center 0;
    background-size: 45px auto;
    padding-top: 50px;
    width: 45px;
    text-align: center;
    color: #878898;
}
.food-list-icon11 {
    float: right;
    margin: 0px 5px 0 0;
    background: url(../imgs/fans-icon5.png) no-repeat center 0;
    background-size: 45px auto;
    padding-top: 50px;
    width: 45px;
    text-align: center;
    color: #878898;
    font-size: 12px;
}
.food-list-icon12 {
    float: right;
    margin: 0px 5px 0 0;
    background: url(../imgs/detail-icon33.png) no-repeat center 0;
    background-size: 45px auto;
    padding-top: 50px;
    width: 60px;
    text-align: center;
    color: #878898;
}
.food-list-icon13 {
    float: right;
    margin: 0px 5px 0 0;
    background: url(../imgs/detail-icon34.png) no-repeat center 0;
    background-size: 45px auto;
    padding-top: 50px;
    width: 60px;
    text-align: center;
    color: #878898;
}
.wish-right {
    float: right;
    margin: 0px 0 0 0;
    color: #878898;
    text-align: center;
    width: 85px;
}
.wish-right img {
    margin-right: 5px;
    width: 35px;
}
.search-common {
    margin-right: 50px;
    margin-left: 15px;
    background: #dfdfdf;
    border-radius: 4px;
}
.head-search-icon {
    float: right;
    padding-right: 14px;
    background: url(../imgs/detail-icon23.png) no-repeat right center;
    background-size: 12px;
    width: 60px;
    overflow: hidden;text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    margin: 10px 8px 0 0;
    line-height: 20px;
    color: #fff;
    font-size: 18px;
}
.shake-new {
    background: url(../imgs/shake-bg.jpg) no-repeat center top;
    background-size: 100%;
    position: relative;
    min-height: 122vw;
}
.table-head {
}
.table-head p {
    text-align: center;
    font-size: 16px;
    line-height: 11vw;
    color: #fff;
}
.table-head p span {
    padding: 0 10px;
}
.table-cont {
    margin: 26.5% 15% 0;
    /*border: 1px solid #b3b3b3;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 3px #ccc inset;
    background: #fcfcfc;*/
    height: 25vw;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.slot1 {
    float: left;
    width: 40%;
    overflow: hidden;
    height: 100%;
}
.slot2 {
    float: left;
    width: 20%;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 10;
}
.slot3 {
    float: left;
    width: 40%;
    overflow: hidden;
    height: 100%;
}

.table-cont li {
    height: 25vw;
    position: relative;
    z-index: 10;
}
.table-cont li p {
    padding-left: 5px;
    line-height: 25vw;
    font-size: 24px;
    color: #565764;
    height: 25vw;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    border-right: 2px solid #ff9c59;
}
.table-cont .slot3 li p {
    border:none;
}
.table-cont li.cur {
    border:1px solid #b3b3b3;
    border-left: none;
    border-right: none;
    background:  -webkit-linear-gradient(#ececec 0, #bfbfbf 50%, #ececec 100%);
}
/*.table-cont:before {
    border:1px solid #b3b3b3;
    border-left: none;
    border-right: none;
    background:  -webkit-linear-gradient(#ececec 0, #bfbfbf 50%, #ececec 100%);
    height: 50px;
    content: " ";
    position: absolute;
    top: 50px;
    width: 100%;
}
.table-cont:after {
    border:1px solid #b3b3b3;
    border-top: none;
    border-bottom: none;
    height: 200px;
    content: " ";
    position: absolute;
    top: 0;
    left: 40%;
    width: 20%;
}*/
.set-bg {
    /*background: #f2f6f9;*/
    padding-bottom: 70px;
}
.lock-icon {
    position: absolute;
    margin-left: -25px;
    bottom: 3%;
    background: url(../imgs/lock-icon.png) no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
}
.unlock-icon {
    background: url(../imgs/unlock-icon.png) no-repeat;
    background-size: 50px;
}
.big-shake {
    margin: 15% 0;
    text-align: center;
}
.big-shake img {
    width: 30%;
}
.big-shake p {
    background: url(../imgs/play-btn.png) no-repeat center bottom;
    background-size: 100%;
    width: 30%;
    padding: 12% 0;
    margin: 0 auto;
    transition: all .2s;
}
.big-shake.going p {
    background: url(../imgs/play-btn-active.png) no-repeat center bottom;
    background-size: 100%;
}
.mask-shake {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0,0,0,.7);
   z-index: 500;
   display: none;
}
.shake-info {
   width: 60%;
   margin: 80px auto 0;
   background: #fff;
   border-radius: 5px;
   padding-bottom: 15px;
}
.shake-info img {
    width: 100%;
    min-height: 100px;
}
.shake-info h3 {
    border-bottom: 1px solid #ebf0f4;
    margin:10px 15px 0;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 18px;
}
.shake-img {
    margin: 30px auto;
    width: 80px;
    display: block;
}
.search-bg {
    padding-bottom: 30px;
}
.search-wrap {
    padding: 20px 15px;
}
.search-sec-title {
    font-size: 16px;
    border-bottom: 1px solid #e1e8ee;
    color: #333;
    padding-bottom: 10px;
    margin-top: 5px;
}
.search-hot {
    padding: 20px 0 0;

}
.search-hot span {
    float: left;
    margin-right: 15px;
    background: #fff;
    padding: 4px 15px;
    font-size: 18px;
    color: #333;
    border-radius: 3px;
    margin-bottom: 15px;
}
.set-hot span {
    background: #97b0c4;
    color: #fff;
}
.search-history {
    padding: 20px 0;
}
.search-history li {
    margin-bottom: 15px;
    background: #fff;
    padding:0 20px;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search-history li i{ 
    float: right;
    font-size: 20px;
    color: #333;
    font-style: normal;
}
.clear-all {
    background: url(../imgs/clear-all.png) no-repeat;
    padding-left: 30px;
    background-size: 20px;
    width: 140px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
}
.search-result {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
    top: 116px;
    background: #fff;
    overflow: auto;
}
.search-result li,.search-result2 li {
    margin: 0 15px;
    height: 45px;
    border-bottom: 1px solid #e1e8ee;
    font-size: 16px;
    line-height: 45px;
}
.search-result2 li {
    margin: 0;
}

.search-result li span,.search-result2 li span {
    color: #9091a0;
    font-size: 14px;
    float: right;
}
.search-set-wrap {
    padding: 20px 0;
}
.search-set-input {
    margin: 0 15px;
    height: 50px;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    line-height: 44px;
}
.set-floor {
    margin: 15px 0 5px 15px;
}
.set-floor-title {
    float: left;
    width: 4em;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.set-floor-title:after {
    position: absolute;
    content: ' ';
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ff5656;
    right:-7px;
    top: 7px;
}
.floor-point {
    position: relative;
}
#searchSet-swiper .set-floor-title:after {
    height: 0;
    
}
.right-set-info {
    margin-left: 75px;
}
.right-set-info span {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #666;
    border-radius: 2px;
    padding: 2px 10px;
    font-size: 16px;
    color: #333;
}
.right-set-info span.cur {
    color: #fff;
    background: #333;
}
.set-floor-select {
    background: url(../imgs/detail-icon16.png) no-repeat right center;
    background-size: 10px;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 30px;
    float: right;
    color: #333;
    font-size: 16px;
}
.set-time {
    margin: 0 80px 0 75px;
    line-height: 30px;
    color: #878898;
}
.set-time img {
    height: 20px;
    margin-right: 10px;
}
.search-set-fix {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 60px;
    z-index: 350;
    display: none;
}
.search-set-fix button {
    float: left;
    width: 50%;
    height: 60px;
    color: #fff;
    font-size: 18px;
    border: none;
    background: #7f7f7f;
    outline: none;
}
.search-set-fix .set-sure {
    background:  -webkit-linear-gradient(left,#fe812d 0, #ff9c59 100%);
}
.pass-icon {
    display: inline-block;
    /*background: url(../imgs/pass-icon.png) no-repeat;*/
    background: url(../imgs/detail-icon1.png) no-repeat;
    width: 20px;
    height: 15px;
    background-size: 75%;
    vertical-align: middle;
    margin-left: 3px;
}
.index-dish-img .hot-set-img {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 20px;
}
.hot-fav-icon {
    top: 20px;
    right: 20px;
}
.food-map-wrap {
    padding: 5px 10px;
}
.food-map-wrap img {
    width: 100%;
}
.photo-num {
    position: fixed;
    bottom: 100px;
    right: 15px;
    background: rgba(0,0,0,.6);
    height: 40px;
    width: 100px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.photo-num span {
    color: #ff8b4c;
}
.bottom-photo {
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    height: 80px;
    width: 100%;
    font-size: 16px;
}
.right-photo-info {
    float: right;
    margin: 20px 20px 0 0;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}
.right-photo-info img {
    height: 40px;
    margin-right: 10px;
}
.user-photo-bottom {
    margin: 10px;
    height: 60px; 
    border-radius: 50%;
    width: 60px;
    float: left;
}
.photo-bottom-para {
    float: left;
    line-height: 20px;
    font-size: 12px;
    color: #ccc;
    margin-top: 20px;
}
.photo-bottom-para span {
    font-size: 20px;
    color: #fff;

}
.photo-show-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
}
.photo-swiper-btn {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../imgs/right-arrow.png) no-repeat center center rgba(255,255,255,.4);
    z-index: 100;

}
.photo-left-btn {
    left: 0;
    transform: rotate(180deg);

}
.photo-right-btn {
    right: 0;

}
.photo-show-wrap img {
    width: 100%;
    height: 100%;
}
.photo-list-wrap {

}
.photo-list-wrap ul {
    padding:0 5px 15px;
  
}
.photo-list-wrap li {
    padding:15px 5px 0;
    float: left;
    width: 33.33%;
}
.photo-list-wrap li img {
    width: 100%;
}
.photo-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    display: none;
}
.mask-set {
    margin:120px auto;
    width: 80%;
    background: #fff;
    border-radius: 5px;
}
.close-set {
    font-size: 24px;
    color: #aaa;
    line-height: 24px;
    margin: 15px 15px 0 0;
    float: right;
}
.set-word {
    text-align: center;
    font-size: 22px;
    padding: 30px 0;
    clear: both;
}
.set-button-wrap {
    border-top: 1px solid #ddd;
}
.set-button-wrap p {
    float: left;
    width: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    font-size: 20px;
}
.quit-setting {
    margin: 20px 12px;
    background: #f94c4c;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.no-effect-quit {
    background: #ccc;
}
.setting-li {
    border-bottom: 1px solid #e1e8ee;
    margin: 8px 0 0;
    padding-bottom: 8px;
}
.setting-li img {
    float: left;
    margin: 7px 10px;
    height: 18px;
}
.fans-info {
    padding-top: 0;
    line-height: 30px;
    padding-left: 15px;
}
.fans-info img {
    width: 20px;
    vertical-align: middle;
}
.fans-info span {
    padding: 0 5px;
    color: #878898;
}
.my-photos {
    margin: 20px 6px;

}
.my-photos li {
    padding: 0 6px;
    position: relative;
    float: left;
    width: 50%; 
    margin-bottom: 12px;
    min-height: 30vw;
    overflow: hidden;
    text-align: center;
}
.my-photos li img {
    max-width: 100%;
    max-height: 100%;
    background: #dfdfdf;
}
.my-photo-mask {
    position: absolute;
    bottom: 0;
    left: 6px;
    right: 6px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    background: rgba(0,0,0,.3);
    color: #fff;
    text-align: left;
}
.my-photo-mask span {
    float: right;
    background: url(../imgs/detail-icon17.png) 0 center no-repeat;
    background-size: 12px;
    padding-left: 15px;
}
.six-angle {
    background: url(../imgs/six-angle.png) no-repeat right center;
    padding-right: 20px;
    background-size: 12px;
    margin-left: 15px;
}
.vip-level {
    padding: 0 0 0 10px;
    position: relative;
    width: 90%;
}
.vip-level-points {
    color: #ff8b4c;
    font-weight: normal;
}
.vip-level img {
    position: absolute;
    left: 80%;
    top: 10px;
    height: 22px;
}
.vip-level p {
    height: 10px;
    width: 100%;
    border-radius: 5px;
    background: #f2f6f9;
}
.vip-level p span {
    background:  -webkit-linear-gradient(left,#f25d68 0, #ff9c59 100%);
    height: 10px;
    border-radius: 5px;
    display: block;
    width: 60%;
}
.vip-level-score {
    font-weight: normal;
    float: right;
}
.my-index {
    padding: 0;

}
.my-index li {
    float: left;
    width: 25%;
    text-align: center;
    border-left: 1px solid #e7eef3;
    padding: 0;
    font-size: 13px;
    color: #444;
}
.my-index li span {
    color: #aaa;
}

.my-index li img {
    width: 26px;
}
.invite-img {
    padding-left: 100px;
    background: url(../imgs/invite_bg.png) no-repeat 10px center;
    background-size: 60px ;
    min-height: 40px;
}
.invite-img p {
    color: #fc9667;
    font-size: 16px;
    line-height: 20px;
}
.my-index-icon {
    float: left;
    background: url(../imgs/my-list.png) no-repeat;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    background-size: 20px;
}
.index-icon1 { 
    background-position: 0 -1px;
}
.index-icon2 { 
    background-position: 0 -53px;
}
.index-icon3 { 
    background-position: 0 -105px;
}
.index-icon4 { 
    background-position: 0 -156px;
}
.index-icon5 { 
    background-position: 0 -207px;
}
.index-icon6 { 
    background-position: 0 -260px;
}
.index-icon7 { 
    background-position: 0 -312px;
}
.message-wrap {
    background: #f1f5f8;
    padding: 10px 5px 10px 0;
    margin-bottom: 10px;
}
.rank-img {
    float: left;
}
.rank-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.rank-query {
    float: left;
    width: 50px;
    text-align: center;
    color: #fa6801;
    font-weight: bold;
    font-size: 16px;
    line-height: 60px;
}
.rank-query img {
    width: 26px;
}
.login-img {
    width: 100px;
    display: block;
    margin: 20px auto;
}
.position-img {
    position: relative;
    top: -90px;
    width: 160px;
    display: block;
    margin: 0 auto;
    
}
.login-wrap {
    margin-bottom: 10px;
    position: relative;
}
.login-wrap input,.school-select {
    width: 100%;
    border: 1px solid #dee6ed;
    background: #fdfdfd;
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    font-size: 16px;
    color: #666;
}
.login-wrap span {
    position: absolute;
    right: -10px;
    font-size: 18px;
    top: 14px;
    color: red;
}
.agreement {
    padding-bottom: 10px;
    color: #666;
}
.agreement input {
    vertical-align: text-bottom;
    margin-right: 5px;
}
.login-bg {
     background:  -webkit-linear-gradient(#ff9954 0, #fe812d 100%);
     padding-bottom: 30px;
     position: absolute;
     min-height: 100%;
     width: 100%;
}
.other-side {
    margin: 30px 12px;
    position: relative;
    border-top: 1px solid #edc0a3;
}
.other-side p {
    position: absolute;
    background: #fe893b;
    top: -10px;
    color:#fefefe;
    left: 50%;
    padding: 0 15px;
    margin-left: -65px;
}
.other-img {
    text-align: center;
    border:1px solid #999;
    border-radius: 10px;
    padding: 10px 0 14px;
    width: 200px;
    margin:0 auto;
    background:#8cc7f9;
    box-shadow: inset 0 -4px 0 #60a6e2;
}
.other-img img {
    margin: 0 8px;
    width: 30px;
}
.go-register {
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    color: #fff;

}
.edition {
    text-align: center;
    color: #bf5d1a;

}
.rest-pass-icon {
    position: absolute;
    right: 90px;
    top: 7px;
    width: 20px;
}
.renew-para {
    font-size: 12px;

}
.renew-para b {
    font-weight: normal;
    color:#ff8b4c;

}
#history-swiper .swiper-slide,#searchSet-swiper .swiper-slide,#like-swiper .swiper-slide,
#searchInit2-swiper .swiper-slide, #wish-swiper .swiper-slide, #map3-swiper .swiper-slide,
#map2-swiper .swiper-slide, #map-swiper .swiper-slide, #foodMaps-swiper .swiper-slide ,#restaurantMaps-swiper .swiper-slide, #signIn-swiper .swiper-slide,#foodMenu-swiper .swiper-slide {
    background: none;
}
.tab-swiper-wrap {
    width: 100%;
}
.cur-history {
    display: none;
}
.chat-index-icon {
    float: left;
    background: url(../imgs/chat-icon.png) no-repeat;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    background-size: 20px;
}

.chat-icon1 {
    background-position: 0 7px;
}
.chat-icon2 {
    background-position: 0 -39px;
}
.chat-icon3 {
    background-position: 0 -86px;
}
.chat-icon4 {
    background-position: 0 -134px;
}
.chat-icon5 {
    background-position: 0 -181px;
}
.footprint-icon {
    float: left;
    background: url(../imgs/footprint-icon.png) no-repeat;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    background-size: 20px;
}
.fp-icon1 {
    background-position: 0 5px;
}
.fp-icon2 {
    background-position: 0 -45px;
}
.fp-icon3 {
    background-position: 0 -98px;
}
.fp-icon4 {
    background-position: 0 -150px;
}
.fp-icon5 {
    background-position: 0 -200px;
}
.fp-icon6 {
    background-position: 0 -255px;
}
.fp-icon7 {
    background-position: 0 -305px;
}
.fp-icon8 {
    background-position: 0 -356px;
}
.chat-apply-wrap {
    margin: 0 12px;
    box-shadow: 1px 1px 3px 3px #eef2f5;
    background: #fff;
    padding: 30px 0;
}
.chat-apply-wrap p {
    padding:0 15px 10px;
    color: #999;
}
.chat-people-list {
    margin: 8px 0;
    background: #fff;
    box-shadow: 1px 1px 3px 3px #eef2f5;
    padding: 0 12px;
    border-radius: 5px;
}
.share-set-list {
    margin: 0;
    width: 75%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 40px;
    border-radius: 0;
}
.top-share-wrap {
    position: fixed;
    top: 0;
    right:0;
    width: 75%;
    background:  -webkit-linear-gradient(#ff9954 0, #fe812d 100%);
    height: 40px;
    color: #fff;
    padding: 0 15px;
    line-height: 40px;
    z-index: 10;
}
.top-share-wrap span {
    color: #fff;
    font-size: 14px;
}
.share-submit {
    float: right;
}
.chat-people-list .rest-comment-head {
    padding: 8px 0;
    border-bottom: 1px solid #dee6ed;
}
.chat-people-list .rest-comment-head.no-show {
    display: none;
}
.chat-people-list .rest-comment-head:last-child {
    border-bottom: none;
}
.chat-search-icon {
    width:20px; 
    position:absolute; 
    top:12px;
    left:4px;
}
.fix-name-list {
    position: fixed;
    right: 0;
    top:150px;
    width: 1em;
    line-height: 25px;
    font-size: 12px;
    word-wrap: break-word;
    text-align: center;
}
.chat-word-location {
    padding:10px 0 0 15px;
}
.chat-add-button {
    background: #fe8636;
    height: 34px;
    padding: 0 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    float: right;
}
.add-this-friend {
    background: #fe8636;
    padding: 2px 5px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    margin: 10px auto 0;
    display: inline-block;
    box-shadow: 0px 0px 1px 1px #ecd0bd inset;
}
.chat-add-word {
    float: right;
    color: #999;
    padding: 10px 15px;
    background: #eee;
    border-radius: 8px;
}
.chat-time {
    float: right;
    color: #999;
}
.chat-top-button {
    float: right;
    position: relative;
    width: 20px;
    height: 30px;
    margin-right: 10px;
    cursor: pointer;
}
.chat-top-button i:first-child {
    position: absolute;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background: #333;
    top: 16px;
    left: 0;

}
.chat-top-button i:last-child {
    position: absolute;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #333;
    top: 8px;
    left: 8px;
}
.chat-zone {
    padding: 8px 15px;
    background: #fff;
    box-shadow: 1px 1px 3px 3px #eef2f5;
    position: absolute;
    top: 84px; 
    right:8px; 
    display: none;
}
.chat-zone:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    right: 10px;
    background: #fff;
    transform: rotate(45deg);
}
.chat-zone p {
    color: #333;
    line-height: 40px;
    padding:0 20px 0 38px;
}
.chat-zone p:first-child {
    background: url(../imgs/chat-sm-icon2.png) no-repeat 10px center;
    background-size: 18px;
    border-bottom: 1px solid #dee6ed;
}
.chat-zone p:last-child {
    background: url(../imgs/chat-sm-icon1.png) no-repeat 10px center;
    background-size: 18px;
}
.other-say {
   margin-bottom: 20px;
}
.other-say .chat-atavar {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.other-say .chat-para {
    background: #fff;
    box-shadow: 1px 1px 3px 3px #eef2f5;
    border-radius: 0 10px 10px 10px; 
    padding: 10px;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    color: #888;
    min-height: 44px;
}
.other-info {
    margin:0 50px;
}
.myself-say {
   margin-bottom: 20px;
}
.myself-info {
    margin:0 50px;
    text-align: right;
}
.myself-info .cont-img,.other-info .cont-img {
    max-width: 95%;
    padding: 10px;
    border-radius: 10px 0 10px 10px;
    background: #efefef;
    height: 120px;
}
.other-info .cont-img {
    border-radius: 0 10px 10px 10px;
}
.myself-say .chat-atavar {
    float: right;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.myself-say .chat-para {
    background: #889ff9;
    box-shadow: 1px 1px 3px 3px #eef2f5;
    border-radius: 10px 0 10px 10px; 
    padding: 10px;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    text-align: left;
}
.chat-time-set {
    color: #888;
    text-align: center;
    padding: 10px 0;

}
.chat-input-wrap {
    margin:15px  15px 0 60px;
}

.chat-input {
    background: #fff;
    border:none;
    border-radius: 5px;
    outline: none;
    width: 100%;
    height: 40px;
    padding: 0 10px;
}
.discount-top {
    padding: 4px 10px;
}
.discount-set-location {
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    background-position: 0 center;
}
.discount-bottom {
    padding:0 10px;
    border-top: 1px solid #e3eaef;
    margin:0 10px;
    text-align: center;
}
.discount-bottom b,.discount-bottom p {
    color: #333;
    font-size: 18px;
    font-weight: normal;
}
.discount-bottom b {

}
.discount-bottom p {
    display: none;
}
.discount-bottom.discount-show-all p {
    display: block;
}
.discount-bottom span {
    display: block;
    text-align: right;
    color: #999;
    margin: 5px 0;
}
.discount-time {
    background: url(../imgs/fav-rest.png) no-repeat center top;
    background-size: 40px;
    min-width: 50px;
    color: #333;
    padding-top: 45px;
    text-align: center;
    float: right;
}
.search-mask,.map-mask {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    display: none;
}
.city-mask-list,.dish-mask-list {
    width: 240px;
    background: #fff;
    height: 100%;
    overflow: auto;
    float: right;
    padding: 10px 0;
    display: none;
}
.city-mask-list p,.dish-mask-list p {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.city-mask-list p.cur,.dish-mask-list p.cur {
    background: #f0f4f7;
}
.map-mask-cont {
    width: 70%;
    float: right;
    background: #fff;
    padding: 15px 0;
    height: 100%;
    overflow: auto;
    padding-bottom: 55px;
    -webkit-overflow-scrolling: touch;
}
.map-mask-cont .search-set-fix {
    width: 70%;
    left: auto;
    right: 0;
}
.map-mask-head {
    height: 40px;
}
.map-mask-head h3 {
    font-size: 20px;
    color: #333;
    padding-left: 15px;
}
.map-mask-head .head-search-icon {
    color: #666;
    margin-top: 0;
    background: url(../imgs/mask-arrow.png) no-repeat right center;
    background-size: 12px;

}
.close-map-mask {
    position: fixed;
    right: 70%;
    top: 50%;
    margin-right: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 18px;
    transform: rotate(45deg);
}
.search-value-show {
    position: absolute;
    top: 117px;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    z-index: 5;
    display: none;
}
.search-value-show ul {
    height: 80%;
    overflow: auto;
    background: #fff;
    border: none;
}
.search-value-show ul li {
    margin: 0 15px;
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    color: #666;
    overflow: hidden;
}
.search-value-show ul li:last-child {
    border: none;
}
.search-value-show ul li span {
    float: right;
    color: #999;
}
.search-value-show ul li em {
   font-style: normal;
}
.value-close {
    text-align: center;
    padding: 15px;
    background: #fff;
}
.value-close span {
    border: 1px solid #666;
    color: #666;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 18px;
    transform: rotate(45deg);
}
.loading-wrap {
    padding: 20px 0;
}
.loading-wrap p {
    text-align: center;
    color: #999;
}
.loading-step2 {
    padding-top: 30px;
    background: url(../imgs/loading.gif) center 0 no-repeat;
    background-size: auto 30px;
}
#popInfo {
    position: fixed;
    top: -300px;
    left: 0;
    transition: all .3s;
    margin-left: 20%;
    width: 60%;
    background: rgba(255,255,255,.85);
    border-radius: 8px;
    min-height: 60px;
    padding: 10px;
    text-align: center;
    box-shadow: 1px 1px 10px 3px #999;
    z-index: 100000;
}
#popInfo.pop-info-show {
    top: 60px;
}
.rest-icon1 .rest-status {
    text-align:  center;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: #d1dce5;
    border-radius: 50%;
    margin: 10px auto 0;
}
.rest-icon1 .rest-status img {
    width: 24px;
    margin-top: 6px;

}
.rest-icon2 .rest-status img {
    width: 30px;
    margin-top: 10px;

}
.rest-icon1 .rest-status.done {
    background: #68c316;
}
.rest-icon2 .rest-status.done {
    background: #ff7416;
}
.rest-icon2 .rest-status {
    text-align:  center;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: #d1dce5;
    border-radius: 50%;
    margin: 0 auto;
}
.return-top-icon {
    position: fixed;
    bottom: 90px;
    left: 5px;
    background: url(../imgs/right-arrow.png) no-repeat center center rgba(255,255,255,.85);
    background-size: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 300;
    transform: rotate(-90deg);
}
.add-missing {
    position: fixed;
    bottom: 150px;
    left: 5px;
    background: url(../imgs/button_add_restaurant.png) no-repeat center center rgba(255,255,255,1);;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 300;
    animation: shine 1s ease 5s 5;
}
@keyframes shine {
    0% {
      box-shadow: 0 1px 10px 1px #000;
    }
    100% {
      box-shadow: 0 1px 10px 1px #f00;
    }
}
.add-missing a {
    color: #fff;
}
.go-missing {
    float: right;
    font-size: 24px;
    color:#fff;
    padding-right: 15px;
    line-height: 1.5;
}
.missing-fill {
    color: red;
    padding-right: 10px;
    font-size: 22px;
    float: left;
}
.map-location {
    position: fixed;
    bottom: 200px;
    left: 0px;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    padding: 6px;
    z-index: 300;
}
.map-location p {
    width: 30px;
    height: 30px;
    padding-top: 11px;
    background: #fe812d;
    border-radius: 50%;
    text-align: center;
}
.map-location p b {
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
}
.shake-para-show {
    padding: 30px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #858585;
}
.time-demo {
    background: none;
    text-align: right;
    border: none;
    width: 100px;
}
.add-query-rest {
    position: absolute;
    top: 46px;
    left: 8px;
    background: rgba(255,255,255,.6);
    color: #333;
    height: 34px;
    padding: 0 15px;
    line-height: 34px;
    z-index: 100;
    border-radius: 0 8px 0 0;
}
.feature-tags {
    border: 1px solid #999;
    border-radius: 3px;
    padding: 3px 5px;
    display: inline-block;
    margin:0 10px 10px 0 ;
    color: #333;
    /*background: #97b0c4;*/
}
.error-pop {
    margin: 20px auto;
    text-align: center;
}
.error-pop .close-pop {
    margin: 0 8px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    background: #ccc;
    padding: 0 10px;
    display: inline-block;
}
.error-pop .refresh {
    margin: 0 8px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    background: #44acee;
    color: #fff;
    padding: 0 10px;
    display: inline-block;

}
.cuisine li {
    position: relative;
}
.cuisine p {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    padding: 10px;
    background: rgba(0,0,0,.5);
    color: #fff;
} 
.review-photo-urls {
    
}
.review-photo-urls img {
   float: left;
   height: 80px;
   margin: 0 5px 5px 0;
}
.welcome-tips {
    position: absolute;
    top: 40px;
    width: 100%;
    color: #333;
    text-align: center;
    opacity: 1;
    transition: all .6s;
}
.toggle-welcome {
    opacity: 0;
}
.img-rest-photo {
    padding: 10px 15px;
}
.img-rest-photo img {
    height: 80px;
    width: 80px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.img-rest-photo b {
    display: none;
}
.whoops {
    text-align: center;
    padding: 20px 15px;
    display: none;
} 
.whoops p {
    font-size: 18px;
    color: #ccc;

}
.whoops span {
    color: #ccc;
    font-size: 14px;
    display: block;
    margin: 20px 0;
}
.whoops b {
    color: #333;
    padding: 0 1em;

}
.whoops a {
    color: #ff7416;  
}
.search-name-show {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.switch-remind {
    float: right;
    width: 60px;
    height: 24px;
    border-radius: 12px;
    border:1px solid #ccc;
    background: #d1d1d1;
    box-shadow: 0 0 1px 1px #aaa;
    position: relative;
    transition: all ease 0.4s;
}
.switch-remind i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 1px 1px #eee;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.4s;
}
.switch-remind.check {
    background: #fe812d;
}
.switch-remind.check i {
    left: 36px;
}
.protocol-setting {
    padding: 20px 10px;
}
.protocol-setting p {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0;

}
.protocol-setting h3 {
    font-size: 16px;
    padding: 8px 0;
    font-weight: bold;
}
.short-message-wrap {
    padding: 0 15px;
    width: 100%;
}
.short-message {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    
}
.short-message p {
    text-align: left;
    line-height: 24px;
    min-height: 24px;
    color: #333;
    margin-left: 55px;
}
.photo-select-wrap {
    position: fixed;
    bottom: -105px;
    left: 0;
    background: #fcfcfc;
    border-top: 1px solid #ccc;
    box-shadow: 0 1px 10px #ddd;
    width: 100%;
    transition: all .3s;
    z-index: 300;
}
.show-photo-select {
    bottom: 0;
}
.photo-select-wrap ul {
    
}
.photo-select-wrap li {
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ccc;
}
.photo-select-wrap li:last-child {
    border-bottom: none;
}
.enter-rest {
    background: url(../imgs/bottom-red1.png) no-repeat 3px center;
    background-size: 18px auto; 
    padding: 0 5px 0 28px;
    line-height: 30px;
    display: inline-block;
    border:1px solid #ccc;
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,.2);
}
.food-btn-more {
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f2f6f9;
    border-radius: 50%;
    margin: 10px auto 0;
    color: #ccc;
}


.menu-set-wrap {
    padding: 5px 0 18px 15px;
    background: url(../imgs/detail-icon8.png) no-repeat center bottom;
    background-size: 15px;
}
.menu-toggle-show  {
    background: none;
    padding-bottom: 5px;
}
.menu-toggle-show .para-hidden {
    height: auto;
}
.para-hidden {
    line-height: 20px;
    padding-left: 10px;
    padding-top: 5px;
}
.no-info-para {
    text-align: center;
    padding-top: 30px;
    color: #666;
}
.swiper-button-disabled {
    display: none;
}
.all-history-info {
    width: 200%;
    transition: all .3s;
}
.delete-animation {
    margin-left: -80px;
}
.history-show-wrap {
    width: 50%;
    float: left;

}
.delete-icon-btn {
    width: 80px;
    float: left;
    background: #f00;
    color: #fff;
    line-height: 120px;
    font-size: 20px;
    text-align: center;
    position: relative;
    top: -10px;
}
.delete-wrap {
    height: 120px;
    overflow: hidden;
}
#reload {
    width: 44px;
    height: 44px;
    border: 1px solid #eee;
    border-radius: 50%;
    background:url(../imgs/reload.png) no-repeat center center #ff9954;
    background-size: 50%;
    position: fixed;
    top: -100px;
    left: 50%;
    margin-left: -22px;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.4);
    z-index: 100000;
    opacity: 0;
    transform: rotate(0);
    transition: all .8s;
}
#reload.show-reload {
    opacity: 1;
    top: 100px;
    transform: rotate(360deg);
}
.reset-style {
    padding: 24px 6px 0;
    text-align:center;
    min-width: 48px;
    display: inline-block;
}
.reset-style1 {
    padding: 0 6px 0 24px;
    text-align:center;
    min-width: 48px;
    display: inline-block;
}
.reset-bg1 {
    background: url(../imgs/bottom-h1.png) no-repeat center top;
    background-size: auto 20px;
}
.reset-bg4 {
    background: url(../imgs/bottom-h1.png) no-repeat left center;
    background-size: auto 16px;
}
.reset-bg2 {
    background: url(../imgs/detail-icon10.png) no-repeat center top;
    background-size: auto 20px;
}
.reset-bg3 {
    background: url(../imgs/icon_like.png) no-repeat center top;
    background-size: auto 20px;
}
.reset-bg5 {
    background: url(../imgs/icon_like_24.png) no-repeat left center;
    background-size: auto 14px;
}
.reset-bg6 {
    background: url(../imgs/ins.png) no-repeat center top;
    background-size: auto 26px;
}
.no-data {
    text-align: center;
    padding-top: 40px;
    color: #ccc;
}
.set-score-wrap {
    height: 35px;
    padding-top: 5px;
    line-height: 30px;
    font-size: 16px;
}
.set-score-wrap span {
    float: left;
    color: #fe812d;
    width: 100px;
    text-align: right;
}
.set-score-wrap i {
    font-style: normal;
    margin-left: 5px;
    color: #ccc;
    font-size: 20px; 
}
.set-score-wrap i.cur {
    color: #fe812d;
}
.set-score-wrap p {
    float: left;
    padding-left: 5px;
}
.position-distance {
    position: absolute; 
    right: 0;
    top: 1px;
    line-height: 24px;
    color: #333;
}
.address-set {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
    overflow: hidden;
    font-weight: normal;
}

.new-set-bg {
    background: rgba(255,255,255,.5);
    border-bottom: 1px solid #ccc;
}
.new-set-bg .common-title h3 {
    color: #000;
}
.new-set-bg .rank-ul p {
    color: #333;
}
.new-set-bg .rank-ul li.cur p {
    color: #000;
}
.reload-top-icon {
   background:url(../imgs/button_refresh.png) no-repeat center center;
   width: 30px;
   height: 30px;
   background-size: 20px;
   float: right;
}
.like-shake-icon {
    margin-left: 10px;
    padding-left: 25px;
    background: url(../imgs/detail-icon9.png) no-repeat left center;
    background-size: 18px;
}
.get-direction {
    background: url(../imgs/direction.png) no-repeat left center;
    background-size: 14px;
    padding-left: 20px;
}
.ad-flag {
    position: absolute;
    background: #ff8b4c;
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    top: 0;
    left: 0;
    border-radius: 10px 0 10px 0;
}
.set-place {
    float: right;
    max-width: 90px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#arrowTips {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100%;
}
#arrowTips.show-set {
    display: block;
}
#arrowTips img {
    width: 140px;
    position: absolute;
    bottom:110px;
    left: 50px;
}

.common-arrow-tips {
    width: 80%;
    margin: 100px auto 0;
    padding: 15px 10px;
    line-height: 24px;
    font-size: 14px;
    background: rgba(0,0,0,.5);
    border-radius: 4px;
}

.common-arrow-tips p {
    color: #fff;
    font-size: 18px;
}
#appLaunch {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
    background:rgb(242, 247, 251);
}
#app-launch img {
    height: 100%;
    width: 100%;
    display: block;
}
#app-launch .launch-logo {
    width: 60%;
    height: auto;
    display: inline-block;
}
#app-launch .swiper-slide {
    position: relative;
}
.launch-pagination .swiper-pagination-bullet-active{
    background:rgba(241,115,30,.8);
}
.lanuch-para {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lanuch-para p {
    text-align: center;
    width: 100%;
}
.lanuch-para .app-name {
    padding: 70px 20px 0;
    position: absolute;
    top: 100px;
    background: url(../imgs/logo.png) no-repeat center top;
    background-size: auto 50px;
}
.lanuch-para .para1 {
    color: #fff;
    padding: 0 20px;
    position: absolute;
    bottom: 40px;
    font-size: 16px;
}
.lanuch-para .para2 {
    color: #fe8636;
    padding: 0 20px;
    position: absolute;
    bottom: 90px;
    
}
.lanuch-para .para3 {
    color: #fe8636;
    padding: 0 20px;
    position: absolute;
    bottom: 90px;
    
}
.lanuch-para .para4 {
    color: #fe8636;
    padding: 0 20px;
    position: absolute;
    bottom: 90px;
}
.lanuch-para button {
    background: #fe8636;
    padding: 5px 10px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    margin: 10px auto 0;
    display: inline-block;
    box-shadow: 0px 0px 1px 1px #ecd0bd inset;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -56px;
}

.foody-monkey {
    background: url(../imgs/banner-word.png) no-repeat;
    background-size:  auto 18px; 
    display: inline-block;
    height: 18px;
    width: 200px;
}
.write-name {
    background: url(../imgs/down-arrow.png) no-repeat right center;
    background-size: 12px;
    padding-right: 15px;
}
.set-profile-img {
    background: url(../imgs/logo.png) no-repeat center center #eee;
    background-size: 50px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}
.set-profile-img p {
    text-align: center;
    padding-top: 65px;
    color: #ffc49d;
}
.friend-request-title {
    background: url(../imgs/detail-icon16.png) no-repeat 95% center #fff; 
    padding: 10px 15px;
    background-size: auto 16px;
    margin: 4px 12px;
}
.request-point,.has-promo {
    position: relative;
}
.request-point:after,.has-promo:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: red;
    left: 50%;
    top: 12px;
}
.has-promo:after {
    right: -6px;
    left: auto;
    top: 0;
}
.index-no-info {
    padding: 20px;
    text-align: center;
    color: #999;
}
.my-rewards {
    /*color: #fff;*/
    color: #333;
    float: right;
    padding-right: 10px;
}
.rewards-top {
    color: #ccc;
    padding-right: 15px;
    font-size: 16px;
    float: right;
}
.rewards-para {
    line-height: 30px;
    background: url(../imgs/footprint-icon.png) no-repeat;
    height: 30px;
    margin-left: 5px;
    background-size: 20px;
    padding-left: 30px;
    color: #858585;
    font-size: 13px;
}
.rewards-tips {
    color: #858585;
    font-size: 13px;
    line-height: 24px;
}
.rewards-para em {
    font-style: normal;
    padding: 0 10px;
}
.rewards-para span {
    float: right;
    padding-right: 10px;
}
.email-invite {
   font-size: 14px;
   border-bottom: 1px dashed #858585;
   padding: 8px 0;
}
.email-invite p {
   height: 42px;
   color: #858585;
}
.email-invite span {
   color: #333;
}
.email-invite a {
    float: right;
    height: 30px;
    margin-top: 6px;
    line-height: 30px;
    background: #fe8636;
    border-radius: 4px;
    padding: 0 10px;
    color: #fff;
}

.rewards-icon-follower {
    background-position: 0 5px;
}
.rewards-icon-following {
     background-position: 0 -45px;
}
.rewards-icon-review {
     background-position: 0 -98px;
}
.rewards-icon-photo {
     background-position: 0 -150px;
}
.rewards-icon-wishlist {
     background-position: 0 -255px;
}
.rewards-icon-beenhere {
    background-position: 0 -305px;
}
.rewards-icon-likes {
    background-position: 0 -200px;
}
.done-effect {
    color: #ccc;
}
.set-hover-map {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
}
.set-hover-map .head-rest-icon {
    float: none;
    margin: 4px auto;
    display: block;
}

/* Map search box drop down style*/
.map-search-show {
    position: absolute;
    top: 80px;
    bottom: 0;
    width: 100%;
    /*max-height: 50%;*/
    max-height: 200px;
    background: rgba(0,0,0,.6);
    z-index: 5;
    display: none;
}
.map-search-show ul {
    max-height: 80%;
    overflow: auto;
    background: #fff;
    border: none;
}
.map-search-show ul li {
    margin: 0 15px;
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    color: #666;
    overflow: hidden;
}
.map-search-show ul li:last-child {
    border: none;
}
.map-search-show ul li span {
    float: right;
    color: #999;
    overflow: hidden;
}
.map-search-show ul li em {
    font-style: normal;
}
.transition-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.95);
    z-index: 1000;
    transition: opacity .4s;
    opacity: 0;
}
.transition-mask p {
    text-align: center; 
    padding-top: 240px; 
    font-size:24px; 
    color:#ff4200;
}
.transition-mask p span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: 0 3px;
    transform: translateX(-80vw);
}
.load1 {
    animation: k-loadingP 2.4s infinite;
    animation-delay: .5s;
    background:#cddc39;
}
.load2 {
    animation: k-loadingP 2.4s infinite;
    animation-delay: .4s;
    background:#ffeb3b; 
}
.load3 {
    animation: k-loadingP 2.4s infinite;
    animation-delay: .3s;
    background:#ffc107;
}
.load4 {
    animation: k-loadingP 2.4s infinite;
    animation-delay: .2s;
    background: #ff9800;
}
.load5 {
    animation: k-loadingP 2.4s infinite;
    animation-delay: .1s;
    background:#ff5722;
}
@keyframes k-loadingP {
    40% {
    transform:translateX(0);
    opacity:.8
}
100% {
    transform:translateX(80vw);
    opacity:0
}
}
.transition-begin {
    opacity: 1;
}
.logo-animation,.transition-begin .jump-logo {
    background: url(../imgs/logo.png) no-repeat;
    background-size: 100%;
    width: 90px;
    height: 60px;
    position: absolute;
    top:140px;
    left: 50%;
    margin-left: -30px;
    animation: jump 1.2s ease-in-out 0s infinite;
}

img.lazy {
    background: url(../imgs/logo.png) no-repeat center center #fcfcfc;
    background-size: 50% 35%;
}

@keyframes jump {
    0% {
        top:140px;
    }   
    
    50% {
        top:120px;
    }   
    
    100% {
        top:140px;
    }
}
/*order style*/
.order-rest {
    padding-left: 20px;

}
.order-wrap {
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 40px;
}
.order-left {
   height: 100%;
   width: 100px;
   overflow: hidden;
   border-right:1px solid #ccc;
   box-shadow: 1px 0 10px 3px #eaeaea;
   padding-bottom: 15px;
   float: left;
}
.order-menu {
   height: 100%;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
}
.order-menu ul {

}
.order-menu li {
    color: #333;
    text-align: center;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px dashed #ccc;
}
.order-menu li.cur {
    background:-webkit-linear-gradient(left, #ff9c59 0, #eabe28 100%); 
    color: #fff;
}
.order-menu li.cur:after {
   content: '';
   position: absolute;
   width: 5px;
   height: 100%;
   border-radius: 0 3px 3px 0;
   background: #fff;
   left: 0;
   top: 0;
}
.order-menu li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.order-menu li p {
    padding: 0 10px;
}
.order-menu li span {
    position: absolute;
    background: #666;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 50%;
    top: 4px;
    right: 10px;
    display: none;
}
.order-z .order-right, .order-z .order-menu {
    overflow:hidden;
}
.order-right {
   margin-left: 100px;
   padding: 10px;
   height: 100%;
   overflow: auto;
   -webkit-overflow-scrolling:touch;
}
.order-right-wrap {
}
.order-pt {
}
.order-pt img {
    width: 100%;
    max-height:60px; 
}
.order-fix-title {

}
.order-menu-kind {
   padding-bottom: 10px;
}
.order-menu-detail {
   padding: 10px 0 ;
}
.order-menu-sub {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 16px;
    color: #333;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dish-detail-wrap {
 
  

}
.order-dish-img  {
    overflow:hidden;
}
.order-dish-img img {
    border-radius: 10px;
    width: 100%;
}
.dish-detail-wrap img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
.dish-detail-right {
  margin-left: 70px;
  position: relative;
  min-height: 60px;
}
.dish-detail-right h3 {
  color: #333;
  font-size: 17px;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dish-detail-right p {
  color: #333;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-dish-price {
  color: #333;
  font-size: 16px;
}
.order-dish-num {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
}
.order-dish-num.cur .order-minus {
    display: block;
}
.order-dish-num b {
  float: right;
  padding: 0 15px;
  font-size: 16px;
  line-height: 30px;

}
.order-dish-num .order-add,.order-dish-num .order-minus {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
.order-dish-num .order-add {
  color: #333;
  border: 1px solid #333;
}
.order-dish-num .order-minus {
  color: #666;
  border:1px solid #ccc;
  display: none;
}
.order-bottom {
    background: #f1f1f1;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.order-bottom-left {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../imgs/order-buy.png) no-repeat center center #f5f5f5;
    background-size: 30px;
    top: -18px;
    left: 40px;
    box-shadow: 0px 1px 20px 3px #999;

}
.order-bottom-left p {
    position: absolute;
    background: #fb6700;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 50%;
    top: -2px;
    right: -13px;
    display: none;
    font-size: 15px;
}
.order-all-price {
    padding-left: 100px;
    line-height: 40px;
    color: #333; 
    float: left;
}

.order-bottom-right,.payment-history-button,.edit-mobile-button {
    float: right;
    width: 120px;
    height: 32px;
    border-radius: 16px;
    background: #fb6700;
    margin: 3px 15px 0 0;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
}
.restaurant-button {
    text-align: center;
    padding: 5px 0 10px;
}
.restaurant-button a {
    height: 28px;
    min-width: 85px;
    padding: 0 10px;
    border-radius: 5px;
    background: #fb6700;
    margin: 5px 8px 0;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

.order-bottom-right.button-top {
    margin-right: 5px;
}
.order-bottom .order-bottom-right.show-new {
    position: relative;
}
.order-bottom .order-bottom-right.show-new:before {
    position: absolute;
    top: -5px;
    right: -10px;
    content: 'New';
    background: #fff;
    color: #fb6700;
    font-size: 12px;
    border-radius: 10px;
    width: 30px;
    height: 20px;
    line-height: 20px;
    box-shadow: 0 1px 10px 3px #fb6700;

}
.order-bottom-right.disable-order {
    background: -webkit-linear-gradient(left, #bbb 0, #ccc 100%);
}
.get-price {
    min-height: 40px;
    line-height: 40px;
    color:#ff8b4c;
    padding-left: 10px;
    font-size: 18px;
}
.show-menu-dish .menu-detail-bottom {
    position: fixed;
}
.menu-detail-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #f5f5f5;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.menu-detail-bottom .go-menu {
    width: 50%;
    float: left;
    color: #999;
}
.menu-detail-bottom .go-order,.go-pay {
    width: 50%;
    float: left;
    background: -webkit-linear-gradient(left, #333 0, #aaa 100%);
    color: #fff;
}
.no-order {
    text-align: center;
    padding: 20px 0;
    color: #ccc;
    font-size: 15px;
}
.order-list-wrap {
    padding: 15px 10px 50px;
}
.order-list-show {
   
}
.order-list-show li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0 10px;
    font-size: 18px;
}
.order-list-show li b {
    padding-right: 10px;
    font-weight: normal;
    color: #999;
    float: left;
}
.order-list-show li p {
    color: #666;
}
.order-list-show li p em {
    font-style: normal;
}
.order-list-show li span {
   float: right;
   color: #666;
}
.order-list-show .price-kind,.list-all-price {
   clear: both;
   text-align: right;
   padding-top: 5px;
   color: #333;
}
.list-all-price {
    padding: 10px;
    font-size: 22px;
}
.yhj-flag img {
    height: 24px;
}
.referer-key {
    padding: 15px;
}
.referer-key input {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #efefef;
    padding: 0 10px;
    width: 70%;
    float: left;
}
.referer-key button {
    width: 25%;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #ff9c59;
    background: -webkit-linear-gradient(left, #ff9c59 0, #fe812d 100%);
    border-radius: 5px;
}
#shareWrap {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    display: none;
    overflow: hidden;
}
#shareWrap .loading-share,#shareChatWrap .loading-share {
    background: url(../imgs/loading.gif) center 0 no-repeat;
    background-size: auto 50px; 
    height: 50px;
    position: absolute;
    top: 48%;
    width: 100%;
}
.share-none {
    text-align: center;
    padding-top: 30px;
    color: #666;
}
.share-select-icon {
    position: absolute;
    right:0;
    top: 16px;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #fff;
}
.chat-share-wrap .wrap-border {
    position: relative;
}
.share-box .share-select-icon {
    right:10px;
    top: 20px;
    height: 32px;
    width: 32px;
    background: #ccc;  
    line-height: 32px;
}
.share-select .share-select-icon {
    background: #ff9c59;
}
.submit-share {
    color: #fff;
    float: right;
    margin-right: 15px;
    font-size: 14px;
}
.chat-cont-img {
    height: 24px;
    float: left;
    margin-right: 4px;
}
.chat-cont-img2 {
    height: 16px;
    float: left;
    margin:4px 6px 0 0;
}
.chat-cont-img3 {
    height: 18px;
    float: left;
    margin: 3px 8px 0 0;
}
.share-other-wrap {
    background: #fcfcfc;
    padding: 15px 10px 0;
    margin-top: 15px;
    border-top:1px solid #ccc;
}
.share-other-wrap li {
   float: left;
   height: 80px;
   width: 70px;
   text-align: center;
   position: relative;
}
.share-other-wrap li span {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
}
.share-other-wrap li img {
    height: 50px;
}
.chat-container {
    padding-bottom: 20px;
    position: absolute;
    top:75px;
    left: 0;
    right: 0;
    bottom: 70px;
    overflow: auto;
     -webkit-overflow-scrolling: touch; 
}
.new-title-bg {
    box-shadow: 0 1px 20px 10px rgba(158,158,158,.2);
    position: relative;
    background: #fff;
    padding: 10px;
}
.new-title-bg.menu-fix-top {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}
.pay-rest-name {
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pay-rest-addr {
    color: #333;
}
.pay-nav {
    padding-top: 10px;
}
.pay-nav span {
    float: right;
}
.pay-nav p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.pay-nav p:before {
    background: url(../imgs/return1.svg) no-repeat 0 -3px;
    height: 30px;
    width: 40px;
    background-size: 100%;
    content: "";
    float: left;
}
.pay-wrap {
    padding: 10px 6px;
}
.pay-info {
    padding: 10px;
}
.pay-discount {
    border:1px solid #ffc49d;
    padding: 8px 5px;
    color: #ff8b4c;
    font-size: 14px;
}
.pay-discount span {
    float: right;
}
.pay-other {
    line-height: 40px;
    padding: 0 5px;
    font-size: 14px;
}
.pay-other span {
    float: right;
}
.pay-other i {
    vertical-align: sub;
    padding: 0 4px;
}
.pay-all-price {
    line-height: 40px;
    padding: 0 5px;
    font-size: 18px;
    font-weight: bold;
}
.pay-all-price span {
    float: right;
}
.pay-method {
    border-top: 1px solid #ccc;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
}
.pay-method span {
    float: right;
    color: #ff8b4c;
}
.pay-rewards {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
.pay-rewards span {
    float: right;
    color: #ff8b4c;
}
.pay-rewards h3 {
    line-height: 30px;
    font-size: 16px;
}
.pay-rewards p {
    line-height: 26px;
}
.pay-tip {
    font-size: 14px;
    height: 40px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 7px;
}
.pay-tip span {
    display: inline-block;
    border:1px solid #ff8b4c;
    color: #ff8b4c;
    border-radius:5px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    margin-left: 15px;
}
.pay-tip span.get-tip {
    background: #ff8b4c;
    color: #fff;
}
.pay-button {
    margin: 20px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    font-size: 20px;
    border-radius: 8px;
}
.pay-other em,.pay-button em,.pay-all-price em {
    font-style: normal;
    font-weight: normal;
}
.pay-button span {
    position: absolute;
    right: 15px;
    top: 10px;
}
.go-pay-btn {
    position: absolute;
    bottom:15px;
    left: 10px;
    height: 32px;
    border-radius: 8px;
    background: -webkit-linear-gradient(left, #ccc 0, #dfdfdf 100%);
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
}
.can-go-pay {
    background: -webkit-linear-gradient(left, #333 0, #aaa 100%);
}
.toggle-show-order {
    background: url(../imgs/down_arrow.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    background-size: 50%;
    position: absolute;
    top: -50px;
    right: 10px;
    transition: all .3s;
    transform: rotate(180deg);
}
.toggle-show-order.show-next {
    transform: rotate(0deg);
}

.payment {

}
.payment button {
    background: -webkit-linear-gradient(left, #ff9c59 0, #fe812d 100%);
    height: 42px;
    border-radius: 8px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    margin: 20px auto;
    width: 80%;
    display: block;
}

.payment-list-wrap {

}
.payment-list {
    margin-bottom: 10px;
}
.payment-list h3 {
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    color: #999;
    font-size: 14px;
    padding-left: 15px;
    box-shadow: 0 1px 8px 1px rgba(0,0,0,.2);
}
.payment-store {
    margin: 15px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 2px #e5e5e5;
}
.payment-store img {
    width: 100%;
    height: 60px;
}
.payment-info {
    padding: 10px;
}
.payment-info em {
    float: right;
    font-style: normal;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-top: -3px;
}
.payment-store span {
    float: right;
    color: #333;
    font-size: 14px;
}
.payment-store p {
    margin-right: 120px;
    color: #333;
    font-size: 16px;
    padding-bottom: 5px;
}
.payment-store b {
    color: #999;
}
.payment-button {
    margin-top: 10px;
}
.payment-store button {
    float: left;
    width: 44%;
    margin: 0 3%;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    background: none;
    font-size: 16px;
    line-height: 30px;
}
.pay-receipt {
    margin:30px auto;
    border:1px solid #999;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-radius: 2px;
    width: 80%;
}
.order-new-option {
    border-top: 1px solid #ccc;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.order-new-wrap {
    padding-bottom: 70px;
}
.order-new-mask {
    width: 100%;
    overflow: auto;
    background: #fff;
    padding-bottom: 130px;
    height: 100%;
    box-sizing: border-box;
}
.order-new-mask textarea {
    width: 90%;
    margin:15px auto;
    display: block;
    line-height: 24px;
    height: 96px;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    border:1px solid #999;
    background: #f1f1f1;
    resize: none;
    outline: none;
}
.order-new-list {
    border-top: 1px solid #ccc;
}
.order-new-list li,.store-cat-title {
    border-bottom: 1px solid #ccc;
    line-height: 24px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #fff;
}
.order-new-list li span {
    padding-left: 20px;
}
.order-new-list li:last-child {
    border-bottom: none;
}
.menu-index {
    float: right;
    color: #333;
    font-weight: bold;
    font-size: 20px;
}
.menu-index.menu-hidden {
    display: none;
}
.menu-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
}
.order-new-top {
    font-size: 20px;
    padding: 10px 0;
    line-height: 30px;
    color: #333;
    font-weight: 500;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.order-new-top span {
    float: right;
}
.order-new-detail {
    padding: 10px 15px;
    line-height: 24px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}
.order-new-detail span {
    float: right;
}
.order-new-operation {
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    padding: 15px 20%;
    text-align: center;
    line-height: 40px;
    background: #fff;
    min-height: 40px;
    box-shadow: 0 1px 10px 3px inset rgba(0,0,0,.4);
}
.order-new-operation span {
    border-radius: 20px;
    height: 40px;
    width: 40px;
    float: left;
    border:1px solid #333;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 20px;
}
.order-new-operation em {
    font-style: normal;
    font-size: 20px;
}
.order-new-btn,.school-order-btn,.store-order-btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 70%;
    margin-left: 15%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ccc;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}
.order-new-btn.order-new-effect,.school-order-btn.order-new-effect,.store-order-btn.order-new-effect {
    background: #333;
}
.order-new-parent {
    
}
.order-new-title {
    line-height: 40px;
    height: 40px;
    background: #fff;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    font-size: 18px;
    color: #333;
    padding: 0 15px;
}
.order-new-title span {
    float: right;
}
.order-second-title {
    line-height: 24px;
    background: #fff;
    border-bottom:1px solid #ccc;
    font-size: 16px;
    color: #333;
    padding: 10px 25px;
}
.order-new-last {
    padding: 0 25px;
    line-height: 30px;
    min-height: 30px;
    background: #fff;
    font-size: 14px;
    color: #666;
}
.order-new-last span {
    float: right;
}
.order-new-last input {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.order-new-last b {
    display: block;
    margin-left: 25px;
}


/*dosen't' work on img but div????*/
.dot:before{
    content:' ';
    position: absolute;
    /*z-index:1000;*/
    left: 15px;
    top: 15px;
    width:10px;
    height:10px;
    background-color: #ff4200;
    border-radius: 50%;
}
.dot:after {
    content:' ';
    position: absolute;
    /*z-index:1000;*/
    left:15px; /* need this */
    top:15px;
    width:10px;
    height:10px;
    background-color: #ffff00;
    border-radius: 80%;
    box-shadow: 0 0 10px rgba(0,0,0,.3) inset;
    -webkit-backface-visibility: hidden; /* https://www.cnblogs.com/gaoxue/archive/2012/07/24/2606563.html */
    -webkit-transform-style: preserve-3d; /* https://www.cnblogs.com/gaoxue/archive/2012/07/24/2606563.html */
    -webkit-animation: ripple 4s ease-in-out 0s infinite;
    -moz-animation: ripple 38s ease-in-out 0s infinite;
    -ms-animation: ripple 3s ease-in-out 1s infinite;
    -o-animation: ripple 3s ease-in-out 0s infinite;
    animation: ripple 4s ease-in-out 0s infinite;
    /*-webkit-animation-name:'ripple';!*动画属性名，也就是我们前面keyframes定义的动画名*!*/
    /*-webkit-animation-duration: 3s;!*动画持续时间*!*/
    /*-webkit-animation-timing-function: ease; !*ease;动画频率，和transition-timing-function是一样的*!*/
    /*-webkit-animation-delay: 1s;!*动画延迟时间*!*/
    /*-webkit-animation-iteration-count: infinite;!*定义循环资料，infinite为无限次*!*/
    /*-webkit-animation-direction: normal;!*定义动画方式*!*/
    /*!* IOS 下闪烁bug   http://www.it610.com/article/276132.htm*!   [无效]*/
    /*-webkit-backface-visibility: hidden;!*方法二（设置进行转换的元素的背面在面对用户时是否可见：隐藏）*!*/
    /*-webkit-transform-style: preserve-3d;!*方法一 设置内嵌的元素在 3D 空间如何呈现：保留 3D*!*/
}
@keyframes ripple {
    0% {
        left:20px;  /* dot left + dot width/2  or the div's center e.g. 40,40 div center is 20*/
        top:20px;
        opcity:75;
        width:0; /* min ripple */
        height:0;
        /*-webkit-transform: translate3d(0,0,0);  !*  https://www.jianshu.com/p/5a8881d1093b doesn't work *!*/
    }
    100% {
        left:-80px; /* ripple left - width/2  */
        top:-80px;
        opacity: 0;
        width:200px; /* max */
        height:200px;
    }
}
/* Map search box drop down style*/

.leaflet-control-zoom {
    top: 80px;
}
.body-bg-none {
    background: none;
}
.my-scan {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
}
.scan-middle {
   
}
.scan-middle .scan-top,.scan-middle .scan-window,.scan-middle .scan-bottom {
    position: absolute;
}
.scan-middle .scan-top { 
    top: 0;
    left: 0;
    height: 30%;
    width: 100%;
    background: rgba(0,0,0,.5);
}
.scan-middle .scan-bottom {
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    background: rgba(0,0,0,.5);
}
.scan-bottom p {
    text-align: center; 
    padding: 10px 20px;
    color: #fff; 
}
.scan-window {
    position: absolute;
    top: 30%;
    left: 0;
    height: 40%;
    width: 100%;
}
.scan-window .scan-border {
    width: 40vh;
    height: 100%;
    background: none;
    margin: 0 auto;
    position: relative;
}
.scan-border .scan-border-t,.scan-border .scan-border-l,.scan-border .scan-border-r,.scan-border .scan-border-b {
    position: absolute;
    width: 35px;
    height: 35px;
}
.scan-border-t {
    border-top: 5px solid #ccc;
    border-left: 5px solid #ccc;
    top: -5px;
    left: -5px;
}
.scan-border-l {
    border-bottom: 5px solid #ccc;
    border-left: 5px solid #ccc;
    bottom: -5px;
    left: -5px;
}
.scan-border-r {
    border-top: 5px solid #ccc;
    border-right: 5px solid #ccc;
    top: -5px;
    right: -5px;
}
.scan-border-b {
    border-bottom: 5px solid #ccc;
    border-right: 5px solid #ccc;
    bottom: -5px;
    right: -5px;
}
.scan-window .scan-left {
    position: absolute;
    width:100%;
    height:100%;
    left: -100%;
    top: 0;
    background: rgba(0,0,0,.5);
}

.scan-window  .scan-right {
    position: absolute;
    width:100%;
    height:100%;
    right: -100%;
    top: 0;
    background: rgba(0,0,0,.5);
    
}
.scan-middle .scan-line {
    width: 100%;
    height: 2px;
    background: green;
    animation: scanline 3s linear 1s infinite;
    position: absolute;
    top: 0;
    left: 0;
}
@keyframes scanline {
    0% {
      top: 0
    }
    100% {
      top: 100%;
    }
}
.paymethod-wrap {
    display: none;
}
.paymethod-wrap.show {
    display: block;
}
.counter-desc1 {
    text-align: center;
    padding: 15px 20px 0;
    font-weight: bold;
}
.counter-desc2 {
    text-align: center;
    padding: 15px 20px;
}
.counter-button button {
    margin: 0 10% 15px;
    width: 30%;
    float: left;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    background: -webkit-linear-gradient(left, #ff9c59 0, #fe812d 100%);
}
.counter-button .counter-cancel {
    background: #ccc;
    color: #333;
}
.add-new {
    float: right;
    font-size: 30px;
    margin-right: 15px;
}
.child-info {
    padding: 15px;
    font-size: 20px;
    line-height: 32px;
    color: #666;
}
.child-info span {
    float: right;
}
.child-info b {
    color: #333;
}
.school-save {
    font-size: 20px;
    color: #fe812d;
    float: right;
    margin-right: 15px;
}
.school-cancel {
    font-size: 20px;
    color: #fe812d;
    float: left;
    margin-left: 15px;
}
.school-select {

}
.school-info-title {
    font-size: 24px;
    color: #ff8b4c;
    margin: 20px 15px 10px;
}
.school-info-title span {
    float: right;
    font-size: 16px;
    color: #ff9c59;
    margin-top: 5px;
}
.school-info-child {
    padding:5px 15px 15px;
}
.school-info-child li {
    margin-top: 5px;
    line-height: 24px;
    font-size: 16px;
}
.school-info-child li input {
    float: left;
}
.school-info-child li label {
    float: left;
    font-size: 18px;
    margin-left: 10px;
}
.school-order {

}
.phone-para {
    padding: 20px 15px;
    color: #333;

}
.phone-para b {
    font-size: 24px;
    color: #666;
    text-align: center;
    display: block;
}
.clear-input-val {
    position: absolute;
    right:10px;
    top: 13px;
    background: url(../imgs/button_add_restaurant.png) no-repeat;
    background-size:22px 22px; 
    height: 22px;
    width: 22px;
    transform: rotate(45deg);
}

.school-bottom {
    min-height: 40px;
    padding: 5px 15px 0;
    margin-top: 10px;
}
.school-bottom img {
    height: 30px;
}
.school-rest-info {
    padding: 10px 15px 0;
    font-size: 18px;
}
.school-rest-name {
    position: absolute;
    top: 37px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    z-index: 10;
}
.order-edit {
    float: right;
    color: #ff9c59;
    font-size: 16px;
    padding-right: 10px;
}
.order-operate {
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    border: 1px solid #666;
    display: inline-block;
}
.order-operate.disable {
    border-color: #ccc;
    color: #ccc;
}
.add-new-order {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    border: 1px solid #fff;
    position: absolute;
    top: -40px;
    right: 8px;
    color: #fff;
    background: #ff9c59;
}
.parent-menu {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.parent-menu:last-child {
    border-bottom: none;
}
.no-button #placeSchoolOrder,.no-button #placeNewOrder {
    display: none;
}
#school-dish,#regular-dish,#store-swiper {
    height: 200px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}
#school-dish .swiper-slide,#regular-dish .swiper-slide,#store-swiper .swiper-slide  {
    background: none;
}
#school-dish img,#regular-dish img,#store-swiper img {
    max-width: 100%;
}
.order-bottom-bg {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
}
.order-fix.line-through {
    text-decoration: line-through;
    color: #f00;
}
.change-color {
    color: #ff9c59;
}
.email-verify {
    text-align: center;
    padding-top: 30%;
}
.email-verify p {
    padding: 0 30px;
    color: #999;
    font-size: 14px;
}
.email-verify b {
    font-size: 18px;
    color: #333;
}
.resend-email {
    color: #fff;
    background: -webkit-linear-gradient(left,#fe812d 0, #ff9c59 100%);
    clear: both;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
}
.all-total {
    font-size: 20px;
    line-height: 32px;
    padding-top: 3px;
}
.all-total b {
    padding-left: 10px;
    color: #333;
}
.menu-img-wrap {
    width: 100%;
    padding: 50% 0;
    border-radius: 8px;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}
.menu-img-wrap img {
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 1px;
    min-width: 1px;
}
.menu-img-show {
    float: left;
    width: 50%;
}
.menu-img-show:nth-child(even) {
    
}
.menu-img-show p {
    padding: 0 10px;
    height: 48px;
    overflow: hidden;
}
.fresh-style {}
.fresh-menu-img {
    float: left;
    width: 90px;
    height: 90px;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.fresh-menu-img img {
    max-width: 90px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 1px;
    min-width: 1px;
}
.fresh-style p {
    padding: 0 10px;
    margin-left: 90px;
    position: relative;
    margin-right: 40px;
}
.fresh-style p span {
    position: absolute;
    right: -40px;
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #ff9c59;
}
.top-info-container {

}
.top-info-wrap {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 0 10px;
}
.top-info-slide {
    width: 30%;
    padding: 0 10px 0 0;
    flex-shrink: 0;
}
.top-info-slide .img-middle-wrap {
    background: #f9f9f9;
    border-radius: 8px;
    width: 100%;
    padding: 50%;
}
.top-info-slide .img-middle-wrap img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 1px;
    min-height: 1px;  
}
.top-set-price {
    color: #ff9c59;
    font-size: 18px;
}
.top-set-price b {
    padding-left: 10px;
    text-decoration: line-through;
    color: #ccc;
    font-size: 14px;
    font-weight: normal;
}
.last-level .show-new-icon b {
    background: #fb6700;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
}
/*
使得mapbox地图的popup不要在右下方没有对准marker的显示一个尾巴
*/
.leaflet-popup-tip-container {
      top: 0px !important;
      overflow: auto !important;
      position: absolute !important;
      height: 0px !important;
 }
.leaflet-popup-tip {
      box-shadow: none !important;
      background-clip: none !important;
 }
.leaflet-popup:before 
        {
        content: "";
        position: absolute;
        border: 13px solid transparent;
        border-bottom-color: white;
        bottom: 0px;
        margin-left: -13px;
        }

.order-list-tab {
    width: 60%;
    margin: 15px auto;
    border-radius: 8px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #ccc;
    overflow: hidden;
}
.order-list-tab p {
    float: left;
    width: 50%;
    font-size: 16px;
}
.order-list-tab p.cur {
    background:#fb6700;
    color:#fff;
}
.order-type-cont{
    display: none;
}
.order-type-cont.cur {
    display: block;
}
.cart-para {
    font-size: 24px;
    padding: 10px 0;
}
.new-button-cart {
    text-align: center;
    padding:10px 0;
    border-bottom: 1px solid #ccc
}
.new-button-cart span {
    height: 32px;
    border-radius: 16px;
    background: #fb6700;
    padding: 0 25px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.address-opt {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 3px;
}
.address-opt i {
    color: #ff4200;
    font-style: normal;
    padding-left: 5px;
}
.address-step {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin: 20px 12px;
    position: relative;
}
.address-step b {
    border-top: 2px solid #dfdfdf;
    width:66%;
    position: absolute;
    left:17%;
    top: 0;;
}
.address-step b.step2::after {
    content: '';
    background:#fb6700;
    width: 50%;
    height: 2px;
    top: -2px;
    left: 0;
    position: absolute;
}
.address-step b.step3::after {
    content: '';
    background:#fb6700;
    width: 100%;
    height: 2px;
    top: -2px;
    left: 0;
    position: absolute;
}
.address-step p{
    float: left;
    width: 33%;
    text-align: center;
    position: relative;
}
.address-step p span{
    position: absolute;
    top: -20px;
    left:50%;
    margin-left: -5px;
    background:#dfdfdf;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.address-step p span.cur {
    background:#fb6700;
    width:26px;
    height: 26px;
    margin-left:-12px;
    top:-28px;
    z-index: 10;
}
.address-step p span.done {
    background:#fff;
    width:26px;
    height: 26px;
    margin-left:-12px;
    top:-28px;
    z-index: 10;
    border: 1px solid #fb6700;
}
.address-step p span.done::after {
    content: '';
    position: absolute;
    color: #fb6700;
    font-size: 22px;
    top: 6px;
    left: 14px;
    width: 2px;
    height: 12px;
    background:#fb6700;
    transform: rotate(45deg);
}
.address-step p span.done::before {
    content: '';
    position: absolute;
    color: #fb6700;
    font-size: 22px;
    top: 12px;
    left: 5px;
    width: 8px;
    height: 2px;
    background:#fb6700;
    transform: rotate(45deg);
}
.address-list {
    padding: 0 12px 15px;
}
.address-list-wrap {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 50px;
    position: relative;
}
.select-address {
    position: absolute;
    left: 0;
    top: 10px;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
.selected-this {
    background:#fb6700;
}
.selected-this span {
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background:#fff;
    left:10px;
    top: 10px;
}
.address-default {
    background:#dfdfdf;
    border-radius: 16px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 20px;
}
.address-cont {
    font-size: 18px;
    line-height: 32px;
}
.address-operate {
    margin: 10px auto 0;
}
.address-operate b {
    float: left;
    text-align: center;
    width: 45%;
    font-size: 20px;
}
.add-address {
    padding: 12px 0;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
}
.address-cancel {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-bottom: 30px;
}
.address-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    padding-top:30%;
    z-index: 100;
    display: none;
}
.address-mask p {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.delete-address {
    margin: 20px auto;
    width: 70%;
    text-align: center;
}
.delete-address span {
    display: inline-block;
    margin: 0 15px;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: bold;
}
.delete-address span.cur {
    color: #fff;
    background: #fb6700;
}
.delete-address span.btn-focus,.new-button-cart.btn-focus span {
    position: relative;
    opacity: 0.7;
    background: #666;
    color: #ccc;
}
.delete-address span.btn-focus::after,.new-button-cart.btn-focus span:after {
    background:url('/imgs/loading.gif') no-repeat center center ;
    background-size: auto 60%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.address-action {
    display: none;
}
.address-action.show-action {
    display: block;
}
.card-select {
    border: 1px solid #dee6ed;
    background: #fdfdfd;
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    font-size: 16px;
    color: #666;
    width:48%;
}
.order-review {
    padding: 10px 12px;
}
.order-review h3 {
    font-size: 18px;
}
.order-review h3 a {
    float: right;
    color: #333;
}
.order-info-para {
    color: #999;
    font-size: 16px;
    padding: 10px 0 20px;
}
.order-review-detail {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
.review-title {
    font-weight: bold;
    position: absolute;
    top: 12px;
    left: 0;
}
.shop-bottom-set {
    position: relative;
}
.shop-bottom-set img {
    transform: scale(1.1);
}
.shop-bottom-set .shopping-num-show {
    position: absolute;  
    background: #fb6700;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 50%;
    top: -5px;
    right: 8px;
}
/* new index */
.scan-top-icon {
   background:url(../imgs/scan-icon.jpeg) no-repeat center center;
   width: 30px;
   height: 30px;
   background-size: 20px;
   float: right;
}
.new-top-logo {
    background:url(../imgs/logo.png) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 30px;
    float: left;  
}
.new-top-location {
    background:url(../imgs/location-icon.jpeg) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 30px; 
    float: left; 
}
.new-top-ad {   
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin-left: 115px;
    width: 50%;
}
.new-top-ad  .swiper-slide {
    background: none;
}
.new-top-ad  .swiper-slide p {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-search-top {
    width: 100%;
    padding-left:40px;
    border: 2px solid #ccc;
    border-radius: 15px;
    height: 34px;
    margin-top: 5px;
    background: url(../imgs/search-index.png) no-repeat 10px center #fff;
    background-size: 18px;
    transition: all .5s;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    z-index: 5;
}
.go-top .new-search-top {
    width: 52%;
    margin-top: -32px;
    margin-left:112px;
}
.new-input-search {
    height: 30px;
    line-height: 30px;
    width: 90%;
    border: none;
    font-size: 18px;
    outline: none;
    background: none;
}
.new-activity {
    background: #eee;
    margin: 10px;
    border-radius: 10px;
    padding: 10px 0 0;
}
.event-show {
    padding:0 0 10px 10px; 
}
.event-show img {
    float: left;
    width: 60px;
    border-radius: 8px;
}
.event-show p {
    margin-left: 70px;
    font-size: 14px;
}

.tab-wrap {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 0 -10px;
}
.new-cont-tab {
    background: -webkit-linear-gradient(top, #fff 0, #dfdfdf 100%);
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.new-cont-tab ul {
    padding: 0 20px;
    white-space: nowrap;
}
.new-cont-tab ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 17px;
}
.new-cont-tab ul li.cur {
    color:#ff9954;
}
.new-card-list {
    padding-bottom: 80px;
    display: flex;
    padding-right: 6px;
}
.new-card-list ul {
    padding-left: 6px;
    width: 50%;
}
.new-card-list ul li {
    padding: 6px 0 0;
    
}
.new-card-list .card-wrap {
    border: 2px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.new-card-list .card-wrap img {
    width: 100%;
}
.new-card-list .card-wrap p {
    padding: 5px;
}
.event-show {

}
#submitOrder {
    background: #fb6700;
}
#submitOrder.submitting {
    background: #ccc;
}
.kids-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background:rgba(0,0,0,.6);
    display: none;
}
.kids-menu-wrap.show-this-wrap {
    display: block;
}
.kids-menu-wrap .close-menu {
    float: right;
    font-size: 30px;
}
.kids-menu-wrap .menu-show {
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    left: 10%;
    right: 10%;
    top: 20px;
    bottom: 70px;
    padding: 10px;
}
.menu-show .cont-menu {
    padding-bottom:50px;
    background: url(../imgs/loading.gif) no-repeat  center center;
    background-size: 30px;
    height: 80%;
    overflow: auto;
    clear: both;
}
.menu-show .cont-menu.menu-done {
    background: none;
}
.kids-menu-wrap .menu-show h3 {
    font-size: 16px;
    padding-bottom: 5px;
    clear: both;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}
.kids-menu-wrap .menu-show p {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    margin-bottom: 10px;
}
.kids-menu-wrap .menu-show p b {
    padding-left: 20px;
}
.kids-menu-wrap .go-order {
    position: absolute;
    bottom: 10px;
    width: 80%;
    left: 10%;
    height: 40px;
    background:#fc9667;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin: 0;
}
.rest-menu-all {
    padding: 10px;
    display: none;
    min-height: 50px;
    background: url('../imgs/loading.gif') no-repeat center center;
    background-size: 35px;
}
.rest-menu-all.menu-done {
    background: #fff;
}
.rest-menu-all h3 {
    font-size: 16px;
    padding-bottom: 5px;
    clear: both;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;

}
.rest-menu-all p {
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    margin-bottom: 10px;
}
.rest-menu-all p b {
    padding-left: 20px;
}
.rest-menu-all.show-this-menu {
    display: block;
}
.get-more-info {
    transform: rotate(0);
    transition: transform 0.5s;
}
.get-more-info.show-all {
    transform: rotate(90deg);
}
.school-list {

}
.school-rest-wrap .rest-name{
 font-size: 18px;
 padding: 10px 10px 10px 30px;
 background: url('../imgs/icon_popular_restaurant.png') no-repeat 8px center #fff;
 background-size: 18px;
}
.school-name {
    padding: 10px;
    color: #fc9667;
    font-size: 20px;
    border-bottom: 1px solid #fc9667;
}
.get-more-info {
    float: right;

}
.menu-swiper {
    height: 40vh;
    margin-bottom:60px;
}
.new-date-wrap {
    background: -webkit-linear-gradient(top, #fafafa 0, #fafafa 7%, #fff 8%,#aaa 100%);
    height: 80px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.new-date-wrap ul {
    height: 70px;
    white-space: nowrap;
}
.new-date-wrap ul li {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 100%;
    background-image: -webkit-radial-gradient(#fab696,#f77e27);
    padding: 0 3px 3px;
    margin: 0 6px;
}
.new-date-wrap ul li.cur {
    border-bottom: 4px solid #fff;
}
.date-info {
    border: dashed 1px #fff;
    border-top: none;
    text-align: center;
    padding: 0 3px;
}
.left-triangle {
    width: 0;
    height: 0;
    border-bottom: 5px solid #bbb;
    border-left: 5px solid transparent;
    position: absolute;
    top: 0;
    left: -5px;
}
.right-triangle {
    width: 0;
    height: 0;
    border-bottom: 5px solid #bbb;
    border-right: 5px solid transparent;
    position: absolute;
    top: 0;
    right: -5px;
}
.date-month {
    color:#fff;
    font-size: 14px;
    font-style: italic;
}
.date-day {
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}
.date-info span {
   float: right;
   color: #333;
}
.date-year {
    color:#fff;
    font-size: 14px;
    text-align: left;
}
.menu-operate {
    margin-top: 5px;
    padding: 0 10px;
}
.menu-operate .get-num,.menu-operate .blank {
    display: none;
}
.menu-operate .blank {
    background: none;
    border: 1px solid #ff8b4c;
    color: #333;
}
.menu-operate.show-all .get-num,.menu-operate.show-all .blank {
    display: block;
} 
.menu-operate b {
    float: right;
    width: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
}
.menu-operate em {
    background: #ff8b4c;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    float: right;
    padding: 0;
    line-height: 30px;
}
.set-account {
    color: red;
    padding: 5px 10px;
    border-top: 1px solid #e1e8ee;
    clear: both;
}
.mask-account {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.account-title2,.account-title1,.account-description1,.account-description2,.sure-delete,.sure-deactivate {
    display: none;
}
.mask-account.show-deactivate, .mask-account.show-delete, .show-deactivate .account-title2,
.show-delete .account-title1,.show-delete .account-description1,.show-deactivate .account-description2,
.show-delete .sure-delete,.show-deactivate .sure-deactivate{
    display: block;
}
 
.account-wrap {
    margin: 100px auto 0;
    width: 70%;
    border-radius: 8px;
    border: 2px solid #ccc;
    padding: 15px;
    background: #fff;
}
.account-wrap h3 {
    padding-bottom: 10px;
    text-align: center;
}
.account-wrap p {
    line-height: 1.5;
    margin-bottom: 15px;
}
.account-wrap button {
    width: 100%;
    background: #eee;
    border-radius: 20px;
    height: 40px;
    margin-bottom: 15px;
    border: none;
}
.account-wrap button.active {
    background: #ff7416;
    color: #fff;
    border-color: #ccc;
}
.password-wrap {
    padding: 10px 20px;
}
.password-wrap p {
    font-size: 16px;
}
.password-wrap input {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 2px solid #333;
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
}
.account-btn {
    min-height: 100px;
    padding-top: 20px;
}
.account-btn span {
   float: left;
   width: 50%;
   text-align: center;
}
.account-btn span b {
    background: #ff7416;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}
.cart-index {
    padding: 0 5px 50px;
}
.cart-store-wrap {
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 3px 2px #e5e5e5;
    padding: 5px;
    margin-top: 10px;
}
.cart-store-title {
    border-bottom: 1px solid #ccc;
}
.cart-store-wrap h3 {
    font-size: 16px;
    padding-left: 35px;
    background: url(../imgs/detail-icon29.png) no-repeat 6px center;
    background-size: 24px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart-cont {
    padding: 5px 0;
}
.cart-date {
    height: 24px;
    line-height: 24px;
}
.cart-detail {
    padding: 5px 0 10px;
}
.cart-detail img {
    width: 60px;
    height: 60px;
    background: #ccc;
    border-radius: 5px;
    float: left;
}
.cart-info {
    margin-left: 90px;
}
.cart-name {
    font-size: 14px;
    word-break: break-word;
    padding-bottom: 5px;
}
.cart-operation {


}
.cart-num {
    float: right;
    width: 80px;
}
.cart-num-add,.cart-minus {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 18px;
    float: left;
    text-align: center;
    font-size: 20px;
}
.cart-minus.disabled {
    color: #ccc;
}
.cart-num-show {
    float: left;
    padding: 0 15px;
}
.cart-price {
    float: left;
    color: red;
    font-size: 16px;
}
.cart-icon {
    text-align: center;
}
.cart-icon img {
    width: 30px;
    margin-top: 4px;
}
.cart-style {
    width:90px;
    display: inline-block; 
    float: none; 
    margin: 5px 0 0;
}
.cart-button-hidden {
    visibility: hidden;
}
.cart-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    width: 100%;
    background: #fafafa;
    box-shadow: 0 1px 1px 3px #dfdfdf;
}
.cart-total {
    float: left;
    line-height: 40px;
}
.cart-box {
    border: 1px solid #ccc;
    width: 16px;
    height: 16px;
    float: left;
    border-radius: 50%;
}
.box-checked {
    background: #fb6700;
    position: relative;
}
.box-checked::after {
    content: '';
    position: absolute;
    color: #fff;
    top: 5px;
    left: 5px;
    width: 4px;
    height: 4px;
    background:#fff;
    border-radius: 50%;

}
.cart-total-title {
    padding-left: 10px;
}
span.check-store {
 margin: 7px 0 0 0;
}
span.check-date {
    margin: 4px 8px 0 0;
}
span.check-dish {
    margin: 5px 8px 0 0;
}
.check-all-num {
    padding-left: 2px;
}
.cart-disabled {
    background: #ccc;
}
.clear-cart {
    float: right;
    margin-right: 15px;
}
.clear-cart img{
    height: 24px;
}
