body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font: 14px/1.5 PingFang SC, Microsoft YaHei, Heiti SC, tahoma, arial,
    Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}
* {
  box-sizing: border-box;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
.login-logo {
  width: 130px;
  height: 42px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  position: relative;
  top: -9px;
}
.login-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  left: 0;
  top: 0;
  background-color: rgb(54, 189, 113);
  padding: 98px 0 80px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.login-header {
  height: 98px;
  padding: 37px 95px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  line-height: 37px;
}
.login-title {
  padding-left: 20px;
  line-height: 24px;
  border-left: 2px solid #ddd;
  float: left;
  margin-left: 15px;
}
.login-footer {
  width: 100%;
  height: 80px;
  padding: 32px 20px;
  bottom: 0;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  font-size: 12px;
}
.login-desc {
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 0;
  right: 18.75%;
  padding-right: 350px;
  height: 367px;
  top: 50%;
  margin-top: -183px;
  text-align: center;
}
.login-desc-body {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  padding: 0 24px;
}
.login-desc h1 {
  font-weight: 100;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 3.95px;
  font-size: 78px;
}
.login-desc h4 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2.6px;
}
.login-form {
  width: 350px;
  min-height: 367px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 18.75%;
  margin-top: -183px;
  padding: 24px;
  color: #333;
  box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.2);
}
.login-form-body {
  display: none;
}
.login-form-body.ready {
  display: block;
}
.login-form-field {
  font-size: 18px;
  margin-bottom: 45px;
}
.login-form-item {
  margin-bottom: 24px;
  position: relative;
}
.login-form-item-err {
  position: absolute;
  left: 0;
  top: 100%;
  line-height: 24px;
  text-indent: 0.5em;
  color: #eb645d;
  font-size: 12px;
}
.login-form-btn {
  height: 40px;
  width: 140px;
  border-radius: 4px;
  background-color: #008c3d;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border: none;
  position: absolute;
  right: 0;
}
.login-form-btn:hover {
  background-color: #1a9750;
}
.login-form-btn:active {
  background-color: #007d36;
}
.is-disable {
  background-color: #909399 !important;
}
.login-form-input,
.login-form-submit {
  width: 100%;
  height: 40px;
  border-radius: 4px;
}
.login-form-input {
  padding: 0 40px 0 16px;
  border: 1px solid #f0f0f0;
  outline: none;
  transition: all 0.3s;
}
.login-btn-clear {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  color: #aaa;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  /* background-color: rgba(235,100,93,1); */
  opacity: 0.8;
}
.login-btn-clear:active {
  opacity: 1;
}
.login-form-input.is-err {
  border-color: #eb645d !important;
}
.login-form-input.is-err + .login-btn-clear {
  color: rgba(235, 100, 93, 1);
}
.login-form-input:focus {
  border-color: #008c3d;
}
.login-form-submit {
  background-color: #008c3d;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border: none;
}
.login-form-submit:hover {
  background-color: #1a9750;
}
.login-form-submit:active {
  background-color: #007d36;
}
.login-form-tips {
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1.5;
}
.login-btn-switch {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 24px;
  top: 24px;
  background-size: 100% 100%;
  z-index: 1;
}
.login-btn-switch i {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
}
.login-btn-switch i::before {
  content: "";
}
.login-btn-switch .iconfont:hover {
}
.login-btn-switch .icon-qrcode {
  background-image: url(../images/qrcode.png);
  background-size: 100% 100%;
}
.login-btn-switch .icon-pc {
  background-image: url(../images/pc.png);
  background-size: 100% 100%;
}
.login-btn-switch::after {
  content: "";
  display: block;
  width: 25.4558px;
  height: 51px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  transform: rotate(-45deg) translate(-3px, -24px);
  transform-origin: 0 0;
}
.login-btn-tips {
  border: 1px solid #008c3d;
  white-space: nowrap;
  width: 65px;
  height: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #008c3d;
  position: absolute;
  left: -70px;
  top: 0;
  z-index: 1;
  webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.login-btn-tips::before,
.login-btn-tips::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 5px solid #008c3d;
  border-bottom: none;
  border-right: none;
  position: absolute;
  left: 100%;
  bottom: -1px;
}
.login-btn-tips::after {
  border-left-color: #fff;
  margin-left: -2px;
  margin-bottom: 1px;
}
.login-qrcode {
  width: 160px;
  height: 160px;
  background-color: #f0f0f0;
  margin: 0 auto;
  margin-bottom: 18px;
  border: 1px solid #f0f0f0;
}
.login-qrcode img {
  width: 100%;
  height: 100%;
}
.login-qrcode-tips {
  width: 160px;
  margin: 0 auto;
  font-size: 12px;
  padding-left: 40px;
  position: relative;
}
.login-qrcode-tips p {
  margin-top: 0;
  margin-bottom: 2px;
}
.login-qrcode-tips span {
  color: #999;
  padding: 0 5px;
}
.login-qrcode-tips .iconfont {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #008c3d;
}
.login-iframe-container {
  min-height: 380px;
  margin-top: -10px;
}
.login-iframe-container iframe {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.login-err-msg {
  padding: 8px 16px;
  background-color: #fef0f0;
  color: #f56c6c;
  margin-bottom: 16px;
  border: 1px solid #f7d3d3;
}
.login-warn-msg {
  padding: 8px 16px;
  background-color: #fef0f0;
  color: #e6a23c;
  margin-bottom: 16px;
  border: 1px solid #f7d3d3;
}
@media screen and (max-width: 1480px) {
  .login-desc h1 {
    font-size: 48px;
  }
  .login-desc h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1167px) {
  .login-desc h1 {
    font-size: 36px;
  }
  .login-desc h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .login-header {
    padding: 30px 20px 20px 20px;
    height: auto;
  }
  .login-wrap {
    min-width: 240px;
  }
  .login-desc h1 {
    font-size: 28px;
  }
  .login-desc h4 {
    font-size: 14px;
  }
  .login-form {
    top: 50%;
    margin: -184px 15px 0 15px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .login-wrap {
    background-size: auto 100%;
  }
  .login-form {
    width: auto;
    top: 80px;
    margin: 0 15px 0 15px;
    left: 0;
    right: 0;
  }
  .login-footer {
    height: auto;
    padding: 15px 20px;
  }
  .login-desc {
    display: none;
  }
}

.el-image-viewer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}

.el-image-viewer__canvas {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.el-image-viewer__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}

.el-image-viewer__img {
  width: 70%;
}

@media only screen and (max-width: 768px) {
  .el-image-viewer__img {
    width: 100%;
  }
}

.el-link {
  align-items: center;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #2440b3;
}

.el-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid #2440b3;
}
