
.page-panel-title{
	height: 24px;
	line-height: 24px;
	padding: 10px 30px;
	background: #e0f5f1;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	font-family: 微软雅黑;
	font-weight: bold;
}
.page-panel-title-left{
	float: left;
	color: #009999;
	font-size: 16px;
	font-style: italic;
}
.page-panel-title-right{
	float: right;
	color: #FF6700;
	font-size: 14px;
	
}
.intro-flow{
	margin-top: 50px;
	
}
.intro-list{
	
}

.intro-list-left{
	float: left;
	text-align: right;
	width: 28%;
	font-size: 16px;
	font-weight: bold;
	font-family: 微软雅黑;
	color: #333333;
	padding: 8px;
}
.intro-list-right{
	float: left;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
	background: url(../images/ling-bg.jpg) repeat-y 13px;

}
.intro-list-last .intro-list-right{
	padding-bottom: 0px;
	background: url(../images/ling-bg.jpg) repeat-y 13px;
}

.intro-list-right>span{
	float: left;
	background: url(../images/circle.png);
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	
}
.intro-list-content{
	float: left;
	border: 1px solid #A8E0DC;
	border-radius: 6px;
	background-color: #F2FFFC;
	color: #666666;
	font-size: 13px;
	font-family: 宋体;
	padding: 10px 2%;
	position: relative;
	width: 95%;
	line-height: 18px;

}
.intro-list-active>.intro-list-left{
	color: #ff6600;

}
.intro-list-active>.intro-list-right>span{
	background: url(../images/circle-active.png);
}

.intro-list-active .intro-list-content{
	border-color: #FFB48F;
	background-color:#FFF8F0;
}
.intro-list-active .intro-list-content:before,.intro-list-active .intro-list-content:after{
    border-color:transparent #FFB48F transparent transparent;
}
.intro-list-active .intro-list-content:after{
    border-color:transparent #FFF8F0 transparent transparent;
}

.footer-btn{
	position: relative;
	top: 0;
	text-align: center;
	clear: both;
}
.common-btn{
	border: 1px solid #007F7F;
	display: inline-block;
}
.common-btn a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 0 30px;
	height: 33px;
	line-height: 37px;
	color: #ffffff;
	border: 1px solid #7DDDDC;
	background: url(../images/btn-bg.jpg);
}
.common-btn a:hover{
	background: url(../images/btn-bg-active.jpg);
}

.apply-finish{
	text-align: center;
	font-family: 微软雅黑;
}
.apply-finish-header{
	padding-top:50px;
}
.apply-finish-msg{
	font-weight: bold;
	font-size: 24px;
	color: #009899;
	margin-top: 30px;
}

.apply-finish-footer{
	margin-top: 100px;
}
.apply-finish-footer p{
	font-size: 16px;
	font-weight: bold;
	color: #4C4C4C;
	letter-spacing:1px;
	line-height: 45px;
}
.apply-finish-footer p span{
	color: red;
}
.apply-finish-footer p a{
	color: #009999;
}
.step-body{
	position: relative;
	
	
}
.step-header{
		
		width: 100%;
		float:left;
		display: none;
}
.step-content{float:left;width: 100%;}
.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: 18px;
	font-weight: bold;
	font-size: 14px;
	font-family:  微软雅黑;
	color: #999999;


}
.step-header li span{
	position: relative;
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	background: url(../images/cell.png) center top  no-repeat ;
	display: block;
}
.step-header li.step-active span{
	background: url(../images/cell-active.png) center top  no-repeat ;
}
.step-header li.step-active p{
	color: #333333;
}
.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;
	top: 26px;
}
.step-bar-active{
	width: 0px;
	background: url(../images/bar-bg-active.png) ;

}
.step-list{
	display: none;
	clear: both;
}