a, button, input, optgroup, select, textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* ç§»åŠ¨ç«¯å®šä¹‰å­—ä½“font-family */
body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.36rem;
}
a {
	text-decoration : none;
	color: black;
}
a:hover, a:focus, a:visited, a:link {
	color: black;
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
}
input, textarea {
	-webkit-appearance: none;
}
li {
	list-style: none;
}
ul {
	margin: 0;
	padding: 0;
}
/* æ¯ä¸ªé¡µé¢çš„å¤´éƒ¨éƒ¨è®¾ç½® */
.top {
	top: 0;
	position: fixed;
	width: 7.5rem;
	height: 0.94rem;
	background: #D42D25;
	display: flex;
	z-index: 99;
}
.logo {
	width: 3.2rem;
	margin-left: 0.28rem;
}
.title {
	font-size: 0.36rem;
	color: white;
	margin-top: 0.3rem;
	margin-left: 0.13rem;
}
/* æ¯ä¸ªé¡µé¢çš„ä¸­é—´å†…å®¹è®¾ç½® */
 
.content {
	width: 6.9rem;
	margin-left: 0.3rem;
}
.list {
	width: 100%;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid rgb(0, 0, 0, 0.05);
}
/* æ¯ä¸ªé¡µé¢çš„åº•éƒ¨è®¾ç½® */
.bottom {
	height: 1.93rem;
	width: 7.5rem;
	background: #AF251F;
	margin-top: 0.2rem;
}
.bottom p {
	font-size: 0.24rem;
	color: white;
	text-align: center;
}
.bottom p:nth-child(1) {
	padding-top: 0.57rem;
}
.bottom p:nth-child(2) {
	padding-top: 0.32rem;
}
.tabIcon {
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: 0.15rem;
	margin-top: 0.28rem;
}
.searchIcon {
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: 0.9rem;
	margin-top: 0.28rem;
}
.back {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.1rem;
	margin-top: 0.2rem;
}
.source {
	font-size: 0.24rem;
	color: #9A9A9A;
	margin-top: 0.35rem;
}
.unfold {
	overflow: hidden;
	max-height: 8.7rem;
}
