.logoRightTitle{
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #2f384f;
}

.footerRegisterBox{
	width: 100%;
    position: fixed;
    height:60px;
    bottom:0;
    background:#fff;
}

a:hover{
	text-decoration:none;
}

.footerReContent{
	border-top:1px solid #eee;
	width:100%;
	height:60px;
	line-height: 60px;
	text-align:center;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	color: #a6a9ac;
}

.haveAdminGoLogin{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #60686e;
}

.haveAdminLo{
	font-family: MicrosoftYaHei;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	color: #169fc1;
}

.nav-list>li.registerLi{
	float:left;
}

.registerBg{
    background: #f4f6f9;
}

.login-body{
	background:#fff !important;
}

.controlInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#a6a9ac;
}
.controlInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#a6a9ac;
}
.controlInput::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#a6a9ac;
}
.controlInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#a6a9ac;
}