:root {
    --width: 8.3334vw;
    --height: 7.4479vw;
    --light-color: #ffffff;
    --green-color: #00FFCC;
    --yellow-color: #FFFF00;
    --purple-color: #6D37FF;
}
::placeholder {
    color: #6B6B6B;
    font-weight: 400;
}
input:-ms-input-placeholder {
    color: #6B6B6B;
    font-weight: 400;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    border-bottom: none;
    font-size: 1.45833vw;
}
label.error-tips {
    position: absolute;
    left: 2.60417vw;
    bottom: 0.52083vw;
    color: #FB0404;
    font-size: 1.0416vw;
}
input[type='checkbox'] {
    accent-color: #1B1B1B;
}
input[type='checkbox']:checked {
    accent-color: #ffff00;
}
.tips-success {
    border: none!important;
}
.tips-success .layui-layer-content {
    background: #FFFF00;
    padding: 1.25vw 1.25vw 1.25vw 3.9583vw!important;
    color: #000000;
    font-size: 1.0417vw;
    border: none;
}
.tips-success .layui-layer-ico, .tips-error .layui-layer-ico {
    width: 1.4583vw!important;
    height: 1.4583vw!important;
    font-size: 1.4583vw!important;
    left: 1.25vw!important;
    top: 1.25vw!important;
}
.layui-layer-ico1 {
    color: #00CB39;
}
.verify-page {
    background-color: #1b1b1b;
}
.security-space {
    height: var(--height);
}
.space-between {
    display: none;
}
.security-content {
    color: var(--light-color);
}
.security-content-4 {
    height: calc(var(--height) * 4);
}
.security-content-5 {
    height: calc(var(--height) * 5);
}
.security-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid var(--light-color);
}
.security-left {
    width: calc(var(--width) * 4);
    height: 100%;
    border-right: 1px solid var(--light-color);
    padding: 3.125vw 2.60417vw;
}
.security-right {
    width: calc(100vw - (var(--width) * 4));
    height: 100%;
}
.security-title {
    font-size: 4.16667vw;
    font-weight: bold;
    text-align: left;
    color: var(--green-color);
    line-height: 1;
}
.security-subheading {
    font-size: 2.08333vw;
    font-weight: bold;
    text-align: left;
    color: var(--green-color);
    line-height: 1.175;
}
.security-title br {
    display: block;
}
.security-subtitle {
    color: var(--light-color);
    margin-top: 2.08333vw;
    font-size: 1.45833vw;
    line-height: 1.5;
    text-align: left;
}
.security-code {
    width: 100%;
    height: var(--height);
    border-bottom: 1px solid var(--light-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.security-btns {
    width: 37.5%;
    height: 100%;
    position: relative;
}
.security-btns .is-loading {
    height: 100%;
    line-height: var(--height);
    background-color: var(--purple-color);
}
.security-btns:hover {
    background-color: var(--purple-color);
}
.security-btn {
    color: var(--yellow-color);
    font-size: 2.0833vw;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: var(--height);
    display: block;
}
.security-btn:hover {
    color: var(--yellow-color);
}
.input-box {
    width: 62.5%;
    height: 100%;
    background: #ABABAB;
    border-right: 1px solid var(--light-color);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
.input-box .clear-security {
    width: 1.6vw;
    position: absolute;
    top: 50%;
    right: 2.0834vw;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.input-box input {
    color: #000000;
    font-size: 1.45833vw;
    padding: 0 2.60417vw;
    width: 100%;
    background: transparent;
    font-weight: 400;
    height: 100%;
}
.input-box input:focus {
    background-color: #f0f0f0;
}
.input-box input.error-tips {
    color: #FB0404;
}
.security-text {
    font-size: 1.45833vw;
    line-height: 1.5;
    text-align: left;
    color: var(--light-color);
    padding: 3.125vw 2.60417vw;
}
.security-video {
    width: 100%;
    height: 100%;
    background: #353535;
}
.security-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.security-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.security-box {
    width: 50%;
    height: 100%;
}
.security-box:first-child {
    border-right: 1px solid var(--light-color);
}
.security-tips {
    height: var(--height);
    border-bottom: 1px solid var(--light-color);
    font-size: 1.45833vw;
    padding: 0 2.60417vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.security-img {
    height: calc(var(--height) * 4 - 1px);
    background: #353535;
}
.security-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 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: 33.8542vw;
    text-align: center;
    padding-top: 1.0417vw;
    background-color: var(--yellow-color);
}
.dialog i {
    font-size: 3.125vw;
    display: block;
    margin-bottom: 1.0417vw;
}
.dialog i.green {
    color: #00CB39;
}
.dialog i.red {
    color: #FB0404;
}
.dialog i.warning {
    color: #FB0404;
}
.dialog .title {
    font-size: 1.6667vw;
    font-weight: bold;
    line-height: 1.09375;
    border-top: 1px solid #1B1B1B;
    padding: 2.08333vw 3.33333vw 0;
    color: #1B1B1B;
}
.dialog .description {
    font-size: 1.04167vw;
    padding: 0 3.33333vw;
    margin: 1.04167vw auto 2.08333vw;
}
.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: 100%;
    height: 3.64583vw;
    line-height: 3.64583vw;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto;
    background: var(--purple-color);
    color: #fff;
}
@media (max-width: 828px), (orientation:portrait) {
    :root {
        --height: 12.6168vw;
    }
    label.error-tips {
        left: 31.60417vw;
        bottom: 2px;
        line-height: 1;
        font-size: 2.8vw;
    }
    .space-between {
        height: var(--height);
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid var(--light-color);
    }
    .space-between .space-left {
        width: 50%;
        border-right: 1px solid var(--light-color);
        height: 100%;
    }
    .security-space .security-left {
        display: none;
    }
    .security-flex {
        flex-direction: column;
    }
    .security-content {
        height: auto;
    }
    .security-content .security-left {
        width: 100vw;
        border-right: none;
        padding: 4.6729vw 15.0187vw;
    }
    .security-title {
        font-size: 7.0093vw;
        text-align: center;
    }
    .security-subtitle {
        font-size: 3.7383vw;
        margin-top: 2.8037vw;
        text-align: center;
        line-height: 1.25;
    }
    .security-right {
        width: 100vw;
    }
    .security-code {
        flex-direction: column;
        height: calc(var(--height) * 2);
    }
    .input-box {
        width: 100%;
        border-right: none;
        border-top: 1px solid var(--light-color);
        border-bottom: 1px solid var(--light-color);
    }
    .input-box input {
        font-size: 3.73831vw;
        text-align: center;
    }
    .input-box .clear-security {
        width: 4.2056vw;
    }
    .security-btns {
        width: 100%;
    }
    .security-btn {
        font-size: 4.6729vw;
        background-color: var(--purple-color);
    }
    .security-text {
        font-size: 3.73832vw;
        padding: 4.6729vw;
    }
    .security-subheading {
        font-size: 4.6729vw;
        text-align: center;
    }
    .security-between {
        flex-direction: column;
    }
    .security-box {
        border-right: none;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .security-box:first-child {
        border-right: none;
    }
    .security-tips {
        height: auto;
        font-size: 3.7383vw;
        line-height: 1.5625;
        padding: 3.5047vw 12.6168vw;
        text-align: center;
        border-top: 1px solid var(--light-color);
        border-bottom: none;
    }
    .security-img {
        height: calc(var(--height) * 4.4444);
        border-top: 1px solid var(--light-color);
    }
    .security-video {
        height: calc(var(--height) * 4.4444);
        border-top: 1px solid var(--light-color);
    }
    .security-content-5:last-child .security-left {
        padding: 0;
    }
    .security-content-5:last-child .security-left .security-subheading {
        height: var(--height);
        border-bottom: 1px solid var(--light-color);
        line-height: var(--height);
    }
    .security-content-5:last-child .security-left .security-subtitle {
        height: var(--height);
        margin-top: 0;
        line-height: var(--height);
    }
    .dialog {
        padding-top: 4.6729vw;
        max-width: 90%;
    }
    .dialog i {
        font-size: 11.215vw;
        margin-bottom: 4.6729vw;
    }
    .dialog .title {
        padding: 4.6729vw 7.4766vw 0;
        font-size: 4.6729vw;
    }
    .dialog .description { 
        font-size: 3.7383vw;
        padding: 0 7.4766vw;
        margin: 2.3364vw auto 4.6729vw;
    }
    .dialog .button { 
        height: 12.6168vw;
        line-height: 12.6168vw;
        font-size: 4.6729vw;
        color: var(--yellow-color);
    }
}