body.function-login {
    height:100%;
    background: transparent url("../../images/bg01.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-menu {
    height:100%;
    background:transparent url("../../images/bg02.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-remind {
    height:100%;
    background:transparent url("../../images/bg01.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-remind_successs {
    height:100%;
    background:transparent url("../../images/bg01.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-register {
    height:100%;
    background:transparent url("../../images/bg01.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-changepwd{
    height:100%;
    background:transparent url("../../images/bg01.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-changepwd_success{
    height:100%;
    background:transparent url("../../images/bg01.png") no-repeat center center fixed;
    background-size:cover;
}
body.function-register_success{
    height:100%;
    background:transparent url("../../images/bg01.png") no-repeat center center fixed;
    background-size:cover;
}