.topContent{
	height: 123px;				
}
.logo-con{
	height: 123px;
	display: table-cell;
	vertical-align: middle;
}
.navCon{
	margin-left: 25px;
}
.index-link{
	height: 123px;
	line-height: 123px;
	font-size: 14px;
	color: #666666;
}
.index-link a{
	color: #1e9bf5;
}

#main{
	padding: 20px 0;
	background: #f0f9fe;
}
.mainContainer{
	background: #FFFFFF;
}
.mainContent{
	min-height: 420px;
    padding: 60px 0;
}

.tabsCon{
	display: table;
	width: 100%;
}
.tabsCon{
	width: 400px;
	margin: auto;
}
.tabs-item{
	display: table-cell;
	width: 50%;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.tabs-item span,.tabs-item a{
    display: inline-block;
    padding: 0 5px;
    line-height: 40px;
    color: #999999;
	border-bottom: 2px solid #FFFFFF;
}
.tabs-active{
	color: #1e9bf5;
}
.tabs-active span{
	color: #1e9bf5;
	border-bottom: 2px solid #1E9BF5;
}
.tabsDetail-item{
	display: none;
}
.tabsDetail-active{
	display: block;
}

.reg-content{
	width: 800px;
	margin: 30px auto;
}
.stepCon{
	width: 630px;
	margin: auto;
}

.form{
	display: none;
}
.form-active{
	display: block;
}
.input-item{
	position: relative;
	width: 298px;
	height: 44px;
	margin: auto;
    margin-top: 20px;
	line-height: 44px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
}
.input-item input{
    width: 160px;
    height: 44px;
    margin-left: 44px;
    border: none;
    outline: none;
    background: none;
}
.input-item select{
    width: 250px;
    height: 20px;
    margin-left: 44px;
    color: #333333;
    border: none;
    outline: none;
    background: none;
}
.clearBtn{
	position: absolute;
	display: none;
	right: 10px;
	top: 17px;
	width: 10px;
	height: 10px;
	background: url(../images/icon_clear.png) center center no-repeat;
	background-size: 10px;
}
.sendMsg{
	position: absolute;
	right: 10px;
	line-height: 44px;
	font-size: 14px;
	color: #1E9BF5;
	border: none;
	outline: none;
	cursor: pointer;
	background: #FFFFFF;
}
.sendMsg:disabled{
	color: #bababa;
	cursor: default;
}
.xy{
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
}
.xy a{
	margin-left: 5px;
	color: #1E9BF5;
}
.xy a:hover{text-decoration: underline;}
.xy span{
	margin-left: 0.15rem;
	vertical-align: middle;
}
#agreeBtn{
	display: none;
}
#agreeBtn + label{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #1E9BF5;
	border-radius: 8px;
	vertical-align: middle;
	background: #FFFFFF;
	overflow: hidden;
}
#agreeBtn:checked + label:before{
	display: block;
	content: '\2714';
	text-align: center;
	color: #FFFFFF;
	background: #1E9BF5;
}
.btn{
	display: block;
	width: 300px;
	height: 45px;
	line-height: 45px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #1E9BF5;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
}
.btn:disabled{
	color: #FFFFFF;
	background: #e6e6e6;
	cursor: not-allowed;
}



.sicon{
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 24px;
}
.sicon-user{
	background-image: url(../images/icon_user.png);
}
.sicon-phone{
	background-image: url(../images/icon_phone.png);
}
.sicon-lock{
	background-image: url(../images/icon_pswd.png);
}
.sicon-msg{
	background-image: url(../images/icon_msg.png);
}


#footer{
	background: #FFFFFF;
}
.footerContent{
	display: table-cell;
	vertical-align: middle;
	height: 144px;
	text-align: center;
}
.footerlink-list{
	font-size: 0;
}
.footerlink-item{
	display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #999999;
}
.footerlink-item span{
	color: #777777;
	margin: 0 6px;
}
.footerlink-item a{
	font-size: 13px;
	color: #999999;
}
.footerlink-item a:hover{
	color: #EEEEEE;
}
.copyright{
	font-size: 13px;
	text-align: center;
}
.copyright p span{
	margin: 0 5px;
}
.copyright, .copyright a{
	font-size: 13px;
	color: #999999;
}