﻿body{background:#0094ff;}

/*.logo{width:160px;height:160px;position:absolute;margin-left:-80px;left:50%;margin-top: 26px}
.logo img{width:160px;height:160px;}
.title{width:900px;height:82px;position:absolute;margin-left:-450px;left:50%;margin-top: 206px;}
.title img{width:900px;height:82px;}*/
/*.login_box{width:900px;height:612px;position: absolute;margin-left: -450px;left: 50%;top:50%;margin-top:-306px;}*/
.login_box {
    width: 100%;
    height: 100%;
    position: absolute;
}

.logo img{width:140px;height:140px;}
.title {
    width: 750px;
    height: 68px;
    margin: 0 auto;
    color: #2468a2;
    font-family: KaiTi;
    font-size: 45px;
    letter-spacing: 3px;
    text-align: center;
    /*-webkit-box-reflect:below -40px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.2, transparent), to(white));*/
}
.title img{width:750px;height:68px;}
.login_box_main{
    width:420px;
    height:240px;
    border-radius:0px;
    opacity:0.9;
    box-shadow:5px 10px 20px 2px rgba(0,0,0,.27);
    border-radius:8px;
                /*background:#fff;*/
    background:url(images/dl.jpg);
    margin:0 auto;
}
.login_box_main_L{width:0px;float:left;height:372px;}
.login_box_main_R{width:100%;float:left;height:100%;}
.login_box_main ul{margin:0;padding:0;padding-top:20px;}
.login_box_main ul li{list-style:none;width:80%;margin:20px auto;position:relative;}
.input_img{position:absolute;top:0px;left:0px;}
.input_img img{width:20px;height:auto;}

.user {position:absolute;top:0;left:35px;}
.pwd{position:absolute;top:0;left:35px;}
.login_box_main ul li a{color:#6c6c6c;text-align:center;font-size:16px;}
input[type=text] {
    border: 0;
    width: 260px;
    height: 30px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    /*background: url(images/dl.jpg);*/
    /*color: #666666;*/
}
input[type=password] {
    border: 0;
    width: 260px;
    height: 30px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    /*background: url(images/dl.jpg);*/
    /*color: #666666;*/
}
input[type=submit]{width:80px;font-size:16px;}
input[type=button]{border:0;background:#0094ff;width:100%;height:27px;margin:0 auto;border-radius:5px;color:#fff;font-size: 14px;line-height: 15px;}
input:-webkit-autofill,
            input:-webkit-autofill:hover,
            input:-webkit-autofill:focus,
            input:-webkit-autofill:active {
                -webkit-transition-delay: 9999s;
                -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
                 /*-webkit-box-shadow:0 0 0px 1000px white inset;*/
            }

:focus {
    outline: 0;
}

@media screen and (min-width:1600px) {

}

/*@media screen and (min-width:1400px)and (max-width: 1599px) {
    .logo{width:140px;height:140px;position:absolute;margin-left:-80px;left:50%;margin-top: 20px}
    .logo img{width:100%;height:auto;}
    .title{width:850px;height:77px;position:absolute;margin-left:-425px;left:50%;margin-top: 216px;}
    .title img{width:auto;height:77px;}
    .login_box{}

}
@media screen and (min-width:1024px)and (max-width: 1399px) {
    .logo{width:140px;height:140px;position:absolute;margin-left:-70px;left:50%;margin-top: 36px}
    .logo img{width:100%;height:auto;}
    .title{width:850px;height:77px;position:absolute;margin-left:-425px;left:50%;margin-top: 236px;}
    .title img{width:auto;height:77px;}
    .login_box{}

}
@media screen and (max-width:799px) {*/


}