blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
body {
	font-family: Arial, YouYuan, sans-serif;
	color: #333
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400
}
a {
	color: #333;
	text-decoration: none;
	transition: all .3s
}
em {
	font-style: normal
}
img {
	border: 0;
	vertical-align: middle
}
li, ol, ul {
	list-style: none
}
button, input, select, textarea {
	vertical-align: middle;
	font-size: 14px;
	font-family: inherit;
	line-height: normal;
	outline: 0
}
button {
	cursor: pointer
}
table {
	border-collapse: collapse
}
video {
	object-fit: contain
}
html {
	font-size: 16px
}
.clearfix:after {
	content: "";
	display: block;
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}
body {
	max-width: 750px;
	margin: 0 auto
}
.top {
	display: flex;
	padding: 22px 0;
	justify-content: center
}
.top .search {
	margin-right: 28px;
	padding: 0 29px;
	height: 42px;
	display: flex;
	color: #8f8e91;
	justify-content: center;
	align-items: center
}
.top .search i {
	font-size: 1.2rem;
	margin-right: 12px
}
.top .search input {
	border: 0;
	background: 0 0;
	width: 290px
}
.top .downloadApp, .top .search {
	background-color: #f1f6fe;
	border-radius: 7px
}
.top .downloadApp a {
	color: #263866;
	font-size: 1rem;
	line-height: 42px;
	padding: 0 22px
}
.banner img {
	width: 100%
}
.adv {
	padding: 0 15px
}
.adv h2 {
	font-size: 1.5rem;
	color: #3d538d;
	font-weight: bold;
	text-align: center;
	letter-spacing: 20px;
	margin: 20px 0;
}
.adv ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.adv li {
    width: 48%;
    line-height: 150%;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f6fe;
	box-shadow: 0px 4px 0px #7f8ba9;
	padding: 20px 10px;
    box-sizing: border-box;
	background-color: #a5afc5;
}
.adv li a {
    display: block;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 5px;
}
.find {
	padding: 0 31px
}
.find ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.find li {
	text-align: center
}
.find img {
	display: inline-block;
	width: 66px;
	object-fit: contain
}
.find p {
	font-size: 1rem;
	color: #263866;
	font-weight: 600;
	margin-top: 16px
}
.nearby {
	padding: 0 31px;
	margin-top: 66px
}
.nearby .title {
	color: #263866;
	font-size: 1.25rem;
	font-weight: 600
}
.nearby .title::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #263866;
	margin: 16px 0
}
.nearby .tags {
	display: flex
}
.nearby .tags li {
	border: 1px solid #263866;
	border-radius: 7px;
	line-height: 22px;
	padding: 0 6px;
	font-size: .75rem;
	margin-right: 15px;
	cursor: pointer;
	transition: all .1s
}
.nearby .tags a {
	color: #263866
}
.nearby .tags li.active, .nearby .tags li:hover {
	background-color: #f1f6fe;
	border: 1px solid transparent
}
.nearby .location {
	margin-top: 20px;
	padding-bottom: 30px
}
.nearby .location li {
	box-sizing: border-box;
	padding: 21px 22px;
	border-radius: 5px;
	background-color: #f1f6fe;
	margin-bottom: 7px;
	display: flex;
	color: #263866;
	font-size: .75rem
}
.nearby .city {
	font-size: 2.5rem;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
	margin-right: 25px;
	flex: 0 0 auto;
	background-color: #263866;
	border-radius: 5px
}
.nearby .info {
	width: 100%;
	position: relative
}
.nearby .info h3 {
	color: #263866;
	font-size: 1.125rem;
	margin-bottom: 9px;
	font-weight: 600
}
.nearby .info div {
	display: flex
}
.nearby .info div i {
	margin-right: 7px;
	color: #f3b800
}
.nearby .info div p {
	padding-right: 18px;
	box-sizing: border-box
}
.nearby .info div a {
	color: #263866;
	line-height: 18px
}
.nearby .intro::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 7px 0 10px 0
}
.nearby .distance {
	font-size: 1.375rem;
	color: #f3b800;
	position: absolute;
	top: 10px;
	right: 10px
}
.nearby .distance span {
	color: #263866;
	font-size: .75rem
}

@media screen and (max-width:650px) {
.find li {
	width: 25%;
	margin-bottom: 15px
}
.nearby .info div {
	flex-wrap: wrap
}
}

@media screen and (max-width:550px) {
.top .search input {
	width: 100px
}
.find li {
	width: 33%
}
.nearby .distance {
	top: -2px;
	right: -7px
}
}
@media screen and (max-width:374px){
	.top .downloadApp a{
		padding: 0 10px;
	}
}
.bottom{
	width: 100%;
	padding: 40px 0;
	background: url(../img/mbottom.png) no-repeat 0 0;
	margin-top: 40px;
}
.bottom h5{
	font-size: 1.5rem;
	color: #263866;
	font-weight: bold;
	letter-spacing: 20px;
	text-align: center;
}

