body{
	background: #F4F4F4;
}
.background{
	width:100%;
	background: white;
	position:fixed;
	top:0;
	z-index: 100;
}
.background_gray{
	width:100%;
	height: 0.25rem;
	display: none;
}
.scroll_content{
	width:100%;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.ban{
	/*margin-top: 3.1rem;*/
}
.in_local{
    top: 1.15rem;
    z-index: 200;
}
.in_hidden{
	overflow: hidden;
}
.rang_content{
	width:7rem;
	height:100%;
	margin: 0 auto;
	margin-bottom: 0.25rem;
}
.container{
	width:100%;
	padding-top: 0.2rem;
	overflow: hidden;
}
.local{
	height:0.7rem;
	display: flex;
	align-items: center;
	float:left;
	font-size: 0.28rem;
}
.local img:nth-child(1){
	width:0.3rem;
	height:0.3rem;
}
.local img:last-child{
	width:0.15rem;
	height:0.13rem;
}
.local span{
	margin: 0 0.05rem;
}
.search{
	width:5.2rem;
	height:0.7rem;
	background: #F4F4F4;
	border-radius: 0.35rem;
	float:right;
	display: flex;
	align-items: center;
	font-size: 0.32rem;
	color: #87888F;
}
.search img{
	width:0.35rem;
	height:0.35rem;
	margin-left: 0.25rem;
	margin-right: 0.15rem;
}
.background_menu{
	width: 100%;
	background: white;
}
.menu{
	width:5.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 1.3rem;
	padding-bottom: 0.2rem;
}
.menu_app{
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 	-webkit-tap-highlight-color: transparent;
}
.menu_app img{
	width:0.7rem;
	height:0.7rem;
}
.menu_app p{
	margin-top: 0.05rem;
}

.swiper{
	margin-top:0.25rem;
	height:2.5rem;
	width:100%
}
.border{
	width: 7rem;
	height:2rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 0.2rem;
}
.border img{
	width: 100%;
	height:2rem;
}
.botthg{
	position: relative;
	top:-0.05rem
}
.swiper-pagination-bullet-active{
    background: #17B54B;
}
.swiper-pagination-bullet{
    width:10px;
    height:3px;
    border-radius: 100px;
    margin-left: 2px;
    margin-right: 2px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:-5px;
}

.content{
	width:7rem;
	margin: 0 auto;
}
.menus_gray{
	background: #F4F4F4;
}
#menusWhite{
	width: 7rem;
    /*height: 0.9rem;*/
    height: 0.9rem;
    background: white;
    display: none;
}
.menus {
    width: 7rem;
    height: 0.9rem;
    background: white;
    background: url(../img/menu_one.png) no-repeat center left;
	background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    color:white;
    position: relative;
}
.menus2 {
    width: 7rem;
    height: 0.9rem;
    background: white;
    background: url(../img/menu_two.png) no-repeat center left;
	background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    color:white;
    position: relative;
}
.menus3 {
    width: 7rem;
    height: 0.9rem;
    background: white;
    background: url(../img/menu_three.png) no-repeat center left;
	background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    color:white;
    position: relative;
}
.menus div{
	width:25%;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 	-webkit-tap-highlight-color: transparent;
}
.menus2 div{
	width:25%;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 	-webkit-tap-highlight-color: transparent;
}
.menus3 div{
	width:25%;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 	-webkit-tap-highlight-color: transparent;
}
.menus div:nth-child(5){
	width: 0.45rem;
	height:0.7rem;
}
.menus2 div:nth-child(5){
	width: 0.45rem;
	height:0.7rem;
}
.menus3 div:nth-child(5){
	width: 0.45rem;
	height:0.7rem;
}
.select{
	color:black;
}
.look_more{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.look_more img{
	width: 0.1rem;
	height:0.2rem;
}
.storeList{
	width:100%;
	background: white;
	padding-top: 0.2rem;
	border-bottom-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	margin-bottom: 1.5rem;
}
.store{
	width:6.6rem;
	margin: 0 auto;
	overflow: hidden;
}
.storeHead{
	width:1.2rem;
	height:100%;
	padding-top: 0.25rem;
	padding-bottom: 0.4rem;
	float:left;
}
.storeHead img{
	width:1.2rem;
	height:1.2rem;
	margin-top: 0.1rem;
}
.detail{
	width:5.2rem;
	padding: 0.3rem 0;
	float: right;
	border-bottom: 1px solid #EDEDEE;
}
.store:last-child > .detail{
	border:none;
}
.detail p{
	font-size: 0.32rem;
	font-weight: bold;
	width:4.6rem;
	line-height:0.4rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.range{
	width:100%;
	font-size: 0.28rem;
	color:#87888F;
	overflow: hidden;
	margin-top: 0.1rem;
	margin-bottom: 0.13rem;
}
.locals{
	float:left;
}
.distance{
	float:right;
}
.text{
	margin-bottom: 0.15rem;
}
.text span{
	border:1px solid rgb(255,46,46);
	padding: 0.02rem 0.1rem;
	color:rgb(255,46,46);
	font-size: 0.24rem;
	border-radius: 0.05rem;
}
.sotre_coupon{
	width:100%;
	font-size: 0.28rem;
	margin-bottom: 0.1rem;
	color:#40414D;
	display: flex;
	align-items: center;
}
.sotre_coupon img{
	width:0.25rem;
	height:0.25rem;
	margin-right: 0.1rem;
}
.mask{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 2000;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	visibility: hidden;
}
.mask_coupon{
	width:4rem;
	height:4.5rem;
	background: white;
	border-radius: 0.2rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.mask_coupon p{
	padding-top: 0.5rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.mask_coupon img{
	width:2.2rem;
	height:2.2rem;
}
.button{
	width:100%;
	height:0.9rem;
	line-height: 0.9rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	border-top:0.01rem solid #D2D3D5;
	color:#17B54B;
}

.no_div{
	width:2.4rem;
	margin: 0 auto;
	font-size: 0.32rem;
	text-align: center;
	padding-bottom: 0.2rem;
}
.no_div img{
	width:2rem;
	height:auto;
	margin-bottom: 0.2rem;
}
