body#login-body {
    background: #f2f2f2;
    margin: 0;
    background-position-y: -50px;
    padding: 0;
}

.main {
    width: 644px;
    margin: 0 auto;
    padding-bottom: 30px;
    height: 597px;
    margin-top: 60px;
    background: url(../images/reg-box-bg.png) no-repeat;
}

.title {
    text-align: center;
    color: #fff;
    padding-top: 5px;
}

.login-tit {
    letter-spacing: 5px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.inputBox input {
    margin-bottom: 20px;
    border: none;
    border-radius: 2px;
    color: #333;
    height: 32px;
    padding-left: 5px;
    width: 450px;
    border: 1px solid #ccc;
}

div#login {
    width: 310px;
    height: 38px;
    text-align: center;
    background: #ff7f0b;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    border: 1px solid #555;
    letter-spacing: 7px;
}

a {
    color: #33cba7;
    text-decoration: none;
}

.get_pwd {
    text-align: center;
    margin: 10px 0;
}

a.choose {
    text-align: center;
}

.register_link {
    text-align: center;
    color: #fff;
}

label.input-lb {
    color: #333;
    font-weight: bold;
    display: inline-block;
    width: 100px;
    margin-left: 10px;
}

.captcha-box {
    display: inline-block;
    position: relative;
    width: 458px;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    background: #504e4a;
}

input#phrase {
    width: 300px;
    border-radius: 5px 0 0 5px;
}

span.imgCode {
    position: absolute;
    right: 55px;
    top: 0;
}

a#change {
    position: absolute;
    right: 10px;
    color: transparent;
    display: inline-block;
    background: url(../images/refresh-captcha.png) no-repeat;
    height: 40px;
    width: 30px;
    top: 4px;
}

h1.big-tit {
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.t-header {
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #808080;
}

span.site-tit {
    float: left;
}

.t-sub-h {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}

span.ac-msg {
    float: right;
}

a.swi-link {
    color: #ff7e00;
}
.t-header.t-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: inherit;
    color: #525252;
}

.b-sub-h {
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    line-height: 15px;
    font-size: 14px;
}
.b-sub-h p {
    margin-top: 0;
}
.captcha-lb {
    position: relative;
    bottom: 25px;
}
img.login-title {
    width: 552px;
    margin: 30px auto;
    display: block;
}
.b-sub-h a {
    color: #525252;
}

.siwtch-box a {
    display: inline-block;
    float: left;
    width: 188px;
    height: 45px;
    background: url(../images/reg-type2.png);
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin-left: 20px;
}

.siwtch-box {
    overflow: hidden;
}

.register-tit {
    font-size: 25px;
    color: #e67200;
    position: relative;
    left: 50%;
    margin-left: -50px;
    top: -50px;
}

a.reg-type {
    background: url(../images/reg-type.png);
}

.register_box {
    margin-top: 30px;
    margin-left: 25px;
}

button.submit-btn {
    float: right;
    display: inline-block;
    width: 145px;
    height: 36px;
    background: url(../images/code-btn.png);
    border: none;
    color: #eee;
    margin-right: 48px;
    font-size: 16px;
    cursor: pointer;
}

a.xy-con {
    float: left;
    color: #e67200;
    margin-top: 10px;
    margin-left: 10px;
}
.container {
    margin-top: 80px;
}
span.get-code-btn {
    display: inline-block;
    width: 145px;
    height: 36px;
    background: url(../images/code-btn.png);
    border: none;
    color: #eee;
    margin-right: 25px;
    font-size: 16px;
    bottom: 20px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    right: 23px;
}
span.code_get_disabled {
    background: url(../images/code-btn-disabled.png);
}

.inputBox {
    position: relative;    
    margin-bottom: 10px;
}
.pwd-strong span {
    width: 71px;
    height: 19px;
    display: inline-block;
    background: url(../images/pwd-strong.png) no-repeat;
    text-align: center;
    line-height: 19px;
    color: #fff;
    font-size: 14px;
}

span.bg-strong {
    background: url(../images/pwd-strong2.png) no-repeat;
}

.pwd-strong {
    position: absolute;
    right: 50px;
    bottom: -5px;
}
.code_box {
    margin-bottom: 20px;
}
.mod_register {
    padding-top: 80px;
}
@media screen and (max-height: 860px) {
    .t-header.t-bottom {
        position:relative;
        padding: 10px;
    }
    
}