/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;box-sizing:border-box;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 "Microsoft Yahei",\5b8b\4f53;color:#333;outline:0;border:0;}
body{background:#fff;font-family: "Microsoft Yahei";}
a{color:#333333}
a:hover{color:#1968a9;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.hidden{display: none;}
html,body{width:100%;height: 100%;font-size: 12px;min-width: 1300px;min-height: 650px;}
input,textarea{
-webkit-appearance: none;
}
#login{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-right: 512px;
}
#login>h1{
	opacity: .45;
	font-family: MicrosoftYaHei;
	font-size: 36px;
	color: #fff;
	position: absolute;
	top: 187px;
	left: 152px;
	font-weight:normal;
}
#login>h2{
	opacity: .45;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 241px;
	left: 96px;
	font-weight:normal;
}
.leftconner{
	position: absolute;
	left: 0;
	top: 0;
}
.rightconner{
	position: absolute;
	right: 512px;
	bottom: 0;
}
.leftBg{
	float: left;
	width: 100%;
	height: 100%;
	overflow:hidden;
	background: url('../images/loginbg.png') #1E5A96 no-repeat center center;
	
}
.add_transform {
   
}
.add_transition {
   
}
.loginBox{
	width: 512px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.loginBox a img{
	margin-top: 55px;
	margin-left: 200px;
}
.loginType{
	padding-bottom: 12px;
	margin-bottom: 27px;
}
.loginType span{
	float: left;
	display: inline-block;
	width: 50%;
	color: #333;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.loginType .choosedType{
	color: #1E5A96;
	position: relative;
}
.loginType .choosedType::after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 45px;
	display: block;
	height: 2px;
	width: 46px;
	background-color: #1E5A96;
}
.inputBox{
	width: 280px;
	min-height:380px;
	margin: 27px auto;
}
.inputBox input{
	width: 100%;
	height: 40px;
	line-height:40px;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	margin-bottom: 20px;
	padding-left: 12px;
}
.inputBox input:focus{
	border: 1px solid #1E5A96;
}
.inputBox .listInput{
	position: relative;
}
.inputBox .listInput span{
	position: absolute;
	right:10px;
	top:0;
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
}
.inputBox .listInput .validateCode{
	right:0;
}
.inputBox .listInput .validateCode img{
	height: 30px;
    margin: 5px;
}
.inputBox button,.alreadyLogin .loginButton{
	width: 100%;
	height: 40px;
	display: block;
	color: #fff;
	background: #1E5A96;
	border-radius: 3px;
	border: none;
	margin-bottom: 10px;
	transition: .5s;
	font-size:14px;
}
.inputBox button:hover,.alreadyLogin .loginButton:hover{
	background: #1968a9;
}
.submitDown span{
	color: #666666;
	cursor: pointer;
}
.submitDown span.last_right{
	float: right;
}
.tipBox{
	min-height: 46px;
	margin-bottom: 17px;
}
.tipBox .loginError{
	padding:5px 5px 5px 23px;
	border: 1px solid #FFE5DB;
	border-radius: 3px;
	color: #FF4800;
	line-height: 18px;
	background: url("../images/warn.png") #FFEBE3 5px 8px no-repeat;
}
.loginBox .houtai{
	padding-bottom: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	width: 512px;
}
.loginBox .houtai div{
	margin-bottom: 16px;
}
.houtai div{
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.houtai p{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.65) !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color:transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}