@charset "utf-8";
.pass-max-w {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}
.pass-main {
    background: #fff;
}
.pass-header {
    background-color: #4b545b;
    background: url(/images/home/home_banner_bg.jpg);
    color: #fff;
    padding: 30px 0;
}
.pass-header-title {
    font-size: 26px;
    margin: 0;
    font-size: 2.6rem;
}
.pass-header-desc {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 0 0 42px;
}
.pass-content {
    position: relative;
    text-align: center;
    padding: 60px 15px 200px;
    max-width: 900px;
    margin: 0 auto;
}
.pass-content-inner {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}
.pass-content-inner > p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 24px;
    color: #666;
}
.pass-content-inner > input.form-control {
    height: 40px;
    margin-bottom: 17px;
}
.pass-content-inner > .button-pure {
    width: 100%;
    padding: 0;
    height: 40px;
    line-height: 38px;
    margin-top: 3px;
}
.pass-content-inner > label {
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}
.pass-warning {
    padding-top: 6px;
    line-height: 20px;
}



.ss-pass-content {
    padding-top: 50px
}
.ss-pass-banner {
    border-bottom: 1px solid #ccc;
    border-width: 1px 0 1px 0;
    background-color: rgb(27, 127, 204);
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
}
.ss-pass-banner > h2 {
    color: #fff;
    margin-bottom: 26px;
    margin-top: 0px;
    font-size: 28px;
}
.ss-pass-banner > h4 {
    font-size: 16px;
    color: #eaeaea;
    margin-bottom: 0px;
}
.ss-pass-context {
    position: relative;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 200px;
    max-width: 900px;
    margin: 0 auto
}
.ss-pass-inner-context {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}
.ss-pass-inner-context p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 24px;
}
.ss-pass-inner-context label {
    margin-bottom: 6px;
    margin-top: 15px;
    font-size: 14px;
}
.ss-pass-inner-context input {
    height: 34px;
    width: 270px;
    font-size: 15px;
    padding: 4px 15px;
}
.ss-pass-inner-context .button-pure {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    line-height: 42px;
    margin-top: 24px;
    text-transform: uppercase;
}
.ss-pass-inner-context .ss-pass-warning {
    text-align: left;
    margin-top: 17px;
    line-height: 1.4em;
}
.ss-pass-download {
    text-align: center;
    padding: 80px 0;
    background: #f1f1f1;
}
