.login-banner {
    width: 100%;
    min-width: 1200px;
    height: 500px;
  }
  
  .login-banner img {
    width: 100%;
    height: 100%;
  }
  
  .login-container {
    padding: 60px 0;
  }
  
  .login-content {
    box-sizing: border-box;
    width: 1440px;
    min-width: 1440px;
    height: 800px;
    padding: 60px;
    margin: 0 auto;
    background: linear-gradient(45deg, #ffc085, #ffa651);
  }
  
  .login-content-bg {
    display: flex;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .login-left,
  .login-table {
    width: 50%;
  }
  
  .login-left img {
    width: 100%;
    height: 100%;
  }
  
  .login-table {
      box-sizing: border-box;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 120px;
    padding-right: 100px;
  }

  .login-table form {
      display: none;
  }
  
  .login-type {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    color:#666673;
  }
  
  .login-type li {
    cursor: pointer;
    font-size: 24px;
    line-height: 40px;
    margin-right: 80px;
  }
  
  .login-on {
    font-size: 30px !important;
    color: #ffa651;
  }
  
  .login-on::after {
    display: block;
    content: "";
    width: 100%;
    border-bottom: 5px solid #ffa651;
  }

  .login-table form {
      width: 100%;
  }

  .form-content {
      margin-bottom: 20px;
  }
  
  .form-content li {
    display: block !important;
    position: relative;
    margin-bottom: 10px;
    width: 300px;
    border-bottom: 1px solid #ccc;
  }

  .log-in .form-content li {
    margin-top: 30px;
  }

  .form-content li img {
      width: 20px;
      height: 20px;
      margin-right: 10px;
  }

  .form-content input {
      width: 250px;
      font-size: 14px;
      line-height: 38px;
      border: none;
      outline: none;
  }

  .form-content li button {
      float: right;
      border: none;
      outline: none;
      background-color: #ffa651;
      color: #ffffff;
      font-size: 14px;
      line-height: 35px;
      width: 100px;
      border-radius: 15px;
  }


  .verification-code {
    float: right;
    width: 100px !important;
    height: 38px !important;
    margin: 0 !important;
  }

  .verification-in {
      width: 160px !important;
  }

  .change {
      font-size: 15px;
      position: absolute;
      right: -100px;
      top: 0;
      color: #3C94FF;
      line-height: 38px;
  }

  .change:hover {
    text-decoration: underline;
  }

  .clause {
      font-size: 14px;
      line-height: 20px;
      color:#7a7a88;
      margin-bottom: 20px;
  }

  .ligin-go {
      width: 200px;
      margin-left: 80px;
      font-size: 14px;
      line-height: 40px;
      background-color: #ffa651;
      border-radius: 5px;
      text-align: center;
      color: #FFFFFF;
      border: none;
      outline: none;
  }

  .remember {
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .remember input {
    position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
  }

  .remember a {
    color: #ffa651;
  }

  .remember a:hover {
    text-decoration: underline;
  }