* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    user-select: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #fff;
}

html {
    height: 100%;
}

:root {
    --bs-border1-color: rgba(255, 255, 255, 0.3);
    --bs-border2-color: rgba(84, 195, 255, 0.5);
}

body {
    margin: 0 auto;
    height: 100%;
    position: relative;
    background: #000a13;
    font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}



html:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -5;
    background: linear-gradient(180deg,rgba(50,70,80,.85) 0,#0d101b 100%);
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -10;
    /* background-image: linear-gradient(180deg,rgba(50,70,80,.9) 0,#0d101b 100%); */
    /* background-image: url(../images/cover1.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial;
    transition: background .2s linear;
    background-size: cover;
}

body::before {
    content: "";
    position: absolute;
    width: 100%;
    opacity: 1;
    transition: all .5s;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: transparent;
    /*background-image: url('../images/pattern.png');*/
    background-size: 4.6875rem;
    background-repeat: repeat;
    background-attachment: initial;
    z-index: 11;
    opacity: .8;
}

.loginbg {
    background-image: linear-gradient(300deg, #004491, #1e88e5);
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    z-index: 0
}

.loginav {
    height: 100%;
    margin: 0 auto;
    z-index: 10;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5%;
}

.container {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    ;
}

.loginbox {
    padding: 50px;
    flex-shrink: 0;
    max-width: 500px;
    position: relative;
    z-index: 100;
    background: rgba(0, 106, 255, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .5);
}

.logininput {
    width: 90%;
    margin: 0 auto;
}

    .logininput .forminput {
        /* border: 1px solid #9ce7ff; */
        border: none;
        border-radius: 5px;
        font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
        display: block;
        padding-left: 12px;
        font-size: 13px;
        color: #fff;
        width: 142%;
        line-height: 40px;
        outline: 0;
        background: rgb(238 241 243 / 20%);
    }

input::input-placeholder {
    color: rgba(255, 255, 255, .5);
}

::-webkit-input-placeholder {
    /* color: #fff; */
    color: rgba(255, 255, 255, .5);
}


.flex1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .flex1 label {
        color: #fff;
        display: flex;
        align-items: center;
    }

.logininput > li {
    display: block;
    padding: 5px 0;
    position: relative;
}

.logininput li > i {
    position: absolute;
    height: 100%;
    left: 14px;
    opacity: .3;
    top: 0;
    display: flex;
    align-items: center;
}

.btn-primary {
    background: #20a3f5;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 38px;
    font-size: 16px;
    transition: all .5s;
    border-radius: 6px;
    width: 132%;
}

    .btn-primary:hover {
        background: #137bd6
    }

/* .copyright{position:fixed;width:100%;left:0;bottom:10px;text-align:center; } */
.copyright {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
    color: #006b95;
    font-size: 12px
}

.yzmimg {
    position: absolute;
    right: 0;
    background: #fff;
    width: 120px;
    height: 50px;
    top: 14px;
    border: 1px solid #9ce7ff;
    border-radius: 3px;
}

.logintit {
    padding: 20px 10px;
    font-size: 24px;
    display: flex;
    justify-content: center;
}

    .logintit span {
        color: rgba(255,255,255,.9);
        font-size: 20px;
    }

.logo {
    width: 100%;
    display: flex;
    justify-content: left;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: white;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.card {
    transform: scale(.5);
    opacity: 0;
    animation: shows 1.5s forwards;
}

@keyframes shows {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.aui-checkbox,
input[type=radio] {
    width: 24px;
    height: 24px;
    /* background: rgba(32, 163, 245, .1); */
    background: rgb(241 246 249 / 30%);
    /* border: solid 2px rgba(32, 163, 245, .5); */
    margin: 0;
    padding: 0;
    position: relative;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color ease .1s;
    transition: background-color ease .1s;
    flex-shrink: 0;
    border-radius: 3px;
}

.aui-checkbox,
input[type=radio] {
    margin: 0 3px 0 0 !important;
    position: relative;
}

    .aui-checkbox:checked,
    input[type=radio]:checked {
        text-align: center;
        background-clip: padding-box;
    }

        .aui-checkbox:checked:after,
        .aui-checkbox:checked:before,
        input[type=radio]:checked:after,
        input[type=radio]:checked:before {
            content: '';
            width: 10px;
            height: 5px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -6px;
            margin-top: -5px;
            background: 0 0;
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            z-index: 2;
            -webkit-border-radius: 0;
            border-radius: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    .aui-checkbox:disabled,
    input[type=radio]:disabled {
        background-color: #f5f5f;
        border: solid 1px #ddd
    }

        .aui-checkbox:disabled:after,
        .aui-checkbox:disabled:before,
        input[type=radio]:disabled:after,
        input[type=radio]:disabled:before {
            content: '';
            width: .5rem;
            height: .3rem;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -.25rem;
            margin-top: -.4rem;
            background: 0 0;
            border: 1px solid #fff;
            border-top: none;
            border-right: none;
            z-index: 2;
            -webkit-border-radius: 0;
            border-radius: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

input[type="radio"] {
    border-radius: 20px;
}

input {
    outline: none !important;
}

.card {
    margin-top: 15px;
    /* backdrop-filter: blur(5px);
  background: rgb(11 23 30 / 15%); */
    position: relative;
    border: none;
    box-shadow: inset 0 0 10px rgb(0 150 255 / 25%);
}


    .card:after, .card:before {
        content: "";
        position: absolute;
    }

    .card:not(.border-0):before {
        left: 35px;
        right: 35px;
        top: 0;
        bottom: 0;
        border-top: 1px solid var(--bs-border1-color);
        border-bottom: 1px solid var(--bs-border1-color);
        opacity: .35;
        pointer-events: none;
    }

    .card:not(.border-0):after {
        top: 35px;
        bottom: 35px;
        left: 0;
        right: 0;
        opacity: .35;
        pointer-events: none;
        border-left: 1px solid var(--bs-border1-color);
        border-right: 1px solid var(--bs-border1-color);
    }

    .card .card-arrow {
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .card .card-arrow span {
            width: 20px;
            height: 20px;
            position: absolute;
        }

            .card .card-arrow span:nth-child(1) {
                left: 0;
                top: 0;
                border-left: 2px solid var(--bs-border2-color);
                border-top: 2px solid var(--bs-border2-color);
            }

            .card .card-arrow span:nth-child(2) {
                right: 0;
                top: 0;
                border-right: 2px solid var(--bs-border2-color);
                border-top: 2px solid var(--bs-border2-color);
            }

            .card .card-arrow span:nth-child(3) {
                left: 0;
                bottom: 0;
                border-left: 2px solid var(--bs-border2-color);
                border-bottom: 2px solid var(--bs-border2-color);
            }

            .card .card-arrow span:nth-child(4) {
                right: 0;
                bottom: 0;
                border-right: 2px solid var(--bs-border2-color);
                border-bottom: 2px solid var(--bs-border2-color);
            }


@media (max-width: 1200px) {
    .loginbox {
        width: calc(100% - 30px);
        padding: 30px 0;
    }

    .logo {
        font-size: 30px;
    }

    .logintit span {
        font-size: 16px;
    }

    .btn-primary {
        font-size: 18px;
        line-height: 52px;
    }

    .logininput > li {
        padding: 8px 0;
    }
}
