body{
    background: url("/Public/images/login/background.png")no-repeat fixed top;
    height:100%;
    width:100%;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	margin:0;
}
#whi{
    width: 315px;
    height: 410px;
    background-color: white;
    margin: 200px auto 100px;
}

#lo{
    width: 40px;
    height: 30px;
    color: #707070;
    font-size: 20px;
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 45px;
}
#whi input{
    width: 222px;
    height: 36px;
    padding-left: 8px;
    border: 1px solid #E1E1E1;
    margin-left: 43px;
}
#btn{
    width:230px;
    height:33px;
    background:#0781CA;
    color: white;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    border: none;
    margin-left: 43px;
    margin-top: 51px;
}
/*zuoce*/
#left{
    width: 482px;
    height: 470px;
	margin: 150px auto 100px;
}
#loname{
    font-size: 56px;
    color: white;
    float: left;
    margin-left: 11px;
}
#con img{
    width: 46px;
    height: 46px;
    float: left;
    margin-left: 11px;
}
#con{
    margin-top: 20px;
}
#conn{
    font-size:30px;
    color: white;
    float: left;
    margin-left: 15px;
}
/*foot*/
#foot{
    width: 100%;
    height: 58px;
    /*background-color: dodgerblue;*/
}
.f-con{
    width: 50%;
    height: 58px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 58px;
    border-top: 1px solid #FFFFFF;
	float:left;
}