/*login登录代码开始--------------------------------------------------------------------------------------------------*/
body {
	background-color: #ECEFF1;
	/*background:url(../image/body_bg.jpg);*/
	background-size: cover;
}

.header {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.header-center {
	width: 1000px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
}

.header-center ul.layui-nav {
	margin-left: 20px;
	display: inline-block;
	top: -7px;
	padding: 0 10px 0 0;
}

.header-center ul.layui-nav .layui-nav-item dl.layui-nav-child dd a {
	padding-left: 20px;
}

div.nav-left {
	float: left;
}

a.logo {
	display: inline-block;
	min-width: 50px;
	height: 60px;
	font-size: 18px;
	padding-left: 60px;
	/* background: url(../image/login_logo.png) no-repeat left center; */
}

a.logo img {
	width: 45px;
	height: 50px;
	margin-right: 5px;
	/*width: 45px;
	height: 45px;
	line-height: 45px;*/
	/*background: red;*/
}

.nav-item {
	display: inline;
	margin-left: 50px;
}

.nav-item li {
	display: inline;
	margin-left: 10px;
}

.header-center li a {
	color: #607D8B;
}

.header-center li a:hover {
	color: #000;
}

.nav-right {
	float: right;
}

.qq_group {
	float: left;
	font-size: 16px;
	margin-right: 20px;
	color: red;
}

.qq_number {
	float: left;
	font-size: 16px;
	margin-right: 60px;
	color: red;
}

.qq_group:hover,
.qq_number:hover {
	color: red;
	font-weight: bold;
}

.nav-right .version2 {
	float: left;
	font-size: 20px;
	margin-right: 20px;
	color: red;
}

.nav-right .version2:hover {
	font-weight: bold;
}

.nav-right ul {
	float: left;
}

.nav-right ul li {
	display: inline;
}

#login {
	width: 360px;
	height: 360px;
	margin: 160px auto 0;
	padding: 30px 25px;
	border: 2px solid #ecf0f5;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(31, 84, 167, 0.1);
	border-radius: 5px;
	position: relative;
}

.login_top {
	width: 360px;
	text-align: center;
	/*height: 150px;*/

}

.login_top_logo {
	width: 80px;
	height: 80px;
}

.login_top_text {
	color: #767676;
	font-weight: 300;
	font-size: 25px;
	margin: 20px 0 40px 0;
}

.username {
	width: 280px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 20px;
	padding: 0 60px 0 20px;
	border: 1px solid #99a2ab;
	border-radius: 5px;
	color: #363b42;
	background: url(../image/username.png) no-repeat 320px center;
}

.username_bg {
	position: absolute;
	top: 85px;
	left: 330px;
	display: inline-block;
	width: 40px;
	height: 35px;
	border-left: 1px solid #ccc;
	/*background-color: red;*/
}

.password {
	width: 280px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 20px;
	padding: 0 60px 0 20px;
	border: 1px solid #99a2ab;
	border-radius: 5px;
	color: #363b42;
	background: url(../image/password.png) no-repeat 320px center;
}

.password_bg {
	position: absolute;
	top: 158px;
	left: 330px;
	display: inline-block;
	width: 40px;
	height: 35px;
	border-left: 1px solid #ccc;
}

#login .code {
	width: 330px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 10px;
	padding: 0 10px 0 20px;
	border: 1px solid #99a2ab;
	border-radius: 5px;
	color: #363b42;
}

.verifyimg {
	position: absolute;
	top: 226px;
	left: 240px;
	cursor: pointer;
}

.login_button {
	display: inline-block;
	width: 360px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	letter-spacing: 20px;
	/*border: none;*/
	background: #0071cf;
	border-radius: 5px;
	margin: 5px 0;
}

.login_button:hover {
	color: #fff;
	background: #0084FF;
}

.label_autoLogin {
	display: inline-block;
	width: 360px;
	text-align: left;
	cursor: pointer;
	color: #0071cf;
	font-size: 14px;
}

.autoLogin {
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
	cursor: pointer;
}

#login p {
	text-align: left;
	font-size: 16px;
}

.forgetPwd {
	color: #0071cf;
	font-size: 14px;
}

.forgetPwd:hover,
.reg:hover {
	color: #0071cf;
	text-decoration: underline;
}

.reg {
	color: #0071cf;
	position: relative;
	left: 234px;
	font-size: 14px;
}

.footer {
	width: 100%;
	height: 60px;
	border-top: 1px solid #eee;
	position: absolute;
	bottom: 0;
}

.footer-center {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	color: #424242;
}

.footer-center p {
	font-size: 12px;
}

.footer-center img {
	margin-top: -4px;
}

.footer-center ul {
	margin-top: 10px;
}

.footer-center ul li {
	display: inline;
	font-size: 12px;
	margin-left: 15px;
}

.footer-center ul li a:hover {
	text-decoration: underline;
}

/*login登录代码结束--------------------------------------------------------------------------------------------------*/



/*修改密码 激活 安全验证 邮箱短信验证码 代码开始------------------------------------------------------------------------------------------------------*/
#changePwd,
#active,
#safe_check,
#sms_check {
	height: 64px !important;
	line-height: 64px;
	padding: 10px 20px 0px 20px;
}

#changePwd span,
#active span,
#safe_check span,
#sms_check span {
	color: #555;
	font-size: 16px;
}

