body .header {
	/*background: url(../img/storetopbg.png) no-repeat center top;
	background-size: 414px;*/
	background: none;
}
#store .scroll_out,#store1 .scroll_out_t{
	bottom: 50px;
}
.mui-scroll-wrapper .mui-scroll .con {
	padding: 0px;
}

/* .search{
	width: 100%;
	height: 60px;
	padding-top: 20px;
	
} */
/* .header_con{
	text-align: center;
	background: rgba(0, 0,0, 0.8);
	height: 66px;
} */
/* .header_con h3{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	padding-top: 25px;
} */
/* body .header .title {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	position: relative;
		position: absolute;
	top: 5px; */
/* } */

/* .mui-action-back{
	position: absolute;top:32px;
	left:12px;
	color: #fff;
     width: 60px;
	 background: #777;
} */
/* .mui-icon-email{
	width: 60px;
	color: #fff;
     background: #777;

} */
.con_ {
	position: relative;
	width: 100%;
	/* height: 200px; */
}

.con_ .con_img {
	width: 100%;
	/* height: 200px; */
}


.mui-slider .mui-slider-group .mui-slider-item a img {
    width: 100%;
		height: 100%;
}
.searchcon {
	margin-top: 5px;
	width: calc(100% - 84px);
	height: 30px;
	float: left;
	background: #dedede;
	position: relative;
	border-radius: 13px;
}

.classmenu {
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.searchcon img {
	width: 30px;
	height: 30px;
	padding: 7.5px;
	float: left;
}

.searchcon span {
	color: #989898;
	font-size: 13.2px;
	line-height: 30px;
}

.b_title {
	width: 100%;
	position: relative;
	height: 60px;
	/* top:10px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(256, 256, 256, 0.3);
}

.b_title span {
	display: inline-block;
}

.b_title .b_img {
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 6px;
	left: 15px;
}

.b_title .storename {
	/* position: absolute; */
	width: calc(100% - 160px);
	margin: 0px auto;
	color: #fff;
	background: pink;
	/* left: 79px; */
	/* top: 18px; */
	font-size: 19.2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#allmap {
	/* margin-top: 15px; */
}

.gothere {
	padding: 6px 8px;
	height: 44px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ccc;
	font-size: 14px;
}

.go,
.address {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gt_con span{
	font-size: 18px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	}
	.gt_con .shopAddress{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
		max-width: 200px;
	}
.goimg {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.sx {
	margin-top: -50px;
	height: 50px;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.mui-scroll-wrapper,
.scroll_out {
	/*position: relative;*/
	z-index: 10;
}
#pullrefresh .mui-scroll{
	position: relative;
}
#top_banner {
	width: 100%;
	height: 300px;
	margin: 20px auto;
	margin: 0;
	position: relative;
}

#top_banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#top_banner .swiper-slide img {
	width: 100%;
	height: 100%;
}

#top_banner .swiper-pagination-bullet-active {
	background: white;
}

#top_banner .swiper-pagination-bullet {
	background: #eee;
}

.goimg img {
	width: 100%;
	height: 100%;
}

.contactimg {
	width: 30px;
	height:30px;
	/* background: #2B79C3; */
	/* border-radius: 30px; */
}

.contactimg img {
	width: 100%;
	height: 100%;
}
.gt_con_con{
	width: 100%;
}
.row{
	background: #fff;
	/* padding: 10px; */
}
.row .name{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px ;
	width: 60%;
}
.row .name label{
	display: inline-block;
   text-align: center;
}
.label-idx{
	flex: 1;
}
.label-val{
	flex: 2;
}
.time {
	position: absolute;
	padding: 0 2px;
	/*width: calc(100% - 270px);*/
	left: 79px;
	color: #fff;
	font-size: 14.4px;
	top: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: -moz-linear-gradient(left, #ff6600, #ff9c00);
	/*Mozilla*/
	background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#ff6600), to(#ff9c00));
	/*Old gradient for webkit*/
	background: -webkit-linear-gradient(left, #ff6600, #ff9c00);
	/*new gradient for Webkit*/
	background: -o-linear-gradient(left, #ff6600, #ff9c00);
	/*Opera11*/
	border-radius: 5px;
	text-align: center;
}

.gz_btn {
	width: 71.4px;
	height: 21px;
	border-radius: 15px;
	color: white;
	line-height: 21px;
	position: absolute;
	right: 12px;
	font-size: 13.2px;
	background: #ff0909;
	/* bottom: 15px; */
	bottom: 10px;
	text-align: center;
}

.gz_btn1 {
	width: 71.4px;
	height: 21px;
	border-radius: 15px;
	color: #909090;
	line-height: 21px;
	position: absolute;
	text-align: center;
	right: 12px;
	font-size: 13.2px;
	/* bottom: 15px;*/
	bottom: 10px;

	background: #efefef;
	/*border:  1px solid #909090;*/
}

.nav {
	width: 100%;
	background: white;
	/*padding: 10px 0;*/
}

.nav_block {
	float: left;
	width: 40%;
	text-align: center;
	margin: 0 5%;
	color: #414141;
}

.nav span {
	height: 42px;
	line-height: 42px;
	display: inline-block;
}

.nav .on span {
	/* color: #0F0F0F; */
	color: #E51329;
	/* border-bottom: 2px solid #0f0f0f; */
	border-bottom: 2px solid #E51329;
}

.footer {
	width: 100%;
	height: 50px;
	border-top: 1px solid #e6e6e6;
	position: fixed;
	bottom: 0;
	left: 0;
	background: white;
	padding: 12px 0;
}

.footer div {
	width: 50%;
	height: 25px;
	display: block;
	float: left;
	text-align: center;
	color: #525252;
	font-size: 15.6px;
}

#rmfl {
	border-right: 1px solid #e6e6e6;
}

.rmfl {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
}

.rmfl .con {
	width: 96px;
	border-radius: 6px;
	overflow: hidden;
	position: absolute;
	bottom: 48px;
	left: 20%;
	box-shadow: 1px 1px 1px #eeeeee;
	z-index: 110;
}

.rmfl .con .row {
	width: 100%;
	height: 49px;
	line-height: 48px;
	border-top: 1px solid #e6e6e6;
	background: white;
	text-align: center;
	color: #525252;
	font-size: 14.4px;
}

.rmfl .con .row:first-child {
	border: none;
}

.sanjiao {
	z-index: 110;
	width: 12px;
	height: 12px;
	position: absolute;
	background: white;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	transform: rotate(45deg);
	bottom: 41px;
	left: 24%;
}

.search button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	position: absolute;
	width: 50px;
	height: 30px;
	border-radius: 0;
	background: #007AFF;
	color: white;
}

#keyword {
	background: transparent;
	height: 30px;
	margin: 0;
}

.searchcon button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	position: absolute;
	width: 50px;
	height: 30px;
	border-radius: 0;
	background: #007AFF;
	color: white;
	border-radius: 50px;
}