@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/xgwj/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;
}
.main_wrap .logo {
    position: absolute;
    right: 8%;
    top: 50px;
    margin-right: 120px;
    width: 175px;
    height: 73px;
    background:url(../../../images/login/dls/xgwj/logo.png) no-repeat;
    background-size: 100% 100%;
}
.login_box {
    position: absolute;
    right: 15%;
    top: 150px;
    width: 500px;
    height: 400px;
    background:url(../../../images/login/dls/xgwj/login_bg.png) no-repeat;
    background-size: 100% 100%;
}
.login_box .login_box_title {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 35px;
    color: #00E1EB;
    font-family: "PingFangSC-Medium";
    text-align: center;
    margin-top: 18px;
    margin-bottom: 14px;
}
.login_box .login_box_title div {
    font-size: 20px;
}
.login_box .input_text{
    width: 310px;
    height: 44px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 28px;
    border: 2px solid rgba(11,161,248,0.3);
    background-color: rgba(6,135,205,0.3);
    padding-left: 60px;
    /* opacity:0.3; */
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.login_box .loginuser_wrap .img1 {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 73px;
    top: 130px;
    z-index: 999;
    background:url(../../../images/login/dls/xgwj/user.png) no-repeat;
    background-size: 100% 100%;
}
.login_box .loginuser_wrap .img2 {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 73px;
    top: 215px;
    z-index: 999;
    background:url(../../../images/login/dls/xgwj/pwd.png) no-repeat;
    background-size: 100% 100%;
}
.login_box .loginuser_wrap ul li {
    text-align: center;
}
.login_box .loginuser_wrap ul li.username_box {
    margin-top: 30px;
}
.login_box .loginuser_wrap ul li.password_box {
    margin-top: 10px;
}
.login_box .loginuser_wrap button{
    font-family: "Ping Fang";
    width: 375px;
    height: 40px;
    background-color: #00E1EB;
    font-size: 20px;
    letter-spacing: 7px;
    color: #001A2B;
    margin-top: 20px;
    cursor: pointer;
    border: none;
}
.main_wrap .telephone {
    width: 150px;
    height: 45px;
    position: absolute;
    top: 482px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;;
    cursor: pointer;
    background: url(../../../images/login/dls/xgwj/mobile_bg.png) no-repeat;
    background-size: 100% 100%;
}
.main_wrap .telephone_ios {
    right: 8%;
    margin-right: 265px;
}
.main_wrap .telephone_ios img {
    display: none;
    width: 240px;
    position: absolute;
    z-index: 999;
    left: -29px;
    top: -255px;
}
.main_wrap .telephone_ios:hover img {
    display: block;
}
.main_wrap .telephone_android {
    right: 8%;
}
.main_wrap .telephone_android img {
    display: none;
    width: 240px;
    position: absolute;
    z-index: 10;
    left: -29px;
    top: -255px;
}
.main_wrap .telephone_android:hover img {
    display: block;
}
.main_wrap .footer {
    font-size: 30px;
    color: #00E1EB;
    position: absolute;
    bottom: 90px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 700;
    font-family: 'PingFangSC-Medium';
    letter-spacing: 5px;
}
.main_wrap .footer .left-box {
    margin-right: 26px;
}
@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: rgba(24,136,203,0.3) !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 rgba(24,136,203,0.3) inset;
}
input#username,input#pwd{color:#fff !important;}
input::-webkit-input-placeholder{color:#fff;}
