#titleLogon{
    background: url(LoginImage/titleLogon.png) no-repeat;
    width: 229px;
    height: 55px;
    float: left;
}
#titleName{
    background: url(LoginImage/titleName.png) no-repeat;
    width: 565px;
    height: 52px;
    float: left;
    margin-left: 30px;
}
#bgCenter {
    background: url(LoginImage/bgCenter.png) no-repeat;
    background-size:100% 100%;
}
#header{
    overflow:hidden;
    height: 125px;
    background: url(LoginImage/LoginTitleBack.png) no-repeat;
    background-size: 100% 100%;
}
#userCode{
    background:url(LoginImage/name.png) no-repeat 15px 13px;
    border: 1px solid #999;
    font-size: 24px;
    padding: 15px 0px 8px 50px;
}
.pwd{
    background:url(LoginImage/paw.png) no-repeat 15px 13px;
    border: 1px solid #999;
    font-size: 24px;
    padding: 15px 0px 8px 50px;
}
#verifyCode{
    background:url(LoginImage/via.png) no-repeat 15px 16px;
    border: 1px solid #999;
    font-size: 24px;
    padding: 15px 0px 8px 50px;
}
#bgImage{
    background:url(LoginImage/login_bg.png) no-repeat center;
    background-size: 100% auto;
    margin-left: 2%;
    width: 50%;
    height: 50%;
    float: left;
}
#LoginMain input{
    width: 320px;
}
#bgBorder-Y{
    float: left;
    width: 4px;
    margin-top: 50px;
    margin-left: 5%;
    /*height: 100%;*/
    height: 500px;
    background:url(LoginImage/bgBorder-Y.png) no-repeat;
    background-size: 4px 500px;
}
#LoginMain {
    float: left;
    background-color: #ffffff;
    background-size: 100% auto;
    height: 375px;
    width: 440px;
    margin-left: 5%;
    min-height: 375px;
    min-width: 440px;
    box-shadow: 0 2px 15px #c6c6c6;
}
.loginShowUser {
    margin-left: 5px;
    color: #CCCCCC;
    font-size: 16px;
    font-family: 微软雅黑;
    font-weight: bold
}
.btnLogin{
    border:none;
    font-size: 24px;
    font-family: 微软雅黑;
    color: #ffffff;
}
.tileValue{
    position: absolute;
    font-size: 16px;
    font-family: 微软雅黑;
    color: #000000;
    margin-top:14px;
    margin-left: 5px;
}
#model tr {
    height: 60px;
}
#model td {
    text-align: center;
}