﻿html, body {
    overflow: hidden;
}

#bg{
    background-color:#000\9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.wrap {
    height: 630px;
    top: 50%;
    margin-top: -315px;
    position: absolute;
    width: 100%;
}

    .wrap .header-all {
        height: 62px;
    }

        .wrap .header-all .header {
            height: 47px;
            margin-bottom: 15px;
        }

            .wrap .header-all .header .logo {
                margin-top: 0;
            }

            .wrap .header-all .header .nav {
                margin-top: 0;
            }

    .wrap .content {
        height: 520px;
    }

        .wrap .content .banner {
            height: 520px;
        }

    .wrap .footer {
        height: auto;
    }

        .wrap .footer .footer-detail {
            height: auto;
        }

    .wrap .content .login-all {
        top: 30px;
    }

    .wrap .content .banner .left, .wrap .content .banner .right {
        bottom: 20px;
    }

.ac-title {
    color: #fff;
    font-size: 14px;
}

.ac-content {
    height: auto;
}

.phone-content {
    height: auto;
}

.steps {
    margin: 107px auto 0px auto;
    width: 507px;
    height: auto;
    padding: 8px;
    z-index: 1002;
    overflow: auto;
}

.step{
    display:none;
}