@charset "utf-8";
.banner {
	width: 100%;
	height: 1.38rem;
}

.block-title {
	height: 0.5rem;
	padding-left: 0.2rem;
	line-height: 0.5rem;
	background-color: #0093DD;
}

.block-title i {
	font-size: 0.2rem;
	color: #fff;
}

.block-title span {
	margin-left: 0.05rem;
	font-size: 0.18rem;
	color: #F8F8F8;
}

.section .content {
	padding: 0.3rem .2rem 0.4rem;
	text-align: center;
}

.section .content.reverse {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

.section .content img {
	/*width: 2.9rem;*/
	/*height: 1.6rem;*/
	margin-bottom: .3rem;
}

.section .content.reverse img {
	margin-top: .3rem;
}

.section .content-txt {
	text-align: left;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #6B6B6B;
}

.case {
	display: flex;
	flex-wrap: wrap;
	padding: .2rem .1rem 0;
}

.case li {
	width: 48%;
	margin-bottom: .3rem;
	vertical-align: top;
}

.case li:nth-child(2n) {
	margin-left: 4%;
}

.case img {
	width: 100%;
	height: 1.9rem;
}

.name {
	margin-top: 0.15rem;
	font-size: 0.16rem;
	color: #6B6B6B;
}