@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/cfsn/bg.jpg) 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/cfsn/logo.png) no-repeat;
    background-size: 100% 100%;
}
.login_box {
    position: absolute;
    right: 8%;
    top: 135px;
    width: 415px;
    height: 320px;
    background:url(../../../images/login/dls/cfsn/login_bg.png) no-repeat;
    background-size: 100% 100%;
}
.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{
    width: 250px;
    height: 44px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 28px;
    border: 3px solid #20a3f5;
    background-color: #1888cb;
    padding-left: 60px;
}
.login_box .loginuser_wrap .img1 {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 73px;
    top: 94px;
    z-index: 999;
    background:url(../../../images/login/dls/cfsn/user.png) no-repeat;
    background-size: 100% 100%;
}
.login_box .loginuser_wrap .img2 {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 73px;
    top: 171px;
    z-index: 999;
    background:url(../../../images/login/dls/cfsn/pwd.png) no-repeat;
    background-size: 100% 100%;
}
.login_box .loginuser_wrap ul li {
    text-align: center;
}
.login_box .loginuser_wrap button{
    font-family: "Ping Fang";
    width: 318px;
    height: 40px;
    background-color: #20a3f5;
    font-size: 19px;
    letter-spacing: 7px;
    color: #ffffff;
    margin-top: 13px;
    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/cfsn/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: 20px;
    color: #fff;
    position: absolute;
    bottom: 33px;
    left: 50%;
    margin-left: -140px;
}
@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;}
