body{
	padding: 0px;
	margin: 0px;
	background-color: #f7f8fa;
	word-break:break-all;
	font-size:14px;
}
/**标题的颜色*/
.titlecolor{
color:black;	
}
/**副标题的颜色*/
.subtitlecolor{
	color:#777777;
}
/**灰色的颜色*/
.greycolor{
	color:#8D8D8D;
}
.selectcolor{
	color:#208FFC;
}
.submitwinclass{
	background-color: #ff9c00;color:white;padding: 0.6em;font-size:1em;text-align: center;width: 70%;
	margin-left:auto;margin-right:auto;
	 border-radius:5px;
}
.closeclass{
	background-color: white;
	color:#666666;
	width:40px;
	height: 2.2em;
	border: 0px;
	font-weight:bold;
	font-size: 1em;
	padding:5px;
}

input{-webkit-appearance: none;}	
.container{
	padding:5px 10px;
}
/*服务顶部流程样式*/

.twocont {
  padding: 20px 0;
  padding-bottom: 40px;

  margin-bottom: 20px;
}

.flowcont {
  padding: 5px 0;
  padding-bottom: 40px;
}

.flow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 0 10px;
  color: #999;
}

.flow-item {
  padding: 5px 0;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.rod {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  bottom: -8px;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #dadada;
}

.rodActive {
  background: #28d792;
}
.textTitle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
}
/*容器阴影处理*/
.boxShadow{
	box-shadow:0 3px 10px #b6cad6;
	background: #fff;
	padding:10px;
	border-radius:4px;
	margin-bottom:15px;
}
	.nexbtn{
		border:none;
		line-height: 40px;
		background: #4f52ef;
		color:#fff;
		width:100%;
		border-radius:5px;
	}
.deleteBtn
{
	background-color: #dbdbdb;
	height: 30px;
	line-height: 30px;
	border-radius:3px;	
	
	cursor: pointer;
	color: #a8a8a8;
	text-align: center;
	border: 0px;
	font-size: 14px;
	font-family:'Microsoft YaHei','鐎甸偊鍠涢拏瀣⒖閸涘鎷�,'Yahei','Yahei2';
	outline-color:#ffffff!important;
}	
.deleteBtn:HOVER{
	background-color: #8b0000;
}	
.deleteBtn:ACTIVE{
	background-color: red;
}	

.commonbtn{
	background-color: #C23637;
	color:white;
	height: 30px;
	line-height: 30px;
	border-radius:3px;	
	cursor: pointer;
	text-align: center;
	border: 0px;
	font-size: 14px;
	font-family:'Microsoft YaHei','鐎甸偊鍠涢拏瀣⒖閸涘鎷�,'Yahei','Yahei2';
	outline-color:#ffffff!important;
}