
body {
    margin: 0;
}

.login-container {
    width: 100%;
    height: 100vh;
    background: url("../img/login-back.png") center;
    background-size: cover;
}
.login-banner {
    width: 940px;
    height: 600px;
    background: url("../img/login-banner.png") center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
  }

  .login-left, .login-right {
    width: 50%;
  }

  .login-left {
    color: #fff;
    position: relative;
  }
  .code {
    position: absolute;
    bottom: 42px;
    left: 86px;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
  }
  .code > img {
      width: 170px;
  }

  .code > p {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin: 0;
  }
  .login-icon {
    position: absolute;
    top: 34px;
    left: 12%;
    font-size: 14px;
  }

  .icon > span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    font-size: 42px;
    color: #0893FD;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}

.icon > .chou {
    margin: 0 -14px;
  }

  .login-hint {
    position: absolute;
    top: 34%;
    left: 14%;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .hint-bottom {
    padding-left: 68px;
  }

  .login-right {
    padding: 100px 80px 0 120px;
  }

  .title {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 28px;
  }
  .title > p {
    margin:0;
    line-height:26px;
    /*margin: 0 0 -11px 0;*/
  }

  .title > .line {
    display: inline-block;
    width: 68px;
    height: 2px;
    background: #0893FD;
  }

  .input-box {
    border: 1px solid #C0C4CC;
    border-radius: 4px;
    display: flex;
    width: 270px;
    height: 40px;
    margin: 0 auto 16px;
  }

  .input-box > .icon {
    background: #EAEAEA;
    width: 36px;
    line-height: 42px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    padding:10px 0;
  }

  .input-box > input {
    width: 210px;
    outline: 0;
    border: 0;
    padding-left: 10px;
  }

  .code-wrapper {
    width: 270px;
    height: 40px;
    margin: 0 auto 16px;
    display: flex;
  }
  .code-wrapper > .input-code {
    border: 1px solid #C0C4CC;
    border-radius: 4px;
    margin-right: 10px;
    padding-left: 10px;
    outline: 0;
    width: 46%;
  }

  .yanzheng > img {
      width: 124px;
      height: 40px;
  }

  .bottom-wrapper {
      width: 270px;
      margin: 0 auto;
  }
  .submit-btn {
    width: 100%;
    height: 40px;
    background: #1890FF;
    color: #fff;
    border-radius: 4px;
    outline: 0;
    border: 0;
  }

  .bottom-tips {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 36px;
    color: #687F92;
  }
  .bottom-tips > a {
      text-decoration: none;
      color: #687F92;
  }
  .bottom-tips > a:hover {
    text-decoration: underline;
    color: #687F92;
}