body {margin:0px; width: 100%;height: 100%; background-image:url(../images/login-bg.jpg);background-size:100%;}
.systemtitle{margin:5px;position:fixed;left:10%;top:20px;color: #FFFFFF;}
h1{margin:5px;font-size:35px;}
h2{margin:5px;font-size:24px;}
.news{margin:5px;font-size:14px;color: #FFFFFF;position:fixed;left: 5%;right: 5%;bottom: 15%}
.copyright{width: 400px;position: fixed;bottom: 20px;right: 5px;text-align: center; font-family:"宋体";
}
.copyright a{text-decoration:none;font-size: 14px;}
/*未被访问前的样式表属性。*/
.copyright a:link{color:#000000;}
/*已被访问过时的样式表属性。*/
.copyright a:visited{color: #FFFFFF;}
/*鼠标悬停时的样式表属内性。*/
.copyright a:hover{color: yellow;}
/*在鼠标点击与释放之间发生的事件。*/
.copyright a:active{color: #000FFF;text-decoration:underline;}

.signIn a{text-decoration:none;font-size:14px;}
/*未被访问前的样式表属性。*/
.signIn a:link{color:black;}
/*已被访问过时的样式表属性。*/
.signIn a:visited{color: #ffffff;}
/*鼠标悬停时的样式表属内性。*/
.signIn a:hover{color: yellow;}
/*在鼠标点击与释放之间发生的事件。*/
.signIn a:active{color: #000FFF;text-decoration:underline;}

.loginbox{background:url(../images/login.jpg)no-repeat;background-size: cover;display: block;position: fixed; 
    width:450px;height: 350px;z-index:999;top: 10px;right: 10px;border: 1px solid #056079;
}

.logintitle{margin: 20px 80px;color: #FFFFFF;font-size: 20px;}
.logintitle p.China{margin:1px;}
.logintitle p.english{margin:1px;font-size: 14px; }
.oneline{margin: 20px 80px;}
/*.oneline span.line-text{width:70px;height: 30px;}*/
.oneline input{margin:5px; padding:5px; width:270px;height:20px;border: 1px solid #000444;border-radius: 2px;}
.oneline input:hover{border-color: #ff0000;}
.oneline input:focus{outline: none;}
.oneline input#code{width:160px;}
.code-img{cursor: pointer;vertical-align: middle;margin-bottom: 3px;}
.signIn {margin-left: 85px;margin-right: 85px;}
.signIn input{padding: 10px 35px;
        background: linear-gradient(#54b3ff,#19c66d);
        border-radius: 4px;display: inline-block;
        outline: none;
        font-size: 16px;
        color: white;
        border: none;
        cursor: pointer;}
.signIn input:hover{
        background: rgb(56, 155, 235);
       border: 1PX;
        }
.signIn input:active {background-color: #dbdbdb;color: red;}