@charset "utf-8";
.hf-login {
  width: $ewm-width;
  min-height: 300px;
  position: relative;
  text-align: center;
  .title-tip {
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #232323;
  }
  .ewm-wrap {
    margin: 20px auto;
  }
  .ewm-timeout {
    position: absolute;
    width: 210px;
    height: 210px;
    text-align: center;
    left: 50%;
    margin-left: -105px;
    top: 70px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    color: #333;
  }
  .timeout-tip {
    margin-top: 80px;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .ewm-tip {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 25px;
    line-height: 1;
    .ivu-icon{
      color: $theme-color;
      margin-right: 5px;
    }
  }
  .stress {
    color: $theme-color;
    cursor: pointer;
  }
  .icon-scan-ewm {
    width: 24px;
    color: $theme-color;
  }
  .refresh-btn {
    background: $theme-color;
    border-color: $theme-color;
    &:hover {
      background: darken($theme-color, $amount: 10%);
      border-color: darken($theme-color, $amount: 10%);
    }
  }
  .confirm-input-wrap{
    margin-top: 50px;
  }
  .confirm-input-wrap input[type='text']{
    width: 44px!important;
    height: 44px!important;
    line-height: 44px;
  }
  .time-out {
    position: relative;
    width: 300px;
    height: 5px;
    margin: 20px auto;
    background-color: #d2d2d2;
    .time-line {
      position: absolute;
      min-width: 5%;
      height: 100%;
      left: 0px;
      top: 0px;
      background-color: $theme-color;
    }
  }
}