/*入会申请*/
.main{
	width: 100%;
	background-color: #f9f9f9;
	font-family: "微软雅黑";
	padding-top: 100px;
	padding-bottom: 95px;
}
.apply-cont{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding-top: 40px;
}
.apply-bar{
	width: 100%;
	height: 75px;
	line-height: 75px;
	color: #333;
	font-size: 24px;
	text-align: center;
}
.apply-main{
	font-size: 16px;
	text-align: center;
}
.apply-main ul li{
	margin-top: 15px;
	list-style-type:none;
}
.apply-main input{
	margin-left: 20px;
}
.title{
	font-size: 16px;
	color: #666;
	height: 36px;
	line-height: 36px;
	float: left;
}
.apply-input{
	height: 36px;
	line-height: 36px;
	width: 360px;
	border-radius: 3px;
	border:1px solid #e6e6e6;
	padding-left: 10px;
}
.apply-infos,.apply-password{
	width: 480px;
	margin: 0 auto;
	padding-left: 0;
}
#btn-getcode{
	width: 110px;
	height: 36px;
	line-height: 36px;
	background:#379aff;
	border: 1px solid #379aff;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	cursor:pointer;
	margin-right: 10px;
	float:right;
}

.btn-application{
	color: #fff;
	width: 420px;
	height: 40px;
	background:#379aff;
	border: 1px solid #379aff;
	border-radius: 4px;
	font-size: 16px;
	}
.name_red{
	color:#ff4444;
	height: 36px;
	line-height: 36px;
	float: left;	
}
.red{
	display: block;
	color:#ff4444;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: left;
	text-indent: 100px;
}
.clear{overflow:hidden;zoom:1}

