html,body {
	height:100vh;
  width:100vw;
  display:block;
}
html {
	overflow:hidden;
}
* {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
body {
	background:#fff;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:12px;
  margin: 0px;
  overflow: hidden;
}
.size-10{
  width:10px;
  height:10px;
}
expand,.expand{
  flex:auto;
}
row,.row{
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
column,.column{
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.img img {
	width:100%;
	display:block;
}
hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

#top {
	position:absolute;
	top:0;
	z-index:5;
	width:100%;
	background:#fff;
}
#top .addr {
	height:36px;
	margin:0 auto;
	display:block;
}
#top .search {
	position:absolute;
	top:0;
	right:0;
	height:36px;
	display:block;
}
.nav {
	border-bottom:1px solid #ebebeb;
}
.nav .swiper-slide div.item {
	margin:0 5px;
	text-align:center;
	display:block;
	line-height:2.5;
	font-size:14px;
	color:#333333;
}
.nav .bar {
	width:50px;
	height:3px;
	position:absolute;
	bottom:0px;
  background-color: #00b1fc;
  z-index: 999;
}
.nav .bar .color {
	width:36px;
	margin:0 auto;
	height:3px;
	background:#ff4891;
}
.banner img {
	width:100%;
	display:block;
}
.banner	.swiper-pagination {
	left:auto;
	right:7px;
	bottom:7px;
	width:auto;
	padding:2px 7px;
	border-radius:10px;
	color:#fff;
	background:rgba(0,0,0,.3);
}
#page {
	margin-bottom:50px;
	height:100%;
}
#page .slidepage {
	height:100%;
}
.scroll {
	height:100%;
}
.slidescroll {
	height:auto;
}
#footer {
	position:fixed;
	bottom:0;
	z-index:5;
}
.text-center{
  text-align:center;
}