* {
    margin: 0;
    padding: 0;
}
a  {
    text-decoration: none;
}
@font-face {
    font-family: 'logo';
    font-display: swap;
    src: url('../font/胡晓波男神体.woff2');
}
html, body {
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}
html {
    font-family: BlinkMacSystemFont,Lucida Grande,Segoe UI,Ubuntu,Cantarell,sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
.login{
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .2s;
    background: url('../images/0.0-bg.jpg') no-repeat;
    background-size: cover;
}
.loginContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    transform: translate(-50%, -50%);
}
.login .login-head{
    padding: 0px 21.7% 0 20.5%;
    height: 55px;
    display: flex;
    align-items: center;
    color: #fff;
}
.login .login-content{
    position: relative;
}
.login .login-content .container{
    position: relative;
    display: flex;
    flex-direction: column;
}
.login .logo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes load {
    0% {
        box-shadow: 0px 0px 10px 3px rgba(19, 208, 255, 0.5);
    }
    100% {
        box-shadow: 0px 0px 40px 3px rgba(19, 208, 255, 1);
    }
}
.login .logo > img{
    max-height: 38px;
}
.login .logo h4{
    margin-left: 10px;
    font-size: 32px;
    color: #3EEBFF;
    font-family: 'logo';
    font-weight: normal;
    padding-top: 5px;
}
.glowing-line {
    width: 100%;
    margin-top: -40px;
    font-size: 0;
}
.glowing-line img {
    width: 100%;
}
.login .login-form{
    position: relative;
    width: 350px;
    margin: -30px auto 0;
    padding: 10px;
    background: url(../images/dl-kuang-1.png) no-repeat center center;
    background-size: 100% 100%;
    transition: width .2s ease-in-out;
}
.effect-top-line, .effect-bottom-line{
    position: absolute;
    left: 50%;
    height: 4px;
    background: #00dfff;
    transform: translate(-50%);
    transition-duration: .2s;
    animation: load 1.5s infinite alternate;
}
.effect-top-line {
    top: 9px;
    width: 95px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.effect-bottom-line{
    bottom: 11px;
    width: 135px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.effect-right-line {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0,-50%);
    width: 10px;
    transition-duration: .2s;
}
.login-form:hover .effect-top-line{
    top: 6px;
}
.login-form:hover .effect-bottom-line{
    bottom: 8px;
}
.login-form:hover .effect-right-line {
    right: 0px;
}
.effect-right-line img {
    width: 100%;
}
.login .login-form .login-header{
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
}
.login-header img {
    width: 67%;
}
.login-header.login-header-mini {
    margin-top: 52px !important;
}
.login .login-form .login-header .login-logo{
    position: relative;
    width: 80%;
    margin: 32px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.login .login-form .login-header .login-logo img{
    position: relative;
    width: 100%;
    flex-shrink: 0;
}
.login .login-form .login-body{
    position: relative;
    padding: 0px 45px 50px;
}
.login .login-form .login-body .form-layout{
    position: relative;
}
.login .login-form .login-body .form-layout .code{
    position: absolute;
    top:-1px;
    right: 0;
}
.login .login-form .login-body .form-item{
    position: relative;
    height: 40px;
    overflow: hidden auto;
    border: 1.5px solid #46B0E2;
    border-radius: 9px;
}
.form-remember {
    position: relative;
    color: #fff;
    padding-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.form-remember label {
    padding-left: 4px;
    margin-top: -4px;
}
/* input[type=checkbox] {
    appearance: none !important;
}
.cy_CHECK .SPAN_check:after {
    position: absolute;
    left: 15px;
    top: 10.5px;
    transform: translate(-50%, -50%);
    content: "";
    width: 15px;
    height: 14px;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    transition: all .2s;
    cursor: pointer;
}

.cy_CHECK input[type="checkbox"]:checked + .SPAN_check:after {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20807.5%20667.5%22%3E%3Ctitle%3Esvg%E5%A4%8D%E9%80%89%E6%A1%86%E5%8B%BE%3C%2Ftitle%3E%3Cpath%20d%3D%22M860%2C215%2C424.5%2C792.5l-282-286%22%20transform%3D%22translate(-97.5%20-170)%22%20fill%3D%22none%22%20stroke%3D%22%2360a3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2290%22%2F%3E%3C%2Fsvg%3E');
    background-color: #fff;
}
.SPAN_check_label {
    padding-left: 25px;
} */
.form-item-focus {
    box-shadow: 0px 0px 10px 3px rgba(19, 208, 255, 0.5);
}
.login .login-form .login-body .form-item .el-icon-view{
    color: #333;
}
.login .login-form .login-body .form-item .form-icon{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.login .login-form .login-body .form-item .form-icon i{
    font-size: 20px;
    margin-left: 14px;
    color: #fff;
}
.login .login-form .login-body .form-item .form-inp{
    position: absolute;
    top: 0;
    left: 44px;
    right: 0;
    bottom: 0;
}

.login .login-form .login-body .form-item .form-inp .input{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 16px;
    color: #fff;
    font-family: '微软雅黑';
}
.login .login-form .login-body .form-label{
    position: relative;
    font-size: 12px;
    color:#ff2d2d;
    height: 30px;
    line-height: 24px;
    text-align: left;
    white-space: pre;
    text-overflow: ellipsis;
}
.login .login-form .login-body .form-item-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login .login-form .login-body .form-item-btn .login-button{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    background: -webkit-linear-gradient(to right, #066CE6,#1DC3FF); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(to right, #066CE6,#1DC3FF);  /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(to right, #066CE6,#1DC3FF); /* Firefox 3.6-15 */
    background: linear-gradient(to right, #066CE6,#1DC3FF); /* 标准语法*/
    color: #fff;
    border-radius: 9px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 5px 15px 0 rgba(54,133,242,0.2);
    transition: background .5s;
}
.bottom-logo {
    width: 240px;
    margin: -20px auto 0;
}
.bottom-logo img {
    width: 100%;
}
.login-footer{
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 20px;
    color: #fff;
}

@media screen and (min-width: 1920px){
    .logo h4 {
        font-size: 36px !important;
	margin-left: 22px !important;
    }
    .login-form {
        width: 500px !important;
    }
    .login-header {
        padding-top: 30px !important;
        padding-bottom: 35px !important;
    }
    .login-header img {
        width: 75%;
    }
    .login-body {
        padding: 0 70px 85px !important;
    }
    .effect-top-line {
        width: 115px !important;
    }
    .effect-bottom-line {
        width: 160px !important;
    }
}

.flex{
    display: flex;
}
.input{
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
   -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent !important; 
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: #d7eeff !important; 
}
