body{
    margin: 0;padding: 0;
    font-family: "微软雅黑";
    background: url(/assets/img/auth/bg.png) repeat;
}
.body-title{
    width: 100%;height: 54px;
    background: url(/assets/img/auth/bg_tle.png) repeat-x;
    text-align: center;
    line-height: 54px;
    font-size: 23px;
    color: #A9CD5F;
    margin: auto;
}

.body-head{
    width: 100%;height: 350px;
    background: url(/assets/img/auth/bg_head.png) repeat-x;
    text-align: center;
    line-height: 54px;
    font-size: 23px;
    color: #A9CD5F;
    margin: auto;
}

.banner{
    position: relative;
    width: 1000px;
    height: 280px;
    margin: auto;
    padding: 60px 0;
}
.banner .icon{
    float: left;
    background: url(/assets/img/auth/banner.png) no-repeat 0 0;
    width: 424px;height: 271px;
}

.banner .ad{
    float: left;
    width: 550px;height: 271px;
    text-align: left;margin-left: 20px;
    color: #46433E;
}
.banner .ad h1,.banner .ad h2,.banner .ad h3{
    margin: 0;padding: 0;
}
.banner .ad h1{
    font-size: 58px;
}
.banner .ad h2{
    font-size: 48px;
}
.banner .ad h3{
    margin: 40px auto;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
}

.body-login{
    width: 100%;height: 200px;
    background: url(/assets/img/auth/bg_login.png) repeat-x;
    text-align: center;
    line-height: 54px;
    font-size: 23px;
    color: #A9CD5F;
    margin: auto;
}

.login-form{
    width: 570px;height: 200px;
    margin: auto;
    padding: 30px;
    
}

.login-form input[type="text"],.login-form input[type="password"],.login-form input[type="submit"]{
    width: 450px; height: 60px;
    line-height: 60px;
    font-size: 48px;
    margin: 5px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 50px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
}

.login-form input[type="text"]{
    background-image:  url(/assets/img/auth/lg01.png);
}
.login-form input[type="password"]{
    background-image:  url(/assets/img/auth/lg02.png);
}

.login-form input[type="submit"]{
    width: 133px;height: 47px;
    padding:0;
    background:  url(/assets/img/auth/lg03.png) no-repeat;
    border: none;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 47px;
    font-family: "微软雅黑";
}