@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,p,dl,dd,ol,ul,th,td,form,fieldset,input,button,textarea {
	margin: 0;
	padding: 0; 
	}
html {
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	}
html{
	font-family:Arial,Verdana,Sans-serif;
	}
html, body, ul, li, a {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    text-decoration: none;
	}
body {
    width:100%;
	background:#F8F8F8;
	position: relative;
	}
ul li {
    list-style: none;
	}
.content {
	width:100%;

	}
.top {
	width:100%;
	background: #ffffff;
}
.top .top-nav {
	width:1200px;
	margin:0 auto;
	padding:13px 0;
}
.top .top-nav span {
	font-size:12px;
	color:#AAAAAA;
	font-family:"微软雅黑";
	font-size:12px;
}
.top .top-nav a {
	display: inline-block;
	margin-left:35px;
	text-decoration: none;
	color:#AAAAAA;
	font-family:"微软雅黑";
	font-size:12px;
}
.top .top-nav a:hover {
	color:#2898FF;
}
.logincenter {
	width:1320px;
	margin:0 auto;
}
.logincenter .loginicon {
	width:100%;
	padding:164px 0 100px 0;
	text-align: center;
}
.logincenter .loginicon img {
	width:286px;
	height: 36px;
}
.loginmes {
	width:1320px;
	margin:0 auto;
}
.loginmes .loginbanner {
	width:600px;
	height: 440px;
	margin-right:199px;
}
.loginmes .loginbanner img {
	width:600px;
	height: 440px;
}
.loginmes .testlogons {
	width:520px;
	height:440px;
	background:#FFFFFF;
	border-radius:10px;
	overflow: hidden;
	border:1px solid #CCCCCC;
	}
.loginmes .testlogons .testnames {
	width:100%;
	font-family:"微软雅黑";
	font-size:26px;
	color:#2898FF;
	font-weight:bold;
	padding-top:43px;
	text-align:center;
	padding-bottom:22px;
	}
.loginmes .testlogons .br-content {
    width:100%;
}
.loginmes .testlogons .br-content .input-group {
    width: 420px;
	height:50px;
	margin:0 auto;
	margin-bottom:20px;
	border:1px solid #CCCCCC;
	background:#ffffff;
	border-radius:10px;
}
.loginmes .testlogons .br-content .input-group-addon {
	padding:17px 27px;
	background-color:#ffffff;
	border:0;
	}
.loginmes .testlogons .br-content .input-group-addon img {
	width:16px;
	}
.loginmes .testlogons .br-content .form-control {
	height:50px;
	padding:18px 20px 18px 0;
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	line-height:14px;
	font-family:"微软雅黑";
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:none;
	}
.loginmes .testlogons .br-content .form-control::-webkit-input-placeholder {
  color: #999999;
}
.loginmes .testlogons .br-content .forget {
	width:420px;
	margin:0 auto;
	padding:0 0 18px 0;
	text-align: right;
}
.loginmes .testlogons .br-content .forget .error {
	display: inline-block;
	float: left;
	font-size:14px;
	color:#FE0000;
	line-height:14px;
	font-family:"微软雅黑";
	display: none;
}
.loginmes .testlogons .br-content .forget a {
	display: inline-block;
	float: right;
	text-decoration: none;
	font-size:12px;
	color:#6B6B6B;
	line-height:12px;
	font-family:"微软雅黑";
}
.loginmes .testlogons .br-content .forget a img {
	width:12px;
	display: inline-block;
	margin-top:-3px;
	margin-left:10px;
}
.loginmes .testlogons .br-content .login {
	width: 440px;
	margin:0 auto;
	padding:18px 0 0 0;
	}
