body{
	max-width: 768px;
	/*overflow: hidden;*/
	margin: auto;
}
p{
	margin: 0px;
}
.bg .circle:after{
	content:'';
	display: block;
	width: 150%;
	height: 360px;
	border-radius: 50%;
	/*background-color: #333;*/
	position: fixed;
	top: -290px;
	/*margin-left: -25%;*/
	background: -webkit-linear-gradient(to right, #35bac3, #005d66); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right, #35bac3, #005d66); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right, #35bac3, #005d66); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #35bac3, #005d66); /* 标准的语法 */
	z-index: 9999;
}
.bg .circle{
	width: 150%;
	height: 360px;
	border-radius: 50%;
	/*background-color: #333;*/
	position: relative;
	top: -100px;
	margin-left: -25%;
	background: -webkit-linear-gradient(to right, #35bac3, #005d66); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right, #35bac3, #005d66); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right, #35bac3, #005d66); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #35bac3, #005d66); /* 标准的语法 */
}
header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	z-index: 99999;
}
header img{
	width: 100px;
}
.tit{
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 10px 15px;
}
.tit p{
	font-size: 24px;
	font-weight: bold;
}
.tit span{
	width: 16px;
	height: 4px;
	background-color: #35bac3;
	margin-left: 8px;
}
.banner {
	margin-top: -300px;
}
.banner .swiper{
	height: 220px;
	padding: 15px;
}
.banner .swiper .swiper-slide{
	border-radius: 6px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px rgba(0,0,0,.4)
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 25px;
}
.banner .txt{
	padding: 10px 15px;
}
.banner .txt p{
	color: #999;
	line-height: 26px;
	margin-bottom: 10px;
}
.address li,
.address ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.address li{
	margin: 15px;
	margin-bottom: 30px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	position: relative;
}
.map{
	height: 300px;
}
.address li:nth-child(2n - 1) .txt{
	width: calc(100% - 30px);
	position: absolute;
	bottom: 30px;
	right: -15px;
	background-color: #fff;
	z-index: 9999;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.address li:nth-child(2n) .txt{
	width: calc(100% - 30px);
	position: absolute;
	top: 20px;
	left: -15px;
	right: 20px;
	background-color: #fff;
	z-index: 9999;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.address li .txt{
	display: flex;
}
.address li .txt span{
	width: 40px;
	height: 40px;
	background-color: #ff9800;
	text-align: center;
	display: block;
	position: relative;
	top: -20px;
	line-height: 64px;
	text-align: center;
	font-size: 67px;
	color: #fff;
    font-family: fantasy;
}
.address li .txt p{
	width: calc(100% - 50px);
	margin-left: 10px;
	line-height: 26px;
	font-size: 14px;
	color: #999;
}
.band{
	padding-bottom: 60px;
}
.band ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.band ul li{
	width: calc(33.33% - 10px);
	margin: 5px;
}
.band ul li img{
	width: 100%
}
.selectAdd div{
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.selectAdd div select{
	width: calc(50% - 10px);
	height: 30px;
}
.selectAdd p{
	font-size: 14px;
	color: #999;
	margin-bottom:  15px;
}
.swiper-store{
	padding: 20px;
	padding-bottom: 50px;
}
.swiper-store .swiper-slide>div{
	padding:  15px;
    background-color:  #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.swiper-store .swiper-slide>div p{
	font-size: 14px;
	line-height: 26px;
}
.swiper-store .swiper-pagination-fraction, .swiper-pagination-custom, 
.swiper-store .swiper-horizontal > .swiper-pagination-bullets, 
.swiper-store .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 10px;
}
.swiper-store .swiper-pagination-bullet{
	border-radius: 0px;
	height:  4px;
	width: 18px;
}