body{
    margin: 0;
	font-family: "-apple-system","system-ui","BlinkMacSystemFont","Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
	-webkit-text-size-adjust: 100%;
}
#container{
    max-width: 768px;
    margin: 0 auto;
}
#banner{
    width: 100%;
}
#banner a{
    display: inline-block;
	width: 100%;
}
#banner img{
    width: 100%;
    display: inline-block;
}
#box{
	width:100%;
	height: auto;
	background:#fff;
	text-align: center;
}
#head_list:before{
	display: table;
	content: '';
}
#head_list:after{
	display: table;
	content: '';
	clear: both;
}
#head_list{
	height: 55px;
	line-height: 55px;
    font-size: 15px;
	box-shadow: 0px 2px 2px #ddd;
}
#head_list .tab{
	float:left;
	width:33.3%;
}
#head_list span.active{
	color:#000;
	border-bottom: 2px solid #0BBB08;
}
.active{
	font-weight: bold;
}
#menu_content{
    width: 100%;
}
.storeList{
	width: 90%;
	margin: 0 auto;
}
.storeList:after{
	display: table;
	content: '';
	clear: both;
}
.storeList div{
	display: inline-block;
}
.store{
	width: 100%;
    min-height: 120px;
    border-bottom: 1px solid #eee;
}
.left{
	float: left;
	width: 86px;
	height: 86px;
	margin-top: 20px;
}
.left img{
	width: 100%;
	height: 100%;
	border-radius: 13px;
}
.right{
	float: right;
	width: 70%;
	padding-left: 5px;
	box-sizing: border-box;
	text-align: left;
    margin-top: 15px;
}
.right h4{
	margin: 0;
    font-size: 16px;
	padding-bottom: 8px;
}
.right a{
	display: inline-block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.right span{
	display: block;
    font-size: 14px;
	line-height: 1.5;
}
.right>span{
	opacity: .5;
}
.right pre{
	margin: 0;
	font-family: inherit;
	white-space: pre-line;
}
.right a.dis{
	float: right;
	margin-bottom: 15px;
	margin-top: 5px;
}
.right a.dis b:first-child{
	opacity: .3;
}
.right b{
    font-weight: normal;
}
img{
	width: 100%;
}
.distance{
	float: right;
	width: 15px;
	padding-left: 8px;
}
.distance img{
	width: 100%;
}
#footer{
    margin: 20px auto;
    font-size: 14px;
    color: #ddd;
    text-align: center;
}
.swiper-pagination-bullet{
	background: transparent;
	border: 1px solid #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #0BBB08;
}
#box .swiper-slide{
	height:90vh;
}
#box .swiper-slide-active {
	height:auto;
	min-height: auto;
}
/* intro */
.showMore, .hidMore{
	width: 65px;
    height: 25px;
    line-height: 25px;
	background: #d6097a;
	color: #fff;
    border-radius: 5px;
    font-size: 13px;
	text-align: center;
}
.storeList .right .intro{
    display: block;
}
.showMore{
    margin: 0;
}
.right .introduction{
    display: none;
    margin-top: 15px;
	opacity: .5;
}
.right .hidMore{
    display: none;
    margin-bottom: 0;
}
.showMore, .right .hidMore{
	margin-top: 4px;
}