.w1400 {
  width: 1400px;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
.border-top {
  border-top: 1px solid #d9d9d9;
}
.noBorBottom {
  border-bottom: 0;
}
body {
  color: #333;
  font-family: "Microsoft YaHei", "微软雅黑", "PingFangSC-Medium";
  font-size: 14px;
  background: #e5eaf3;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
input {
  outline: none;
  border: none;
}
/*遮罩层显示时body的样式*/
.notScroll {
  overflow: hidden;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #9f0b12;
}
.login {
  height: calc(100vh);
  background: url("../img/new/login-bg.jpg") no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.box {
  position: absolute;
  width: 1150px;
  height: 640px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f6f6f6;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
}
.box .title {
  position: absolute;
  width: 240px;
  height: 45px;
  line-height: 42px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  right: 150px;
  top: -14px;
  background: url("../img/new/titleBg.png") no-repeat;
  text-align: center;
}
.box .leftBox {
  float: left;
  width: 600px;
  border-right: 1px dashed #e8e8e8;
}
.box .leftBox .imgShow {
  margin-top: 30px;
}
.box .rightBox {
  position: relative;
  float: right;
  width: 460px;
  text-align: center;
}
.box .rightBox h3 {
  margin-top: 20px;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 2px;
}
.box .rightBox .form {
  width: 380px;
  margin: 40px auto 20px;
}
.box .rightBox .form .formWraper {
  position: relative;
}
.box .rightBox .form .formWraper .formItem2 {
  float: left;
  width: 180px;
}
.box .rightBox .form .formWraper .yzmImg {
  float: right;
  width: 110px;
  height: 45px;
  border-radius: 4px;
  cursor: pointer;
  display: none;
}
.box .rightBox .form .formItem {
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  background: #fff;
  padding-left: 75px;
  background-repeat: no-repeat;
  background-position: 30px center;
  background-image: url(../../newRes/img/new/username.png);
  margin-bottom: 30px;
}
.box .rightBox .form .formItem:nth-child(2) {
  background-image: url(../../newRes/img/new/psw.png);
}
.box .rightBox .form .formItem input {
  width: 290px;
  line-height: 45px;
  background: none;
}
.box .rightBox .form .lg-btn {
  height: 45px;
  line-height: 45px;
  background: #9f0b12;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  display: none;
}
.box .rightBox .form .lg-btn:hover {
  background: rgba(159, 11, 18, 0.8);
}
.box .rightBox .form .lg-btn.gray-btn {
  background: #b3b3b3;
  display: block;
}
.box .rightBox .form .findPsw {
  display: block;
  font-size: 14px;
  color: #999;
  text-align: right;
  margin-top: 8px;
}
.box .rightBox .form .findPsw:hover {
  color: #9f0b12;
}
.box .rightBox .tipMessage {
  padding: 20px 0 0 10px;
  text-align: left;
}
.box .rightBox .tipMessage .tipTitle {
  color: #9f0b12;
}
.box .rightBox .tipMessage .tipCont p {
  line-height: 25px;
}
.box .rightBox .tipMessage .tipCont p strong {
  color: #9f0b12;
  font-weight: normal;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 16px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b3b3b3;
  font-size: 16px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b3b3b3;
  font-size: 16px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 16px;
}
.validate {
  position: absolute;
  right: -20px;
  top: 5px;
  font-size: 22px;
  display: none;
}
.vRight {
  color: green;
}
.vError {
  color: red;
}
.copy {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.copy a {
  color: #fff;
  margin-right: 20px;
}
