.content-container{
	width: 1100px;
	margin:0 auto 30px;
}

.main-nav-c img{
	float: left;
}

.main-nav-c a{
	float: left;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	color: rgba(34, 123, 207, 1);
}

.main-nav-c a.last{
	color: #666666;
}

.main-nav-c span{
	float: left;
	color: #666666;
	margin-top: 10px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.register-form-c{
	border: solid 1px #eaeaea;
	margin-top: 5px;
}

.form_error{
	display: none;
}

.btn-get-code{
	background-color: #aaaaaa;
}

.btn-get-code.active.time{
	background-color: #1c78ef;
}

.chk-accept{
	display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/images/chk.png);
    margin-left: 145px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.chk-accept.active{
	background-image: url(/images/chk_active.png);
}

.accept-items{
	font-size: 12px;
}

.accept-items a{
	color: #1c78ef;
	margin-left:10px;
	text-decoration: none;
}

.btn-register{
	/*margin-left: 145px;*/
	background-color: #aaaaaa;
}

.btn-register.active{
	background-color: #ff9c00 !important;
}

.verify-code-img{
 display:inline-block;
	width: 128px;
	height: 43px;
	float: left;
	margin-left: 20px;
}

.txt-re-phone,.txt-re-password,.txt-re-password2{
	width: 395px;
}

.form_rem{
	display: none;
}

.register-form{
	padding-top: 20px;
	padding-bottom: 180px;
	margin: auto;
	width: 800px;
}

.lol-error{
	color: red;
	-display: none;
	float: left;
	margin-left: 10px;
	margin-top: 12px;
}

.fw-tk-c, .yh-xz-c, .xg-zc-c{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	display: none;
}

.fw-tk-container{
	position: relative;
	width: 100%;
	height: 100%;
}

.fw-content-c{
	position: absolute;
	width: 500px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -250px;
	background-color: #ffffff;
}

.fw-content{
	padding: 20px;
	overflow-y: auto;
	height: 480px;
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
 	line-height: 24px;
 	font-size: 14px;
}

.modal-c-title {
	height: 30px;
	line-height: 30px;
}

.modal-c-title img{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.fw-content-c h2{
	text-align: center;
	font-size: 24px;
}

.fw-tiaokuan,.yh-xuzhi,.xg-zc{
	cursor: pointer;
}
input:focus{
	border-color:#1c78ef;
}









