 h2 {
    font-weight: 500 !important;
 }
 .verify-box {
    height: 800px;
    background: url(/static/images/web/verify_banner.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 120px;
 } 
 .elfbar-iframe {
    height: 800px;
 }
 .inner-title {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
 }
 .verify-content {
    max-width: 620px;
    margin: 0 auto;
 }
 .verify-description {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
 }
 .input-box {
    position: relative;
    float: left;
    width: calc(100% - 136px);
 }
 .input-box input {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #707070;
    border-right: 0;
    font-size: 16px;
    padding-left: 20px;
 }
 .security-btn {
    width: 136px;
    height: 52px;
    float: left;
    position: relative;
 }
 .security-btn .btn {
    height: 100%;
    line-height: 52px;
    border-radius: 0 6px 6px 0;
    width: 100%;
    font-size: 16px;
    color: #fff;
 }
 .clear-security {
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    display: none;
    cursor: pointer;
    padding: 10px;
  }
  .verify-guidance {
    max-width: 1200px;
    margin: 120px auto 0;
    box-sizing: content-box;
  }
  .verify-guidance h2 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 60px;
  }
  .verify-guidance .video-box {
    position: relative;
  }
  .verify-guidance video {
    width: 100%;
    border-radius: 10px;
    display: block;
  }
  .verify-guidance .video-box:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(123,133,162,0.04);
    border-radius: 10px;
  }
 .technology {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 0 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: content-box;
 }
 .technology .row-left {
    padding-right: 80px;
    max-width: 580px;
 }
 .technology .row-left h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 24px;
 }
 .technology .row-left .description {
    font-size: 16px;
 }
 .technology .row-right video {
    width: 100%;
    border-radius: 10px;
 }
 .security-page-bottom {
    background-color: #F7F7F7;
    padding: 120px 0 144px;
 }
 .warm-reminder,
 .warnings {
    max-width: 976px;
    margin: 0 auto;
    text-align: center;
 }
 .warm-reminder h2 {
    font-size: 44px;
 }
 .warm-reminder .description {
    font-size: 16px;
    margin: 24px 0 60px;
 }
 .warm-reminder .description a {
    display: inline-block;
    color: #5A74FF;
    text-decoration: underline;
 }
 .warm-reminder ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
 }
 .warm-reminder li {
    max-width: 312px;
 }
 .warm-reminder li img {
    width: 100%;
 }
 .warm-reminder li p {
    font-size: 16px;
    margin-top: 16px;
 }
 .warnings {
    margin-top: 120px;
    border-radius: 16px;
    border: 10px solid #000000;
    padding: 110px;
    background-color: #fff;
 }
 .warnings h2 {
    font-size: 38px;
    margin-bottom: 24px;
 }
 .warnings p {
    font-size: 16px;
    margin-bottom: 16px;
 }
 .warnings a {
    color: #5A74FF;
    text-decoration: underline;
    display: inline-block;
 }
 .is-loading {
    height: 100%;
    line-height: 52px;
    border-radius: 0 6px 6px 0;
 }
 .page-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  .dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 720px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
  }
  .dialog-content {
    padding: 56px 48px;
    font-size: 16px;
  }
  .dialog-content.success {
    color: #36B800;
  }
  .dialog-content.warning{
    color: #FFAA00;
  }
  .dialog-content.error {
    color: #D50000;
  }
  .dialog .title {
    padding: 0 12px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.29;
    margin: 48px 0 16px;
  }
  .dialog .product-info {
    margin-bottom: 16px;
  }
  .dialog-content i {
    font-size: 64px;
  }
  .dialog-content .description {
    color: #000;
  }
  .dialog-content .description a {
    color: #000;
    text-decoration: underline;
  }
  .dialog-footer {
    background-color: #F7F7F7;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
  }
  .dialog-footer button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
  }
  @media (max-width: 1200px) {
    .verify-box {
        height: 600px;
        padding-top: 90px;
    }
    .elfbar-iframe {
        height: 600px;
     }
    .inner-title {
        font-size: 36px;
    }
    .verify-description {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .input-box input,
    .security-btn .btn,
    .security-btn,
    .is-loading {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
    .security-btn {
        width: 102px;
    }
    .input-box {
        width: calc(100% - 102px);
    }
    .verify-content {
        max-width: 464px;
    }
    .verify-guidance {
        margin-top: 90px;
    }
    .verify-guidance h2 {
        font-size: 33px;
        margin-bottom: 44px;
    }
    .technology {
        padding: 72px 0 90px;
        max-width: 900px;
    }
    .technology .row-left {
        max-width: 435px;
        padding-right: 60px;
    }
    .technology .row-left h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .technology .row-left .description {
        font-size: 14px;
        line-height: 1.4;
    }
    .security-page-bottom {
        padding: 90px 0;
    }
    .warm-reminder li p {
        font-size: 14px;
        margin-top: 12px;
        line-height: 1.4;
    }
    .warm-reminder h2 {
        font-size: 33px;
    }
    .warm-reminder .description {
        font-size: 14px;
        line-height: 20px;
        margin: 18px 0 44px;
    }
    .warm-reminder .description a {
        display: inline-block;
    }
    .warm-reminder, .warnings {
        max-width: 732px;
    }
    .warm-reminder li {
        max-width: 234px;
    }
    .warnings {
        margin-top: 90px;
        padding: 90px;
    }
    .warnings h2 {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 18px;
    }
    .warnings p {
        font-size: 14px;
        margin-bottom: 10px;
    }
  }
  @media (max-width: 767px) {
    .verify-box {
        height: 520px;
        padding-top: 60px;
        background-image: url(/static/images/web/verify_banner_m.jpg?v=123);
    }
    .elfbar-iframe {
        height: 520px;
     }
    .inner-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    .verify-description {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .input-box {
        width: 100%;
    }
    .input-box input {
        border-radius: 6px;
        padding-left: 16px;
    }
    .security-btn {
        width: 100%;
        margin-top: 16px;
    }
    .security-btn .btn,
    .is-loading {
        border-radius: 6px;
    }
    .input-box input,
    .security-btn .btn,
    .security-btn,
    .is-loading {
        height: 40px;
        line-height: 40px;
    }
    .input-box input {
        border: 1px solid #707070;
    }
    .verify-guidance {
        margin-top: 60px;
    }
    .verify-guidance h2 {
        font-size: 22px;
        margin-bottom: 28px;
        line-height: 26px;
    }
    .technology {
        padding: 48px 0 60px;
        display: block;
        text-align: center;
    }
    .technology .row-left {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }
    .technology .row-left h2 {
        font-size: 18px;
        line-height: 1.3;
    }
    .security-page-bottom {
        padding: 60px 0;
    }
    .warm-reminder li p {
        margin-top: 8px;
    }
    .warm-reminder h2 {
        font-size: 22px;
    }
    .warm-reminder .description {
        margin: 16px 0 32px;
    }
    .warm-reminder li img {
        width: 156px;
    }
    .warm-reminder li {
        padding-right: 10px;
    }
    .counterfeit-images {
        overflow-x: auto;
        margin-right: -20px;
    }
    .warnings {
        margin-top: 60px;
        padding: 40px 20px;
        border: 5px solid #000000;
        border-radius: 12px;
    }
    .warnings h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .warnings p {
        margin-bottom: 8px;
    }
    .dialog-content {
        padding: 28px 20px 32px;
        font-size: 14px;
    }
    .dialog-content i {
        font-size: 32px;
    }
    .dialog .title {
        margin: 24px 0 12px;
        padding: 0;
        font-size: 18px;
    }
    .dialog .product-info {
        margin-bottom: 12px;
    }
    .dialog-footer {
        padding: 16px 0;
    }
    .dialog-footer button {
        width: 96px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        border-radius: 5px;
    }
  }
  
  
  

  





  
  
 
 
