.detailPanel {
	width: 100%;
	height: 100%;
	background-color: #F7F9F8;
}

.detail_banner {
	width: 100%;
	height: 2.7rem;
}

.detail_banner>img {
	width: 100%;
	height: 100%;
}

.detail_content {
	display: block;
	width: 14.6rem;
	min-height: 0.76rem;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	bottom: 0.76rem;
	margin: 0 auto;
	border-radius: 0.08rem;
	padding: 0.56rem 0.7rem 1.5rem;
}

.detail_content>h2 {
	text-align: center;
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	line-height: 0.5rem;
}

.detail_introduce {
	margin-top: 0.28rem;
	padding: 0.1rem 0.32rem;
	background: rgba(240, 240, 240, 1);

	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: normal;
	color: rgba(99, 99, 99, 1);
	line-height: 0.36rem;
}

.detail_introduce>span {
	font-weight: bold;
}

.detail_article {
	width: 100%;
	margin: 0.44rem auto 0;
	overflow: hidden;
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	line-height: 0.36rem;
}
.detail_article img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
