html{   

    width: 100%;   

    height: 100%;   

    overflow: hidden;   

    font-style: sans-serif;   

}   

body{   

    width: 100%;   

    height: 100%;   

    font-family: 'Open Sans',sans-serif;   

    margin: 0;   

    background-color: #3E65D5;   

}   

#login{   

    position: absolute;   

    top: 50%;   

    left:50%;   

    margin: -150px 0 0 -150px;   

    width: 300px;   

    height: 300px;   

}   

#login h1{   

    color: #fff;   

    text-shadow:0 0 10px;   

    letter-spacing: 1px;   

    text-align: center;   

}   

h1{   

    font-size: 2em;   

    margin: 0.67em 0;   

}   

input{   

    width: 278px;   

    height: 18px;   

    margin-bottom: 10px;   

    outline: none;   

    padding: 10px;   

    font-size: 13px;   

    color:black;   

    /*text-shadow:1px 1px 1px;  */ 

    border-top: 1px solid #312E3D;   

    border-left: 1px solid #312E3D;   

    border-right: 1px solid #312E3D;   

    border-bottom: 1px solid #56536A;   

    border-radius: 4px;   

    background-color:white;   

}   

.but{   

    width: 300px;   

    min-height: 20px;   

    display: block;   

    background-color: #68A74F;   

    border: 1px solid #68A74F;   

    color: #fff;   

    padding: 9px 14px;   

    font-size: 15px;   

    line-height: normal;   

    border-radius: 5px;   

    margin: 0;   

}


/*底部  */
#fd{background-color: #77b061;position: absolute;bottom: 0px;width: 100%;}
.wp{ width:100%; margin:0 auto;}
.fd-logo{margin-bottom: 14px;margin-top: 35px;}
#fd .col-l{height:50px;border-right: 0px solid #35373c;margin-right: 37px;}
#fd .col-c{height:150px;border-right: 0px solid #35373c;}
#fd .fd-nav{float:left;margin-right: 43px;font-size: 14px;}
.fd-nav li a{color: #ccc;}
.fd-nav li{line-height: 25px;}  
.fd-nav .tit a{font-size: 16px;color:#2d84ce;font-weight: bold;}
.fd-nav .tit{margin:16px 0px 5px 0px;}
.fd-add{margin-top: 13px;}
.fd-add span{font-size: 16px;color:#2d84ce;font-weight: bold;}
.fd-add p{font-size: 14px;color:#c2c5c7;margin-bottom: 30px;margin-top: 20px;line-height: 25px;}

.fd-copy{height: 30px; color:#fff;margin-top: 0px;}
.fd-copy p{text-align: center; margin-bottom: 5px;}
.fd-copy .r li{float:left;margin-top: 10px;margin-left: 10px;}





