body{background-color: #fff;}
.mui-bar-nav{
	height:50px;
	background-color: #fff;
	line-height: 50px;
	box-shadow:none;
	z-index: 12;
	border-bottom: 1px solid #ddd;
}
.mui-action-back{
	margin-top: 3px;
}
.mui-bar-nav ~ .mui-content {
    padding-top: 51px;
    background-color: #fff;
}
.mui-title{
	height:50px;
	line-height: 50px;
	color:#333;
}
.area-title{
	font-size:16px;
	color:#545454;
	padding-right: 14px;
	position: absolute;
    top: 0;
    right: 9px;
}
.area-select{
	display:none;
}
.area-title:after{
	display: inline-block;
    content: "";
    width: 12px;
    height: 6px;
    background: url(../img/icon/down-icon.png) no-repeat;
    background-size: contain;
    margin-left: 5px;
    margin-bottom: 2px;
}
.area-title.area-slc:after{
	transform: rotate(180deg);
}
.area-select{
	width: 125px;
    background-color: #fff;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    height: 340px;
    overflow: scroll;
}
.area-select li{
	list-style: none;
	font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 40px;
}
.area-select li.select{
	font-weight: bold;
}
.item .img{
 	width: 95px;
	height: 95px;
	border-radius: 6px;
}
.item .img img{
	width: 95px;
	height: 95px;
	border-radius: 6px;
}
.item {
	height:124px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.item .right{
    margin-left: 15px;
    position: relative;
    height: 80px;
    clear: both;
    width: 100%;
}
.item .shop-name{
	font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: 0;
    color:#333;
}
.item .shop-distance{
	position: absolute;
    top: 0px;
    right: 15px;
    font-size: 12px;
    color: #999;
}
.item .shop-hours{
	position: absolute;
    top: 30px;
    font-size: 12px;
    color: #999;
}
.item .shop-hours:before{
	display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    background: url(../img/icon/time-icon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right:4px;
}
.item .address{
	font-size: 13px;
    position: absolute;
    bottom: 0;
    line-height: 18px;
    color:#545454;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}
.detail.item .address{	
    text-overflow: inherit;
    white-space: inherit;
}
.item .address:before{
	display: inline-block;
    content: "";
    width: 12px;
    height: 15px;
    background: url(../img/icon/position-icon.png) no-repeat;
    background-size: contain;
    vertical-align: sub;
    margin-right:4px;
}
.item .fa-map-marker{
	color:red;
}
.item .lab{
    vertical-align: bottom;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    background-color: #ffac3b;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    margin-left: 5px;
    -webkit-transform: scale(0.8);
}
.mui-tab-item.mendian-page .icon-icon{
	background:url(../../static/img/icon/nav-icon33.png);background-size: cover;
}
.over-hide{
	position: absolute;
    width: 100%;
    height: 600%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 11;
    opacity: 0.7!important;
    display:none;
}
.warn-ing{
	text-align: center;
    margin: 0 0 30px;
    font-size: 12px;
    color: #333;
    padding-top: 10px;
}
/* ÃÅµêÏêÇé */
.shop-detail .shop-banner{
	width:100%;
	height:190px;	
}
.shop-detail .shop-banner img{
	width:100%;
	height:100%;	
}
.detail{
	position: relative;
}
.detail .shop-name {
   top:19px;
}
.detail .shop-hours {
   top:50px;
}
.detail .address {
   top:84px;
}
.map-cont{
	background-color:#fff;
	border-top:10px solid #f4f4f4;
}
.shop-mapTitle{
	font-size:16px;
	color:#333;
	padding:15px 0 0 15px;
	margin:0;
}
.map{
	width:92%;
	height:215px;
	margin:15px auto;
}
.no-shop{
	margin-top: 50px;
    text-align: center;
}
.no-shop p{
	font-size:16px;
	color:#e7161c;
	margin-top:10px;
}
.no-shop p:before{
	display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/backShop.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 2px;
}
