*{
    margin: 0;
    padding: 0;
}
i{
    font-style:normal!important;
}
h4 a:hover{
    color: #06C1AE!important;
}
h4 a{
    color: #151515;
}
a:hover{
    text-decoration: none;
}
body{
    font: 12px/1.5 Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,\\5B8B\4F53,sans-serif;
    color: #666;
    background: #f9f9f9;
}
ul,ol,li,dl,dt,dd{
    list-style:none;
    margin: 0;
}
.dorpdown{
    position: relative;
    z-index: 21;
}
.navbar{
    border-bottom: 1px solid #ddd;
    background-color: #F1F1F1;
    height: 30px!important;
    min-height: 30px;
}
.logos{
    background: #fff;
}
.w{
    color: #999;
    margin: auto;
    width: 1200px;
    padding: 45px 0;
}
.logosLeft{
    margin-right:80px;
}
.logosRight ul li{
    font-size: 14px;
    padding: 3px 10px 3px 10px ;
}
.logosRight ul li.active{
    background: #06C1AE;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
}
.rightBottom{
    position: relative;
    top: -4px;
}
.rightBottom input{
    height: 36px;
    width: 560px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 3px;
    border:2px solid #06C1AE;
    padding-left: 42px;
    outline:none;

}
.rightBottom>i{
    position: absolute;
    left: 14px;
    color: #DCDCDC;
    font-size: 18px;
    top: 12px;
    font-weight: normal;
}
.rightBottom button{
    height: 36px;
    width: 60px;
    border:none;
    background: #06C1AE;
    position: relative;
    left: -4px;
        outline: none;
    vertical-align: bottom;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.rightBottom button i{
    font-size: 18px;
    color: #fff;
}
.cart{
    margin-left: 82px;
    position: relative;
    top:30px;
}
.cart:hover .cartContent{
    display: block;
}
.cart .cartIcon{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/g1_03.png") center no-repeat;
    background-size: contain;
}
.cart b.length{
    display: inline-block;
    font-weight: normal;
    width: 20px;
    height:20px;
    border-radius: 50%;
    background: #E31436;
    color: #fff;
    position: absolute;
    top: -4px;
    left: 23px;
    text-align: center;
    line-height: 20px;
}
.cartContent{
    display: none;
    position: absolute;
    left: -270px;
    top: 42px;
    width: 328px;
    height: 328px;
    border:1px solid #06C1AE;
    background: #fff;
    z-index: 10;
}
.cartContent>i{
    font-size: 28px;
    position: absolute;
    top: -17px;
    left: 274px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    background: #fff;
    z-index: 100;
    color: #06C1AE;
}
.foots{
    height: 250px;
    overflow-y: auto;
}
.scrolls::-webkit-scrollbar-track-piece {
    background-color:#f5f5f5;

}
.scrolls::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.scrolls::-webkit-scrollbar-thumb {
    background-color:#c2c2c2;
    background-clip:padding-box;
    min-height:28px;
}

.foots li{
    width:100%;
    padding:10px 5%;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.footPic{
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 75%;
}
.footPic img{
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.footPic dl dt{
    color: #333;
    margin-bottom: 2px;
    width: 145px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.footMoney span{
    color: #E31436;
    margin-right: 10px;
}
.footMoney i{
    font-size: 15px;
    vertical-align: middle;
}

.cartCar{
    width:326px;
    padding:10px 15px;
    position: absolute;
    top:256px;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 70px;
    background: #EFF7F6;
}
.cartCar p{
    color: #E31436;
    font-size: 14px;
    margin: 0%;
}
.cartCar button{
    border:none;
    background: #06C1AE;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
}
/*导航条主体内容*/
.containers{
    color: #999;
    background: #F9F9F9;
    margin: auto;
    width: 1200px;
}
.navList{
    background: #fff;
}
.classList{
    margin: auto;
    width: 1200px;
    background: #fff;
}
.classList .item{
    width: 200px;
}
.classList .item:hover>ul{
    display: block;
}
.classList .item p{
    margin: 0;
    font-size: 15px;
    background: #f2f2f2;
    padding: 10px 0;
    width: 200px;
    text-align: center;color: #333;
}
.classList .item p i{
    margin-right: 10px;
}
.navList hr{
    width: 100%;
    height: 2px;
    background: #f2f2f2;
    margin: 0;
    border:none;
}
.item{
    position: relative;
}
.item>ul{
    position: absolute;
    z-index: 100;
    top: 42px;
    display: none;
}
.item .item0{
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 200px;
    padding: 11px;
    background: #614648;
    font-size: 14px;
    border-bottom:1px solid #4E3031;
}
.item0 a:hover{
    color: #06C1AE;
}
/*.item>p:hover+ul{*/
    /*display: block;*/
/*}*/
.item .item0 dt a{
    color: #fff;
}
.item .item0 dt a:hover{
    color: #06C1AE;
}
.item .item0 dd a{
    font-size: 12px;
    color: #D6D6D6;
}
.item .item0 dd a:hover{
    color: #06C1AE;
}
.item .item0:hover .ziClass{
    display: block;
}
.ziClass{
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    min-height: 100px;
    width: 385px;
    padding: 15px 12px;
    border:1px solid #151515;
    background: #fff;
    /*overflow-y: auto;*/
}
.item>ul li:nth-of-type(1) .ziClass{
    top: 0px;
}
.item>ul li:nth-of-type(2) .ziClass{
    top: 60px;
}
.item>ul li:nth-of-type(3) .ziClass{
    top:120px;
}
.item>ul li:nth-of-type(4) .ziClass{
    top: 180px;
}
.item>ul li:nth-of-type(5) .ziClass{
    top: 240px;
}
.item>ul li:nth-of-type(6) .ziClass{
    top:300px;
}
.item>ul li:nth-of-type(7) .ziClass{
    top:360px;
}
.ziClass_1{
    font-size: 12px;
    margin-bottom: 10px;
}
.ziClass_1 h4{
    font-size: 14px;
    color: #151515;
    padding-bottom: 8px;
    margin-top: 0;
    border-bottom: 1px solid #EAEAEA;
}
.ziClass_1 ul li{
    padding: 0 10px;
    text-align: center;
    border-right:1px solid #DADADA;
    margin-bottom: 8px;
}
.ziClass_1 ul li a{
    color: #777;
}
.ziClass_1 ul li a:hover{
    color: #06C1AE;
    text-decoration: none;
}
.itemRight ul li{
    font-size: 15px;
    color: #151515;
    text-align: center;
    font-weight: 700;
    margin: 0 10px;
}
.itemRight ul li a{
    color: #151515;
       display: inline-block;
    padding: 10px;
    margin: 0 10px;
}
.itemRight ul li.active{
    color: #fff;
    background: #06C1AE;

}
.itemRight ul li.active a{
    color: #fff;
    background: #06C1AE;
}
.itemRight ul li:hover{
    color: #fff;
    text-decoration: none;
    background: #06C1AE;
}
.itemRight ul li:hover a{
    color: #fff;
    text-decoration: none;
    background: #06C1AE;
}


/*各类商品*/
.contents{
    width: 1200px;
    margin: auto;
    padding: 35px 0 15px 0;
}
.contentLeft{
    width: 935px;
    margin-right: 15px;
}
.contentRight{
    width: 250px;
}
.variousClass{
    width: 935px;
    margin: auto;

}
.variousClassHeader{
    width: 100%;
    border: 1px solid #ECEEF4;
    position: relative;
}
.variousClassHeader h3{
    margin: 0;
    color: #151515;
    padding-right: 80px;
}
.variousClassHeader ul,.variousClassHeader a{
    position: relative;
    top: 8px;
}
.variousClassHeader ul li{
    font-size: 16px;
    color: #424242;
    padding: 0px 20px;
    padding-bottom: 6px;
}
.variousClassHeader ul li.active{
    border-bottom:2px solid #06C1AE ;
}
.variousClassHeader{
    background: #fff;
}
.variousClassHeader h3{
    font-size: 22px;
    padding:10px 0 10px 15px;
}
.variousClassHeader h3 span{
    font-size: 12px;
    color:#fff ;
    background: #FF6662;
    padding: 2px 8px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
}
.variousClassHeader a:hover{
    text-decoration: none;
    color: #06C1AE;
}
.variousClassContent{
    padding: 20px 0;
}
.variousFoods li>img{
    width: 225px;
    height: 225px;
}

.variousFoods>li{
    width: 225px;
    margin-right: 10px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
    position: relative;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}
.variousFoods li:hover {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1)
}
.variousFoods li:nth-of-type(4n+4){
    margin-right: 0;
}
.variousJian{
    height: 20px;
    margin-top:10px;
}
.variousFoods li h4{
    font-size: 16px;
    color: #333;
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: left;
}
.variousFoods li p{
    font-size: 14px;
    color: #E31436;
}
.deadline{/*限时优惠*/
    position: absolute;
    top: 0px;
    right: 15px;
    background: #FF4F38;
    color: #fff;
    padding: 5px 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
}
.deadline i{
    font-style: normal;
}
/*搜索底部优惠*/
.priceDis{
    font-size: 16px;

    padding: 0 15px; padding-bottom: 12px;
}
.priceDis ul li:first-child{
    color: #E31436;
    font-weight: 700;
}
.priceDis ul li:last-child{
    position: relative;
    color: #9B9B9B;
    margin-left: 5px;
}
.priceDis ul li:last-child i{
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #9B9B9B;
    position: absolute;
    top: 12.5px;
    left: 1px;
}
.variousFoods .priceDis>p{
    font-size: 12px;
    color: #666;
    margin: 2px 0 0 0;
}
.normalProducts{
    width: 100%;
    height: 130px;
    background: #fff;
    text-align: center;
}
.normalProducts img{
    width: 1200px;
    height: 130px;
}
/*底部栏*/
.footer{
    background: #181921;
    padding: 30px 0;
    width: 100%;
    text-align: center;
}
.footer .footClass{
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.footer ul li{
    margin: 10px 0;

}
.footer ul li span{
    margin: 0 8px;
}

/*小导航头*/

.towNav{
    width: 1200px;
    margin: auto;
    padding: 10px 0;
}
.towNav ul li,.towNav ul li a{
    color: #666;
    font-size: 14px;
}
.towNav ul li,.towNav ul li:last-child{
    margin-left: 3px;
}
.towNav ul li:hover a{
    text-decoration: none;
    color: #06C1AE;
    color: #06C1AE;
}
.shopMassage{
    width: 1200px;
    margin: auto;
    padding: 30px 20px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.shopMassageLeft{
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: end;
    align-items: end;
}
.shopMassageLeft img{
    padding-right: 20px;
}
.shopMassageLeft ul li h3{
    color: #333;
}
.shopMassageLeft ul li{
    font-size: 14px;
    color: #666;
}
.shopMassageRight{
    padding-right: 15px;
}
.shopMassageRight ul li{
    margin: 31px 0;
    padding: 0 15px;
    text-align: center;
    border-right:1px solid #f1f1f1 ;
}
.shopMassageRight ul li:last-child{
    border: none;
}
.shopMassageRight ul li dt{
    font-size:30px;
    font-weight: 700;
    color: #FF6662;
}
.shopMassageRight ul li dd{
    font-size: 14px;
    color: #666;
}
/*商家公告*/
.shopShow {
    width: 100%;
    padding-bottom: 20px;
    background: #fff;

}
.shopShow>p.shopShowHeader{
    padding: 15px 10px;
    background: #06C1AE;
    font-size: 16px;
    color: #fff;
}
.shopShow p{
    font-size: 14px;
    color: #151515;
}
.shopShow p:nth-child(2){
    margin-bottom: 0;
    padding:15px 10px 0 10px;
}
.shopShow p:nth-child(3){
    padding:5px 10px 0 10px;
}
/*商品与评价*/
.goodUser{
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    margin-bottom: 20px;
}
.goodUserLeft ul li.te{
    font-size: 20px;
    padding: 10px 25px;
    color:#333;
}
.goodUserLeft ul li.active{
    color: #06C1AE;
    border-bottom: 2px solid #06C1AE;
    z-index: 50;
    position: relative;
}
.goodUserRight  ul li.te.active{
     color: #06C1AE;
}

.divider{
    width: 1px;
    background: #ccc;
    height: 20px;
    margin-top: 16px;
}
.goodUser hr{
    margin: 0;
    width: 100%;
    height: 2px;
    background: #EBEBEB;
    position: absolute;
    top: 48.5px;
    z-index: 15;
}
.goodUserRight li.te{
    padding: 15px 20px;
    font-size: 16px;
    color: #333;
}
.goodUserRight li.te i{
    font-size: 14px;
}
.goodUserRight li.te:hover{
    color: #06C1AE;
}
.goodUserRight li.divider{
    height: 16px;
    margin-top: 20px;
}
.goodUserClass>ul{
    padding-top: 20px;
}
.goodUserClass>ul>li{
     width: 135px;
    font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}
.goodUserClass>ul>li a{
    color: #333;
}

.goodUserClass>ul>li.active a{
    color: #06C1AE;
}
.goodUserTwo{
    padding: 10px 0;
    background: #F6F6F6;
}
.goodUserTwo .yi li{
    padding: 5px 15px;
    font-size: 14px;
    margin-bottom: 10px;
}
.goodUserTwo .yi li a{
    color: #666;
    padding: 3px 6px;
}
.goodUserTwo .yi li.active a{
    background: #06C1AE;
    color: #fff;
    border-radius: 3px;
}
.goodUserTwo .yi li.active a{
    color: #fff;
}
.goodUserTwo .yi li.active a:hover{
    color: #fff;
}
.goodUserTwo .yi li a:hover{
    text-decoration: none;
    color: #06C1AE;
}
.goodUserTwo .yi li span{
    font-size: 12px;
    padding: 2px 6px;
    border: 1px solid #06C1AE;
    background: #F6F6F6;
}
.goodUserTwo .yi li span i{
    font-size: 12px;
    font-style: normal;
    background: #06C1AE;
    padding: 2px 6px;
    color: #fff;
    margin-left: -2px;
    margin-right: 0px;
    position: relative;
    left: 6px;
}
.goodUserTwo .two{
    padding: 10px 0 0 0;
    margin: 0 25px;
    background: #fff;
}
.goodUserTwo .two li{
    width: 110px;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    padding-bottom: 10px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.goodUserTwo .two li:hover{
    color: #06C1AE;
}
.goodUserTwo .two li.active a{
    color: #06C1AE;
}
.shopDiscount{
    padding: 15px;
    background: #fff;
    margin: 15px 0;
    color: #666;
}
.goodUserheader{
    position: relative;
}
    /*地图*/
.vright_end{width: 250px; height: 250px; border: #e6e6e6 1px solid; margin-top: 15px; }



/*评论样式*/
.userRat{
    padding: 20px 0;
    display: none;
}
.userRatHeader{
    font-size: 14px;
}
.userRatHeader li{
    padding: 3px 12px;

}
.userRatHeader li.active{
    background: #06C1AE;
    color: #fff;
    border-radius: 30px;
}
.userRatHeader li.active a{
    color: #fff;
}
.userRatHeader li a{
    color: #333;
}
.xian{
    height: 1px;width: 100%;
    background: #ECECEC;
    margin: 15px 0;
}
.ratItem{
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 0;
    border-bottom:1px dashed #EBEBEB;
}
.userRatList .ratItem:last-child{
    border:none;
}
.ratItemLeft{
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: end;
    align-items: end;
}
.ratItemLeft img{
    width: 60px;height: 60px;
}
.ratItemLeft ul{
    margin-left: 15px;
    width: 680px;
}
.ratItemLeft ul li{
    font-size: 16px;
    color: #666;
}
.ratItemLeft ul li span{
    font-size: 12px;
    color: #999;
}
.ratItemLeft ul li:last-child{
    color: #333;
}
.ratItemLeft ul li b{
    display: inline-block;
    width: 100px;
    height: 20px;
    background: url("../images/xx_31.png") center repeat;
    background-size: 20px 20px;
    text-align: left;
    vertical-align: sub;
}
.ratItemLeft ul li b i{
    display: inline-block;
    width: 93px;
    height: 20px;
    background: url("../images/xx_30.png") left repeat;
    background-size: 20px 20px;
}
.ratItemRight{
    font-size: 16px;
    color: #666;
}
/*分页样式*/
.paging{
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #666;
}
.paging li{
    padding:5px 10px;
    border:1px solid #ECECEC;
    margin-right: 10px;
    color: #ECECEC;
    border-radius: 3px;
}
.paging li.add{
    border-color: #666;
    color: #666;
}
.paging li.active{
    background: #06C1AE;
    color: #fff;
    border-color: #fff;
}

a{
    text-decoration: none!important;
}
.hui{
    background: #06C1AE;color: #fff;padding:2px  4px;font-size: 12px;border-radius: 3px; margin-right: 3px;
}
.jian1{
    background: #5D26EA;color: #fff;padding: 2px 4px;font-size: 12px;border-radius: 3px; margin-right: 3px;
}
.zhe{
    background: #DD1111;color: #fff;padding: 2px 4px;font-size: 12px;border-radius: 3px; margin-right: 3px;
}
.shou{
    background: #ffaa22;color: #fff;padding: 2px 4px;font-size: 12px;border-radius: 3px; margin-right: 3px;
}
.shou2{
    background: #d6b44b;color: #fff;padding: 2px 4px;font-size: 12px;border-radius: 3px; margin-right: 3px;
}
.piao{
    background: #008040;color: #fff;padding: 2px 4px;font-size: 12px;border-radius: 3px; margin-right: 3px;
}

.variousFoods li img{
    width:222px;
    height:222px;
}