.search-wrap {
	width: 100%;
	height: .7rem;
	line-height: .66rem;
	border: .02rem solid #ed6d00;
	border-radius: .35rem;
	padding: 0 .36rem;
	margin-top: .4rem;
}
.search-wrap .select-title {
	font-size: .28rem;
	color: #ed6d00;
	position: relative;
}
.search-wrap .select-title .edge {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: .15rem;
	height: .1rem;
	background: url(../../images/icon-down.png) no-repeat;
	background-size: .15rem .1rem;
	height: .1rem;
}
.section .title {
	font-size: .46rem;
	font-weight: 500;
	color: #000;
	margin: .75rem 0 .3rem;
	position: relative;
	line-height: 1.4;
}
.section .title .more {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .24rem;
	color: #ed6d00;
}
.section .title .more .icon {
	display: inline-block;
	vertical-align: top;
	width: .09rem;
	height: .15rem;
	background: url(../../images/icon-right.png) no-repeat;
	background-size: .09rem .15rem;
	margin: .04rem 0 0 .14rem;
}

.tabs-content .content-item {
	font-size: .3rem;
	display: none;
	padding: .5rem 0 0;
}
.tabs-content .content-item p {
	line-height: .48rem;
}
.tabs-content .content-item .img {
	width: 100%;
	margin-top: .78rem;
}
.tabs-content .content-item .info li {
	line-height: .48rem;
	margin-bottom: .4rem;
}
.tabs-content .content-item .info1 li {
	position: relative;
	padding: 0 0 0 .4rem;
	font-size: .3rem;
}
.tabs-content .content-item .info1 li::after {
	content: "";
	position: absolute;
	left: 0;
	top: .12rem;
	width: .29rem;
	height: .29rem;
	background: url(../../images/icon1.png) no-repeat;
	background-size: .29rem .29rem;
}
.tabs-content .content-item .info3 {
	margin-top: .8rem;
}
.tabs-content .content-item .info3 dt {
	font-size: .32rem;
	line-height: 1.4;
	margin-bottom: .2rem;
}
.tabs-content .content-item .info3 dd {
	position: relative;
	font-size: .28rem;
	display: inline-block;
	padding: 0 .3rem .1rem .4rem;
	line-height: .48rem;
}
.tabs-content .content-item .info3 dd::after {
	content: "";
	position: absolute;
	left: 0;
	top: .12rem;
	width: .29rem;
	height: .29rem;
	background: url(../../images/icon1.png) no-repeat;
	background-size: .29rem .29rem;
}
.case-list .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: .4rem;
}
.case-list .case-item {
	width: 3.35rem;
}
.case-list .case-item .img {
	width: 3.35rem;
	height: 2.1rem;
}
.case-list .case-item:nth-child(odd) {
	margin-right: .2rem;
}
.case-list .case-item .content {
	text-align: center;
	height: 1.2rem;
	background-color: #fff;
	padding: .18rem 0;
}
.case-list .case-item .content h3 {
	color: #333;
	font-size: .28rem;
	margin-bottom: .14rem;
}
.case-list .case-item .content p {
	color: #777;
	font-size: .22rem;
}