body,
html {
  background: #fff;
}
.login-content {
  display: flex;
  height: 100vh;
}
.login-cnt-l {
  flex: 6;
  position: relative;
  background-image: url(../images/login-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.login-cnt-l .logo-img {
  width: 185px;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 1;
  cursor: pointer;
}
.login-cnt-l .logo-img img {
  width: 100%;
}
.login-cnt-l .logo-img img.orange {
  display: none;
}
.login-cnt-l .login-contact {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}
.login-cnt-l .login-contact .icon-call {
  font-size: 24px;
  margin-right: 4px;
}
.login-cnt-l .login-contact .contact-tel {
  font-size: 16px;
  font-weight: 700;
}
.login-cnt-r {
  flex: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-content .input-info {
  width: 400px;
  padding: 40px;
  background: #fff;
  border-radius: 5px;
}
.input-info .title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.input-info .title .type {
  cursor: pointer;
  margin-right: 32px;
}
.input-info .title .type:last-child {
  margin-right: 0;
}
.input-info .title .type:hover {
  color: #FF5000;
}
.input-info .title .active {
  position: relative;
  color: #FF5000;
  font-weight: bold;
}
.input-info .tel,
.password,
.verify {
  position: relative;
  margin-bottom: 20px;
}
.password {
  display: none;
}
.input-info button {
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  background-color: #ff5000;
  border-radius: 6px;
  cursor: pointer;
}
.input-info button:hover {
  background-color: #d93d00;
}
.input-info button:active {
  background-color: #b32d00;
}
.input-info .entry-type {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.input-info .entry-type a {
  margin-right: 20px;
}
.input-info .entry-type a:last-child {
  margin-right: 0;
}
.input-info .entry-type a:hover {
  color: #f50;
}
.login-footer {
  position: static;
}
.hideDiv {
  display: none;
}
.showDiv {
  display: block;
}
.footer-txt-wrap {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 1;
}
.footer-txt-wrap .footer-txt-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.footer-txt-wrap .footer-txt-block .footer-txt-item {
  margin-right: 20px;
  font-size: 12px;
}
.footer-txt-wrap .footer-txt-block .footer-txt-item:last-child {
  margin-right: 0;
}
.footer-txt-wrap .footer-txt-block a.footer-txt-item {
  color: #fff;
}
.footer-txt-wrap .footer-txt-block a.footer-txt-item:hover {
  color: #ff5000;
}
@media (max-width: 1279px) {
  .login-content {
    background: linear-gradient(120deg, #e3f5ff 7%, #f5f7fa 87%);
  }
  .login-cnt-l {
    position: static;
    background-image: none;
  }
  .login-cnt-l .logo-img {
    top: 36px;
  }
  .login-cnt-l .logo-img img.orange {
    display: block;
  }
  .login-cnt-l .logo-img img.white {
    display: none;
  }
  .login-cnt-l .login-contact {
    color: #ff5000;
    top: 36px;
  }
  .login-cnt-r {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .login-cnt-r .input-info {
    background: #fff;
    border-radius: 12px;
  }
  .footer-txt-wrap {
    bottom: 16px;
    color: #828E99;
  }
  .footer-txt-wrap .footer-txt-block a.footer-txt-item {
    color: #828E99;
  }
  .footer-txt-wrap .footer-txt-block a.footer-txt-item:hover {
    color: #ff5000;
  }
}
