*{margin:0;padding:0;list-style:none,box-sizing: border-box}
body, html {
    width: 100%;
    height: 100%;
}
html, body {
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
a, a:hover, a:focus { text-decoration: none; color: inherit; } 

*, ::after, ::before {
    box-sizing: border-box;
}

body{margin:0 auto;font-size:12px;font-family:"宋体"; background:url(../images/bg.png);background-size:100%  100%; background-attachment: fixed;}

body .login-info{
	display: inline-block;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	padding: 130px 0 0;
	position: relative;
	width: auto;
	max-width: 100%;
}
body .login-info:after{content: ""; clear: both;}
body .login-left{ 
	float: left; 
	display: inline-block; 
	line-height: 200px; width: 50%; height: 540px;background-color:#e0fedd;
	position:relative;z-index: 0;border-radius: 16px 0 0 16px;
	box-shadow: 0px 2px 30px 0px rgba(41,41,40,0.1);margin: 0 auto;}
body .login-right{
	display: inline-block;
	width: 50%;height: 540px;
	background-color: rgb(255,255,255);
	position: relative;
	z-index: 0;
	float: left;
	border-radius: 0 16px 16px 0;
	box-shadow: 0px 2px 30px 0px rgba(41,41,40,0.1);
}
body .login-left img.img-caption{
	margin-top: 110px;
	margin-left: 0;
	vertical-align: bottom;
	text-align: center;
}
body .login-left img.img-arrow{
	margin-top: 27px;
	margin-left: 0;
	vertical-align: bottom;
	text-align: center;
}
.caption{
	padding: 0;
}
.arrow{
	padding: 0;
}
.weixin {
    text-align: center;
    padding: 30px 5px;
}
.qrcode {
    margin-left: 50px;
    float:left;
    background: url(../images/img_bk_ewm.png) no-repeat center;
	width: 192px;
	height: 192px;
	background-color: #fff;
	border-radius:6px;border:1px solid #e0fedd;
}
.qrhbcode {
    margin-left: 30px;
    float:left;
    background: url(../images/img_bk_ewm.png) no-repeat center;
	width: 192px;
	height: 192px;
	background-color: #fff;
	border-radius:6px;border:1px solid #e0fedd;
}

#qrcode_android {
	display: flex;
	align-items: center; /*定义父元素的元素垂直居中*/
	justify-content: center; /*定义子元素的里的元素水平居中*/
	margin-top: 30px;
}

#qrhbcode_android {
	display: flex;
	align-items: center; /*定义父元素的元素垂直居中*/
	justify-content: center; /*定义子元素的里的元素水平居中*/
	margin-top: 30px;
}

input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset;}

.login-right span{
	display: block;
	font-family: "黑体";
}

.login-right .system-title{
	top: 60px;
	text-align: center;
	font-size: 40px;
	color: #323232;
	position: relative;
	font-weight: 600;
	width: 100%;
}

form{
	width: 100%;
	margin-top: 20px;
}


input:focus, input:hover , input:active{
	border: 1px solid #1890ff !important;
    border-radius: 6px !important;
    outline:none;
}

input::-webkit-input-placeholder{
  font-family: '\5FAE\8F6F\96C5\9ED1';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #b2b2b2;
  text-align: left;
  letter-spacing: 3px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  font-family: '\5FAE\8F6F\96C5\9ED1';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #b2b2b2;
  text-align: left;
  letter-spacing: 3px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  font-family: '\5FAE\8F6F\96C5\9ED1';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #b2b2b2;
  text-align: left;
  letter-spacing: 3px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  font-family: '\5FAE\8F6F\96C5\9ED1';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #b2b2b2;
  text-align: left;
  letter-spacing: 3px;
}

.login-right .login-tips{
	color: #fa6700;
	font-size: 12px;
	line-height: 22px;
	font-family: "宋体";
	top: 80px;
	margin-left: 16%;
	position: relative;
	font-weight: 600;
}

form input{
	height: 45px;
}

.login-right #userName{
	margin-top: 100px;
    border: 1px solid #dedede;
    border-radius: 6px;
    width: 360px;
	margin-left: 16%;
	line-height: 2.5;
	font-size: 16px;
	font-family: verdana;
	background:url(../images/icon_zh_n.png) no-repeat 0 0;
	background-position: 10px 10px;
	padding-left:45px;padding-top:3px;padding-bottom:3px;
}

#userName:focus{
    background:url(../images/icon_zh_p.png) no-repeat 0 0;
    background-position: 10px 10px;
}

.login-right #passwordLocal{
	margin-top: 30px;
    border: 1px solid #dedede;
    border-radius: 6px;
    width: 360px;
	margin-left: 16%;
	line-height: 2.5;
	font-size: 16px;
	font-family: verdana;
	background:url(../images/icon_mm_n.png) no-repeat 0 0;
	background-position: 10px 10px;
	padding-left:45px;padding-top:3px;padding-bottom:3px;
}

#passwordLocal:focus{
    background:url(../images/icon_mm_p.png) no-repeat 0 0;
    background-position: 10px 10px;
}

.login-right .code-input{
	margin-top: 30px;
	margin-left: 16%;
	width: 65%;
	line-height: 2.5;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.code-input .validationCode{
	display: inline-flex;
	align-items: center;
	margin: 0 auto;
	width: 200px;
}

.code-input .verifyCode{
	border: 1px solid #dedede;
    border-radius: 6px;
	line-height: 40px;
	font-size: 16px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	width: 180px;
}

.codeError{
	border: 1px solid #f00 !important;
    border-radius: 6px;
	line-height: 40px;
	font-size: 16px;
	padding-left:10px;
	padding-top:3px;padding-bottom:3px;
}

form span{
	text-align: left;
}

.login-sub{

}

.login-right .login-button{
	margin: 50px 0px 20px 84px;
	border-radius: 6px;
	background: -webkit-linear-gradient(90deg,rgb(69,185,14)0%,rgb(129,220,27)100%);
	background: -moz-linear-gradient(90deg,rgb(69,185,14)0%,rgb(129,220,27)100%);
	background: -o-linear-gradient(90deg,rgb(69,185,14)0%,rgb(129,220,27)100%);
	background: -ms-linear-gradient(90deg,rgb(69,185,14)0%,rgb(129,220,27)100%);
	background: linear-gradient(90deg,rgb(69,185,14)0%,rgb(129,220,27)100%);
	width: 355px;
	height: 48px;
	vertical-align: middle;
	text-align:center;	
	line-height: 48px;
	border: none;
}

.login-button:hover{background-image: -moz-linear-gradient(90deg,rgb(129,220,27)100%,rgb(69,185,14)0%);}

.login-button span{
	font-size: 16px;
	color: #fff;
	text-align:center !important;
}

.weixin .p{font-family: Arial, Helvetica, sans-serif;font-size:16px;}

.login-copy{
	width: auto;
	margin: 170px auto 0px;
	text-align: center; color:#000000; 
	font-family:Arial, Helvetica, sans-serif;
	padding: 580px 0 2px;
	max-width: 100%;
}

.login-copy p:hover{ color:#ccb955 !important;} 


::-ms-clear { display: none; } //去掉IE10后默认出现的×





