/* foot样式覆盖 */
#foot,
.copyright {
  background: none;
}
#foot .foot_link dl dd span {
  color: #788a8e;
  font-size: 14px;
}
#foot .foot_link dl dd a {
  font-size: 12px;
  color: #b7c0c2;
}
#foot .foot_right p {
  color: #9fabad;
}
#back-to-top {
  display: none;
}
/* foot样式覆盖 end */
body,
html {
  /* height: 100%; */
  background-image: url('../../common/img/img_login_bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  min-width: 1220px;
}
.login_wrap {
  height: 650px;
  position: relative;
}
#resetPassword.login_wrap {
  height: 450px;
}
.login_box_new {
  width: 320px;
  /* height: 280px; */
  background: #fff;
  position: absolute;
  /* top: 100px; */
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -210px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 4px #eee;
  padding: 50px;
}

.login-point {
  width: 440px;
  font-size: 12px;
  color: #666666;
  position: absolute;
  left: 50%;
  margin-left: -210px;
}

#register .login_box_new {
  margin-top: -220px;
}
#resetPassword .login_box_new {
  margin-top: -128px;
}
.login_box_new .el-form {
  margin-top: 10px;
}
#adminLogin .el-form {
  margin-top: 60px;
}
.login_box_new .el-input__inner {
  height: 40px !important;
  line-height: 40px !important;
  background: #f3f5f6 !important;
  border: none;
}
.rememberpw {
  padding-top: 2px;
}
.rememberpw .el-checkbox {
  margin-right: 0;
}
.loginBtn {
  margin-top: 24px;
  text-align: center;
  line-height: 40px;
  background: #cf2c18;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.login_box_new .logo1 {
  position: absolute;
  width: 100px;
  height: 100px;
  /*background: #cf2c18;*/
  border-radius: 50%;
  top: -28px;
  box-shadow: 0px 8px 20px -9px #666;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.login_box_new .logo2 {
  position: absolute;
  left: 152px;
  top: 15px;
/*  width: 160px;
  height: 40px;*/
}
.login_box_new .el-tabs__nav-wrap::after {
  background: #fff;
}
.login_box_new .el-tabs {
  width: 120px;
  margin: 0 auto;
  margin-top: 40px;
}
.login_box_new .el-tabs__item {
  height: 32px;
  line-height: 30px;
  font-size: 18px;
  color: #666 !important;
}
.login_box_new .el-tabs__item.is-active {
  font-weight: bold;
}
.registerBtn {
  margin: 20px 0;
  color: #666;
}
.registerBtn span {
  color: #cf2c18;
  cursor: pointer;
}
.wxlogin img {
  margin-left: 80px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.wxlogin span {
  line-height: 50px;
  color: #999;
  cursor: pointer;
}
.wxlogin span:hover {
  color: #c7c7c7;
}
.fpassword {
  cursor: pointer;
  color: #666;
  float: right;
  text-decoration: underline;
}
.wxlogin {
  padding-top: 10px;
}
/* 注册 */
.registerTitle {
  font-size: 28px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  top: -10px;
}
.rememberpw .notes {
  color: #cf2c18;
  cursor: pointer;
}
.login_box_new .el-input-group--append .el-input__inner {
  border-radius: 4px 0 0 4px !important;
}
.login_box_new .el-input-group--append .el-input-group__append {
  background: #f3f5f6;
  border: none;
  cursor: pointer;
  color: #cf2c18;
}
.login_box_new .el-form-item__error {
  left: 2px;
}
.login_box_new .el-input-group--append .el-input-group__append .sendCodeTimer {
  color: #c1c1c1;
  cursor: not-allowed;
}
.codeImg {
  position: absolute;
  right: 38px;
  top: 0;
  height: 40px;
  width: 84px;
}
.refreshBtn {
  width: 38px;
  height: 40px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #f3f5f6;
}
.refreshBtn i {
  font-size: 20px;
  margin: 10px 0 0 9px;
  cursor: pointer;
}