.loginmes .testlogons .br-content .login a {
	display: inline-block;
    width: 440px;
    height:80px;
	background:url(../images/loginbtn.png) no-repeat;
	background-size:100% 100%;
	outline:none;
	border:0;
	text-decoration: none;
	font-size:24px;
	color:#FFFFFF;
	line-height: 67px;
	text-align: center;
	outline:none;
}
.loginmes .testlogons .br-content .choose {
	width:420px;
	margin:0 auto;
	text-align: right;
	font-size:14px;
	color:#6B6B6B;
	line-height:14px;
	font-family:"微软雅黑";
}
.loginmes .testlogons .br-content .choose a {
	text-decoration: none;
	color:#2898FF;
}
.registermes {
	width:520px;
	height:380px;
	margin:0 auto;
	background:#FFFFFF;
	border-radius:10px;
	overflow: hidden;
	border:1px solid #CCCCCC;
	padding-top:50px;
}
.registermes .newerror {
	width:100%;
	font-size:14px;
	line-height: 14px;
	font-family: "微软雅黑";
	color:#FE0000;
	display: none;
	padding-bottom:10px;
}
.registermes .input-group {
	width: 420px;
	height:50px;
	margin:0 auto;
	margin-bottom:20px;
	border:1px solid #CCCCCC;
	background:#ffffff;
	border-radius:10px;
}
.registermes .input-group-addon {
	padding:17px 27px;
	background-color:#ffffff;
	border:0;
}
.registermes .input-group-addon img {
	width:16px;
}
.registermes .form-control {
	width:200px;
	height:50px;
	padding:18px 20px 18px 0;
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	line-height:14px;
	font-family:"微软雅黑";
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:none;
}
.registermes .form-control::-webkit-input-placeholder {
	color: #999999;
}
.registermes .input-group .send {
	border:0;
	outline:0;
	background: transparent;
	display: table-cell;
	font-size:14px;
	color: #6B6B6B;
	font-family:"微软雅黑";
	height:14px;
	line-height:14px;
	padding:20px 20px 18px 0;
	float: right;
}
.registermes .input-group .blue {
	color:#2898FF;
}
.registermes .register {
	width: 440px;
	margin:0 auto;
	padding:18px 0 0 0;
}
.registermes .register a {
	display: inline-block;
	width: 440px;
	height:80px;
	background:url(../images/loginbtn.png) no-repeat;
	background-size:100% 100%;
	outline:none;
	border:0;
	text-decoration: none;
	font-size:24px;
	color:#FFFFFF;
	line-height: 67px;
	text-align: center;
	outline:none;
}
.registermes .goback {
	width: 440px;
	margin:0 auto;
	padding:18px 0 0 0;
	text-align: center;
}
.registermes .goback a {
	text-decoration: none;
	color:#2898FF;
	font-size:24px;
	font-family: "微软雅黑";
	line-height: 24px;
}
.registermesone {
	width:520px;
	height:530px;
	margin:0 auto;
	background:#FFFFFF;
	border-radius:10px;
	overflow: hidden;
	border:1px solid #CCCCCC;
	padding-top:50px;
}
.registermesone .newerror {
	width: 420px;
	margin:0 auto;
	font-size:14px;
	line-height: 14px;
	font-family: "微软雅黑";
	color:#FE0000;
	display: none;
	padding-bottom:10px;
}
.registermesone .input-group {
	width: 420px;
	height:50px;
	margin:0 auto;
	margin-bottom:20px;
	border:1px solid #CCCCCC;
	background:#ffffff;
	border-radius:10px;
}
.registermesone .input-group-addon {
	padding:17px 27px;
	background-color:#ffffff;
	border:0;
}
.registermesone .input-group-addon img {
	width:16px;
}
.registermesone .form-control {
	width:200px;
	height:50px;
	padding:18px 20px 18px 0;
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	line-height:14px;
	font-family:"微软雅黑";
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:none;
}
.registermesone .form-control::-webkit-input-placeholder {
	color: #999999;
}
.registermesone .input-group .send {
	border:0;
	outline:0;
	background: transparent;
	display: table-cell;
	font-size:14px;
	color: #6B6B6B;
	font-family:"微软雅黑";
	height:14px;
	line-height:14px;
	padding:20px 20px 18px 0;
	float: right;
}
.registermesone .input-group .blue {
	color:#2898FF;
}
.registermesone .register {
	width: 440px;
	margin:0 auto;
	padding:18px 0 0 0;
}
.registermesone .register a {
	display: inline-block;
	width: 440px;
	height:80px;
	background:url(../images/loginbtn.png) no-repeat;
	background-size:100% 100%;
	outline:none;
	border:0;
	text-decoration: none;
	font-size:24px;
	color:#FFFFFF;
	line-height: 67px;
	text-align: center;
	outline:none;
}
.registermesone .goback {
	width: 440px;
	margin:0 auto;
	padding:18px 0 0 0;
	text-align: center;
}
.registermesone .goback a {
	text-decoration: none;
	color:#2898FF;
	font-size:24px;
	font-family: "微软雅黑";
	line-height: 24px;
}
.footermes {
	width: 100%;
	font-size:14px;
	color: #B6B6B6;
	font-family:"微软雅黑";
	line-height:14px;
	text-align: center;
	padding:150px 0 40px 0;
}
.mask {
	background:rgba(0,0,0,0.6);
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	display:none;
}
.registeroks {
	width:390px;
	height: 394px;
	border-radius:5px;
	background:#ffffff;
	left: 50%;
	top: 50%;
	margin-top: -197px;
	margin-left: -195px;
	position: fixed;
	z-index:999;
	display: none;
}
.registeroks .close {
	width:100%;
	padding:15px;
	text-align: right;
}
.registeroks .close span {
	display: inline-block;
	width:30px;
	float: right;
}
.registeroks .close span img {
	width:30px;
}
.registeroks .mesoks {
	width:100%;
}
.registeroks .mesoks p {
	width:100%;
	text-align: center;
	padding-bottom:40px;
	font-size:24px;
	color: #333333;
	font-family:"微软雅黑";
	line-height:24px;
	text-align: center;
}
.registeroks .mesoks p img {
	width:88px;
}
.registeroks .gobacks {
	width:100%;
	padding-top:9px;
	text-align: center;
}
.registeroks .gobacks a {
	text-decoration: none;
	display: inline-block;
	width:200px;
	height: 60px;
	text-align: center;
	font-size:24px;
	color: #FFFFFF;
	font-family:"微软雅黑";
	line-height:60px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	background: #2898FF;
}
.ovfHiden {
	width: 100%;
	position: fixed;
	top: 0;
}

