/*******定义各种变量*******/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.margin-top {
  margin-top: 35px;
}
.m1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mr {
  margin-right: 10px;
}
.mlt,
.margin-left {
  margin-left: 10px;
}
.body-top {
  margin-top: -2px;
}
.pt {
  padding-top: 10px!important;
}
.mb10,
.margin-bottom {
  margin-bottom: 10px;
}
.mar-top {
  margin-top: 10px;
}
.padding-right {
  padding-right: 10px;
}
.padding-left {
  padding-left: 10px;
}
.border-tp-none {
  border-top: none;
}
/* 通用 */
.min-height {
  min-height: 60px;
}
.self-height {
  height: 10px;
}
.time-span {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.red-color {
  color: #fb051c;
}
.borderNone {
  border: none;
  background: none;
}
* {
  font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  overflow: hidden;
}
.body-bg {
  background: url("../images/bj1.png") no-repeat;
  background-size: cover;
}
.robot {
  background: url("../images/robot.png") no-repeat;
  display: block;
  width: 315px;
  height: 164px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
}
.login {
  width: 100%;
  height: 100%;
}
.login .login-center .content {
  width: 1030px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -250px;
  margin-left: -515px;
  z-index: 999;
}
.login .login-center .contentTwo {
  margin-left: -293.5px;
}
.login-method-2 p {
  font-size: 12px;
  color: #333;
  line-height: 50px;
  height: 50px;
}
.login-method-2 p span {
  color: #fff;
}
.login-form-container {
  float: right;
  width: 458px;
  height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.login-form-container .containerForm {
  width: 458px;
  height: 500px;
  background: #fff;
}
.login-form-container form {
  width: 358px;
  padding-top: 20px;
  box-sizing: content-box;
  margin: 0px auto;
}
.login-form-container .form-item {
  position: relative;
}
.login-form-container .form-input {
  position: relative;
}
.login-form-container .form-input p {
  display: none;
  position: absolute;
  color: #F04134;
  font-size: 12px;
  width: 356px;
  text-align: left;
  left: 0px;
  line-height: 26px;
  z-index: 9;
}
.login-form-container .layui-username,
.login-form-container .layui-password,
.login-form-container .layui-verify,
.login-form-container .layui-verification-code,
.login-form-container .layui-again-password {
  display: inline-block;
  position: absolute;
  color: #B5BBC6;
}
.login-form-container input {
  font-size: 16px;
  background-color: #fff !important;
  width: 358px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #D2D2D2;
  margin-top: 26px;
  text-indent: 60px;
  line-height: 50px;
}
.login-form-container .unifyInput {
  margin-top: 10px !important;
}
.login-form-container input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #999999;
}
.login-form-container .title {
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 0;
}
.login-form-container .title .layui-form-radio {
  display: inline-block;
  width: 175px;
  text-align: center;
  color: #333;
  line-height: 52px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: -2px;
}
.login-form-container .title .layui-form-radio i {
  display: none;
}
.login-form-container .title .layui-form-radio div {
  width: 100%;
  font-size: 18px;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.login-form-container .title .layui-form-radioed i {
  display: none;
}
.login-form-container .title .layui-form-radioed div {
  color: #016FFF;
  font-size: 18px;
  width: 100%;
  text-align: center;
  border-bottom: 3px solid #016FFF;
}
.login-form-container .login-method {
  margin: 0 auto;
}
.login-form-container .linkCode {
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 0;
}
.login-form-container .linkCode a {
  color: #016FFF;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
}
.login-form-container .linkCode a:hover {
  opacity: 1;
}
.login-form-container .layui-username1,
.login-form-container .layui-password1,
.login-form-container .layui-verify1,
.login-form-container .layui-verification-code1,
.login-form-container .layui-again-password1 {
  color: #182C4F;
}
.redBorder {
  border: 1px solid #F04134 !important;
}
.verify {
  width: auto;
}
.verify img {
  position: absolute;
  right: 0px;
  top: 30px;
  width: 137px;
  height: 43px;
}
.form-label {
  font-size: 16px;
  margin-bottom: 0.05rem;
}
.form-label span {
  font-size: 12px;
  color: #aaacb0;
  margin-left: 10px;
}
.link {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.link div {
  float: right;
}
.link a,
.link a:hover {
  color: #016FFF;
  font-size: 14px;
}
.form-submit {
  bottom: 0;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.form-submit button {
  width: 358px !important;
  height: 56px;
  background: #016FFF;
  border-radius: 2px;
  line-height: 56px;
  padding: 0;
  color: #fff;
  margin-top: 26px;
  font-size: 18px;
}
.form-submit button:hover {
  opacity: 1;
  background-color: #2570da;
  box-shadow: 0px 3px 10px rgba(37, 112, 218, 0.63);
}
.form-item-mb {
  margin-bottom: 10px;
}
.forget-password {
  width: 2.6rem;
  bottom: auto;
  right: 0.2rem;
}
.forget-password .change-form {
  display: none;
}
.forget-password .change-form .form-submit {
  text-align: center;
}
.forget-password .change-form .form-submit button {
  width: 0.76rem !important;
  text-align: center;
  margin-top: 0.2rem;
}
.forget-password .change-form p {
  margin-top: 0.2rem;
}
.forget-password .show {
  display: block;
}
.emptyBtn,
.revealBtn {
  position: absolute;
  right: 16px;
  bottom: 9px;
  color: #E1E4E8;
  cursor: pointer;
}
.layui-username,
.layui-password,
.layui-verify {
  bottom: 9px;
  left: 15px;
}
.layui-verification-code {
  width: 0.29rem;
  height: 0.29rem;
  background: url("../images/verificationCode.png") no-repeat;
  background-size: 100% 100%;
  bottom: 0.2rem;
  left: 0.15rem;
}
.layui-again-password {
  width: 0.35rem;
  height: 0.3rem;
  background: url("../images/again.png") no-repeat;
  background-size: 100% 100%;
  bottom: 0.2rem;
  left: 0.15rem;
}
.vert-img {
  margin-left: 0.1rem;
  width: 1.23rem;
  height: 0.42rem;
  border-radius: 0.04rem;
  border: 1px solid #6da9ff;
  position: absolute;
  line-height: 0.4rem;
  text-align: center;
  bottom: 0.2rem;
  right: 0;
}
.vert-img:hover {
  background-color: #2570da;
  color: #fff;
  border: 1px solid #2570da;
}
.layui-btn-disabled:hover {
  background-color: #fff;
  color: #ccc;
  border: 1px solid #6da9ff;
}
.regBottom {
  margin-top: 0.5rem;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
}
.regBottom a {
  font-size: 0.18rem;
  color: #2570da;
}
.login-title {
  display: inline-block;
  width: 480px;
  /*height: 500px;*/
  vertical-align: bottom;
}
.login-title ul li {
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
}
.login-title1 {
  font-weight: bold;
  color: #333333;
  font-size: 30px;
}
.czyLogo {
  width: 140px;
  height: 42px;
}
.CZYLogo {
  width: 140px;
  height: 42px;
}
.hnayLogo {
  width: 140px;
  height: 42px;
}
.HNAYLogo {
  width: 140px;
  height: 42px;
}
.lncyLogo {
  width: 480px;
  height: 100px;
}
.LNCYLogo {
  width: 480px;
  height: 100px;
}
.nbqwLogo {
  width: 480px;
}
.NBQWLogo {
  width: 480px;
}
.forgetThePassword {
  text-align: right;
}
.forgetThePassword a,
.forgetThePassword a:hover {
  font-size: 0.16rem;
  color: #333333;
}
.errorContent,
.serverError,
.upgrade {
  display: inline-block;
  width: 717px;
  height: 535px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -356.5px;
  margin-top: -267.5px;
  text-align: center;
}
.errorContent div,
.serverError div,
.upgrade div {
  display: inline-block;
  width: 717px;
  height: 489px;
}
.errorContent div {
  background: url("../images/error.png") no-repeat;
}
.serverError div {
  background: url("../images/serverError.png") no-repeat;
}
.upgrade div {
  background: url("../images/upgrade.png") no-repeat;
}
.errorContent span,
.serverError span,
.upgrade span {
  font-size: 32px;
  color: #666;
}
/*@media only screen and (max-width: 1400px) {*/
/*  .login .login-center .content {*/
/*    width: 1021px;*/
/*    height: 434px;*/
/*    margin-top: -217px;*/
/*    margin-left: -510.5px;*/
/*  }*/
/*  .login-title {*/
/*    width: 468px;*/
/*    height: 82.5px;*/
/*    margin: 175.7px 102.5px 175.7px 0;*/
/*  }*/
/*  .login-title1 {*/
/*    width: 274px;*/
/*    height: 82px;*/
/*    margin: 175.7px 102.5px 175.7px 190px;*/
/*  }*/
/*  .login-form-container {*/
/*    width: 440px;*/
/*    height: 430px;*/
/*    padding: 10px;*/
/*  }*/
/*  .login-form-container .containerForm {*/
/*    width: 420px;*/
/*    height: 410px;*/
/*  }*/
/*  .login-form-container .hi {*/
/*    padding: 30px 0 15px;*/
/*  }*/
/*  .login-form-container .welcome {*/
/*    margin-bottom: 0px;*/
/*  }*/
/*  .login-form-container form {*/
/*    width: 250px;*/
/*  }*/
/*  .login-form-container form .title .layui-form-radio,*/
/*  .login-form-container form .title .layui-form-radioed {*/
/*    width: 125px;*/
/*  }*/
/*  .login-form-container form .title .layui-form-radio div,*/
/*  .login-form-container form .title .layui-form-radioed div {*/
/*    font-size: 16px;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*  }*/
/*  .login-form-container form .login-method {*/
/*    width: 250px;*/
/*  }*/
/*  .login-form-container input {*/
/*    width: 250px;*/
/*    line-height: 38px;*/
/*    height: 38px;*/
/*    margin-top: 17px;*/
/*  }*/
/*  .login-form-container .linkCode {*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    right: 12px;*/
/*  }*/
/*  .login-form-container .linkCode a {*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*  }*/
/*  .layui-username,*/
/*  .layui-password,*/
/*  .layui-verify {*/
/*    width: 13px;*/
/*    height: 14px;*/
/*    bottom: 12px;*/
/*    left: 12px;*/
/*  }*/
/*  .form-submit button {*/
/*    width: 249px !important;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    border-radius: 4px;*/
/*    margin-top: 18px;*/
/*  }*/
/*  .link {*/
/*    margin-top: 20px;*/
/*    margin-bottom: 7px;*/
/*  }*/
/*  .verify img {*/
/*    right: 0.2rem;*/
/*  }*/
/*}*/
