@charset "utf-8";
.mobile-header {
	background: #007892;
}

.case {
	background: #f9f9f9;
}
.case .title {
	font-weight: bold;
	text-align: center;
	font-size: 0.4rem;
}
.case .back {
	height: 0.8rem;
	line-height: 0.8rem;
	margin-top: 0.3rem;
	padding:0 0.3rem;
}
.case .back a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 2rem;
	color: #333;
	font-size: 0.35rem;
}
.case .case_content {
	height: auto;
	overflow: hidden;
	margin: 0.3rem;
	background:#fff;
}
.case .case_content .case_left {
	padding:0.3rem;
}
.case .case_content .case_left img {
	max-width:100%;
}
.case .case_content .case_left .case_title {
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.4rem;
}
.case .case_content .case_left .case_date {
	font-size: 0.22rem;
	line-height: 0.6rem;
	color:#666;
}
.case .case_content .case_left .case_text {
	font-size: 0.22rem;
	line-height: 0.5rem;
	color:#333;
	margin-top: 0.2rem;
}
.option {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.option .line {
	display: none;
}
.option .option_item {
	position: relative;
}
.option .option_share,.option .option_print{
	display: none;
}
.option .option_item .img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.option .option_item .zan_num {
	font-size: 0.22rem;
    color: #666;
    text-align: center;
    z-index: 5;
}
.option .option_item .share_box {
	display: none;
	width: 2.5rem;
	height: 0.5rem;
	position: absolute;
	top:0.7rem;
	left: 50%;
	margin-left: -1.25rem;
	z-index: 5;
}
.option .option_item .share_box a {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	float:left;
	margin-right: 0.4rem;
}
.option .option_item .share_box a:last-child {
	margin-right: 0;
}
.option .option_item .share_box a img {
	flex:0 0 0.5rem;
	height: 0.5rem;
}