@charset "utf-8";
/* CSS Document */
/* cxw */
body{font-family:"宋体";}
html,body {
    width: 100%;
    height: 100%;
}
a{ color:#666666;font-size:14px;}
a:hover{text-decoration:none;color:#fff;}
img{border:none;}
/*主体*/
.main_wrap {
    position: relative;
    bottom: 0;
    left: 0;
    width:100%;
    height:100%;
    min-width: 1000px;
    min-height: 540px;
    zoom: 1;
    background-color: #fff;
    background:url(../../../images/login/dls/sky/bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
}
.main_wrap .main_center{
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: -320px;
}
.login_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 135px;
    width: 420px;
    height: 390px;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 10px 30px;
    position: relative;
    box-sizing: border-box;
    background: url(../../../images/login/dls/sky/right-top.png) 100% 0 no-repeat,url(../../../images/login/dls/sky/right-bottom.png) 100% 100% no-repeat,url(../../../images/login/dls/sky/left-top.png) 0 0 no-repeat,url(../../../images/login/dls/sky/left-bottom.png) 0 100% no-repeat;
    position: relative;
}
.login_box .login-bottom-caption {
    font-size: 24px;
    padding: 0 0 50px;
    text-align: center;
    margin-top: 60px;
}
.login_box .login-bottom-caption span {
    font-weight: 800;
    background: -webkit-gradient(linear,left top,left bottom,from(#00fff6),to(#15a8ff));
    background: linear-gradient(180deg,#00fff6,#15a8ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Microsoft YaHei';
}
.login_box .login-img {
    width: 109px;
    height: 109px;
    position: absolute;
    top: -60px;
}
.login_box .login-img.img-1 {
    left: 75px;
}
.login_box .login-img.img-2 {
    right: 75px;
}
.login_box .login_box_title {
    font-size: 20px;
    letter-spacing: 7px;
    line-height: 25px;
    color: #00bff4;
    font-family: "Ping Fang";
    text-align: center;
    margin-top: 24px;
    margin-bottom: 32px;
}
.login_box .input_text{
    padding: 0 30px 0 20px;
    color: #fff;
    width: 100%;
    height: 35px;
    border: 1px solid #0ff;
    outline: none;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.login_box .loginuser_wrap ul li {
    text-align: center;
    padding: 10px;
    position: relative;
}
.login_box .loginuser_wrap ul li .see-password {
    background: url(../../../images/login/dls/sky/eye.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 19px;
    text-align: center;
    cursor: pointer;
}
.login_box .loginuser_wrap button{
    cursor: pointer;
    margin: 0 auto;
    color: #fff;
    width: 100%;
    height: 40px;
    font-size: 20px;
    background: -webkit-gradient(linear,left top,right top,from(#194dd9),to(#15d3ff));
    background: linear-gradient(90deg,#194dd9,#15d3ff);
    border: none;
}
.login_box .loginuser_wrap li.libottom {
    margin-top: 20px;
}
@media screen and (min-width:1600px){
    .main_wrap .main{height: 100%;}
    /* .logincon{top:40%;} */
}





input,input:focus, input:active,input:-webkit-autofill,
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background-color: #000 !important;
    color: #fff !important;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -o-appearance: none; 
    appearance: none;
    transition: background-color 5000s ease-in-out 0s;
    -moz-transition: background-color 5000s ease-in-out 0s; /* Firefox 4 */
    -webkit-transition: background-color 5000s ease-in-out 0s; /* Safari 和 Chrome */
    -o-transition: background-color 5000s ease-in-out 0s; /* Opera */
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
}
input#username,input#pwd{color:#fff !important;}
input::-webkit-input-placeholder{color:#fff;}
