@charset "UTF-8";

html, body {
	width: 100%;
	height: 100%;
}

.w-hidden { 
	display: none;
}

.f-fl, .m-login .login-hd .item, .m-login .logincheck, .m-login .loginselect,
	.m-speed .item {
	float: left;
	display: inline
}

.f-fr {
	float: right;
	display: inline
}

.f-cb, .m-login .login-hd, .m-login .loginconf, .m-speed .speed-bd {
	zoom: 1
}

.f-cb:after, .m-login .login-hd:after, .m-login .loginconf:after,
	.m-speed .speed-bd:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.m-login .logincheck .icon-checkbox, .m-login .loginselect .icon-arrow,
	.m-download .dlitem .icon {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li,
	pre, form, fieldset, legend, button, input, textarea, th, td, figure {
	margin: 0;
	padding: 0
}

ul, ol {
	list-style: none outside none
}

q {
	quotes: none
}

q:before, q:after {
	content: "";
	content: none
}

legend {
	color: #000
}

fieldset {
	border: 0
}

button, input, select, textarea {
	font-size: 100%
}

button, input {
	line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section, summary {
	display: block
}

html {
	*overflow: auto;
	*overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body, button, input, select, textarea {
	outline: 0;
	font: 12px/1.5 Verdana;
	_font-family: tahoma;
	color: #000
}

button, input, select, textarea {
	border: 0
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}

a, a:hover {
	text-decoration: none
}

a {
	color: #959595
}

a:hover {
	color: #626262
}

@media screen and (-ms-high-contrast:active) , ( -ms-high-contrast
	:none) {
	a:active {
		background-color: transparent
	}
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	-ms-interpolation-mode: bicubic
}

textarea {
	width: 100%;
	vertical-align: middle;
	resize: none;
	border: 0;
	overflow: auto
}

label {
	vertical-align: top
}

input[type=submit], input[type=button], button {
	
}

input::-ms-clear {
	display: none
}

table {
	table-layout: fixed
}

article, aside, footer, header, hgroup, nav, section {
	display: block
}

.f-hide {
	display: none
}

.m-ipt, .m-ipt .icon, .m-login .logincheck .icon-checkbox, .m-login .loginselect .icon-arrow,
	.m-lgselect .selected, .m-download .dlitem .icon, .w-button {
	background: url(../images/sprite.png) -9999px -9999px no-repeat;
	_background-image: url(../images/sprite-ie.png)
}

body {
	text-align: center;
	background-color: #fff
}

body.resize {
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease
}

html, body {
	min-width: 960px
}

.g-wrap {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left
}

.g-hd {
	height: 64px;
	overflow: hidden
}

.g-bd {
	height: 580px;
}

.g-bd-mn {
	height: 100%;
	width: 100%;
	background: url(../images/bg.jpg) center no-repeat
}

.g-ft {
	height: 64px
}

.g-ft .g-wrap {
	text-align: center;
}

.w-qiyelogo {
	position: absolute;
	left: 5px;
	top: 5px
}

.logo-text {
	position: relative;
	top: 6px;
	color: #039843;
	/* 
	color: transparent;
	background-color : #082063;
	text-shadow : rgba(255,255,255,0.5) 0 5px 6px, rgba(255,255,255,0.2) 1px 3px 3px;
	-webkit-background-clip : text; */
	font-size: 26px;
}

.m-hdnav {
	position: absolute;
	right: 30px;
	top: 24px;
	line-height: 30px;
	color: #959595
}

.m-hdnav a {
	margin: 0 15px
}

.m-theme {
	position: relative;
	height: 100%
}

.m-theme .link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 584px;
	height: 100%
}

.m-login {
	position: absolute;
	z-index: 2;
	right: 66px;
	top: 66px;
	width: 295px;
	height: 414px;
	background: #FFFFFF;
}

.m-login .login-hd {
	height: 47px
}

.m-login .login-hd .item {
	width: 295px;
	line-height: 46px;
	border-bottom: 1px soild #ced2d4;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	color: #626262;
	cursor: pointer;
	background: -moz-linear-gradient(top, #FFFFFF, #e8f1f9);
	background: -ms-linear-gradient(top, #FFFFFF, #e8f1f9)
}

.m-login .login-bd {
	padding: 10px;
}
.m-login .login-bd form {
	position: relative;
	padding: 30px 0;
}
.m-login .login-form {
	padding: 40px 25px 0
}

.m-login .login-form-admin {
	display: none
}

.m-login .login-ft {
	position: relative;
	height: 63px
}

.m-ipt {
	position: relative;
	height: 42px;
	margin-bottom: 20px;
	background-position: 0 -92px
}

.m-ipt-focus {
	box-shadow: 0 0 5px rgba(2, 145, 252, .5)
}

.m-ipt .icon {
	position: absolute;
	left: 9px;
	top: 13px;
	width: 14px;
	height: 16px
}

.m-ipt .icon-account {
	background-position: -20px -28px
}

.m-ipt .icon-pwd {
	background-position: -44px -28px
}

.m-ipt .ipt {
	position: absolute;
	top: 2px;
	left: 28px;
	width: 205px;
	line-height: 22px;
	padding: 9px 0;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	background: transparent
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.m-ipt .ipt {
		line-height: normal
	}
}

.m-ipt .placeholder {
	position: absolute;
	left: 30px;
	top: 10px;
	line-height: 22px;
	font-size: 14px;
	color: #c9c9c9;
	background-color: transparent;
	cursor: text
}

.m-login .loginconf {
	*height: 16px;
	line-height: 14px;
	margin-bottom: 16px;
	color: #959595
}

.m-login .logincheck {
	position: relative;
	width: 88px
}

.m-login .loginselect {
	position: relative;
	width: 150px;
	*vertical-align: middle
}

.m-login .logincheck .icon-checkbox {
	width: 13px;
	height: 13px;
	background-position: 0 -28px;
	cursor: pointer
}

.m-login .logincheck .icon-checkbox-checked {
	background-position: 0 -48px
}

.m-login .logincheck .checklabel:hover {
	color: #626262
}

.m-login .logincheck .checkipt {
	position: absolute;
	left: 0;
	visibility: hidden;
	width: 13px;
	height: 13px;
	overflow: hidden
}

.m-login .logincheck .securetip {
	display: none;
	position: absolute;
	left: 0;
	top: 16px;
	width: 180px;
	height: 36px;
	background-color: #fffde4;
	border: 1px #dfb86d solid;
	left: 0;
	top: 16px;
	text-align: left;
	padding: 5px 10px;
	line-height: 18px;
	color: #dc9632;
	border-radius: 4px
}

.m-login .loginselect .icon-arrow {
	width: 10px;
	height: 12px;
	background-position: -46px -49px
}

.m-login .loginselect .selector:hover .icon-arrow {
	background-position: -62px -49px
}

.m-lgselect {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #b7c2c9
}

.m-lgselect a {
	display: block;
	height: 22px;
	line-height: 22px;
	color: #848585;
	text-indent: 22px
}

.m-lgselect a:hover {
	background-color: #eef3f8
}

.m-lgselect .selected {
	color: #5b8cca;
	background-position: 0 -66px;
	background-repeat: no-repeat
}

.w-button {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	cursor: pointer
}

.w-button, .w-button:hover {
	color: #fff
}

.w-button-account {
	background-position: 0 -145px
}

.w-button-account:hover {
	background-position: 0 -193px
}

.w-button-admin {
	background-position: 0 -241px
}

.w-button-admin:hover {
	background-position: 0 -289px
}

.m-login .loginact {
	margin-top: 15px;
	line-height: 24px
}

.m-login .loginact a {
	margin-right: 10px
}

.m-login .loginerror {
	line-height: 20px;
	padding-left: 25px;
	color: #fe0000
}

.m-download {
	line-height: 21px;
	padding: 22px 0 0 26px;
	color: #ccc
}

.m-download .dlitem, .m-download .dlitem:hover {
	color: #9eb89e
}

.m-download .dlitem .icon {
	width: 18px;
	height: 21px;
	margin-right: 5px
}

.m-download .dlitem .icon-apple {
	background-position: -18px 0
}

.m-download .dlitem .icon-android {
	background-position: 0 0
}

.w-codeentry, .m-codebox .closeentry {
	background: url(../images/codebg.png) -9999px -9999px;
	_background-image: url(../images/codebg-ie.png)
}

.w-codeentry, .m-codebox {
	position: absolute;
	right: 14px;
	bottom: 15px;
	_right: 13px;
	_bottom: 16px
}

.w-codeentry, .m-codebox .closeentry {
	width: 64px;
	height: 63px
}

.w-codeentry {
	background-position: 0 0
}

.w-codeentry:hover {
	background-position: -65px 0
}

.m-codebox {
	width: 0;
	height: 0;
	overflow: hidden;
	background: url(../images/codeboxbg.png) 0 0 no-repeat;
	_background-image: url(../images/codeboxbg-ie.png)
}

.m-codebox .closeentry {
	position: absolute;
	right: 0;
	_right: -1px;
	bottom: 0;
	background-position: 0 -65px
}

.m-codebox .closeentry:hover {
	background-position: -65px -65px
}

.m-codebox .title {
	margin-top: 88px;
	line-height: 40px;
	font-size: 14px;
	color: #000;
	text-align: center
}

.m-speed {
	display: none;
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 15px;
	z-index: 10;
	width: 295px;
	height: 63px;
	line-height: 16px;
	background: url(../images/speedbg.png);
	_background: url(../images/speedbg-ie.png);
	color: #959595
}

.m-speed .speed-hd {
	padding: 6px 0 0 27px;
	font-weight: 700
}

.m-speed .item {
	width: 98px;
	padding: 4px 0 6px;
	text-align: center
}

.m-speed .item-selected {
	color: #626262
}

.m-speed .item .best {
	color: #28ac3f
}

.w-nteslogo {
	position: absolute;
	left: 15px;
	top: 10px
}

.w-kximg {
	position: absolute;
	right: 30px;
	top: 22px
}

.m-ftnav {
	top: 0;
	line-height: 64px;
	color: #959595
}

.m-ftnav a {
	margin-left: 10px
}

.w-mask {
	position: fixed;
	_position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	_height: 1797px;
	background-color: #000;
	-moz-opacity: .6;
	filter: alpha(opacity = 60);
	opacity: .6
}

.w-ipt, .w-ipt .value {
	height: 32px;
	line-height: 32px
}

.w-ipt {
	position: relative;
	zoom: 1;
	overflow: hidden;
	background-color: #fbfbfb;
	padding-left: 10px
}

.w-ipt .value {
	width: 100%;
	background-color: transparent;
	border: 0;
	font-size: 14px;
	color: #534a45
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.w-ipt .value {
		line-height: normal
	}
}

.w-ipt .placeholder {
	position: absolute;
	top: 1px;
	left: 10px;
	width: 100%;
	line-height: 32px;
	font-size: 14px;
	color: #8a8583
}

/*表单错误信息*/
/* .fromcheckwrong {
	width: 220px;
	height: 30px;
	margin-left: 25px;
	padding-left: 26px;
	line-height: 30px;
	color: red;
	background-image: url(../images/icon_error_s.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	background-color: #b9fcb2;
	border: 1px soild #e2eee1;
	border-radius: 5px;
	display: block;
} */

/*表单错误信息*/
.fromcheckwrong {
	line-height: 30px;
	display: block;
	color: red;
	margin: 0 auto;
	background-color: #F7DADA;
	/* background-image: url(../images/icon_error_s.png); */
	background-repeat: no-repeat;
	background-position: 10px 11px;
	padding: 2px 0 2px 26px;
	width: 100%;
	border: 1px solid #FFC1C1;
	font-size: 13px;
	border-radius: 4px;
}

.fromcheckwrongnull {
	height: 30px;
}

body *, body {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	padding: 20px 0;
}

.field .err-input {
	border: 1px solid #a94440;
}

.ui-label {
	
}

.ui-input {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ui-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.ui-textarea {
	height: auto;
	width: 280px;
}

.field:before, .field:after {
	content: "";
	display: table;
}

.field:after {
	clear: both;
}

.field {
	*zoom: 1
}

.field .tips {
	border: 1px solid #FF8080;;
	overflow: hidden;
	background: #FFF2F2;
	padding: 4px;
	font-size: 12px;
	line-height: 16px;
	color: #404040;
	display: inline-block;
	*zoom: 1;
	vertical-align: middle;
}

.field .tips .fa {
	padding-right: 5px;
	color: #c00;
}
/* Form 1 */
.form-box {
	color: #fff;
	width: 700px;
}

.form-box .field {
	margin-bottom: 18px;
	line-height: 30px;
	padding-left: 215px;
}

.form-box .ui-label {
	float: left;
	text-align: right;
	width: 210px;
	margin-left: -215px;
	color: #fff;
	font-size: 13px;
	font-family: microsoft yahei;
}

.form-box .ui-input, .form-box .ui-textarea {
	border: 1px solid #f2f2f2;
	color: #3d4959;
	padding: 4px 10px;
	line-height: 20px;
	height: 20px;
	background: #f2f2f2;
	width: 270px;
}

.form-box .ui-textarea {
	width: 460px;
	height: 100px;
}

.form-box .field .except {
	margin-right: 15px;
}

.form-box .field .except {
	white-space: nowrap;
}

/* Iconfont */
.form-box2 .field {
	position: relative;
	margin-bottom: 18px;
}

.form-box2 .ui-label {
	position: absolute;
	left: 1px;
	top: 5px;
	border-right: 1px solid #3c4657;
	cursor: default;
	text-align: center;
}
/*.form-box2 .ui-label:after { content: ""; position: absolute; width: 0; height: 0; border: 0 dashed transparent; overflow: hidden; border-left-style: solid; border-width: 5px 0 5px 5px; border-left-color: #fff; top: 50%; margin-top: -5px; right: -4px; }
*/
.form-box2 .ui-label:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 0 dashed transparent;
	overflow: hidden;
	border-left-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #3c4657;
	top: 50%;
	margin-top: -5px;
	right: -5px;
}

.form-box2 .ui-label .fa {
	width: 40px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	margin: 0;
	z-index: 2;
	font-size: 16px;
	color: #3c4657;
}

.form-box2 .ui-input {
	float: left;
	padding: 9px 5px 9px 63px;
	width: 100%;
	line-height: 19px;
	/* border: 1px solid rgba(68, 77, 91, .2); */
	color: #586371;
	background-color: rgba(255, 255, 255, .8);
}

.form-box2 .ph-label {
	position: absolute;
	color: #3d4959;
	font-size: 12px;
	line-height: 19px;
	left: 65px;
	top: 10px;
	opacity: 1;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-out;
}

.form-box2 .ph-hide .ph-label {
	opacity: 0;
	visibility: hidden
}

.form-box2 .ph-focus .ph-label {
	color: #ccc
}

.w-btn {
	width: 100%;border-radius: 5px;padding: 7px 0;font-size: 14px;color: #fff;
}

.w-btn-primary {
	background-color: #036fcb;
	border: 1px solid #026cc6;
}
.w-btn-primary:hover {
	background-color: #388ed7;
	border: 1px solid #3f91d7;
	cursor: pointer;
}

.w-footer {
	width:295px;height:95px;
}
.w-footer .w-img-box {
	position:absolute;right:8%;bottom: 3.2%
}
.w-footer .w-img-box img {
	
}

.w-img-hover {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
}

/*悬停至记住账号时显示*/
.w-rember-tip  {
	position: absolute;
	top:  25px;
	width: 100%;
	height: 45px;
	background: #FFFEB1;
	border: 1px solid #E0DE89;
	opacity: 1;
	padding: 5px 10px;
	display: none;
}

.w-rember-allow {
	position: absolute;
	left: 20px;
	top: -15px;
	color: #e0de89;
	font-weight: bold;
	font-size: 18px;
}

/*验证码*/
.checkcode .img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 39px;
	border-top: 1px solid #ddd;;
	border-right: 1px solid #ddd;;
	border-bottom: 1px solid #ddd;;
	background-color: #eee;
}