.case_type{
	margin-top: 0.4rem;
	padding-bottom: 0.24rem;
	color: white;
	font-size: 0.2rem;
	text-align:  center;
	border-bottom: 0.01rem solid rgba(255,255,255,0.8);
}

.case_type>div{
	border-radius: 0.1rem;
	height: 1.68rem;
}

.case_type img{
	display: block;
}

.case_active{
	background-color:  #f4f7f9;color: #333;
}

.case_panel{
	margin-bottom: 0.5rem;
}

.case_panel img{
	width: 100%;
	margin-bottom: 0.2rem;
	animation-delay: 0.25s;
}

.case_panel h2{
	color: white;
	font-size: 0.38rem;
	margin-top: 0.3rem;
	margin-bottom: 0.2rem;
	text-align: center;
}
.case_panel p{
	font-size: 0.26rem;
	color: rgba(255,255,255,0.9);
	animation-delay: 0.5s;
}

.case_panel ul{
	margin-bottom: 0.4rem;
	font-size: 0.24rem;
}

.case_panel li{
	line-height: 0.4rem;
    color:  rgba(255,255,255,0.6);;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
}

.case_panel button{
	display: block;
	margin: 0 auto;
	padding: 0.1rem 0.6rem;
	color: #66d9ff;
	border:0.01rem solid #66D9FF;
	background-color: rgba(0,0,0,0);
	outline: none;
	-webkit-appearance: none;
}
