  .verify-page {
    padding-bottom: 160px;
    background-color: #fff;
  }
  .code-legend {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .verify-top {
    height: 376px;
    background: url(/static/images/web/verify_banner.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
  }
  .verify-top-content {
    margin: auto;
    text-align: center;
  }
  @media (min-width: 768px) {
    .verify-top-content {
      padding: 0 40px;
    }
  }
  .tips-form li input {
    position: relative;
    z-index: 2;
    padding-top: 12px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 100%;
    height: 48px;
    padding-left: 16px;
    border-radius: 2px;
  }
  .tips-form li .s-tips {
    top: 14px;
    position: absolute;
    z-index: 3;
    color: #999;
    left: 16px;
    max-width: calc(100% - 32px);
    pointer-events: none;
    transition: all .2s ease;
  }
  .tips-form li{
    position: relative;
  }
  
  .tips-form li.focus .s-tips{
    top: 2px;
    z-index:3;
    font-size: 12px;
  }
  .verify-top h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 32px;
    text-transform: uppercase;
  }
  .verify-top-content a {
    display: block;
    color: #fff;
  }
  .verify-top-content a:hover {
    color: #fff;
  }
  .verify-top .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 800px;
  }
  .verify-top .subtitle:last-child {
    margin-bottom: 0;
  }
  .verify-container {
    max-width: 540px;
    margin: 0 auto;
    padding-top: 36px;
    box-sizing: content-box;
    color: #000;
  }
  .verify-container .tips {
    font-size: 16px;
  }
  .security-code .inputgroup {
    margin-top: 8px;
  }
  
  .clear-security {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: none;
    cursor: pointer;
    padding: 10px;
  }
  
  .security-btns {
    position: relative;
  }
  .security-btns {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #121212;
    text-align: center;
    font-size: 16px;
    margin-top: 24px;
    border-radius: 0;
  }
  .security-btns .security-btn {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 500;
  }
  .verify-tutorials {
    padding-top: 80px;
    text-align: center;
  }
  .verify-tutorials .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
  }
  .verify-tutorials .tips {
    /* font-size: 16px; */
    margin: 12px 0 36px;
  }
  .verify-tutorials img {
    width: 100%;
  }
  .dialog b {
    font-weight: 700;
  }
  @media (max-width: 1100px) {
    .verify-top h1 {
      font-size: 32px;
      margin-bottom: 24px;
    }
    .verify-top .subtitle {
      font-size: 14px;
    }
    .verify-page {
      padding-bottom: 80px !important;
    }
  }
  @media (max-width: 767px) {
    .verify-page {
      padding-bottom: 60px !important;
    }
    .verify-top {
        height: 320px;
        background-image: url(/static/images/web/verify_banner_m.jpg);
        padding: 0 16px;
    }
    .verify-top .title {
        font-size: 28px;
    }
    .verify-top .subtitle {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .verify-container {
      padding: 32px 16px 0;
    }
    
    .verify-tutorials {
        padding-top: 48px;
    }
    .verify-tutorials .title {
        font-size: 18px;
    }
    .verify-tutorials .tips {
      font-size: 14px;
      margin: 16px 0 20px;
    }
  }