/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/security.css ***!
  \******************************************************************************************************************/
/*--- verify Product ---*/
.inner-title {
    margin-bottom: 3.2rem;
}
.img-box .inner-cons {
    position: initial;
    transform: none;
    padding: 8rem 0;
    width: 100%;
    margin: 0 auto;
}
.img-box .inner-cons a {
    color: #fff;
}

/* .verify-page .img-box {
    height: 29.6rem;
} */
.img-box img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.subtitle {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    text-align: center;
}
.subtitle:last-child {
    margin-bottom: 0;
}
.verify-container {
    /* margin: var(--gap) auto 0;
    padding: 0 var(--gap); */
    box-sizing: content-box;
    display: grid;
    grid-template-columns: repeat(9, var(--column-width));
    grid-template-rows: repeat(4, var(--column-width));
    /* grid-gap: var(--grid-border-line); */
    position: relative;
    grid-column: 2 / 11;
    grid-row: 2 / 6;
    z-index: 2;
}
.verify-container .tips {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}
.security-code .input-box {
    position: absolute;
    bottom: -2px;
    width: calc(100% + var(--input-border-width) * 2);
    left: 50%;
    height: calc(var(--column-width) / 2);
    transform: translateX(-50%);
}
.security-code .tips-form input {
    width: 100%;
    padding-right: 7.2rem;
    text-align: center;
}
.clear-security {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 3.2rem;
    position: absolute;
    top: 50%;
    right: 4rem;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    cursor: pointer;
    color: #A6A6A6;
}
.error-tips {
    position: absolute;
    top: 100%;
}




/* dialog */
.page-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
}
.dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 90%;
    max-width: 480px;
    padding: 32px;
    text-align: center;
    background-color: #F7F7F7;
    border-radius: 8px;
}
.dialog i {
    font-size: 32px;
    margin-bottom: 24px;
    display: block;
}
.dialog i.green {
    color: #059922;
}
.dialog i.red {
    color: #D50000;
}
.dialog i.warning {
    color: #FFAE00;
}
.dialog .title {
    font-size: 16px;
    font-weight: 600;
}
.dialog .title.green {
    color: var(--theme-success);
}
.dialog .title.red {
    color: var(--theme-danger);
}
.dialog .title.warning {
    color: var(--theme-warning);
}
.dialog .description {
    font-size: 14px;
    margin: 16px auto 32px;
}
.dialog .description a {
    text-decoration: underline;
    white-space: nowrap;
}
.dialog .description p {
    margin-bottom: 7px;
}
.dialog .description p:last-child {
    margin-bottom: 0;
}
.dialog .button {
    width: 100px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto;
    background: #121212;
    color: #fff;
}
.dialog .go-store {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    text-decoration-line: underline;
    margin-top: 32px;
}
.verify-page .innerresize-des, .verify-page .security-btns {
    margin-bottom: 4.8rem;
}
.verify-page .arrow-bg:after {
    bottom: initial;
    top: 0;
}
@media (max-width: 828px) {
    .dialog {
        padding: 24px
    }
    .subtitle {
        font-size: 1.3rem;
    }
    .img-box .inner-cons {
        display: flex;
        flex-direction: column;
        gap: 1.6rem;
        padding: 4rem 2.6rem;
        max-width: 100%;
    }
    .inner-title, .subtitle {
        margin-bottom: 0;
    }
    .verify-page .innerresize-des, .verify-page .security-btns {
        margin-bottom: 2.4rem;
    }
    .clear-security {
        width: 2rem;
        height: 2rem;
        font-size: 2rem;
        right: 1.6rem;
    }
    .security-code .tips-form input {
        padding-right: 3.2rem;
    }
}



