@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 {
	text-decoration: none;
}

li {
	list-style: none;
}

body {
	margin: 0;
}

body {
	max-width: 750px;
	margin: auto;
}

p {
	margin: 0;
}

.container {
	max-width: 750px !important;
	margin: 0 auto !important;
	position: relative;
}

.head-icon {
	width: 100%;
}

.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;
}

.body {
	width: 100%;
	position: absolute;
	top: 2.5rem;
}

/*.card {
	background-color: #ffffff;
	border-radius: 0.225rem;
	padding: 0.3rem 0rem 0.2rem 0;
	box-shadow: 0 0 0.3rem #0000002b;
	margin: 0 0.26rem;
	margin-bottom: .34rem;
}*/
.card {
	width: 87%;
	display: flex;
	margin: 0 auto;
	border-radius: 0.2rem;
	padding: 0.4rem 0.3rem 0.3rem 0.3rem;
	background-color: #ffffff;
	box-shadow: 0 0 0.3rem #0000002b;
	flex-direction: column;
}

.card-city-title {
	font-size: 0.3rem;
}
.title-text {
	font-size: 0.34rem;
	font-weight: bold;
	color: #000000;
}

.input input {
	width: 70%;
	height: 0.6rem;
	padding-left: 0.12rem;
	margin-right: 0.2rem;
	border: 0.02rem solid #ccc;
	font-size: 0.28rem;
	line-height: 0.6rem;
	border-radius: 0.2rem;
}

.input input::-webkit-input-placeholder {
	font-size: 0.28rem;
}

.input button {
	padding: 0 0.3rem;
	background-color: #5395DE;
	border-radius: 0.2rem;
	color: #ffffff;
	border: none;
	font-size: 0.28rem;
}

.card div {
	display: inherit;
}

.card-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0.375rem;
}

.data-item {
	text-align: center;
}

.num {
	font-size: 0.5rem;
	font-weight: 600;
	margin-bottom: 0.02rem;
}

.city-local .desc {
	padding: 0rem 0.45rem;
}

.data-item:nth-child(1) .num,
.data-item:nth-child(1) .add-num span {
	color: rgb(254, 0, 0);
}

.data-item:nth-child(2) .num,
.data-item:nth-child(2) .add-num span {
	color: rgb(255, 102, 0);
}

.data-item:nth-child(3) .num,
.data-item:nth-child(3) .add-num span {
	color: rgb(8, 180, 42);
}

.data-item:nth-child(4) .num,
.data-item:nth-child(4) .add-num span {
	color: rgb(102, 102, 102);
}

.data-item-1 .num,
.data-item-1 .add-num span {
	color: rgb(254, 0, 0) !important;
}

.data-item-2 .num,
.data-item-2 .add-num span {
	color: rgb(255, 102, 0) !important;
}

.data-item-3 .num,
.data-item-3 .add-num span {
	color: rgb(8, 180, 42) !important;
}

.data-item-4 .num,
.data-item-4 .add-num span {
	color: rgb(102, 102, 102) !important;
}

.control-icon {
	width: 0.38rem;
	margin-right: 1.7rem;
	padding: 0.125rem;
	height: 0.20rem;
}

.control {
	display: flex;
	flex-direction: row-reverse;
	margin-left: 0.375rem;
	margin-top: 0.27rem;
	margin-right: 0.33rem
}

.control a {
	float: right;
	font-size: 0.28rem;
	color: #151e87;
}

.detail {
	padding: 0.225rem 0.375rem 0 0.375rem;
	margin-top: 0.325rem;
	border-top: 0.025rem dashed rgb(238, 238, 238);
}

.detail table {
	width: 100%;
	font-size: 0.3rem;
	font-weight: 500;
}

.detail table td {
	width: 20%;
	text-align: center;
}

.detail table tr td:first-child {
	width: 18%;
}

.detail table tr td:nth-child(2) {
	width: 27%;
	padding-left: 0.3125rem;
	color: rgb(255, 1, 3);
}

.detail table tr td:nth-child(3) {
	width: 21%;
	padding-right: 0.9375rem;
	color: rgb(8, 180, 44);
}

.detail table tr td:nth-child(4) {
	width: 12%;
	color: rgb(45, 48, 54);
}

.detail-title {
	font-size: 0.3rem;
}

.control-hidden {
	width: 100%;
	text-align: center;
}

.control-hidden img {
	padding: 0.125rem;
	margin-right: 0.2rem;
}

.swiper {
	margin-top: 0.5rem;
	margin: 0.2rem 0.26rem;
}

.link-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.link-item a {
	color: #000000;
}

.link-item {
	overflow: hidden;
	width: 30% !important;
}

.more-link {
	float: right;
	color: rgb(166, 166, 166);
	margin-right: 0.3rem;
	font-size: 0.28rem;
	margin-top: 0.2rem;
	height: 0.2rem;
}

.tab-bar {
	margin-top: 0.2375rem;
	margin: 0 0.26rem;
	padding-bottom: 1rem;
}

.imp {
	padding: 0.375rem 0.1rem;
	border-bottom: 0.0225rem solid rgb(238, 238, 238);
}

.arrow-bottom {
	width: .28rem;
	height: .11rem;
}

.tab-content ul {
	padding-left: 0;
	margin: 0;
}

.tab-content ul li:last-child .imp {
	border: 0;
}

.imp-title {
	display: flex;
}

.imp-name {
	flex: 1;
	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;
}

.notice {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #000000;
}

.notice-head {
	display: flex;
	line-height: 0.28rem;
}

.notice-icon {
	width: 0.275rem;
	height: 0.275rem;
	margin-right: 0.3125rem;
}

.notice-title {
	font-size: 0.315rem;
	font-weight: 500;
	margin-top: 0.27rem;
	margin-bottom: 0.27rem;
	margin-left: 0rem;
}

.notice-time {
	color: rgb(153, 153, 153);
	font-size: 0.4rem;
}

.notice-content {
	padding: 0.25rem 0.4rem;
	background-color: rgb(245, 246, 248);
	border-radius: 0.3125rem;
	font-size: 0.28rem;
}

.info-title {
	margin-top: .1rem;
}

.info-title ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0.1rem 0 0.05rem 0;
}

.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;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0.01rem !important;
	height: 0.4rem;
	line-height: 0rem;
}

.fgx {
	height: 0.16rem;
	background: #f7f7f7;
}

li.title-name {
	line-height: 0.7rem;
}

.click {
	line-height: 0.8rem !important;
}

.special {
	margin-top: .34rem;
}

.sp-title {
	display: flex;
	align-items: center;
	padding-left: .22rem;
	margin-bottom: .26rem;
}

.sp-title-img {
	width: .18rem;
	height: .26rem;
	margin-right: .14rem;
	vertical-align: middle;
}

.sp-title-span {
	font-size: .32rem;
	color: #141414;
	font-weight: 500;
}

.sp-con {
	display: flex;
	flex-wrap: wrap;
	padding: 0 .2rem;
}

.sp-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 33%;
	margin-bottom: .44rem;
	font-size: .26rem;
	color: #545454;
	font-weight: 500;
}

.sp-item span {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.sp-icon {
	width: .78rem;
	height: .78rem;
	margin-bottom: .14rem;
}