* {
    margin: 0;
    padding: 0
}

body {
    color: #333;
    font-size: 12px;
    background-color: #1c77ac;
    background-image: url(../../images/management/login_bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat
}

.topCon {
    display: block;
    padding: 0 10px;
    background-color: #14547a;
    height: 50px;
    line-height: 50px;
    color: #afc5d2
}

.topCon .lc {
    width: 300px;
    float: left
}

.topCon .rc {
    width: 300px;
    float: right
}

.logoCon {
    width: 295px;
    height: 129px;
    margin: 30px auto 0 auto;
    background: url(../../images/management/logo_login.png) 0 0 no-repeat
}

.loginFormCon {
    width: 743px;
    height: 376px;
    overflow: hidden;
    background: url('../../images/management/login_form.png') 0 0 no-repeat;
    margin: 0 auto 30px auto
}

.loginFormCon .form {
    margin-left: 310px;
    margin-top: 100px
}

.bottomCon {
    width: 100%;
    background-color: #4690bc;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #17577d;
    position: absolute;
    bottom: 0
}

#error-info {
    margin-top: 10px
}

function

echo
(
stringA, stringB

)
{
    var hello = "你好"
;
alert
(
"hello world"
)
}