@charset "utf-8";
html,body{height: 100%;padding: 0;margin: 0;overflow: hidden;
/*
background: url("../../img/login_bg.png")0 0 no-repeat;
*/
background: url(../../img/login_bg.png) center / cover no-repeat;
background-size: cover}
.content-box{height: 100%}
.logo{position: absolute;top:20px;left: 30px;width: 230px;height: 41px;background: url(../img/logo-login.png) no-repeat center; }
.loginLeft-box,.login-box{/*display:flex;display: -webkit-flex; align-items:center;*/float: left;height: 100%;position: relative}
.loginLeft-box{width: 62%;background: url(../img/login-bg.png) no-repeat;background-size: 100% 100%;}
.login-box{width: 38%;background: #f7f7f7;text-align: center}
.loginLeft-info,.login{width:100%;text-align: center; position: absolute;top: 40%;transform: translateY(-50%);}
.title{font-size: 32px!important;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: middle;margin: 60px 0 10px}
.sub-title,.sub-title-1{color: #6a6d70;font-size: 16px;line-height: 30px;text-align: center;}
.sub-title-1{letter-spacing: 0.15em;}
.loginLeft-img{background: url(../img/login-banner.png) no-repeat center;height: 289px;margin-top: 65px;}
.login .title{font-size: 20px;margin-bottom: 30px}
.login-form{    width: 750px;height: 423px;
  /*overflow: hidden;*/
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 35%);
  padding: 0px;
  border-radius: 0px;margin: auto;text-align: left;font-size: 14px;line-height: 30px}
.login-form label{display: block ;margin-bottom: 2px;font-weight: normal}
.login-input{border: 0;border-bottom: 1px solid #b5d0fa;background: #b5d0fa;height: 30px;width: 100%;color: #b5d0fa;margin-bottom: 8px;line-height: 30px}
.login-input:focus{border: 0;border-bottom: 0px solid #b5d0fa; }
.login-input-1{margin-bottom: 35px}
.submit-btn{text-align: center}
.submit-btn .login-btn{	background: #79a2fb;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 10px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;border: 0;margin-top: 10px;cursor: pointer;width: 100%}
.getpwd{text-align: center;color: #ced1d5;line-height: 40px}
.getpwd a{color: #424859}
.layui-form-checked[lay-skin=primary] i {
  border-color: #26b7b0;
  background-color: #26b7b0;
  color: #fff;
}
.error{background:url(../img/error.png) no-repeat left 0 center;/* border: 1px solid #26b7b0; */line-height: 24px;padding-left:20px;color: #f54d40 }
.errorTip{border-bottom:1px solid #f54d40;}
.banner{
  width: 31.5%;
  display: inline-block;
  box-sizing: border-box;
  /*overflow: hidden;*/
  float: left;
  margin-top: 0px;
  background: #bddeed;
}
.banner img {
/*
  width: 100%;
*/
  border-radius: 10px 0px 0px 10px;
}
.login-main{
  background: #FFFFFF;
  display: inline-block;
  box-sizing: border-box;
  width: 65%;
  margin-left: 15px;
  border-radius: 8px;
  float: right;
}
.login-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #1d45b1;
  margin-top: 10px;
}
.login-content {
  margin: 15px auto;

  width: 80%;

}
.login-content-input {
  height: 50px;
  border: 1px solid #9bb1e2;
  border-radius: 1px;
  margin-top: 30px;
  /*margin-bottom: 12px;*/
  background: #fff;
}
.login-content-input .user {
  display: inline-block;
  box-sizing: border-box;
  margin: 8px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../../img/login_user.png) no-repeat;
  background-size: 81%;
  vertical-align: middle;
}
.login-content-input .pincode {
  display: inline-block;
  box-sizing: border-box;
  margin: 8px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../../img/icon_ca.png) no-repeat;
  background-size: 81%;
  vertical-align: middle;
}
.login-content-input span input {
  border: none;
  height: 48px;
  width: 280px;
  background: #fff;
  color: #000;
}
input::-webkit-input-placeholder{
  color:#333333;
}
.login-content-input .password {
  display: inline-block;
  box-sizing: border-box;
  margin: 8px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../../img/login_password.png) no-repeat;
  background-size: 81%;
  vertical-align: middle;
}
@media screen and (min-width: 1600px){
  .loginLeft-info, .login{transform: scale(1.15) translateY(-43.4%);}
}
@media screen and (min-width: 1900px){
  .loginLeft-info, .login{transform: scale(1.2)  translateY(-41.6%);}
}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset !important; }
.login-bottom{
  position: fixed;
  bottom: 30px;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.login-bottom a{
  color: #fff;
  line-height: 28px;
}
.login-bottom a:hover{
  /*color: #fcb506;*/
  color: #ffb401;
}
