@charset "utf-8";

#content {
	font-size: .24rem;
	height: 93.4%;
}

.tab {
	width: 100%;
	height: 12%;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
}

.tumor .tab {
	height: 6%;
}

.tab-row {
	width: 100%;
	height: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}

.tumor .tab-row {
	height: 100%;
}

.tab-row:first-child {
	border-bottom: 1px solid #fff;
}

.tab-row_item {
	width: 50%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	background: #153b67;
	color: #fff;
	font-size: .24rem;
}

.tumor .tab-row_item[data-id="2"] {
	font-size: .2rem;
}

.tab-row_item:not(:last-child) {
	border-right: 1px solid #fff;
}

.tab-row_item.checked {
	background: #2a5492;
}

.exhibition {
	height: 88%;
}

.tumor .exhibition {
	height: 94%;
}

.exhibition-title {
	position: relative;
	height: 9%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size: .32rem;
	line-height: 1;
	-webkit-flex-wrap: 1;
	        flex-wrap: 1;
}

.exhibition-title span {
	position: relative;
}

.exhibition-title span:after {
	position: absolute;
	bottom: -.1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	content: '';
	display: block;
	width: .6rem;
	border-top: 1px solid #1d81dd;
}

.exhibition-item {
	height: 91%;
	overflow: hidden;
	display: none;
}

.exhibition-item.show {
	display: block;
}

.exhibition-groups_image {
	width: 100%;
	height: 64.1%;
	display: block;
	font-size: 0;
}

.exhibition-groups_explain {
	height: 35.9%;
	overflow: hidden;
}

.exhibition-groups_explain p:first-child {
	height: 27%;
	padding: 0 .2rem;
	border-bottom: 1px solid #dcdcdc;
	font-size: .3rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.exhibition-groups_explain p:first-child span {
	padding-left: .15rem;
	border-left: .06rem solid #275c97;
}

.exhibition-groups_explain p:last-child {
	height: 73%;
	text-indent: 2em;
	line-height: 1.5;
	padding: 0 .2rem;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}

