.shop_main{
    margin: 0;
    padding: 0;
    font-size: 14px;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
a:-webkit-any-link {
    cursor: auto;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans;
    font-weight: 400;
}
/*导航部分*/
.shop_banner{
    width: 100%;
    height: 150px;
    background: url("../images/shop-bg.jpg") no-repeat center;
    background-size: cover;
    color: white;
}
.shop_banner_head_div{
    cursor: pointer;
    margin-left: 30px;
    padding-top: 15px;
    width: 120px;
    float: left;
}
.shop_banner_head_img{
    width: 120px;
    height: 120px;
    border-radius:50%;
}
.shop_banner_user_div{
    width: 250px;
    height: 100px;
    margin-top: 50px;
    margin-left: 20px;
    float: left;
}
.shop_banner_user_div p{
    padding-top: 5px;
    text-align: center;
}
.shop_banner_user_div p:nth-child(1){
    font-weight: bold;
    font-size: 18px;
}
.shop_banner_user_div p span:nth-child(1){
    color: orange;
}
.shop_banner_distribution{
    height: 150px;
    line-height: 150px;
    float: left;
    margin-left: 150px;
}
.shop_banner_distribution_price{
    width: 400px;
    float: left;
    margin-left:30px;
    word-break: break-all;
    /*padding-top:10px ;*/
}
.shop_banner_distribution_price p{
    padding-bottom: 10px;
}
.shop_banner_distribution_time {
    float: left;
    margin-left:30px;
    /*padding-top:20px ;*/
}
.shop_banner_distribution_time p{
    padding-bottom: 10px;
}
.shop_collection{
    padding-top: 40px;
    float: right;
}
.shop_collection a{
    font-weight: bold;
    font-size: 18px;
}
/*主体部分*/
.shop_main{
    position: relative;
    width: 1180px;
    margin: 0 auto;
}
.show_main_div{
    width: 100%;
}

/*shop_nav*/
.shopnav{
    line-height: 57px;
    background-color: #fff;
}
.shopnav-left{
    float: left;
    width: 75%;
}
.shopnav-tab.active{
    color: #F55354;
}
.shopnav-tab.active:after {
    right: 0;
    bottom: 0;
    border-top: 3px solid #F55354;
}
.shopnav-tab+.shopnav-tab:before, .shopnav-tab.active:after {
    content: "";
    position: absolute;
    left: 0;
}
.shopnav-tab{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 16px;
    width: 102px;
    text-align: center;
}
.shopnav-filter {
    float: right;
}
.shopnav-filter>a.active, .shopnav-filter>a.active [class^=icon-] {
    color: #F55354;
}
.shopnav-filter>a:first-child {
    border-left: none;
}
.shopnav-filter>a {
    display: inline-block;
    padding: 0 10px;
    line-height: 1;
    border-left: 1px solid #eee;
    color: #333;
}
.shopnav-filter [class^=icon-] {
    vertical-align: middle;
    color: #999;
}
[class*=" icon-"], [class^=icon-] {
    font-family: eleme;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-uniE02D{

}

*, :after, :before {
    box-sizing: content-box;
}


.shopnav-filter-display {
    position: relative;
    margin-left: -5px;
    padding: 8px;
    border: 1px solid #ddd;
    color: #999;
}
.shopnav-filter-display.active {
    background-color: #F55354;
    border-color: #F55354;
    color: #fff;
    z-index: 1;
}
.shopnav-filter-display {
    position: relative;
    margin-left: -5px;
    padding: 8px;
    border: 1px solid #ddd;
    color: #999;
}

 .shopguide-info-extra {
     background: #FFF;
     background: rgba(255,255,255,.1);
     position: absolute;
     top: 10px;
     left: 0;
     z-index: -11;
     padding-top: 140px;
     width: 40%;
     max-height: 0;
     /*overflow: hidden;*/
     box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
     opacity: 0;
     transition: opacity .1s ease-in-out,max-height .4s ease-in-out;
}

.shopguide-info-extra>ul {
    padding: 0 20px;
    background-color: #fff;
    color: #333;
}
.shopguide-extra-item:first-child {
    border-top: none;
}
.shopguide-extra-compete {
    display: table;
    width: 100%;
    font-size: 12px;
}
.shopguide-extra-item {
    padding: 15px 0;
    border-top: 1px dashed #eee;
    color: #666;
}
.shopguide-extra-compete>div:first-child {
    border-right: 1px solid #eee;
}
.shopguide-extra-compete>div {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.shopguide-extra-compete h2 {
    font-size: 28px;
}
.color-stress {
    color: #f74342;
}
.shopguide-extra-compete>div+div {
    line-height: 2;
}
.shopguide-extra-compete>div {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.shopguide-extra-item {
    padding: 15px 0;
    border-top: 1px dashed #eee;
    color: #666;
}
.shopguide-extra-item.address p {
    margin-left: 5em;
}
.shopguide-extra-item .label {
    margin-left: -5em;
}
.shopguide-extra-item {
    padding: 15px 0;
    border-top: 1px dashed #eee;
    color: #666;
}
.shopguide-extra-delivery {
    margin-bottom: 10px;
}


/*收索*/
.shopnav-search {
    float: right;
    line-height: normal;
}
.place-search {
    float: right;
    margin: 10px 0;
    height: 32px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    z-index: 3;
}
.shopnav-search .place-search-input {
    transition: none;
    width: 100px;
}
.place-search-input {
    width: 90px;
    border: 0;
    outline: 0;
    transition: width .3s ease-in-out;
}
.place-search-btn, .place-search-input {
    padding: 0 8px;
    margin: 4px 0;
    line-height: 24px;
}
/*左右栏*/
.shop-main-left{
    width:75%;
    float: left;
}
.mian-show{
    display: none;
}
.shop-main-left div:nth-child(1){
    display: block;
}
.shop-menu-nav {
    padding: 10px 15px 5px;
    background-color: #fff;
    border: 1px solid #eee;
    z-index: 101;
}
.shop-menu-nav a {
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    width: 18%;
    border-radius: 2px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}

.shop-menu-nav a:hover{
    background-color: grey;
    color: white;
}
.shop-menu-nav a.active {
    color: #fff;
}
.shop-menu-nav a.active, .shopmenu-nav a.active:hover {
    background-color: #F55354;
}
/*.shop-menu-nav a:first-child{*/
    /*background-color: #F55354;*/
/*}*/
/*商品列表*/
.shop-menu-list{
    width: 104%;
    display: none;
}
.shop-menu-title {
    padding: 20px 0 10px 15px;
    font-size: 20px;
}
.shop-menu-title span {
    font-size: 12px;
    color: #999;
}
.shop-menu-food{
    position: relative;
    float: left;
    margin-right: 2%;
    padding-right: 10px;
    width: 46%;
    margin-bottom: 12px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #eee;
    height: 102px;
}
.shop-menu-food:after{
    clear: both;
}
.shop-main-food-img{
    float: left;
    margin-right: 14px;
    width: 100px;
    height: 100px;
}
.shop-menu-food-main{
    position: relative;
    float: left;
    margin-right: 2%;
    padding-right: 10px;
    width: 40%;
}
.shop-menu-food-name, .shop-menu-food-price {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}
.color-mute{
    color: #999;
}
.starrating span:nth-child(1) {
    color: #ffc30c;
}
.shop-menu-main.grid .shop-menu-food-price {
    position: absolute;
    bottom: 10px;
}
.shop-menu-food-name, .shop-menu-food-price {
    font-size: 14px;
    font-weight: 700;
}
.color-stress {
    color: #f74342;
}
.shop-menu-food-go{
    float: left;
}
.shop-cartbutton {
    display: inline-block;
    background-color: #F55354;
    color: #fff;
}
.shop-cartbutton, .shop-cartctrl {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 0;
    cursor: pointer;
    width: 90px;
    height: 26px;
    line-height: 26px;
    border-radius: 20px;
    text-align: center;
    outline: 0;
}
/*评价*/
.commentbox {
    background-color: #fff;
    border: 1px solid #eee;
}
.commentfilter {
    background-color: #fafafa;
    position: relative;
    color: #666;
    border-bottom: 1px solid #eee;
    height: 43px;
}
.commentfilter-item {
    float: left;
    height: 43px;
    line-height: 39px;
    padding: 0 25px;
    min-width: 115px;
    border-right: 1px solid #eee;
    border-top: 3px solid transparent;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.commentfilter-item-active {
    border-top: 3px solid #F55354;
    border-bottom-color: #fff;
    background-color: #fff;
    color: #F55354;
}
.commentlist{
    padding: 0 20px 20px 0;
    font-size: 12px;
}
.commentitem{
    width: 100%;
    overflow: hidden;
}
.commentitem-left{
    float: left;
    width: 20%;
}
.commentitem-right{
    float: left;
    width: 78%;
}
.commentitem-user-p,.commentitem-user-p1{
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
}
.commentitem-user-p1 span:nth-child(1){

    float: left;
}
.commentitem-user-p1 span:nth-child(2){
    margin-right: 25px;
    float: right;
}
.commentitem-user-shop-p{
    padding: 5px 5px;
    border-top: 1px solid #eee;;
}
.commentfilter-item-show-div{
    display: none;
}



/*右边*/
.shop-main-right{
    width:23%;
    float: right;
    border: 0.1px solid gray;
}
.shop-main-right:after{
    clear: both;
}
.shop-tr-say{
    font-size: 16px;
    font-weight: bold;
    padding-top: 1rem;
    text-indent: 1em;
}
.shop-tr-price{
    font-size: 16px;
    padding-top: 1rem;
    text-indent: 1em;
}
.shop-tr-ticket{
    padding: 1rem 0;
    text-indent: 1em;
}
.shop-bulletin-section-title {
    padding: 0 1em;
    line-height: 2.8em;
    background-color: #F55354;
    color: #fff;
}

/*左侧栏*/
.shop-left-menu-scroll{
    position: fixed;
    left: 5px;
    top: 0%;
    z-index: 99;
    width: 80px;
    text-align:right;
    display: none;


}
.shop-left-menu  a{
    display: block;
    margin: 25px 0;
    color: black;
    font-size: 12px;
}
.a-active {
    color: #F55354;
}








