:root {
    --primary-color: #5138ee;
}

.loading_page {
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .21);
    justify-content: center;
    align-items: center;
    display: flex
}

.loading_page .loading_box {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, .95);
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
    opacity: 1
}

.loading_page .loading_box .loader {
    margin-top: 40%
}

.loading_page .loading_box .loader .outer {
    border: 5px solid var(--primary-color);
    opacity: .9;
    border-right-color: transparent;
    border-left-color: transparent;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: spin-pulse 1s linear infinite normal;
    -moz-animation: spin-pulse 1s linear infinite normal;
    -ms-animation: spin-pulse 1s linear infinite normal;
    animation: spin-pulse 1s linear infinite normal;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0
}

.loading_page .loading_box .loader .inner {
    border: 5px solid var(--primary-color);
    opacity: .9;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    top: -40px;
    margin: 0 auto;
    -webkit-animation: spin-right 1s linear infinite normal;
    -moz-animation: spin-right 1s linear infinite normal;
    -ms-animation: spin-right 1s linear infinite normal;
    animation: spin-right 1s linear infinite normal;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0
}

@keyframes spin-pulse {
    from {
        transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px rgba(0, 61, 76, .9)
    }

    50% {
        transform: rotate(145deg);
        opacity: 1
    }

    to {
        transform: rotate(-320deg);
        opacity: 0
    }
}

@-moz-keyframes spin-pulse {
    from {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px rgba(0, 61, 76, .9)
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1
    }

    to {
        -moz-transform: rotate(-320deg);
        opacity: 0
    }
}

@-webkit-keyframes spin-pulse {
    from {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px rgba(0, 61, 76, .9)
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-320deg);
        opacity: 0
    }
}

@keyframes spin-right {
    from {
        transform: rotate(0);
        opacity: .2
    }

    50% {
        transform: rotate(180deg);
        opacity: 1
    }

    to {
        transform: rotate(360deg);
        opacity: .2
    }
}

@-moz-keyframes spin-right {
    from {
        -moz-transform: rotate(0);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 1
    }

    to {
        -moz-transform: rotate(360deg);
        opacity: .2
    }
}

@-webkit-keyframes spin-right {
    from {
        -webkit-transform: rotate(0);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 1
    }

    to {
        -webkit-transform: rotate(360deg);
        opacity: .2
    }
}

/* 协议 */
.customizationAgreement {
    border-radius: 15px !important;
    overflow: hidden;
    background: #1c1c1e !important;

    width: calc(100% - 32px) !important;
    margin: 12px 19px 20px 16px !important;
}

.customizationAgreement .layui-layer-content {
    padding-bottom: 0px !important;
}

.customizationAgreement .layui-layer-title {
    background: #2c2c2e !important;
    border: none !important;
    color: #fff !important;
    display: none !important;
}

.customizationAgreement .layui-layer-btn0 {
    width: 100%;
    text-align: center;
    margin: 0 !important;
    border: none !important;
    line-height: 45px;
    font-size: 16px;
    height: 45px;
    background: #f00;
    color: #fff;
    font-weight: 500;
    border-radius: 10px !important;
}

.customizationAgreement .layui-layer-content p {
    margin: 0;
}

.customizationAgreement .layui-layer-content .title_s h2 {
    text-align: center;
    margin-bottom: 17px;
    color: #fff;
}

.customizationAgreement .layui-layer-content p {
    color: #fff !important;
}

.customizationAgreement .layui-layer-content .foot {
    background: #0a0a0a;
    width: calc(100% + 40px);
    margin-left: -20px !important;
    padding: 20px;
    margin: 20px 0 0 0;
}

.customizationAgreement .layui-layer-content .foot .text p {
    text-align: center;
    margin: 0 0 0 0 !important;
}

.customizationAgreement .layui-layer-content .foot .text {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.customizationAgreement .layui-layer-content .foot input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.customizationAgreement .layui-layer-content .foot .button_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0 0;

}

.customizationAgreement .layui-layer-content .foot .button_group button {
    width: 47.3%;
    padding: 10px 0;
    border-radius: 12px;
    background: #333333;
    color: #fff;
    border: none;
}

.customizationAgreement .layui-layer-content .foot .button_group .oks:disabled {
    color: #676973 !important;
}

.customizationAgreement .layui-layer-content .foot .button_group .oks {
    color: #fff !important;
}


.customizationAgreement .layui-layer-btn {
    display: none;
}

.customizationAgreement.layui-layer-dialog {
    left: 0 !important;
    width: calc(100% - 32px) !important;
    margin: 12px 19px 20px 16px !important;
    background: #1c1c1e !important;
    color: #fff !important;
    border: none !important;
    border-radius: 15px !important;
}

.customizationAgreement *, .customizationAgreement *::before, .customizationAgreement *::after {
    box-sizing: border-box;
}