@charset "UTF-8";
.register-page{
	background-image: url(/static/images/web/banner-message.jpg);
	padding: 140px 0 50px 0;
    background-repeat: no-repeat;
    background-position: center top;
}
.register-page .register-form{
    width: 1100px;
    margin: 0 auto;
    height: 600px;
    background: #fff;
    border-radius: 4px;
}
.register-page .register-form .title{
	height:70px;
	line-height:70px;
	padding-left:20px;
	border-bottom: 1px solid #e5e5e5;
}
.text-danger {
    color: #ff7559 !important;
    line-height: 40px;
    height: 40px;
    font-style: normal;
    width: 20px;
    padding-right: 5px;
}
.inputTxt {
    height: 44px;
    line-height: 44px;
    width: 260px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border-radius: 0;
    padding-left:10px;
}
.inputArea {
    width: 600px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    border-radius: 0;
    padding-left:10px;
}
.register-page .register-form .body{
	padding:20px 40px;
}
.register-page .register-form .body tr{
    margin-top: 10px;
    display: block;
}
.register-page .register-form .body th{
	width:150px;
	text-align: right;
	padding-right:10px;
	font-size: 16px;
    color: #444;
    font-weight:normal;
}
.register-page .register-form .body td{
	padding-left:10px;
}
.intrest-product{
    font-size: 13px;
}
.intrest-product dd{
	width: 90px;
    float: left;
    margin-left:16px;
}
.intrest-product dd a{
	display: block;
    text-align: center;
    padding: 14px 18px;
    color: #333333;
    border:1px #ccc solid;
    position: relative;
}
.intrest-product dd a:hover{
    border:1px #b1d7f3 solid;
}
.intrest-product dd a.cur{
	border: 1px solid #00b6eb;
}
em.zdshzicon{
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    position: absolute;
    right: -1px;
    bottom: -1px;
    padding: 0;
}
a.cur .zdshzicon {
	background-image: url(/static/images/web/zdshzimg012.jpg);
}
.btn-submit{
	background: #1E88E5;
    color: #fff;
    display: block;
    width: 140px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 4px;
    margin: 0 auto;	
}
.btn-submit:hover{
	background: #55acef;
}
.error-info{
	color:#ff1800;
	font-size:15px;
	display:none;
}