/** 
 @author zdzhou@iflytek.com
 @history 2014-12-12
**/


/** base rules start **/

html {
  font-family: "Microsoft YaHei", sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
	padding: 0;
	font: 16px/1em "Microsoft YaHei";
}

img {
	display: block;
	width: 100%;
}

/** base rules end **/


/** layout rules start **/

h3, h4 {
	font-size: 1em;
	margin: 0;
}

h3, h4, h5 {
	font-weight: normal;
}

h3 > .logo {
	width: 1.8em;
	display: inline-block;
	vertical-align: middle;
	/*line-height: 100%;*/
	padding-left: 2.08%;
} 



h3 .tip {
	color: #51B9F5;
	font-size: 0.8em;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display:table;
}

.clearfix:after {
	clear:both;
	overflow:hidden;
}
.clearfix { 
	zoom: 1;
}

.logo {
	margin: 0;
	padding: 0;
	border: 0;
}

.help {
	margin-bottom: 2em;
}

.help > h3 {
	line-height: 3em;
	font-size: 1em;
	color: #333;
	background-color: #f5f5f5;
	font-weight: normal;
	
}

.step {
	margin: 1em 0.5em 0;
}
.step > h3 {
	color: #0185d1;
	line-height: 1.5em;
	min-height: 1.5em;
}

.step-child {
	margin: 1em 0;
	line-height: 2em;
	position: relative;
}

.step-child .desc-word {
	
	line-height: 1.4em;
	font-size: 0.9em;
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	/* text-align: center; */
	color: #444;
	margin-left: 1em;
}



.desc {
	margin-top: 1em;
	display: table-cell;
	width: 3000px;
	padding: 0.5em;
	background-color: #f0f5f8;
}

.desc span {
	font-family: "Microsoft YaHei";
	color: #666;
}

.desc img {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
}

.step-child h5 {
	border: 3px solid #f0f5f8;
	position: absolute;
	top: -10px;
	margin: 0;
	border-radius: 5px;
}

.step-child i {
	border-radius: 3px;
	width: 4em;
	background-color: #4ca3d8;
	display: block;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	line-height: 2em;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	letter-spacing: 2px;
}

}
.step-child .tip {
	/*display: block;
	color: #999;*/
}
.step-child a {
	display: block;
	text-align: center;
	color: #0185d1;
	font-size: 1em;

}
/** layout rules end **/