html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;/* padding:0; *//* border:0; *//* font-size:100%; *//* font:inherit; *//* vertical-align:baseline; */}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
body{
	background: url(../img/login_bg2.png) no-repeat 0px 0px;
	font-family: 'Open Sans', sans-serif;
	background-size:cover;
	-webkit-background-size: 100%;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow: auto;
	font-family: "微软雅黑" !important;
	-webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
	/* min-height:1050px; */
}
.wrap{
	margin: 0 auto;
	width: 80%;
}
body a,form li,input[type="submit"],input[type="text"],.sixth-login input[type="submit"],.third-login input[type="submit"]{
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
/*--close--*/
.close{
background: url('../images/close.png') no-repeat 0px 0px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/*--/close--*/
h1 {
	font-family: 'Exo 2', sans-serif;
	text-align: center;
	padding-top: 4em;
	font-weight: 400;
	color: #2B2B36;
	font-size: 2em;
	border: 1px solid #eee0;
}
.head img {
	width: 100%;
}
.avtar img {
  margin: 2em 0 0;
}
.head-info {
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
  font-size: 2em;
  color: #fff;
  background: #23232e;
  height: 50px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10p
}
/* input[type="text"] {
	  width: 70%;
	  padding: 1em 2em 1em 3em;
	  color: #9199aa;
	  font-size: 18px;
	  outline: none;
	  background: url(../images/adm.png) no-repeat 10px 15px;
	  border: none;
	  font-weight: 100;
	  border-bottom: 1px solid#484856;
	  margin-top: 2em;
}
 input[type="password"]{
	  width: 70%;
	  padding: 1em 2em 1em 3em;
	  color: #dd3e3e;
	  font-size: 18px;
	  outline: none;
	  background: url(../images/key.png) no-repeat 10px 23px;
	  border: none;
	  font-weight: 100;
	  border-bottom: 1px solid#484856;
	  margin-bottom: 3em;
 } */
.key {
   background: url(../images/pass.png) no-repeat 447px 17px;
}
input[type="submit"]{
  font-size: 30px;
  color: #fff;
  outline: none;
  border: none;
  background: #3ea751;
  width: 100%;
  padding: 18px 0;
  border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-o-border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-o-border-bottom-right-radius: 15px;
	cursor: pointer;
}
input[type="submit"]:hover {
	background: #ff2775;
  border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-o-border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-o-border-bottom-right-radius: 15px;
  	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
}
label.lbl-1 {
  background: #6756ea;
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  border-radius: 50%;
  margin: 16px 10px 0px 0px;
}
label.lbl-2 {
  background: #ea569a;
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  border-radius: 50%;
   margin: 16px 10px 0px 0px;
}
label.lbl-3 {
  background: #f1c85f;
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  border-radius: 50%;
  margin: 16px 10px 0px 0px;
}
/*--copyrights--*/
.copy-rights{
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
.copy-rights p{
	color:#999;
	font-size: 1em;
	line-height:1.8em;
	font-family: "微软雅黑";
}
.copy-rights p a{
	color:#ff2a75;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration:none;
}
.copy-rights p a:hover{
	color:#3faa53;
	text-decoration:none;
		transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
/*--/copyrights--*/
/*--start-responsive-design--*/
@media (max-width:1440px){
	.key {
	  background: url(../images/pass.png) no-repeat 376px 17px;
	}
	
	body {
	  /* min-height: 811px; */
	}
}
@media (max-width:1366px){
	.key {
	  background: url(../images/pass.png) no-repeat 358px 19px;
	}
	.copy-rights {
	  margin-top: 3em;
	}
	body {
	  /* min-height: 768px; */
	}
}
@media (max-width:1280px){
	.key {
	   background: url(../images/pass.png) no-repeat 336px 18px;
	}
	body {
	  /* min-height: 711px; */
	}
	.copy-rights {
	  margin-top: 0.5em;
	}
}
@media (max-width:1024px){
	.login-form {
	  width: 37%;
	}
	.key {
	   background: url(../images/pass.png) no-repeat 339px 18px;
	}
	.copy-rights {
	  margin-top: 3em;
	}
	h1 {
	  padding-top: 2em;
	}
	body {
	  min-height: 675px;
	}
}
@media (max-width:768px){
	.login-form {
	  width: 50%;
	    margin: 12% auto 0 auto;
	}
	.key {
	  background: url(../images/pass.png) no-repeat 342px 18px;
	}
	body {
	  /* min-height: 929px; */
	}
}
@media (max-width:640px){
	.login-form {
	  width: 60%;
	  margin: 20% auto 0 auto;
	}
	.key {
	  background: url(../images/pass.png) no-repeat 342px 19px;
	}
}
@media (max-width:480px){
	.login-form {
	  width: 80%;
	}
}
@media (max-width:320px){
	h1 {
	  padding-top: 1em;
	  font-size: 1.5em;
	}
	.login-form {
	  width: 90%;
	  margin: 10% auto 0 auto;
	}
	input[type="text"] {
	  width: 62%;
	  padding: 1.2em 2em .5em 2.5em;
	  font-size: 17px;
	  margin-top: .5em;
	}
	input[type="password"] {
		width: 62%;
		padding: 1.2em 2em .5em 2.5em;
		font-size: 17px;
		margin-top: .5em;
		margin-bottom: 2em;
		  background: url(../images/key.png) no-repeat 8px 23px;
	}
	.key {
	  background: url(../images/pass.png) no-repeat 235px 27px;
	}
	.avtar img {
	  margin: 1.1em 0 0;
	}
	.head-info {
	  height: 35px;
	  }
	label.lbl-1 {
	  margin: 8px 10px 0px 0px;
	}
	label.lbl-2 {
	  margin: 8px 10px 0px 0px;
	}
	label.lbl-3 {
	  margin: 8px 10px 0px 0px;
	}
	.close {
	  left: 16px;
	  top: 13px;
	}
	.copy-rights {
	  margin-top: 2em;
	}
	body {
	    min-height: 504px;
	}
	input[type="submit"] {
	  font-size: 28px;
	  padding: 10px 0;
	}
}

.centerDiv {
	height: 340px;
	width: 425px;
	background: #eee;
	opacity: .2;
	margin: 0 auto;
	margin-top: calc(50% - 425px);
}
.copyright{
	background: #eaf6fe;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #999999;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

img.dh_img {
	width: 31px;
	height: 35px;
	margin-top: 0px;
	position: relative;
	top: 5px;
	left: -10px;
}

span.titleName {font-weight: 800;font-family: "微软雅黑";}

.login-form {
	/* background: #ffffff; */
	/* background: url(../img/loginForm1.png) no-repeat 0 0; */
	background-size: 100%;
	position: relative;
	width: 40%;
	height:55%;
	margin: 0% auto 0 auto;
	text-align: center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	/* min-width: 594px;
	min-height: 510px; */
}

.login-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/loginForm1.png) no-repeat 0 0;
	background-size: 100%;
	z-index: 1;
	/* background: #000; */
	pointer-events: none;
}

.login-input {
	width: 75%;
	height: 67%;
	background: linear-gradient(180deg,#005a98,#1d8aca);
	z-index: 0;
	box-shadow: 0px 4px 15px 0px rgba(0,49,83,0.09);
	border-radius: 5px;
	position: absolute;
	top: 6%;
	left: 13%;
}

.input-div {
	width: 70%;
	margin: 0 auto;
	height: 89%;
	border: 0.1px solid #ffffff00;
	position: relative;
	z-index: 99;
	/* min-width: 200px;
	max-width: 400px; */
}

input.input-button {
	width: calc(50% - 58px);
	height: 100%;
	font-size: 16px;
	border: 0px;
	box-shadow: 0px 0px 1px 0px;
	pointer-events: auto;
	font-family: "微软雅黑";
}

input.input-text {
	height: 100%;
	width: calc(100% - 75px);
	pointer-events: auto;
	padding: 0em 2em 0em 2.5em;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
	border-radius: 2px;
	border: 0px;
	font-size: 16px;
	font-family: 微软雅黑;
}

.textDivClass {
	height: 39px;
	width: 100%;
	margin-top: 13%;
}
.login_btn{background: url(../img/login_btn.png) no-repeat;color: #fff;background-size: 100% 100%;margin-left: 84px;}
.exit_btn{
	background: url(../img/exit_btn.png) no-repeat;
	color: #666666;
	background-size: 100% 100%;
	margin-left: 10px;
	}
	.user-input {
		background: url(../img/user_icon.png) no-repeat 8px 8px #FFF;
}
.pwd-input {
	background: url(../img/pwd_icon.png) no-repeat 10px 8px #FFF;
}


.topTileDiv {
	font-family: 'Exo 2', sans-serif;
	text-align: center;
	padding-top: 5em;
	font-weight: 400;
	color: #2B2B36;
	/* font-size: 3em; */
	border: 1px solid #eee0;
	position: relative;
}

	/*****************自适应样式开始**************/

	/*不同的屏幕显示比例,屏幕宽度不小于1600px的时候*/
/* @media screen and (min-width:1601px) {
	.login-form{
		width: 750px;
		height: 510px;
		
	}
} */

/* @media screen and (min-width: 1700px)
{
.login-form {
    width: 847px;
    height: 585px;
}
} */
/*不同的屏幕显示比例,屏幕宽度不小于1600px的时候*/
/* @media screen and (max-width:1600px) {
	.login-form{
		width: 750px;
		height: 510px;
		
	}
} */

/*1920以上宽度的样式*/
@media screen and (min-width: 1921px){
		.topTileDiv {   
			padding-top: 12em;   
			padding-left: 30px; 
	}
	img.dh_img {
		width: 55px;
		height: 57px;
		top: 0.8em;
	left: -1em;
	}
	span.titleName {	
		font-size: 44px;
	}
		.login-form {
				width: 847px;
				height: 586px;
				margin: 1% auto 0 auto;
		}
		.login-input {
				width: 661px;
				height: 380px;
		}
		input.input-text {
				height: 50px;
				width: 358px;
				font-size: 16px;
				padding: 0em 2em 0em 3.5em;
		}
		input.input-button {
				width: 169px;
				height: 46px;
				font-size: 16px;
		}
		.input-div {
				width: 67%;
			min-width: 67%;
				max-width: 67%;
				padding-top: 6em;
		}			
		.liClass label {    
			width: 4em;
			font-size: 16px;
			line-height: 50px;    
	}
		.user-input {
				background: url(../img/user_icon.png) no-repeat 1em 1em #FFF;
		}
		.pwd-input {
				background: url(../img/pwd_icon.png) no-repeat 1em 1em #FFF;
		}
		.login_btn {
			margin-left: 4em;
		}
		.exit_btn {	
			margin-left: 1em;
		}
		li.buttonLi {
			margin-top: 3em;
		}
		.input-div .liClass {  
			margin-top: 4%;
	}	
}

/*1920宽度的样式*/
@media screen and (max-width: 1920px){
			.topTileDiv {   
				padding-top: 12em;
				padding-left: 30px; 
		}
		img.dh_img {
			width: 55px;
			height: 57px;
			top: 0.8em;
    left: -1em;
		}
		span.titleName {	
			font-size: 44px;
		}
			.login-form {
					width: 847px;
					height: 586px;
					margin: 1% auto 0 auto;
			}
			.login-input {
					width: 661px;
					height: 380px;
			}
			input.input-text {
					height: 50px;
					width: 358px;
					font-size: 16px;
					padding: 0em 2em 0em 3.5em;
			}
			input.input-button {
					width: 169px;
					height: 46px;
					font-size: 16px;
			}
			.input-div {
					width: 67%;
				min-width: 67%;
					max-width: 67%;
					padding-top: 6em;
			}			
			.liClass label {    
				width: 4em;
				font-size: 16px;
				line-height: 50px;    
		}
			.user-input {
					background: url(../img/user_icon.png) no-repeat 1em 1em #FFF;
			}
			.pwd-input {
					background: url(../img/pwd_icon.png) no-repeat 1em 1em #FFF;
			}
			.login_btn {
				margin-left: 4em;
			}
			.exit_btn {	
				margin-left: 1em;
			}
			li.buttonLi {
				margin-top: 3em;
			}
			.input-div .liClass {  
				margin-top: 4%;
		}	
}

/*1600的宽度的样式*/
@media screen and (max-width: 1600px){
		.topTileDiv {   
			padding-top: 12em;
			padding-left: 30px; 
	}
	img.dh_img {
		width: 46px;
		height: 48px;
		top: 0.8em;
    left: -1em;
	}
	span.titleName {	
		font-size: 37px;
	}
		.login-form {
				width: 706px;
				height: 488px;
				margin: 1% auto 0 auto;
		}
		.login-input {
				width: 551px;
				height: 317px;				
		}
		input.input-text {
				height: 42px;
				width: 298px;
				font-size: 13px;
				padding: 0em 2em 0em 3.5em;
		}
		input.input-button {
				width: 141px;
				height: 38px;
				font-size: 13px;
		}
		.input-div {
				width: 67%;
				 min-width: 67%;
				max-width: 67%; 
				padding-top: 5em;
		}		
		.liClass label {    
			width: 4em;
			font-size: 13px;
			line-height: 42px;    
		}
		.user-input {
				background: url(../img/user_icon.png) no-repeat 1em 1em #FFF;
		}
		.pwd-input {
				background: url(../img/pwd_icon.png) no-repeat 1em 1em #FFF;
		}
		.login_btn {
			margin-left: 4em;
		}
		.exit_btn {	
			margin-left: 0.8em;
		}
		li.buttonLi {
			margin-top: 2em;
		}
		.input-div .liClass {  
			margin-top: 4%;
	}

}

/*1280的宽度的样式*/
@media screen and (max-width: 1280px){
		.topTileDiv {   
			padding-top: 12em;
			padding-left: 2em;
	}
	img.dh_img {
		width: 37px;
		height: 38px;
		top: 6px;
    left: -9px;
	}
	span.titleName {	
		font-size: 29px;
	}
		.login-form {
				width: 565px;
				height: 391px;
				margin: 1% auto 0 auto;
		}
		.login-input {
				width: 440px;
				height: 253px;
		}
		input.input-text {
				height: 33px;
				width: 239px;
				font-size: 11px;
				padding: 0em 2em 0em 2.5em;
		}
		input.input-button {
				width: 113px;
				height: 31px;
				font-size: 11px;
		}
		.input-div {
				width: 67%;
				min-width: 67%;
				max-width: 67%;
				padding-top: 4em;
		}
		.liClass label {    
				width: 4em;
				font-size: 11px;
				line-height: 33px;    
		}
		.user-input {
				background: url(../img/user_icon1.png) no-repeat 1em 1em #FFF;
		}
		.pwd-input {
				background: url(../img/pwd_icon1.png) no-repeat 1em 1em #FFF;
		}
		.login_btn {
			margin-left: 4em;
		}
		.exit_btn {	
			margin-left: 0.8em;
		}
		li.buttonLi {
			margin-top: 2em;
		}
		.input-div .liClass {  
			margin-top: 4%;
	}
	
}

/*1024的宽度的样式
@media screen and (max-width: 1024px){
	.topTileDiv {   
		padding-top: 10em;   
		padding-left: 30px; 
}
	.login-form {
			width: 452px;
			height: 312px;
			margin: 1% auto 0 auto;
	}
	.login-input {
			width: 352px;
			height: 203px;
	}
	input.input-text {
			height: 27px;
			width: 191px;
	}
	input.input-button {
			width: 90px;
			height: 25px;
	}
	.input-div {
			width: 67%;
			min-width: 67%;
			max-width: 67%;
			padding-top: 80px;
	}
	label {    
			width: 75px;
			font-size: 9px;
			line-height: 27px;    
	}
	.user-input {
			background: url(../img/user_icon1.png) no-repeat 8px 15px #FFF;
	}
	.pwd-input {
			background: url(../img/pwd_icon1.png) no-repeat 8px 15px #FFF;
	}
	.login_btn {
		margin-left: 73px;
	}
	.exit_btn {	
		margin-left: 17px;
	}
	li.buttonLi {
		margin-top: 35px;
	}
	.input-div .liClass {  
		margin-top: 4%;
}
img.dh_img {
	width: 55px;
	height: 57px;
	top: 13px;
	left: -13px;
}
span.titleName {	
	font-size: 44px;
}
}
*/

/*不同的屏幕显示比例,屏幕宽度不小于px的时候
@media screen and (max-width:1024px) {
		.login-form{
			width: 500px;
			height: 340px;
			
		}
		.input-div li {
			margin-top:10%  !important;
			height: 29px  !important;
		}
		.input-div {
			padding-top: 0rem;
			 min-width: 200px;
	max-width: 400px;
			
		}

		.textDivClass {
			margin-top: 10%;
		}

		.topTileDiv {   
			padding-top: 7em;    
			font-size: 2em;  
		}

		.input-div label {
			font-size: 13px;
			line-height: 29px;	
		}

		input.input-text {
			font-size: 13px;
		}
		input.input-button {
			font-size: 13px;
		}
		.user-input {
			background: url(../img/user_icon1.png) no-repeat 8px 8px #FFF;
	}
		.pwd-input {
			background: url(../img/pwd_icon1.png) no-repeat 10px 8px #FFF;
	}
}*/


/******************自适应样式结束*****************************/
/* .input-div {  
	padding-top: 1rem;
}
.textDivClass {
	margin-top: 6%;
}
input.input-button {
		height: 27px;	
} */
input.input-button:hover {
	opacity: .8;
	cursor: pointer;
}


input.input-button.login_btn:active {
	background: url(../img/login_btn_hover.png) no-repeat;
	background-size: 100% 100%;
}

.input-div li {   
    width: 100%;    
}
.liClass{
	margin-top: 13%;
}
.buttonLi{
	margin-top: 35px;
}

label {
    display: block;
    float: left;
    width: 75px;
    /* font-size: 16px;
    line-height: 39px; */
		color: #fff;
		text-align: right;
}

form {
    width: 100%;
    height: 100%;
}

.tipContent {
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: 0;
	z-index: -1;
	transform: translate(-50%,50%) rotate(45deg);
	border: 1px solid #ddd;
	left: 15px;
	background: #fff;
}
.judgeShow {
    display: block;
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 150px;
    top: -7px;
    transform: translate(-2% ,-100%);
    z-index: 0;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
    border: 1px solid #ddd;
    left: calc(100% - 150px);
}
input.input-text:focus {
	box-shadow: 2px 1px 10px 3px #ffffff;
	position: relative;
	border: 0px;
	top: 1px;
}

.errorInputClass {
	box-shadow: 2px 1px 10px 3px #ff0000 !important;
}