.blur {
    -webkit-filter: blur(10px); /* Chrome, Opera */
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);
            filter: blur(10px);
}
/********/
body {
}

#div-body {
    width: 100%;
    min-width: 800px;
    height: 100vh;
    min-height: 600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    opacity: 1;
    background-image: url(./../../img/system/login-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#lbp-bg-anime {
    position: absolute;
    width: 100%;
    height: 100%;
}
#img-body-bg {
    width: 100%;
    height: 100%;
    object-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
#div-head-tool {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 800px;
    height: 40px;
    background-color: hsla(0, 0%, 0%, 0.4);
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
}
#div-head-tool > a {
    float: left;
    margin-left: 10px;
    color: #fff;
    line-height: 41px;
    font-size: 13px;
    cursor: pointer;
}
#div-head-tool > a > i {
    margin-right: 5px;
}
#div-head-tool > a > i:before {
    content: '\e61a';
    font-style: normal;
}
#div-login-box-panel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}
#div-login-box {
    width: 360px;
    height: 370px;
    overflow: hidden;
    position: relative;
    z-index: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
@-webkit-keyframes dialogue-in {  
    0%   { width: 0px; height: 0px; }
    60%  { width: 280px; height: 340px; }
    80%  { width: 260px; height: 320px; }
    100% { width: 280px; height: 340px; }
}
.login-box-anime {
    /*-webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -webkit-animation: dialogue-in 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;*/
    opacity: 1;
}
#div-login-box.show {
    opacity: 1;
}
#div-login-box.loading {
    -webkit-filter: blur(6px); /* Chrome, Opera */
       -moz-filter: blur(6px);
        -ms-filter: blur(6px);
            filter: blur(6px);
}
#div-login-box-bg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#img-login-box-bg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}
#div-login-box-room {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin: 0 auto;
    backdrop-filter: blur(3px);
    background-image: linear-gradient(rgb(187 193 229 / 5%), rgb(227 227 227 / 35%));
    /* background: #35394a; 
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(53, 57, 74, 0)), color-stop(100%, rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(230deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 100%);
    background: linear-gradient(230deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35394a00', endColorstr='#ffffff80', GradientType=1);*/
}
/*************/
#span-login-suo-ico {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 30px auto 0;
    color: #fff;
    text-align: center;
    /* font-size: 95px; */
    /* opacity: 0.75; */
    background-image: url(./../../img/system/login-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*#span-login-suo-ico:before {
    content: '\e653';
}*/
#div-login-box-room > svg {
    width: 50%;
    height: 50%;
}
#div-login-box-room > .div-input {
    display: flex;
    height: 37px;
    overflow: hidden;
    border-radius: 4px;
    margin: 15px 35px 0;
    /* border-top: solid 2px #6b6b6b; */
    background-color: rgba(255, 255, 255, 0.7);
}
#div-login-box-room > .div-input:nth-child(3) {
    margin: 20px 35px 0;
}
#div-login-box-room > .div-input:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#div-login-box-room > .div-input > span {
    margin-left: 5px;
    padding-right: 5px;
    color: #333;
    font-size: 18px;
    line-height: 37px;
    /*border-right: solid 2px rgba(255, 255, 255, 0.4);*/
}
#div-login-box-room > .div-input > div {
    flex: 1;
    position: relative;
}
#div-login-box-room > .div-input > div > .span-placeholder {
    display: block;
    line-height: 30px;
    text-align: left;
}
#div-login-box-room > .div-input:nth-child(2) > div > .span-placeholder {
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
}
#div-login-box-room > .div-input:nth-child(3) > div > .span-placeholder {
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
}
#div-login-box-room > .div-input > div > input {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    outline: none;
    font-size: 16px;
    color: #383838;
    ime-mode: disable;
    text-indent: 5px;
    position: relative;
    z-index: 10;
}
#div-login-box-room > .div-input > div > input[type=password] {
    font-size: 21px;
    padding-bottom: 1px;
}
#ico-admin:before {
    content: '\e73f';
}
#ico-yaoshi:before {
    content: '\e690';
}
#span-login-btn {
    height: 29px;
    overflow: hidden;
    margin: 20px 35px;
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 600;
    letter-spacing: -.022em;
    background-color: #ee881d;
    background: linear-gradient(#f5a149,#ee881d);
    border-color: #d5822a;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: #7a4815;
    cursor: pointer;
    display: block;
    min-width: 180px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    white-space: nowrap;
    word-spacing: 10px;
}
#span-login-btn:hover {
    -moz-box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.5);
}
/********/
#div-login-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 150;
    top: 0px;
    left: 0px;
    visibility: hidden;
}
#div-login-loading.show {
    visibility: visible;
}
#div-login-loading > div {
    width: 360px;
    height: 328px;
    border-radius: 10px;
    overflow: hidden;
    background: #35394a;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #35394a), color-stop(100%, rgb(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(255, 255, 255, 0.5) 100%);
    background: linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(53, 57, 74, 0)', endColorstr='rgb(255, 255, 255, 0.5)', GradientType=1);
}
/****/
.loading-anime {
    width: 150px;
    height: 15px;
    margin: 0 auto;
    margin-top: 165px;
    text-align: center;
}
.loading-anime span {
    display: inline-block;
    width: 15px;
    height: 100%;
    margin-right: 5px;
    background-color: #ee881d;
    -webkit-animation: load 1.04s ease infinite;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}
.loading-anime span:last-child {
    margin-right: 0px; 
}
@-webkit-keyframes load {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.loading-anime span:nth-child(1) {
    -webkit-animation-delay: 0.13s;
}
.loading-anime span:nth-child(2) {
    -webkit-animation-delay: 0.26s;
}
.loading-anime span:nth-child(3) {
    -webkit-animation-delay: 0.39s;
}
.loading-anime span:nth-child(4) {
    -webkit-animation-delay: 0.52s;
}
.loading-anime span:nth-child(5) {
    -webkit-animation-delay: 0.65s;
}
/******************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #div-login-box-bg {
        /*background-image: url(./../../img/system/login-bg.jpg);*/
    }
}

/* --- */
.irv-ctrl {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.93);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.irv-ctrl .cx-font.icon-close {
    position: absolute;
    font-size: 22px;
    top: 15px;
    right: 15px;
    color: #717171;
}

.drag-verify-container {
    width: 250px;
}

.drag-verify-container > div {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.drag-verify-container > div:nth-child(1) {
    zoom: 0.8;
    margin: 0 auto;
}

.drag-verify-container img {
    pointer-events: none;
}
.drag-verify-container .check-img {
    width: 260px !important;
    position: relative;
    top: -5px;
    left: -5px;
}

.drag-verify-container .dv_handler.dv_handler_bg {
}

.drag-verify-container .correct {
    color: #6c6 !important;
}

.drag-verify-container .drag_verify {
    margin-top: 10px;
}

.towards-r:before {
    content: "\e650";
}

.correct:before {
    content: "\e606";
}

.icon-close:before {
    content: "\e608";
}
/* --- */

img.verify-img {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
}