
.ser-wraps{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	background: #fff;
}
.ser-box{
	flex: 1;
	overflow-y: scroll;
	width: 98%;
	margin-left: 1%;
	color: #333333;
}
.ser-box .ser-item:first-child{
	margin-top: 50px;
}
.ser-item{
	width: 80%;
	height: 120px;
	margin-left: 10%;
	border-bottom: 1px solid #f3f3f3;
	background-size: 100% 1px;
	overflow: hidden;
	
}
.ser-item img{
	width: 40px;
}
.ser-top{
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-top: 10px;
}
.ser-top img{
	display: inline-block;
	width: 40px;
	vertical-align: middle;
}
.ser-top span{
	display: inline-block;
	height: 48px;
}

.ser-btn{
	height: 28px;
	width: 100px;
	line-height: 28px;
	border-radius: 3px;
	text-align: center;
	background: #E09A26;
	margin: 10px auto;
	font-size: 15px;
}
.ser-btn a{
	color: #fff;
}