.container{
	margin-top: 0.8rem;
	margin-bottom: 1.4rem;

}
.swiper1 {
		width: 100%;
		border-bottom: 2px solid #d8d8d8;
	}
	.swiper1 .selected {
		color: #f37021;
		border-bottom: 2px solid #f37021;
	}
	.swiper1 .swiper-slide {
		text-align: center;
		font-size: 0.22rem;
		height: 0.5rem;
		color: #777777;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		cursor: pointer;
	}
.swiper2 .swiper-slide {
	padding: 0.4rem 0.23rem 0;
}
/* .shoushu{
	width: 100%;
} */
.ss{
	width: 100%;
	height: auto;
	float: left;
}
.shoushu{
	width: 47%;
	height: auto;
	float: left;
}
.shoushu1{
	width: 47%;
	height: auto;
	float: right;
}
.icon{
	width: 6%;
	display: flex;
    align-items: center;
	justify-content: space-around;
    flex-direction: column;
	float: left;
}
/* .iconfont{
	font-size: .4rem;
	display: block;
	text-align: center;
	line-height: 1.5rem;
	color: #f37021;
} */
.text li{
	font-size: 0.2rem;
	text-align: center;
	float: left;
	display: block;
	width: 50%;
	font-weight: bold;
	line-height: 0.7rem;
	color: #adadad;
}
.title{
	font-size: 0.38rem;
	color: #343434;
	text-align: center;
	line-height: 0.6rem;
	font-weight: 600;
}
p{
	font-size: .2rem;
	color: #9b9b9b;

}
.content{
	padding: 0.5rem 0.2rem;
}
.zhong{
	width: 100%;
	height: 2px;
	background: #f37021;
	margin-top: 1rem;
}
.wai{
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	margin:0 auto;
	border:1px solid #f37021;
	position: relative;
	margin-top: -0.95rem;
	background: #fff;
}
.nei{
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
	font-size: 0.25rem;
	text-align: center;
	line-height: 1.6rem;
	background: #f37021;
	color: #fff;
}
.shoushu3{
	width: 90%;
	margin: 0.2rem auto;
	border:1px solid #b2b2b2;
}