#changePwd .email,
#active .strActiveCode,
#safe_check .safe_check,
#sms_check .sms_check {
	width: 420px;
	height: 35px;
	line-height: 35px;
	margin: 5px 0;
	padding-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.btn {
	position: relative;
	top: -2px;
	color: #fff;
	background: #1E9FFF;
}

.reg-sms-button {
	position: absolute;
	top: 0px;
	left: 192px;
	height: 38px;
}

.smsCode_star {
	position: absolute !important;
	top: 7px !important;
	margin-left: 20px !important;
}

/*修改密码代码结束------------------------------------------------------------------------------------------------------*/


/*注册开始--------------------------------------------------------------------------------------------------------------------*/
#register {
	padding: 10px 10px 0 10px;
	font-family: '微软雅黑';
	font-size: 15px;
}

#register h3 {
	font-weight: bold;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 15px 0;
	color: #0071cf;
}

#register div.layui-form-item {
	padding-left: 20px;
}

#register input {
	width: 300px;
}

#register div.layui-input-inline {
	width: 105px;
}

#register span.star {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: red;
	margin-left: 10px;
	position: relative;
	top: 3px;
}

#register p {
	font-size: 12px;
	color: red;
	display: none;
}

#register .layui-input {
	display: inline;
}

#register .yzm {
	width: 110px;
}

#register .yzm_img {
	width: 120px;
	cursor: pointer;
	border: 1px solid #0071cf;
}

.yzm_info {
	position: relative;
	left: -115px;
}

.loading {
	background: url('../image/loading.gif') no-repeat;
}

.success {
	background: url('../image/success.png') no-repeat;
}

.error {
	background: url('../image/error.png') no-repeat;
}

/*注册结束--------------------------------------------------------------------------------------------------------------------*/




/* 模板页面css============================================================================================================== */
@charset "utf-8";

/* CSS Document */
/*Reset*/
* {
	box-sizing: content-box;
}

a:hover,
a:focus {
	text-decoration: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */
.cli {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
	display: block;
}

.lclear {
	clear: left;
	font-size: 0;
	height: 0;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* ֹ
iframe{nifm2:expression(this.src='about:blank',this.outerHTML='');}
script{no2js:expression((this.src.toLowerCase().indexOf('http')==0)?document.close():'');}
*/
/* ıԼ˶
div{word-wrap: break-word;word-break: normal;}  
p{text-align:justify; text-justify:inter-ideograph;}
*/
/*general*/
body {
	font-size: 12px;
	font-family: '微软雅黑', "宋体", "Arial Narrow", Helvetica, sans-serif;
	color: #000;
	line-height: 1.2;
	text-align: left;
}

a {
	color: #333;
	text-decoration: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

canvas {
	display: block;
	vertical-align: bottom;
}

.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}


#particles-js {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../image/bg.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.sk-rotating-plane {
	display: none;
	width: 80px;
	height: 80px;
	margin: auto;
	background-color: white;
	-webkit-animation: sk-rotating-plane 1.2s infinite ease-in-out;
	animation: sk-rotating-plane 1.2s infinite ease-in-out;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -80px;
}

.sk-rotating-plane.active {
	display: block;
}

@keyframes sk-rotating-plane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@keyframes login-small {
	0% {
		transform: scale(1);
		-moz-transform: scale(1);
		/* Firefox 4 */
		-webkit-transform: scale(1);
		/* Safari 和 Chrome */
		-o-transform: scale(1);
		/* Opera */
		-ms-transform: scale(1);
		/* IE 9 */
	}

	100% {
		transform: scale(0.2);
		-moz-transform: scale(0.1);
		/* Firefox 4 */
		-webkit-transform: scale(0.2);
		/* Safari 和 Chrome */
		-o-transform: scale(0.1);
		/* Opera */
		-ms-transform: scale(0.1);
		/* IE 9 */
	}
}

.login {
	z-index: 2;
	position: absolute;
	width: 350px;
	border-radius: 5px;
	height: 500px;
	background: white;
	box-shadow: 0px 0px 5px #333333;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -175px;
	transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari 和 Chrome */
	-o-transition: all 1s;
	/* Opera */
}

.login-top {
	font-size: 24px;
	margin-top: 100px;
	padding-left: 40px;
	box-sizing: border-box;
	color: #333333;
	margin-bottom: 50px;
}

.login-center {
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	margin-bottom: 30px;
}

.login-center-img {
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 5px;
}

.login-center-img>img {
	width: 100%;
}

.login-center-input {
	float: left;
	width: 230px;
	margin-left: 15px;
	height: 30px;
	position: relative;
}

.login-center-input input {
	z-index: 2;
	transition: all 0.5s;
	padding-left: 10px;
	color: #333333;
	width: 100%;
	height: 30px;
	border: 0;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	box-sizing: border-box;
	outline: none;
	position: relative;
}

.login-center-input input:focus {
	border: 1px solid dodgerblue;
}

.login-center-input-text {
	background: white;
	padding: 0 5px;
	position: absolute;
	z-index: 0;
	opacity: 0;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	font-size: 14px;
	left: 5px;
	color: dodgerblue;
	line-height: 20px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	/* Firefox 4 */
	-webkit-transition: all 0.5s;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
	/* Opera */
}

.login-center-input input:focus~.login-center-input-text {
	top: 0;
	z-index: 3;
	opacity: 1;
	margin-top: -15px;
}

.login.active {
	-webkit-animation: login-small 0.8s;
	animation: login-small 0.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards
}

.login-button {
	cursor: pointer;
	width: 250px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: dodgerblue;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 50px;
	color: white;
}