
.crumb-name{
	background: #fff;
	padding: 10px;
	font-size: 16px;
	margin-top: 15px;
}
.detail{
	background: #fff;
	padding: 20px;
}
.detail .title{
	font-size: 30px;
}
.detail .wz-info{
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.detail .outer{
	margin-top: 20px;
}
.markdown-body{
	max-height: 120px;
	min-height: 100px;
	overflow: hidden;
	position: relative;
}
.markdown-body .mask{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
}
.markdown-body .mask .btn{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 40px;
	background: rgba(48,131,235,0.9);
	color: #fff;
	font-size: 16	px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
}
.markdown-body-active{
	max-height: none;
}
.markdown-body-active .mask{
	display: none;
}
.detail .outer .inner .imgs{
	display: block;
	width: 100%;
	margin-top: 10px;
}
.bottom-info{
	color: #828282;
	border: 1px solid #efefef;
	background: rgba(239,239,239,.4);
	padding: 10px;
	margin-top: 15px;
}
#content img{
	display: block;
	max-width: 100%;
}