@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;
	fon