/* LESS Document */
* {
  padding: 0px;
  margin: 0px;
  transition: all;
  box-sizing: border-box;
}
input {
  vertical-align: middle;
   font-family:"微软雅黑";
}
button{ font-family:"微软雅黑";}
body {
  font-size: 12px;
  line-height: 25px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
 font-family:"微软雅黑";
}
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.top-line {
  background: #0b54b0;
  height: 15px;
  clear: both;
}
.logo {
  background: url("../../replace_it/logo-login.png") no-repeat left center;
  width: 1260px;
  height: 145px;
  clear: both;
  margin:0px auto;

  position: relative;
  padding:80px 0px 0px 355px; 
 
  font-weight:normal;
}
.input-text {
  border: 1px #a5a5a5 solid;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px 0px 40px;
}
.input-btn {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.login-box {
  width: 100%;
  height: 510px;
  margin: 0px auto;
  border-bottom: 3px #0b54b0 solid;
  background: url("../../replace_it/login-bg.jpg") no-repeat 50% 0;
  position: relative;
  overflow: hidden;
}
.login-bg {
  background: url("../images/default/login-div-bg.png") no-repeat;
  padding-top: 70px;
  margin-top: 40px;
  margin-left: 66%;
  width: 310px;
  height: 348px;
  box-sizing: border-box;
  position: relative;
}



.login-bg table {
  margin: 0 auto;
}
.login-bg table td {
  height: 50px;
}
.login-bg .user {
  border: 1px #a5a5a5 solid;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px 0px 40px;
  background: url("../images/default/ico-user.png") no-repeat 10px center #fff;
}
.login-bg .pw {
  border: 1px #a5a5a5 solid;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px 0px 40px;
  background: url("../images/default/ico-pw.png") no-repeat 10px center #fff;
}
.login-bg .yzm {
  border: 1px #a5a5a5 solid;
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px 0px 40px;
  background: url("../images/default/ico-yzm.png") no-repeat 10px center #fff !important;
}
.login-bg input[type=submit] {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  background: #0b54b0;
  border: 1px #0b54b0 solid;
  width: 270px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}
.login-bg a {
  color: #fff;
}
.error {
  width: 100%;
  position: absolute;
  top: 30px;
}
.error-massage {
  width: 270px;
  line-height:15px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  color: #FF777A;
  background: url("../images/default/ico-error.png") no-repeat 10px 5px #ffebeb;
  border: 1px #e4393c solid;
  z-index: 1;
}
#footer {
  text-align: center;
  width: 100%;
  color: #fff;
  height:50px;
  line-height:50px;
  position: relative;
  clear:both;
  background:#0b54b0;
}
@media screen and (min-width: 1600px) {
  /*大于等于1600*/
  .login-box {
    height: 510px;
    background-size: 1920px 510px;
  }
}
@media screen and (max-width: 1600px) {
  .login-box {
    height: 425px;
    background-size: 1600px 425px;
  }
}
@media screen and (max-width: 1440px) {
  .login-box {
    height: 410px;
    background-size: 1543.52941176px 410px;
  }
}
/*@media screen and (max-width: 1024px) {
  body {
    max-width: 1024px;
    min-width: 1024px;
  }
  .login-box {
    max-width: 1024px;
    min-width: 1024px;
    height: 410px;
    background-size: 1543.52941176px 410px;
  }
  .login-bg {
    margin-left: 50%;
  }
}
*/

/*2016-10-13--------*/
.clear-3{ height:30px; line-height:30px; clear:both}
.introduction-box{ width:1260px; margin:0px auto;font-family:"微软雅黑"}
.introduction-box ul{ list-style-type:none}
.introduction-box ul li{ width:28%; padding-right:2%; float:left; line-height:20px; color:#404040}
.introduction-box ul li h4{ font-size:18px; height:35px; line-height:35px; }
.introduction-box ul li div{ padding-left:32px;}
.introduction-box span{ display:inline-block; vertical-align:middle; margin-right:5px; width:22px; height:22px;}
.introduction-box .introduction-1{ background: url(../images/default/introduction-1.png) no-repeat center;}
.introduction-box .introduction-2{ background: url(../images/default/introduction-2.png) no-repeat center;}
.introduction-box .introduction-3{ background: url(../images/default/introduction-3.png) no-repeat center;}
.introduction-box .introduction-4{ background: url(../images/default/introduction-4.png) no-repeat center;}


/*2017-01-06--增加手机端页面------*/
@media screen and (max-width: 1080px) {
	body{ background:#eeeeee;}
	.top-line{ display:none}
	.logo{
		width:100%;
		height:auto;
		font-size:20px;
		font-weight:bold;
		color:0b54b0;
		text-align:center;
		background:url(../../replace_it/logo-app.png) no-repeat center 65px;
		background-size: auto 70px;
		padding:0px;
		padding-top:145px;
		
	}
	.login-box{ background:none; border:none; padding-top:50px; height:auto;}
	.login-bg{
		width:100%;
		height:auto;
		background:none;
		padding:0px;
		margin:0px;
	}
	.login-bg table{ width:90%;}
	.login-bg table td{ height:55px;}
	.login-bg .user{width:100%; border:none; border-radius:5px; color:#666}
	.login-bg .pw{width:100%; border:none; border-radius:5px; color:#666}
	.login-bg #yzm{ display:none;}
	.login-bg input[type=submit]{ width:100%;border-radius:5px;}
	.login-bg a{ color:#8e8e8e; text-decoration:none; font-size:14px;}
	#errorMessage{ display:none;}
	.introduction-box{ display:none;}
	#footer{ background:none; color:#999;}
	.qrCodeDiv{
		display: none;
	}
}


