html, body {
  height: 100%; }

body {
  background: url("https://xst-public.oss-cn-shenzhen.aliyuncs.com/_static/login-bg.png") no-repeat;
  background-size: 100% 100%; }

.login-container {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 100%; }

.bg {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 32px;
  box-sizing: border-box; }
  .bg .top {
    width: 252px;
    height: 28px;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 28px; }
    .bg .top li:nth-child(1) {
      width: 60px;
      height: 18px; }
    .bg .top li:nth-child(2) {
      height: 28px;
      width: 4px;
      background-color: #fff;
      margin-top: 5px;
      margin-left: 54px; }
    .bg .top li:nth-child(3) {
      margin-top: 5px; }
  .bg .logo {
    height: 48px;
    margin: 0 auto;
    display: block; }
  .bg .word {
    width: 164px;
    height: 19px;
    font-size: 20px;
    font-weight: 300;
    color: white;
    line-height: 31px;
    margin: 0 auto;
    text-align: center; }
  .bg .form {
    width: 400px;
    margin: 30px auto 0;
    background: #fff;
    border-radius: 6px;
    overflow: hidden; }
    .bg .form .tip {
      font-size: 14px !important;
      text-align: center; }
    .bg .form input {
      width: 336px;
      height: 42px;
      margin: 0 32px 20px;
      border-radius: 4px;
      outline: none;
      text-indent: 14px;
      border: 1px solid #D2D2D2;
      box-sizing: border-box;
      padding: 7px 0; }
    .bg .form button {
      width: 336px;
      height: 42px;
      margin: 0 32px 0;
      background-color: #e74b3b;
      text-align: center;
      line-height: 42px;
      font-size: 16px;
      font-weight: 400;
      color: white;
      border: 0;
      border-radius: 2px;
      outline: none; }
      .bg .form button.loading {
        background-color: #ed7568; }
    .bg .form button:hover {
      cursor: pointer; }
    .bg .form .title {
      width: 264px;
      height: 96px;
      display: flex;
      justify-content: space-around;
      margin: 16px auto; }
      .bg .form .title li {
        height: 96px;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        line-height: 96px;
        text-align: center;
        letter-spacing: 7px; }
      .bg .form .title .selected {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        line-height: 98px;
        width: 140px;
        height: 70px;
        border-bottom: 2px solid #e74b3b;
        text-align: center; }
    .bg .form .title:hover {
      cursor: pointer; }
    .bg .form .err-message {
      height: 20px;
      margin-top: -20px;
      margin-left: 33px;
      overflow: hidden;
      color: #e74b3b; }
    .bg .form .password {
      display: block; }
    .bg .form .phone .verifi {
      width: 336px;
      margin: 0 auto 20px;
      display: flex;
      justify-content: space-between;
      border: 1px solid #D2D2D2;
      border-radius: 4px;
      box-sizing: border-box;
      overflow: hidden; }
      .bg .form .phone .verifi input {
        width: 236px;
        height: 40px;
        padding: 7px 0;
        box-sizing: border-box;
        margin: 0;
        border: 0; }
      .bg .form .phone .verifi .verification {
        width: 100px;
        height: 40px;
        text-align: center;
        line-height: 42px;
        background-color: #E74B3B;
        color: #fff;
        cursor: pointer; }
        .bg .form .phone .verifi .verification.tick {
          background: #F1F1F1;
          color: #999999; }
    .bg .form div:nth-child(5) {
      position: relative;
      width: 336px;
      height: 36px;
      margin: 0 32px;
      font-size: 14px;
      font-weight: 400;
      color: #fd0006; }
      .bg .form div:nth-child(5) .forget {
        color: #F6F6F6;
        position: absolute;
        bottom: 0;
        right: 0; }
    .bg .form div:nth-child(6) {
      width: 112px;
      height: 16px;
      font-size: 16px;
      font-weight: 400;
      color: #999999;
      line-height: 31px;
      margin: 22px 144px 0px; }
    .bg .form div:nth-child(7) {
      width: 100px;
      height: 42px;
      margin: 20px auto 0;
      display: flex;
      justify-content: space-between; }
      .bg .form div:nth-child(7) img {
        width: 42px;
        height: 42px; }
    .bg .form div:nth-child(8) {
      width: 400px;
      height: 50px;
      font-size: 16px;
      font-weight: 400;
      color: #333333;
      line-height: 50px;
      text-align: center;
      margin-top: 24px;
      background-color: #eeeeee;
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px; }
  .bg .words {
    height: 18px;
    font-size: 16px;
    font-weight: 300;
    color: white;
    line-height: 18px;
    margin-top: 42px;
    text-align: center; }

.auth-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 16px 24px; }
  .auth-header .logo-link {
    display: inline-block; }
    .auth-header .logo-link img {
      height: 42px; }
  .auth-header .auth-text {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    padding-left: 24px;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    margin-left: 24px; }
