.main-content {
    padding-bottom: 128px;
}

.verify-top {
    height: 300px;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
}

.verify-top-content {
    margin: auto;
    text-align: center;
}

.verify-top-content a {
    text-decoration: underline;
}

.verify-top-content a:hover {
    color: #333;
}

.verify-container {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 72px;

}

.verify-container .tips {
    font-size: 16px;
    text-align: center;
}

.verify-top .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
}

.verify-top .subtitle {
    font-size: 18px;
    margin-bottom: 16px;
    max-width: 720px;
}

.verify-top .subtitle:last-child {
    margin-bottom: 0;
}


.clear-security {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 3;
    display: none;
    cursor: pointer;
    padding: 10px;
}

.innerresize-l {
    margin-top: 32px;
}

.security-btns {
    background: #983BF2;
    color: #fff;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    max-width: 220px;
    display: flex;
    margin: 48px auto 0;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    position: relative;
    z-index: 4;
    cursor: pointer;
}

.security-btns .security-btn {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff !important;
    text-align: center;
    line-height: 48px;
}

.security-btns:hover {
    background: #8128D8;
}

.is-loading {
    background: transparent;
}

.verify-tutorials {
    padding-top: 110px;
    text-align: center;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
    -webkit-text-fill-color: #fff !important;
}

.verify-tutorials .title {
    font-size: 24px;
    font-weight: bold;
}

.verify-tutorials .tips {
    font-size: 16px;
    margin: 16px 0 26px;
}

.verify-tutorials img {
    width: 100%;
}

@media (max-width: 767px) {
    .main-content {
        padding-bottom: 48px;
    }

    .verify-top {
        height: auto;
        padding: 24px 20px;
    }

    .verify-top .title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .verify-top .subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .verify-container {
        padding: 30px 20px 0;
    }

    .innerresize-l {
        margin-top: 24px;
    }

    .verify-tutorials {
        padding-top: 64px;
    }

    .verify-tutorials .title {
        font-size: 20px;
    }
}

@media (max-width:1024px) {

    .arrow-left,
    .arrow-right {
        display: none !important;
    }
}

.innerresize-l ul {
    width: 100%;
}

.innerresize-l ul li {
    margin-bottom: 16px;
    position: relative;
}

.innerresize-l ul li:last-child {
    margin: 0
}

.inputgroup {
    position: relative;
}

/* .inputgroup:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: #fff;
    z-index: 0;
} */

.innerresize-l ul input {
    position: relative;
    background: black;
    z-index: 2;
    width: 100%;
    height: 48px;
    border: 1px solid #666;
    border-radius: 24px;
    padding-left: 16px;
}

.innerresize-l ul select {
    -webkit-appearance: none;
    padding-left: 16px;
    border: 1px solid #e5e5e5;
    position: relative;
    background: transparent;
    z-index: 2;
    width: 100%;
    height: 48px;
    border-radius: 2px;
}

input.error-tips,
select.error-tips,
textarea.error-tips {
    border: 1px solid #c92828 !important;
    margin-top: 0;
}


.innerresize-l ul textarea {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 96px;
    line-height: 24px;
    border-radius: 2px;
    padding-left: 16px;
    resize: vertical;
    background: transparent;
}

.innerresize-l .searchable-select-holder {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 2px;
    color: #757575;
    padding: 0 0 0 16px;
    box-shadow: none;
}

.innerresize-l .searchable-select-dropdown {
    top: 47px;
    padding: 8px;
    border: 1px solid #e5e5e5;
}

.searchable-select .icon-arrow-down {
    position: absolute;
    right: 18px;
    top: 18px;
    color: #757575;
}

.innerresize-l .searchable-select-input {
    height: 36px;
    line-height: 36px;
}

.innerresize-l .searchable-select-item {
    padding: 8px;
    transition: none;
}


.innerresize-l .inline-btngroup .inputgroup {
    width: 100%;
}

.innerresize-l .inline-btngroup input {
    width: 100%;
    background-color: #000;
}

.tips-form li {
    position: relative;
}

.tips-form li .s-tips {
    top: 12px;
    /* position: absolute; */
    z-index: 1;
    color: #999;
    left: 16px;
    font-size: 16px;
}

.tips-form li.focus input {
    /* top: 2px;
    z-index: 3;
    font-size: 12px; */
    border: 1px solid #aaa;
    color: #fff;
}

.tips-form .icon-arrow-down {
    position: absolute;
    right: 12px;
    top: 16px;
    color: #ccc;
    z-index: 2;
}


.tips-form li input,
.tips-form li select,
.tips-form li textarea {
    -webkit-appearance: none;
    height: 48px;
    width: 100%;
    background: transparent;
    color: #999;
    border: 1px solid #666;
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
}


@media (max-width:767px) {

    .innerresize-l {
        border-right: 0;
    }

    .innerresize-l ul {
        width: 100%;
    }

    .innerresize-l .inline-btngroup .inputgroup {
        float: none;
    }

    .innerresize-l .inline-btngroup .inputgroup {
        width: 100%;
    }
}

@media (max-width:420px) {
    .innerresize-l .inline-btngroup .inputgroup {
        width: 100%;
    }

    .innerresize-l .inline-btngroup input {
        border: 1px solid #ccc;
    }
}


/* 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: #fff;
    border-radius: 8px;
}

.dialog i {
    font-size: 36px;
    margin-bottom: 20px;
    display: block;
}

.dialog i.green {
    color: #008811;
}

.dialog i.red {
    color: #D50000;
}

.dialog .title {
    font-size: 18px;
    font-weight: bold;
}

.dialog .title.green {
    color: #008811;
}

.dialog .title.red {
    color: #D50000;
}

.dialog .description {
    font-size: 16px;
    margin: 16px auto 32px;
    color: #000;
}

.dialog .description a {
    text-decoration: underline;
}

.dialog .button {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 24px;
    background: transparent;
    border: 1px solid #ccc;
    color: #333;
}

@media (max-width: 767px) {
    .dialog {
        padding: 24px
    }

    .dialog .title {
        font-size: 16px;
    }

    .dialog .description {
        font-size: 15px;
        margin-bottom: 24px;
    }
}