*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none!important;
}
a:hover{
    text-decoration: none;
}
h4 a{
    color: #151515;
}
h4 a:hover{
    color: #06C1AE!important;
}
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:hover{
    color: #06C1AE;
}
.item .item0 dd a{
    font-size: 12px;
    color: #D6D6D6;
}
.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: 20px 0 15px 0;
}
.contentLeft{
    width: 935px;
    margin-right: 15px;
}
.contentRight{
    width: 250px;
}
.variousClass{
    width:250px;
    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;
}

.variousFoods li>img{
    width: 240px;
    height: 240px;
    padding: 5px;
}

.variousFoods li:first-child{
    padding-top: 0;
}
.variousFoods>li{
    width: 250px;
    margin-right: 10px;
    padding: 10px 0;
    background: #fff;
    text-align: center;
    position: relative;
    border-bottom: 1px dashed #ECECEC;
}
.variousFoods li:first-child .deadline{
    top: 5px;
}
.variousFoods li p{
    margin: 0;
}
.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: 16px;
    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;
}
.variousFoods{
    border: 1px solid #EBEBEB;
}
/*搜索底部优惠*/
.priceDis{
    font-size: 16px;
    padding-bottom: 12px;
    padding: 0 15px;
}
.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;
}

/*商家公告*/
.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;
}

.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;
}

.shopDiscount{
    padding: 15px;
    background: #fff;
    margin: 15px 0;
    color: #666;
}

    /*地图*/
.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;
}



/*商品*/
.goodUser{
    margin-bottom: 0;
    background: #fff;
}
.goodUserheader{
    background: #f7f7f7;
    border: 1px solid #EBEBEB;
    position: relative;
    z-index: 10;
}
.goodUserheader li{
    padding: 10px 0;
    width: 170px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.goodUserheader li.active{
    background: #fff;
    border-top: 3px solid #06C1AE;
    position: relative;
    top:1px;
    margin-top: -3px;
    z-index: 40;
    border-bottom: 1px solid #fff;
    color: #06C1AE;
}
.goodDetail{
    text-align: center;
}

/*店铺公告*/
.shopText{
    text-align: center;
}
.shopTextHeader{
    font-size: 16px;
    padding: 12px 0;
    text-align: center;
    border: 1px solid #EBEBEB;
    color: #06C1AE;
    margin: 0;

}
.shopTextCont{
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.shopTextCont img{
    width: 90px;
    padding: 15px 0 5px 0;
}
.shopTextCont a{
    background: #06C1AE;
    font-size: 13px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
}

/*商品详情*/
.details{
    width: 1200px;
    margin: auto;
    padding: 20px;
    background: #fff;
}
.details>ul{
    margin-left: 20px;
}
.details>img{
    width: 430px;
    height: 430px;
}
.details>ul img{
    width: 78px;
    height: 78px;
    margin-bottom: 10px;
}
.details>ul>li.active img{
    border:2px solid #06C1AE;
}
.detailsMassage{
    width: 580px;
    margin-left: 50px;
}
.detailsMassage h3{
    color: #292929;
}
.mas1{
    width: 100%;
    background: #F9F9F9;
    border-top: 1px dotted #DFDFDF;
    border-bottom: 1px dotted #DFDFDF;
    padding: 10px;
        margin-bottom: 20px;
}
.mas1 dl dt,.mas1 dl dd{
    font-weight: normal;
    padding: 10px 0 5px 0;
}
.mas1 dl dt ul li{
    font-size: 12px;
}
.mas1 dl dt ul li.mlft1{
    margin-right: 20px;
    color: #666;
    font-size: 12px;
}
.mas1 dl dt ul li.mlft2{
    font-size: 20px;
    font-weight: 700;
    color: #D4282D;
    margin: -5px 5px 0 0;
}
.mas1 dl dt ul li.mlft3{
    font-size: 12px;
    color: #999;
    position: relative;
    margin-right: 10px;
    margin-top: 3px;
}
.mas1 dl dt ul li.mlft3 i{
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #CCCCCC;
    position: absolute;
    top: 8px;
    left: 0;
}
.mas1 dl dt ul li.mlft4{
    background: #F68587;
    padding:2px 8px;
    border-radius: 3px;
    color: #fff;

}
.mas1 dl dd{
    padding-top: 0px;
}
.mas1 dl dd ul li i{
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #7F7F7F;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 2px;
}
.mas1 dl dd ul li.maseChild1{
    margin-left:48px;
    margin-right: 25px;
}
.mas1 dl dd ul li.maseChild2{
    margin-right: 25px;
}
.mas1 .mright{
    margin-top: 10px;
    text-align: center;
    margin-right: 10px;
}
.mas1 .mright li:first-child{
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.masDis{
    padding: 20px 10px;
}
.masDis span,.masColor span,.masNum span{
    padding-right: 20px;
    color: #666;
}
.masDis ul li img{
    vertical-align: text-bottom;
}
.masDis ul li{
    padding-bottom: 10px;
    margin-right: 40px;
    font-size: 14px;
    color: #333;
    text-align: left;
    width:200px;
}
.masDis ul li:last-child{padding-bottom: 0}
.masColor{
    padding: 0 10px 5px 10px;
}
.masColor ul{
    margin-left: 45px;
}
.masColor ul li{
    padding: 3px 12px;
    border:1px solid #DDDDDD;
    margin-right: 15px;
    margin-bottom: 10px;
    background: #F8F8F8;
    color: #333;
}
.masColor ul li.active{
    border-color: #06C1AE;
    color: #06C1AE;
}
.masNum{
    padding: 0 10px;
}
.changeNum{
    border:1px solid #DDDDDD;
    font-size: 0;
}
.changeNum button{
    vertical-align: top;
    border-radius: 0;
    font-size: 20px;
    width: 40px;
    border: 0;
    background: #F3F3F3;
    font-weight: 700;
    color: #D3D4D3;
}
.changeNum button.active{
    color: #999;
}
.changeNum input{
    border: none;
}
.changeNum input{
    height: 30px;
    width: 60px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 14px;
    text-align: center;
    color: #333;

}
input[type="number"] {
    -moz-appearance: textfield;
}
.masbtns{
    padding: 20px 0;
}
.masbtns button{
    width: 170px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border:1px solid #06C1AE;
    color: #06C1AE;
    background: #F3F3F3;
    font-size: 18px;
    color: #06C1AE;
    border-radius: 3px;
    outline: none;
}
.masbtns button:last-child{
    margin-left: 15px;
    background: #06C1AE;
    color: #fff;
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
.phones{
    margin-bottom: 20px;
    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;
}
.phones ul{
    margin-left: 5px;
}
.hui{
    background: #06C1AE;color: #fff;padding:2px  4px;font-size: 12px;border-radius: 3px; margin-right: 3px;
    font-style: normal;
}
.jian1{
    background: #5D26EA;color: #fff;padding: 2px 4px;font-size: 12px;border-radius: 3px; margin-right: 3px;
    font-style: normal;
}
.zhe{
    background: #DD1111;color: #fff;padding: 2px 4px;font-size: 12px;border-radius: 3px; margin-right: 3px;
    font-style: normal;
}
.shou{
    background: #ffaa22;color: #fff;padding: 2px 4px;font-size: 12px;border-radius: 3px; margin-right: 3px;
    font-style: normal;
}
.shou2{
    background: #d6b44b;color: #fff;padding: 2px 4px;font-size: 12px;border-radius: 3px; margin-right: 3px;
    font-style: normal;
}