.caseTopBox{
	background:url(../img/wap_smallBanner01.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 0.5rem;
}
.caseTopTitle{
	font-size: 0.65rem;
	color: white;
	text-align: center;
	line-height: 1;
	padding-top: 1rem;
	padding-bottom: 0.35rem;
	letter-spacing: 2px;
}
.caseTopText{
	text-align: center;
	line-height: 1;
	color: white;
	font-size: 0.35rem;
	margin-top: 0.36rem;
}
.caseMiddle{
	padding-bottom: 0.8rem;
}
.caseItem{
	width: 90%;
	margin: 0 auto;
	padding-top: 0.8rem;
}
.caseItemTitle{
	margin-bottom: 0.25rem;
	font-size: 0.38rem;
	color: #333;
	line-height: 1.4;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.caseMain{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	height: 2rem;
	overflow: hidden;
}
.caseMainL{
	width: 3.14rem;
	overflow: hidden;
	margin-right: 0.18rem;
}
.caseMainL img{
	width: 3rem;
	height: 2rem;
	display: block;
	vertical-align: middle;
}
.caseMainR{
	max-width: 5.789rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	
}
.caseMainR mark{
	background: none;
	font-size: 0.3rem;
	color: #666;
}
.caseMainR p{
	font-size: 0.34rem;
	line-height: 1.5;
	color: #999;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}