
*{margin: 0}
.step-body{
	position: relative;
	
	
}
.step-header{
	width: 100%;
	margin: 0 auto;
	display: none;
}
.step-header ul{
		padding: 0;
}
.step-header li{
	list-style-type:none;
	text-align: center;
	float: left;
	position: relative;
}
.step-header li p{
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 14px;
	font-family:  寰蒋闆呴粦;
	color: #625454;
}
.step-header li span{
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	font-family: Arial;
	color: #625454;
	height: 25px;
	line-height: 25px;
	background: url(../images/cell.png) center top no-repeat;
	display: block;
	font-weight: bold;
}
.step-header li.step-active span{
	background: url(../images/cell-active.png) center top  no-repeat ;
	color: white;
}
.step-header li.step-active p{
	color: #466faa;
}
.step-bar,.step-bar-active{
	height: 13px;
	border-radius: 12px;
}
.step-bar{
	width:100%;
	background: url(../images/bar-bg.png) ;
	position: relative;
	border-radius: 12px;
	z-index: -1;
	height: 5px;
	top: 70px;
}
.step-bar-active{
	width: 0px;
	background: url(../images/bar-bg-active.png) ;
	height: 5px;

}
.step-list{
	display: none;
	clear: both;
}
/*鎵胯涔﹀紑濮�*/
	.clear{
		clear:both;
		overflow:hidden;
		height:0;
	}
	.letter{
		text-align:center;
	}
	.letter h2{
		font-size:18px;
	}
	hr{
		margin-top:15px!important; 
		border-top:2px solid #bd1a2d!important;
		margin-bottom:20px!important;
	}
	.btnBox {
		text-align:center;
	}
	.comeback{
		width:85px;
		height:30px;
		background:#1B91E9;
		border:none;
		color:#fff;
		line-height: 32px;
	}
	.agree{
		background:#016597;
	}
/*閫夋嫨鐢宠绫诲埆*/
#chapplypro{
    margin-top:35px;
}
#chapplypro legend{
    font-size: 14px;
    color: #006699;
    margin: 0;
    padding: 0 10px;
}
.checkbox-group input{display:none;opacity:0;}
.checkbox-group input[type=checkbox]+label, .checkbox-group input[type=radio]+label {
line-height: 1;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
/*cursor: pointer;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin:2px;
}
.checkbox-group input[type=checkbox]+label:before, .checkbox-group input[type=radio]+label:before {
    line-height: 20px;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    content: '';
    color: #fff;
    border: 1px solid #dce4e6;
    background-color: #f3f6f8;
    border-radius: 3px;
}
.checkbox-group input[type=checkbox]:checked+label:before,.checkbox-group input[type=radio]:checked+label:before{
    /*content:'\2022';鍦嗙偣*/
    content:'\2713';
    color:#fff;
    background-color: #31b968;
    border-radius: 3px;
    font-size:16px;
    text-align: center;
    border-color: #31b968;
}