html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

* {
    font-family: "PingFang SC", "\5FAE\8F6F\96C5\9ED1";
}

*:not(input) {
    border: 0;
    margin: 0;
    padding: 0;
}

*[hide] {
    display: none;
}

*[disabled] {
    opacity: .5;
    pointer-events: none;
}

body {
    animation: bodyScroll 60s linear infinite;
    -moz-animation: bodyScroll 60s linear infinite;
    -webkit-animation: bodyScroll 60s linear infinite;
    -o-animation: bodyScroll 60s linear infinite;
    background: #e9f0fe url(/assets/images/mapBg.png) 0 0/cover repeat;
    /*background: #e9f0fe url(/assets/images/mapBg.png) \9;*/
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    min-width: 1120px;
}

@keyframes bodyScroll {
    from {
        background-position: 1000% 0
    }

    to {
        background-position: 0 0
    }
}

@-webkit-keyframes bodyScroll {
    from {
        background-position: 1000% 0
    }

    to {
        background-position: 0 0
    }
}

.main {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACqADAAQAAAABAAAACgAAAAA7eLj1AAAAHUlEQVQYGWM8fPiwMQMxgFiFTMQYBlIzqhBvSAEAk70FCt8X01sAAAAASUVORK5CYII=) repeat;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.container {
    width: 1100px;
    height: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}

.container .container-left {
    height: 600px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    background-color: #165DFF;
    border-radius: 24px;
    padding: 40px;
    margin: 0;
    -webkit-box-shadow: 0.6px 0.8px 31.9px rgba(0, 0, 0, 0.035),
    5px 6px 255px rgba(0, 0, 0, 0.07);
    box-shadow: 0.6px 0.8px 31.9px rgba(0, 0, 0, 0.035),
    5px 6px 255px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.container-left .logo {
    text-align: center;
}

.container-left .wifi {
    height: 200px;
    text-align: center;
    margin-top: 40px;
}

.container-left .system-title p {
    color: #fff;
    text-align: center;
    margin-top: 16px;
}

.container .container-rigth {
    background: #fff;
    height: 600px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    border-radius: 0 25px 25px 0;
    -webkit-box-shadow: 0.6px 0.8px 31.9px rgba(0, 0, 0, 0.035),
    5px 6px 255px rgba(0, 0, 0, 0.07);
    box-shadow: 0.6px 0.8px 31.9px rgba(0, 0, 0, 0.035),
    5px 6px 255px rgba(0, 0, 0, 0.07);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container .container-rigth .login-container {
    width: 400px;

}

.login-container h2 {
    font-size: 28px;
    color: #5b76ff;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.group-input {
    width: 100%;
    margin: 20px auto 0px auto;
    position: relative;
}

.group-input input {
    width: 350px;
    height: 16px;
    padding: 19px 0 19px 45px;
    background-color: #f5f5f8;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    line-height: 14px;
    line-height: 16px \9;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.group-input-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group-input-code input {
    margin-right: 24px;
    width: 140px !important;
}

.group-input-code .authCodeImg_Span {
    flex: 1;
    width: 100px;
    overflow: hidden;
}

input::-webkit-input-placeholder {
    color: #c6c6cc
}

input:focus {
    outline: none;
    border-color: #5b76ff;
    -webkit-box-shadow: 0 0 4px #5b76ff;
    box-shadow: 0 0 4px #5b76ff;
}

.group-input i {
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.group-input i.user {
    background: url(/assets/mobile/images/userIcon.png) no-repeat center center scroll;
}

.group-input i.password {
    background: url(/assets/mobile/images/psdIcon.png) no-repeat center center scroll;
}

.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.links {
    margin: 20px 0px 0px 0px;
}

.links a {
    text-decoration: none;
    color: #5b76ff;
}

.links a:active, .links a:hover, .links a:link {
    text-decoration: none;
    color: #5b76ff;
}

.agree {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #81818f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.agree label {
    margin-right: 4px;
}

.agree input,
.operator input {
    width: 16px;
    height: 16px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    padding: 0px;
    margin: 0px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;;
}


/* Create a custom checkbox */
.agree .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 1.3em;
    width: 1.3em;
    background-color: #ccc;
    border-radius: 4px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

/* When the checkbox is checked, add a blue background */
.agree input:checked ~ .checkmark {
    background-color: #5b76ff;
    border-radius: 4px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

/* Create the checkmark/indicator (hidden when not checked) */
.agree .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.agree input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.agree .checkmark:after {
    left: 0.45em;
    top: 0.25em;
    width: 0.25em;
    height: 0.5em;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-container .control {
    margin-top: 16px;
}

.control .btn {
    width: 100%;
    height: 60px;

    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    outline: 0;
    -webkit-box-shadow: 0 3px 12px 0 #bcc6fc;
    box-shadow: 0 3px 12px 0 #bcc6fc;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    letter-spacing: 20px;
    text-indent: 20px;

}

.control .btn-primary {
    background-color: #165DFF;
}

.control .btn-primary:hover {
    background-color: #0E42D2
}

.control .btn-danger {
    background-color: #F53F3F;
}

.control .btn-danger:hover {
    background-color: #CB272D;
}

.slow-1 {
    --animate-duration: 1s;
}

.slow-2 {
    --animate-duration: 1500ms;
}

.logout-tip {
}