html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}
/*====================惠到家首页================*/
.menu {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.menu .menuSearch{
    max-width: 640px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f44440;
}
.searchCon{
    width: 90%;
    height: 30px;
    border: 0;
    border-radius: 20px;
    background-color: #fddbdb;
    color: #fff;
    font-size: 15px;
    margin: 7px auto 0;
    position: relative;
}
.searchTxt{
    width: 88%;
    height: 26px;
    margin-left: 25px;
    margin-top: -17px;
    background: none;
    color: #333;
    font-size: 15px;
}
.searchTxt::-webkit-input-placeholder {
    color: #999;
}
 .searchTxt:-moz-placeholder {
    color: #999;
}
.searchTxt::-moz-placeholder {
    color: #999;
}
.searchTxt:-ms-input-placeholder {
    color: #999;
}
.headerArea i.arrow{
    position: absolute;
    right: 6px;
    top: 15px;
}
.searchBox i.searchIcon{
    position: absolute;
    left: 7px;
    top: 5px;
    font-size:20px;
    color: #999;
}
.searchBox a.searchKuang {
    display: block;
    width: 96%;
    height: 30px;
    line-height: 30px;
    border: 0;
    text-indent: 30px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    font-size: 15px;
    margin: 7px auto 0;
    position: relative;
}
.searchBox i.searchIcon1 {
    display: block;
    width: 18px;
    height: 20px;
    background: url(../newImages/search1.png) no-repeat;
    background-size: auto auto;
    background-size: contain;
    position: absolute;
    left: 8px;
    top: 6px;
}
.searchBox i.searchIcon2 {
    display: block;
    width: 18px;
    height: 20px;
    background: url(../newImages/search1.png) no-repeat;
    background-size: auto auto;
    background-size: contain;
    position: absolute;
    left: 8px;
    top: 6px;
}
.menu .menuSearch .serCon{
    width: 90%;
    margin: 7px auto;
    border-radius: 16px;
    background: #fff;
    height: 30px;
}
.menu .menuSearch .serCon input{
    width: 90%;
    height: 28px;
    background: none;
    margin-left: 5%;
    margin-top: -17px;
}
.categoryBox{
    width: 100%;
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
    position: fixed;
    top: 46px;
}
.topHeight{
    width: 100%;
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
    position: fixed;
}
.menuCategory{
    width: 25%;
    float: left;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    background: #f3f5f9;
    padding-bottom: 50px;
}
.menuCategory ul li{
    position: relative;
}
.menuCategory .listGroup li.cur a{
    background: #fff;
    color: #f44440;
    font-size: 16px;
}
.menuCategory .listGroup li.cur .zhiBiao{
    display: inline-block;
    width: 13px;
    height: 45px;
    background: url("../newImages/zhibiao@2x.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 1px;
}
.gouwu .gwIcon{
    display: block;
    width: 42px;
    height: 42px;
    position: fixed;
    right: 10px;
    bottom: 88px;
}
.menuCategory .listGroup a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
}
.categoryBox .menuList{
    float: left;
    width: 73%;
    padding-left: 1%;
    margin-left: 1%;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    background: #fff;
    -webkit-overflow-scrolling:touch;
    overflow-y: auto;
    padding-bottom: 24px;
}
.menuList .listImg{
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 10px;
}
.menuList .listContent{
    display: block;
    margin-left: 78px;
    height: 70px;
}
.menuList .listContent h4{
    font-size: 1.5rem;
    color: #333;
    width: 98%;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-weight: 400;
    line-height: 18px;
}
.menuList .listContent .description{
    width: 100%;
    color: #999;
    font-size: 1.2rem;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}
.menuList .listContent .priceBox{
    font-size: 1.6rem;
    color: #f44440;
    height: 27px;
    line-height: 27px;
}

.menuList .listContent .oldPrice{
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
.menuList .goodsList{
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #F6F6F6;
}
.menuList .goodItem:last-child .goodsList:last-child{
    border-bottom: 0;
}

.menu .cartList{
    width: 100%;
    max-width: 640px;
    max-height: 382px;
    height:auto;
    position: fixed;
    bottom: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    background: #fff;
    font-size: 14px;
    padding-bottom: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
.menu .visiHidden{
    visibility: hidden;
}
.cartList .lft{
    float: left;
}
.cartList .itemName{
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}
.cartList .itemPrice{
    width: 30%;
    text-align: center;
}
.cartList .cartItem{
    width: 98%;
    margin: 0 auto;
    height:30px;
    line-height: 30px;
    padding:5px 0;
    position: relative;
    border-bottom: 1px solid #F6F6F6;
    overflow: hidden;
}
.priceBox i.oldPr1{
    display: inline-block;
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}
.cartList .emp{
    width: 96%;
    padding: 0 2%;
    height: 36px;
    line-height: 36px;
    background: #f8f8f8;
    text-align: right;
    color: #999;
}
.cartList .emp i{
    margin-right: 5px;
}
.cartList .col3{
    font-size: 17px;
}
.curCon{
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 15px;
    margin-left: 26%;
    background: #fff;
    position: absolute;
    z-index: 100;
    width: 74%;
    text-indent: 6px;
    border-bottom: 1px solid #f3f5f9;

}
.smallCat{
    height: 45px;
    line-height: 45px;
    background: #f6f6f6;
    font-size: 13px;
    color: #333;
    margin-left: -4px;
    text-indent: 10px;
}
/*====================选择店铺页================*/
.chooseHeader{
    width: 100%;
    max-width: 640px;
    height: 45px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #F0F0F0;
}
.chooseHeader .backArrow{
    width: 25%;
    height: 45px;
    float: left;
    font-size: 36px;
    color: #666;
}
.chooseHeader .backArrow i{
    margin: 3px 0 0 10px;
    color: #8b8b8b;
}
.chooseHeader .chooseTitle{
    width: 50%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    float: left;
}
.chooseHeader .chooseCity{
    width: 25%;
    float: right;
    margin: 8px 0px 0 0px;
}
.divselect{
    z-index:8;
    position: relative;
    text-align: center;
}
#divselect cite{
    height:30px;
    line-height:30px;
    display:inline;
    font-size: 15px;
    color:#333;
    cursor:pointer;
    font-style:normal;
}
.chooseHeader .arrow{
    display: inline;
    width: 12px;
    height: 12px;
    font-size: 18px;
    margin: 6px 0 0 2px;
    color: #666;
}
.divselect ul{
    width:90px;
    position:absolute;
    right:0px;
    z-index:21;
    display:none;
    background: #fff;
}
.divselect ul li{
    height:30px;
    line-height:30px;
}
.divselect ul li a{
    font-size: 15px;
    display:block;
    height:30px;
    color:#333333;
    text-decoration:none;
}
.divselect ul li a:hover{
    background-color:#CCC;
}
.selectShop{
    width: 100%;
    max-width: 640px;
    margin: 45px auto 0;
    font-size: 15px;
    color: #333;
}
.selectShop .shopName{
    height: 36px;
    line-height: 36px;
    position: relative;
    padding-left: 28px;
}
.selectShop .shopName i.shopIcon{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 7px;
}
.selectShop a.shopItem{
    display: box;
    display: -webkit-box;
    height: 100%;
    padding: 14px 0;
    position: relative;
    border-bottom: 1px solid #F0F0F0;
}
.selectShop a.shopItem:last-child{
    border-bottom: 0;
}
.selectShop .shopList{
    overflow: hidden;
    background: #fff;
}
.selectShop a .shopImg{
    position: relative;
    width: 90px;
    height: 80px;
    margin-left: 6px;
    overflow: hidden;
    text-align: center;
    border-radius: 6px;
}
.selectShop a .shopImg img{
    height: 100%;
    width: 100%;
}
.selectShop .selName{
    -webkit-box-flex: 3;
    box-flex: 3;
    margin-left: 5px;
    position: relative;
    height: 100%;
    margin-top: -2px;
    padding: 8px 5px 0 0;
    width: 65%;
}
.selectShop .selName span{
    display: -webkit-box;
    height: 20px;
    line-height: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color: #333;
}
.selectShop .distance{
    -webkit-box-flex: 1;
    box-flex: 1;
    text-align: right;
    margin-right: 10px;
}
.selectShop .distance .dis{
    display: inline-block;
    width: 65px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    margin: 30px 0 6px 0;
}
.selectShop .distance .yesDistribution{
    border: 1px solid #31cf23;
    color: #31cf23;
}
.selectShop .distance .noDistribution{
    border: 1px solid #f44440;
    color: #f44440;
}
.selectShop .distance em{
    font-size:12px;
    color: #999;
}
.start{
    position: relative;
    width: 144px;
    height: 35px;
    margin-top: 2px;
}
.startBg {
    width: 110px;
    height: 20px;
    background: url(../newImages/star_gray1.png);
    margin-top: -6px;
    float: left;
    position: absolute;
    left: 2px;
    top: 6px;
}
.startOver {
    height: 20px;
    background: url(../newImages/star_org.png) no-repeat;
}
.fenNum{
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 15px;
    color: orange;
}
.cost{
    font-size: 13px;
    color: #333;
}

/*====================选择地址页================*/
.addressHeader .chooseCity{
    margin: 0;
}
.addressHeader .chooseCity a{
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin:0;
    font-size: 15px;
    color: #333;
}
.addressBox{
    width: 100%;
    max-width: 640px;
    margin: 45px auto 0;
    padding: 20px 0;
    background: #fff;
}
.addressBox .adrCon{
    width: 90%;
    margin: 0 auto;
}
.addressBox .inputAddress{
    display: block;
    float: left;
}
.addressBox .adr{
    background: #eeeeee;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    width: 68%;
    border-radius: 4px;
    margin-top: -10px;
    position: relative;
}
.addressBox .adr input{
    width: 90%;
    height: 24px;
    margin-left: 5px;
    background: #eee;
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 15px;
    color: #333;
}
.addressBox .divselect{
    width: 90px;
}
.addressBox .divselect ul{
    left: 0;
}
.addressBox .inputAddress cite{
    font-size: 15px;
    color: #333;
}
.inputAddress input::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
}
.inputAddress input:-moz-placeholder {
    color: #999;
    font-size: 15px;
}
.inputAddress input::-moz-placeholder {
    color: #999;
    font-size: 15px;
}
.inputAddress input:-ms-input-placeholder {
    color: #999;
    font-size: 15px;
}
.getPosition{
    font-size: 15px;
    text-align: center;
    margin-top: 12px;
    color: #333;
}
 .getPosition i.positionIcon{
     display: inline-block;
    width: 23px;
    height: 23px;
    margin-bottom: -5px;
}
.myAddress,.nearShop,.nearAddress{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 15px;
    color: #333;
}
.myAddress .myTitle,.nearShop .myTitle,.nearAddress .myTitle{
    padding: 15px 0 15px 30px;
    position: relative;
}
 .myAddress .myTitle i,.nearShop .myTitle i,.nearAddress .myTitle i{
     display: inline-block;
     width: 20px;
     height: 20px;
     position: absolute;
     left: 5px;
     top: 12px;
 }
.myAddress .myAddressCon{
     overflow: hidden;
    background: #fff;
 }
.myAddress .address { padding: 12px 10px; background: #fff; position: relative;font-size: 16px; color: #333;border-bottom: 1px solid #F0F0F0;}
.myAddress .address:last-child{
    border-bottom: 0;
}
.myAddress .address>div { padding: 4px 0 }
/*.addressBox .address::before { content: ''; display: inline-block; width: 20px; height: 20px; position: absolute; left: 12px; top: 32%; background: #5e6b85 url('../images/flow/address.png') no-repeat; background-size: 20px; background-position: 0 0 }*/
/*.myAddress .address::after,.evaluateInf::after { content: ''; display: inline-block; width: 10px; height: 10px; position: absolute; right: 12px; top: 40%; border-right: 2px solid #ccc; border-top: 2px solid #ccc; -webkit-transform: rotate(45deg) }*/
.myAddress .address .address-info { display: -webkit-box }
.myAddress .address .address-info p { -webkit-box-flex: 1; width: 100%; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; word-break: break-all }
.myAddress .address .address-info .address-phone { text-align: right }
.myAddress .address .address-details { font-size: 15px; line-height: 16px }
.myAddress .address .address-vice-explain { font-size: 10px; color: rgba(255,255,255,.5) }
.peopleItem .more{
    display: none;
}
.myAddressCon .more a{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    font-size: 14px;
    color: #606060;
    text-align: center;;
}
.myAddressCon i.moreIcon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../newImages/arrowDown.png) no-repeat;
    background-size: 100%;
    margin:0 0 -4px 2px;
}
.nearShop{
    width: 100%;
}
.nearAddress .nearCon{
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px;
}
.nearAddress .nearCon a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nearAddress .nearCon a:last-child{
    border-bottom: 0;
}
/*====================地址管理页面================*/
.manageAddress .myAddressCon,.manageAddress .address{
	background: none;
}
.manageAddress .addressItem{
	background: #fff;
	margin-bottom: 10px;
}
.myAddress .address:last-child{
	overflow: hidden;
	border-bottom: 1px solid #F0F0F0;
}
.operation{
	overflow: hidden;
	padding: 10px 2%;
}
.operation .moRen{
	width: 50%;
}
.operation i{
	display: inline-block;
	margin:0 5px -2px 0;
}
.operation .moRen i.ruan,.operation .current i.ruan{
	width: 16.5px;
	height: 16.5px;
	background: url(../newImages/yuan@2x.png) no-repeat;
	background-size: 100%;
}
.operation .current i.ruan{
	width: 16.5px;
	height: 16.5px;
	background: url(../newImages/xuanzhong@2x.png) no-repeat;
	background-size: 100%;
} 
.flt{
	float: left;
}
.operation .edit,.operation .delOper{
	width: 25%;
	text-align: center;
	color: #333;
}
.operation .edit i.editIcon{
	width: 14px;
	height: 16px;
	background: url(../newImages/bianji-iocn@2x.png) no-repeat;
	background-size: 100%;
}
.operation .delOper i.editIcon{
	width: 15px;
	height: 17px;
	background: url(../newImages/shangchu-iocn@2x.png) no-repeat;
	background-size: 100%;
}
.newAddress{
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	background: #F44440;
	color: #fff;
	font-size: 15px;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
}
/*====================选择城市页================*/
.currentCity{
    width: 100%;
    max-width: 640px;
    overflow: hidden;
    margin: 0 auto;
}
.currentCity ul{
    overflow: hidden;
}
.currentCity ul li{
    width: 110px;
    height: 34px;
    float: left;
    line-height: 34px;
    text-align: center;
    background: #fff;
    font-size: 15px;
    color: #f44440;
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 4px;
}
.currentCity .title1{
    font-size: 15px;
    padding: 15px 10px 10px 10px;
    color: #101010;
}
.hotCity ul li{
    color: #606060;
}
/*====================惠到家详情================*/
.scrollimg{position:relative; overflow:hidden; margin:0px auto; border-bottom: 1px solid #f0f0f0}
.scrollimg .hd{ position: absolute;bottom:20px;text-align: center;width: 100%;}
.scrollimg .hd li{display: inline-block;width: 8px;height: 8px;margin: 4px;-webkit-border-radius: .8em;-moz-border-radius: .8em;-ms-border-radius: .8em;-o-border-radius: .8em; border-radius: .8em;background: #ccc;
    box-shadow: 0 0 1px #ccc; text-indent:-100px; overflow:hidden; }
.scrollimg .hd li.on{ background: #fff;box-shadow: 0 0 2px #ccc; }
.scrollimg .bd{position:relative; z-index:0;}
.scrollimg .bd li{position:relative; text-align:center;}
.scrollimg .bd li img{background:url(../newImages/loading.gif) center center no-repeat;  vertical-align:top; width:100%;}
.scrollimg .bd li a{-webkit-tap-highlight-color:rgba(0,0,0,0);}
.scrollimg .bd li .tit{display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../newImages/focusBg.png) repeat-x; color:#fff;  text-align:left;}
.productPic,.productPic,.productInformation{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.productInformation{
    font-size: 15px;
    margin-bottom: 5px;
}
.productInformation .information{
    margin-bottom: 5px;
    background: #fff;
}
.productInformation .proTitle{
    width: 98%;
    margin: 0 auto;
    padding: 5px 0;
    line-height: 20px;
    color: #333;
}
.productInformation span.oldPr{
    display: inline-block;
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
}
.productInformation dl{
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    color: #606060;
}
.productInformation dl dt,.productInformation dl dd{
    float: left;
    width: 50%;
    height: 25px;
    line-height: 25px;
    padding-bottom: 5px;
}
.productInformation dl dt{
    color: #f44440;
}
.productInformation dl dd{
    text-align: right;
    font-size: 12px;
}
.productInformation .evaluate{
    display: block;
    width: 98%;
    padding: 0 1%;
    margin: 0 auto;
    background: #fff;
    height: 45px;
    line-height: 45px;
    position: relative;
    color: #333;
}
.productInformation .arrowLft{
    position: absolute;
    right: 5px;
    top: 11px;
    font-size: 22px;
    color: #606060;
}
.productDetai{
    text-align: center;
}
.productDetail .detailTip{
    margin: 10px 0;
    text-align: center;
    position: relative;
}
.productDetail i{
    display: inline-block;
    width: 16px;
    margin-bottom: -1px;
}
.productDetail .detailTip i.line{
    border-bottom: 1px solid #ddd;
    width: 27%;
    position: absolute;
    top: 8px;
}
.productDetail .detailTip i.lft{
    left: 0;
}
.productDetail .detailTip i.rgt{
    right: 0;
}
.productDetail{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
}
.productDetail i img{
    width: 100%;
}
.productDetail p{
    display: inline-block;
    color: #999;
    font-size: 12px;
}
.detail{
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    height: auto;
}
.detailImg{
    padding-bottom: 55px;
    overflow: hidden;
}
 .detailImg img{
    display: block;
    width: 100%;
     max-width: 640px;
     margin: 0 auto;
}
.detailTitle{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    background: #fff;
    font-size: 17px;
    color: #f44440;
    text-align: center;
    display: none;
    border-bottom: 1px solid #F0F0F0;
}
.buyCart{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    height: 50px;
    margin: 0 auto;
    background: #fff;
}
.buyCart .buyLft{
    width: 60%;
    float: left;
    text-align: center;
}
.buyCart .counter {
    overflow: hidden;
    text-align: right;
    display: inline-block;
    border: 1px solid #BCBCBC;
    margin: 9px 5px 0 56px;
    border-radius: 4px;
}
.buyCart .input{
    width: 91%;
    text-align: right;
    margin-right: 15px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}
.buyCart .input::-webkit-input-placeholder { /* WebKit browsers */
    color: #333;
}
.buyCart .input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
}
.buyCart .input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}
.buyCart .input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333;
}
.counter .minus,.counter .plus{
    display:inline-block;
    width: 30px;
    height: 33px;
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    color: #ccc;
    border-radius: 2px;
    background: none;
    position: static;
    border-left:1px solid #BCBCBC;
}
.counter .minus{
    border-right:1px solid #BCBCBC;
    border-left:0;
}
.numCount {
    display: inline-block;
    width: 60px;
    line-height: 31px;
    text-align: center;
    border-radius: 2px;
}
.buyCart .cartNum{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 18px;
    left: 20px;
}
.buyCart .cartCount{
    position: absolute;
    right: -9px;
    top: -9px;
}
.buyCart .addCart{
    display: inline-block;
    float: right;
    width: 37%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f44440;
}
.buyCart .addCart input{
    font-size: 17px;
    color: #fff;
    background: none;
}
/*=============惠民通评价页面=============*/
.evaluateBox{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
}
.evaluateBox .overview{
    overflow: hidden;
}
.evaluateBox .evaluatePage{
    height: 45px;
    line-height: 45px;
    padding: 0 1%;
    overflow: hidden;
    border-bottom: 1px solid #E1E1E1;
    background: #fff;
    width: 98%;
}
.addressBox .evalNum{
    display: block;
    float: left;
    font-size: 15px;
    color: #333333;
    width: 54%;
}
.evaluateBox .rank{
    float: right;
}
.evaluateBox .fen{
    line-height: 24px;
}
.evaluateBox .overview .atar_Show{
    top: 10px;
}
.evaluateBox .evaRank{
    margin-top: 19px;
    width: 46%;
}
.evaluateBox .evaRank .pingfen{
    display: block;
    height:20px;
    line-height: 20px;
    margin-top: -4px;
}
.banner .top_bg{ height:210px; width:100%; background: url("../img/bg.jpeg") no-repeat; background-size: 100% auto; }
.contain ul li{ border-bottom: 1px solid #E1E1E1; width: 98%; margin: 0 auto;}
.contain .body{ margin: 10px 2px; overflow:hidden;}
.contain .body .logo{width: 44px;height: 44px; border-radius: 50%; float: left;
    overflow: hidden;}
.contain .body .logo img{ float: left; width: 100%;}
.contain ul li:last-child{
    border-bottom:none;
}
.evaluateKey{
    overflow: hidden;
    background: #fff;
}
.evaluateKey a{
    display: block;
    font-size: 14px;
    color: #333;
    width: 33%;
    float: left;
    line-height: 22px;
    text-align: center;
    padding: 6px 0;
}
.evaluateKey a.active{
    font-size: 15px;
    color: #f44440;
}
.contain .body .text{ float: left; width: 83%; text-align: left; padding-left: 2%}
.contain .body .text .my-gallery{ overflow: hidden; width: 100%; max-width: 640px; margin: 0 auto;}
.contain .body .text .my-gallery div,.evaMain .my-gallery div{ width: 28%; overflow: hidden; float: left; margin-top: 5px;margin-right: 5px; }
.contain .body .text .my-gallery img{  }
.contain .body .text .title{ color: #576788; font-size: 1.8rem;}
.contain .body .text .txt{color: #333; font-size:14px; line-height: 20px;}
.contain .body .text .tm{font-size: 1.4rem;    overflow: hidden;}
.contain .body .text .tm .fl{float: left;  padding-left: 5px;}
.contain .body .text .tm .fr{float: right; padding-right: 15px;}
.contain .body .text .cmt{ color: #444444; font-size: 1.5rem;    background-color: #eeeeee; margin-top: 5px; padding: 5px;}
.contain .body .text .cmt .fav{ color: #576788; border-bottom: 1px solid #d5d5d5; padding-bottom: 5px;}
.contain .body .text .cmt span{ color: #576788;}
figure{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.evaluateBox .nullDiv{
    width: 100%;
    margin: 0 auto;
    height: 10px;
    background: #F6F6F6;
}
.my-gallery figure a{
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.my-gallery figure a img{
    display: block;
    width: 100%;
    height:100%;
    margin: auto;
}
.userTime {
    font-size: 13px;
    color: #999999;
}
.userInfo {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 1%;
}
.userName {
    display: inline-block;
    padding: 6px 0;
    font-size: 16px;
    color: #56ABE4;
}
.start {
    position: relative;
    width: 144px;
    height: 35px;
    margin-top: 2px;
}

.evaluateBox .rank{
    float: right;
}
.evaluateBox .fen{
    line-height: 24px;
}
.evaluateBox .overview .atar_Show{
    top: 10px;
}
.evaluateBox .evaRank{
    margin-top: 19px;
    width: 46%;
}
.evaluateBox .evaRank .pingfen{
    display: block;
    height:20px;
    line-height: 20px;
    margin-top: -4px;
}

.pingfen {
    position: absolute;
    right: 1px;
    top: 0px;
    font-size: 15px;
    color: orange;
}
.productPart4 .rank {
    width: 150px;
    line-height: 21px;
    position: absolute;
    right: 0;
    top: 9px;
    text-align: right;
}
.evaluateBox .rank {
    float: right;
}
/*=============惠到家购物车页面=============*/
.cartNull .cartIcon{
    width: 63px;
    margin: 30% auto 8%;
}
.cartNull .cartIcon img{
    width: 100%;
}
.cartNull p{
    font-size: 15px;
    color: #999;
    text-align: center;
}
.cartNull a.goIndex{
    display: block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin: 6% auto;
    font-size: 17px;
    border: 1px solid #f44440;
    text-align: center;
    color: #f44440;
    border-radius: 8px;
}
.cartGoods{
    width: 100%;
    max-width: 640px;
    margin: 50px auto 0;
    overflow: hidden;
    padding-bottom: 40px;
}
.cartHeader{
    width: 100%;
    max-width: 640px;
    margin: 0 auto 10px;
    background: #fff;
    color: #333;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
}
.cartHeader .title2{
    text-align: center;
}
.cartHeader .management,.cartHeader .complete{
    width: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.cartGoods .cartName{
    text-align: center;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #F0F0F0;
    padding: 12px 0;
}
.cartGoods .cartName i{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin:0 5px -2px 0;
}
.cartGoods .cartShop{
    background: #fff;
    margin-bottom: 10px;
}
.cartGoods .shopName1{
    padding: 15px 0;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #F0F0F0;
}
.searchGoods .goodsSear {
    display: -webkit-box;
    display: box;
    height: 100%;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #F0F0F0;
}
.searchGoods .huiPic{
    position: relative;
    height: 80px;
    width: 80px;
    margin-left: 10px;
    overflow: hidden;
    text-align: center;
}
.searchGoods .huiInf{
    -webkit-box-flex: 1;
    box-flex: 1;
    margin-left: 15px;
    position: relative;
    height: 100%;
    margin-top: -2px;
    padding: 8px 11px 0 0;
}
.searchGoods span.huiName{
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.searchGoods .huiInf span{
    font-size: 16px;
    color: #101010;
}
.searchList{
    overflow: hidden;
    background: #fff;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.searchGoods .searchPrice span{
    font-size: 15px;
    color: #f44440;
}
.cartNum{
    position: absolute;
    right: 12px;
    bottom: 5px;
    display: -webkit-box;
    display: flex;
    /*border: 1px solid #F0F0F0;*/
    text-align: center;
    border-radius: 4px;

}
.cartNum a.reduce,.cartNum a.addition{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 28px;
    color: #999;
}
.cartNum i.number1{
    display: inline-block;
    width: 33px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #333;
}
.cartNum a.reduce{
    border: 1px solid #F0F0F0;
}
.cartNum a.addition{
    border: 1px solid #F0F0F0;
}
.cartShop .goodsSear a{
    display: inline-block;
}
.shopName1 i.selectAll,.goodsSear .selectRad,.cartShop i.selectedIn,.delBox i.selectAll,.delBox i.all{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../newImages/yuan@2x.png") no-repeat;
    background-size: 100%;
    margin: 0 8px -3px 8px;
}
.cartShop .goodsSear .selectRad{
    margin: 0 0 30px 8px;
}
.searchGoods .cartMar{
    margin-left: 10px;
}
.cartShop i.selectedIn,.delBox i.selectedIn{
    background: url("../newImages/xuanzhong@2x.png") no-repeat;
    background-size: 100%;
}
.cartTotal{
    width: 100%;
    height: 52px;
    background: #fff;
    display:-moz-box;
    display:-webkit-box;
    display:box;
    color: #333;
}
.cartTotal .totalRgt{
    width: 90px;
    background: #f44440;
    text-align: center;
}
.cartTotal .totalLft{
    -moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
    padding-left: 10px;
}
.cartTotal .totalRgt .checkout{
    background: none;
    height: 52px;
    line-height: 52px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    border-radius: 0;
}
.cartTotal .totalLft .total{
    font-size: 15px;
    color: #333;
    margin: 9px 0;
}
.cartTotal .totalLft .total em{
    color: #f44440;
}
.cartTotal .totalLft .discount{
    font-size: 12px;
    color: #666;
}
.cartGoods .searchGoods .huiInf span{
    font-size: 15px;
}
.delBox{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: 37px;
    max-width: 640px;
    background: #fff;
    display: block;
    display: -webkit-box;
    padding: 8px 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 2;
}
.delBox .selBtn{
    -webkit-box-flex:1;
    box-flex:1;
    margin-top: 8px;
}
.delBox .delBtn input{
    width: 100px;
    height: 37px;
    border-radius: 4px;
    line-height: 37px;
    text-align: center;
    background: #f44440;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
}




.cartNum .numVal{
    width: 33px;
    text-align: center;
    font-size: 15px;
    color: #333;
}
.numb {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #f44440;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/*=============我要加入页面=============*/
.joinMain{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
}
.joinMain .joinPic{
	margin-top: 46px;
}
.joinMain .inpItem{
	width: 5.2rem;
	margin: 0 auto 0.2rem;
	position: relative;
}
.joinMain .inp{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	border: 1px solid #CCCCCC;
	border-radius: 0.44rem;
}
.joinMain .inp select,.joinMain .inp input{
	display: block;
	border: 0;
	color: #606060;
	font-size: 15px;
	font-family: "microsoft yahei",helvetica;
	width: 88%;
	height: 0.8rem;
	line-height: 0.8rem;
	margin: 0 auto;
	outline: medium none;
	}
.joinMain .tip1{
	color: #F44440;
	margin-top: 0.1rem;
	text-indent: 0.25rem;
}
.joinMain .inp input{
	height: 0.6rem;
	border-radius: 0.44rem;
	padding: 0.1rem 0;
	font-size: 15px;
	line-height: 20px;
	color: #333;
}
.joinMain .inp input::-webkit-input-placeholder {
    color: #606060;
}
.joinMain .inp input:-moz-placeholder {
    color: #606060;
}
.joinMain .inp input::-moz-placeholder {
    color: #606060;
}
.joinMain .inp input:-ms-input-placeholder {
    color: #606060;
}
.joinMain .telIn{
	position: relative;
}
.joinMain .telIn input{
	 width: 70%;
	 margin-left: 16%;;
}
.joinMain .telIn .eight{
	display: block;
	color: #0099ff;
	font-size: 15px;
	position: absolute;
	left: 0.1rem;
	top: 0.18rem;
	width: 13%;
	height: 0.5rem;
	line-height: 0.5rem;
	border-right: 1px solid #ccc;
	text-align: center;
}
.joinMain .inpItem .loc{
	display: block;
	width: 0.8rem;
	position: absolute;
	right: 0.2rem;
	top: 0.06rem;
}
.joinMain .inpItem .tip1{
	display: none;
}
.joinMain .subBtn .inp{
	border: 0;
	
}
.joinMain .subBtn input{
	background: #f54440;
	color: #fff;
	width: 3.76rem;
	height: 0.9rem;
	line-height: 0.56rem;
	font-size: 16px;
}
.joinMain .subBtn{
	margin: 0.5rem auto;
}


.detialImg a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
}
.headerBox{
    width: 100%;
    max-width: 640px;
    height: 45px;
    border-bottom: 1px solid #F0F0F0;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.headTit{
    margin: 0 50px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #333;
}
.headerBox .headArrow{
    width: 40px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 36px;
    color: #8b8b8b;
}
.headerBox .headArrow i{
    width: 20px;
    height: 20px;
    margin: 5px 0 0 10px;
}
.noFresh .noPic{
    width: 143px;
    margin: 80px auto 0;
}
.noFresh p.noTxt{
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-top: 25px;
}
.noFresh a.joinShop{
    display: block;
    width: 3.2rem;
    height: 36px;
    line-height: 36px;
    border: 1px solid #F44440;
    color: #333;
    font-size: 15px;
    text-align: center;
    margin: 60px auto 0;
    background: none;
    border-radius: 20px;
}
/*惠到家店铺头样式*/
.itemCon{
    color: #FFF;
    width: 100%;
    background: #f54440;
    background-size: cover;
    position: fixed;
    z-index: 7;
    max-width: 640px;
    top: 0;
    margin: 0 auto;
}
.nearItem{
    overflow: hidden;
    padding: 16px 2%;
    position: relative;
}
.hui .nearItem dl{
    padding: 0 2% 0px 2%;
}
.nearItem h5{
    font-size: 16px;
}
.nearItem dl dt{
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0 10px 0 5px;
}
.nearItem dl dt img{
    width: 100%;
    height: 100%;
}

.star1{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.star1 i.red{
    color: #ffeb00;
}
.star1 span{
    color: #f7f7f6;
    font-size: 12px;
}
.shanPrice{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #FFF;
    overflow: hidden;
}
.shanPrice .ds{
    margin-left: 45px;
}
.shanPrice .line{
    padding: 0 5px;
}
.nearItem dl{
    overflow: hidden;
}
.nearItem dl dd,.nearItem dl dt{
    float: left;
    line-height: 22px;
}
.nearItem dl dd.mid{
    width: 63%;
    line-height: 33px;
    /*	padding-top: 11px;*/
    position: relative;
}
.nearItem dl dd.lst{
    width: 15%;
    text-align: right;
    padding-top: 22px;
}
.nearItem dl dd.lst .shanTime{
    font-size: 14px;
}
.nearItem dl dd.lst .shanDistance{
    font-size: 14px;
}
.youhui{
    position: relative;
}
.youhui,.youhui a{
    overflow: hidden;
    background: #fff;
    padding: 0px 3%;
    color: #333;
    height: 32px;
    border-bottom: 1px solid #f0f0f0;
}
.youhui a{
    display: block;
    overflow: hidden;
}
.youhui .youhuiItem{
    overflow: hidden;
    float: left;
    width: 80%;
    padding-left: 10px;
    padding-top: 4px;
}
.youhui p{
    padding: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 98%;
    box-sizing: border-box;
}
.youhui i{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    margin-right: 5px;
}
.youhui i.shou{
    background: #fdbe56;
}
.youhui i.jian{
    background: #f5a623;
}
.youhui i.zhe{
    background: #ea3d4d;
}
.youhui span.arrow1{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../newImages/aba.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 5px;
    top: 3px;
}
.top1{
    top: 44px;
}
.menu .bg3{
    background: #f54440;
}
.nearItem .commodityName{
    position: relative;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.nearItem .arrowNew,.arrowRotate .arrowNew{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) ;
    margin-left: 4px;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s; /* Safari */ 
}
.arrowRotate .arrowNew{
    transition:0.5s;  
    -moz-transition:-moz-transform 0.5s; /* Firefox 4 */  
    -webkit-transition:-webkit-transform 0.5s; /* Safari and Chrome */  
    -o-transition:-o-transform 0.5s; /* Opera */  
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.erMaerMa{
    position: absolute;
    right: 10px;
    top: 10px;
}
.erMaerMa .ma{
    width: 28px;
    height: 28px;
}
.collect{
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.bg3 a.searchKuang{
    border-radius: 4px;
    color: #e8e8e8;
}

body{
    background: #fff;
    position: relative;
}
.maEject{
    width: 70%;
    height: 300px;
    margin: 0 auto;
    background: #fff;
    position: fixed;
    z-index: 12;
    display: none;
}
.maEject p{
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 20px 0;
}
.ermaPic {
    width: 177px;
    height: 177px;
    border: 1px solid #f6f6f6;
    padding: 2%;
    margin: 0 auto;
}
.ermaPic image{
    width: 100%;
    height: 100%;
}
.maEject .closeImg{
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    right: -3px;
    top: -3px;
}
.maEject .tipUser{
    display: block;
    color: #606060;
    font-size: 13px;
    text-align: center;
    margin-top: 14px;
}
.shop-details{
    position: fixed;
    left: 0;
    z-index: 5;
    height: 0px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}
.null-box{
    background: #f3f5f9;
    height: 6px;
}
.shop-details ul{
    background: #fff;
    overflow: hidden;
}
.shop-details ul li,.shop-details ul li a.tel{
    height: 45px;
    line-height: 45px;
    padding: 0 2%;
    border-bottom: 1px solid #f3f5f9; 
    font-size: 14px;
    color: #333;
    position: relative;
}
.shop-details ul li a.tel{
    border: 0;
    padding: 0;
    display: block;
}
.shop-details ul li::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 20px; 
}
.shop-details ul li:last-child::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 20px; 
}
.shop-introduce{
    padding: 10px 2%;
}
.shop-introduce h3{
    font-size: 14px;
    color: #333333;
    height: 30px;
    line-height: 30px;
}
.shop-introduce p{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-indent: 24px;
}
.goOn{
    width: 100%;
    max-width: 640px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: none;
    background: #fff;
    padding: 17px 0
}
.goOn a{
    display: block;
    width: 71px;
    margin: 0 auto;
}
.goOn a image{
    display: block;
    width: 100%;
}
.goOn i{
    display: block;
    color: #999;
}
.content-intr{
    padding-bottom: 40px;
}

.classHui{-webkit-tap-highlight-color:transparent;}

/* 2018-05-01 */
.cateSmall{
    overflow: hidden;
    background-color: #fff;
}
.cateSmall span{
    display: block;
    height:40px;
    line-height:40px;
    width: 99%;
    text-indent: 18px;
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.topHeight .menuCategory ul li{
    position: relative;
}
.topHeight .menuCategory ul li.cur span.cur{
    color: #f44440;
    position: relative;
   
}
.topHeight .menuCategory ul li.cur span.cur::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #f44440;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 18px;
}
.topHeight .menuCategory ul li:first-child::after {
    content: '';
    display: block;
    width: 23px;
    height: 11px;
    background: url(../newImages/hdj_zhuansong@2x.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 2px;
    top: 18px;
}
.menuCategory ul li .cateSmall {
    max-height:0;
    transition:max-height 0.5s;
    -moz-transition:max-height 0.5s; /* Firefox 4 */
    -webkit-transition:max-height 0.5s; /* Safari and Chrome */
    -o-transition:max-height 0.5s; /* Opera */
}

.menuCategory ul li.conHeight .cateSmall {
    max-height: 600px;

}

.topHeight .menuCategory .listGroup li.cur a{
    font-size: 13px;
}
.topHeight .menuCategory .listGroup a{
    font-size: 13px;
    text-align: left;
    text-indent: 14px;
    border-bottom: 1px solid #f0f0f0;
}
@media screen and (min-width: 320px) and (max-width: 374px){
    /*!*iPhone < 5 Portrait*!*/
    .menuCategory{
        width: 29%;
    }
    .categoryBox .menuList{
        width: 69%;
    }
    .menuCategory .listGroup li.cur a,.menuList .listContent .priceBox,.menuList .listContent h4{
        font-size: 14px;
    }
    .curCon{
        margin-left: 30%;
        width: 70%;
    }
    .showAll{
        background: #fff;
    }
    .minus, .plus{
        width: 20px;
        height: 20px;
    }
    .itemCount{
        width: 25px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .cateSmall span{
        text-indent: 12px;
    }
    .topHeight .menuCategory ul li:first-child::after{
        right: 1px;
    }
    .topHeight .menuCategory ul li.cur span.cur::before{
        left: 6px;
    }
}
.goodItem .itemAdd .newIcon{
    display: block !important;
    width: 23px !important;
    height: 23px !important;
    background: url(../newImages/sc_jiarugouwuche@2x.png) no-repeat !important;
    background-size: 100% !important;
}
/* 店铺休息弹框 */
.shopRest{
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    position: fixed;
    border-radius: 4px;
    z-index: 30;
    display: none;
}
.shopRest .rest{
    color: #333;
    padding: 16px 0;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
}
.shopRest .konw{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #f44440;
    text-align: center;
    font-size: 15px;
    border-top:1px solid #f0f0f0;
}

/* 选择店铺增加搜索 */
.new-search{
    width: 96%;
    max-width: 640px;
    margin: 0 auto 10px;
    height: 36px;
    overflow: hidden;
    position: relative;
}
.searchTxt1{
    width:100%;
    margin: 0 auto;
    padding: 8px 0;
    border: 1px solid #E1E1E1;
    text-indent: 30px;
    font-size: 14px;
}
.searchIcon2{
    display: block;
    width: 16px;
    height: 18px;
    background: url(../newImages/search.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 6px;
    top: 9px;
}
.searchTxt1::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
 .searchTxt1:-moz-placeholder {
    color: #999;
    font-size: 14px;
}
.searchTxt1::-moz-placeholder {
    color: #999;
    font-size: 14px;
}
.searchTxt1:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}
/* .searchPage input.searchIcon1 {
    display: block;
    width: 18px;
    height: 20px;
    background: url(../newImages/search.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 8px;
    top: 12px;
} */
a.hideA{
    width: 24px;
    display: block;
    position: absolute;
    right: 6px;
    top: 5px;
    z-index: 1;
}
a.hideA image{
    width: 100%;
}
/* .fixed-box{
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 45px;
    background-color: #fff;
    z-index: 10;
} */
.itemCon a.tel-icon{
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 45px;
    top: 42px;
}
a.tel-icon image{
    display: block;
    width: 100%;
}