@media screen and (max-width:320px) {
	html {
		font-size: 42.667px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width:321px) and (max-width:360px) {
	html {
		font-size: 48px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width:361px) and (max-width:375px) {
	html {
		font-size: 50px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width:376px) and (max-width:393px) {
	html {
		font-size: 52.4px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width:394px) and (max-width:412px) {
	html {
		font-size: 54.93px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width:413px) and (max-width:414px) {
	html {
		font-size: 55.2px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width:415px) and (max-width:480px) {
	html {
		font-size: 64px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width:481px) and (max-width:540px) {
	html {
		font-size: 72px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width:541px) and (max-width:640px) {
	html {
		font-size: 85.33px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width:641px) and (max-width:720px) {
	html {
		font-size: 96px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width:721px) and (max-width:768px) {
	html {
		font-size: 102.4px;
		font-size: 13.33333vw
	}
}

@media screen and (min-width:769px) {
	html {
		font-size: 102.4px;
	}
}

a, blockquote, body, code, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, iframe, img, input, label, li, object, ol, p, q, small, span, strong, table, tbody, td, th, tr, ul {
	margin: 0;
	padding: 0;
	border: 0
}

body {
	font-family: STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

a, a:active, a:focus, a:hover, a:visited {
	text-decoration: none
}

a, img {
	-webkit-touch-callout: none
}

li, ol, ul {
	list-style: none
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	max-width: 750px !important;
	margin: 0 auto;
	height: 100%;
	padding-bottom: 0.8rem;
}

/* #container {
		height: 100%
	} */

.body {
	position: relative;
}

.bg-img {
	z-index: -1;
	position: absolute;
	width: 100%;
}

.head {
	padding-top: 33%;
}

.input input {
	width: 75%;
	height: 0.6rem;
	padding-left: 0.12rem;
	margin-right: 0.2rem;
	border: 0.02rem solid #ccc;
	font-size: 0.28rem;
	line-height: 0.6rem;
}

.input input::-webkit-input-placeholder {
	font-size: 0.28rem;
}

.input button {
	padding: 0 0.3rem;
	background-color: rgb(21, 30, 135);
	border-radius: 0.2rem;
	color: #ffffff;
	border: none;
	font-size: 0.28rem;
}

.select select {
	font-size: 0.281rem;
	padding: 0.1rem 0.2rem;
	margin-left: 0.2rem;
}

.select select:first-child {
	margin-left: 0;
}

.card div {
	display: inherit;
}

#map-container {
	width: 100%;
	height: 4rem;
}

.map-title {
	font-size: 0.33rem;
	font-weight: 500;
	border-left: 0.13rem solid rgb(21, 30, 135);
	margin: 0.22rem 0.17rem;
	padding-left: 0.1rem;
}

.notice {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #000000;
}

.notice-head {
	display: flex;
	align-items: center;
}

.notice-icon {
	width: 0.275rem;
	height: 0.275rem;
	margin-right: 0.3125rem;
}

.notice-title {
	font-size: 0.365rem;
	font-weight: 600;
	margin-top: 0.27rem;
	margin-bottom: 0.27rem;
	margin-left: 0.2rem;
}

.notice-time {
	color: rgb(153, 153, 153);
	font-size: 0.3rem;
}

.notice-border {
	border-left: 0.022rem solid rgb(238, 238, 238);
	margin-left: 0.125rem;
	padding: 0.25rem 0.325rem;
}

.notice-content {
	padding: 0.25rem 0.26rem;
	font-weight: 500;
	background-color: rgb(245, 246, 248);
	border-radius: 0.1125rem;
	font-size: 0.28rem;
}

.tab-content ul {
	margin-left: 0.4rem;
}

.map {
	position: relative;
}

.see {
	height: 0.7rem;
	position: absolute;
	right: 0.3rem;
	bottom: 0.3rem;
	font-size: 0.4rem;
	line-height: 0.7rem;
	background-color: rgb(21, 30, 135);
	border-radius: 0.1rem;
}

.see a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.25rem;
	font-size: 0.32rem;
	color: #ffffff;
}

.fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	max-width: 7.5rem;
	margin: auto;
	background: #fff;
	padding: 0.1rem 0;
}

.share {
	width: 35%;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 1.5625rem;
	color: #ffffff;
	font-size: 0.36rem;
	font-weight: 500;
	background-color: rgb(21, 30, 135);
	margin-left: 0.275rem;
}

.share:hover {
	color: #fff;
}

.share div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.share-icon {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.1rem;
}

.share-icon {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.1rem;
}

.other-city {
	width: 65%;
	height: 0.66rem;
	line-height: 0.66rem;
	text-align: center;
	color: rgb(21, 30, 135);
	font-size: 0.32rem;
	border: 0.03rem solid rgb(21, 30, 135);
	border-radius: 1.5625rem;
	margin-left: 0.275rem;
	margin-right: 0.275rem;
	margin-top: 0.1rem;
}

.daofen-box {
	background: #fff;
	padding: 0.1rem;
	margin-top: 0.2rem;
}

.daofen-box img {
	max-width: 100% !important;
	height: auto !important;
}

.daofen-box * {
	max-width: 100% !important;
	font-size: 0.31rem !important;
	line-height: 0.48rem !important;
}

footer {
	display: none;
}

.back_to_top, .back_to_feed {
	display: none;
	font-size: 0;
}

.list {
	margin: 0.4rem .28rem;
}

.list-item a {
	color: inherit;
}

.title-icon {
	width: 0.34rem;
	height: 0.17rem;
}

.control {
	display: flex;
	align-items: center;
	font-size: 0.46rem;
	opacity: .7;
	font-weight: 400;
	color: rgb(154, 154, 154);
}

.control p {
	margin-right: 0.2rem;
	font-size: 0.26rem;
}

.list-detail-icon {
	width: 0.09rem;
	height: 0.16rem;
}


.list-content-btn a.btn-gonglue {
	margin-left: auto;
}

.city {
	position: absolute;
	top: 0.26rem;
	right: 0.25rem;
	width: 1.15rem;
	height: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0.375rem;
	border-radius: 1.875rem;
	background-color: #ffffff;
}

.city-name {
	font-weight: 600;
	color: rgb(14, 20, 87);
	font-size: 0.26rem;
}

.city-icon {
	width: 0.18rem;
	margin-left: 0.1rem;
}

.tab-bar {
	margin-top: 0.2375rem;
	margin: 0 0.26rem;
	padding-bottom: 1rem;
}

.bar-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.0225rem solid rgb(238, 238, 238);
	padding-left: 0;
	font-size: 0.32rem;
	margin: 0 0 0 0;
	padding-top: 0.04rem;
}

.click {
	color: #ff6600;
	line-height: 0.8rem !important;
}

.imp {
	padding: 0.375rem 0.1rem;
	border-bottom: 0.0225rem solid rgb(238, 238, 238);
}

.tab-content ul {
	padding-left: 0;
	margin: 0;
}

.tab-content ul li:last-child .imp {
	border: 0;
}

.imp-title {
	display: flex;
}

.imp-icon {
	width: 0.25rem;
	height: 0.25rem;
	margin-right: 0.2rem;
	margin-top: 0.1rem;
}

.imp-name {
	font-size: 0.31rem;
	font-weight: 600;
	color: #000000;
}

.imp-content {
	font-size: 0.3rem;
	color: rgb(102, 102, 102);
	margin-left: 5%;
	margin-top: 0.225rem;
}

.fgx {
	height: 0.16rem;
	background: #f7f7f7;
}

.swiper-pagination {
	font-size: 0.26rem;
}

.card {
	width: 90%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	border-radius: 0.2rem;
	padding: 0.17rem 0.3rem;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0 0 0.3rem #0000002b;
}

.card-city-title {
	font-size: 0.28rem;
	font-weight: 500;
}

.card div {
	display: inherit;
}

.select select:first-child {
	margin-left: 0;
	padding-right: .1rem;
}

.select select {
	min-width: 1.3rem;
	max-width: 2rem;
	font-size: 0.281rem;
	padding: 0.1rem 0.3rem;
	margin-left: 0.4rem;
	border: 0;
	background: url(http://imgbdb3.bendibao.com/whbdb/20202/26/20200226162105_59108.png) no-repeat scroll right 0.26rem transparent;
	-webkit-appearance: none;
	background-size: 0.16rem 0.08rem;
}