body#login-body {
    background: #f2f2f2;
    margin: 0;
    background-position-y: -50px;
    padding: 0;
}

.main {
    width: 900px;
    margin: 0 auto;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    padding-bottom: 5px;
    margin-top: 50px;
    margin-bottom: 30px;
    border: 1px solid #cacaca;
}

.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: 5px;
    color: #fff;
    height: 38px;
    padding-left: 5px;
    background: #504e4a;
    width: 500px;
}

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: #fff;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    margin-left: 10px;
}

.captcha-box {
    display: inline-block;
    position: relative;
    width: 505px;
    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: absolute;
    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;
}
.agree-tit {
    color: #ff7e00;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.agree_box {
    background: #efefef;
    letter-spacing: 5px;
    height: 500px;
    line-height: 30px;
    padding: 10px;
    color: #252525;
    overflow-y: auto;
    -moz-box-shadow: inset -2px -1px 15px 2px #929292;
    -webkit-box-shadow: inset -2px -1px 15px 2px #929292;
    box-shadow: inset -2px -1px 15px 2px #929292;
    text-indent:25px
}

.agree-bottom span {
    display: inline-block;
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: url(../images/agree-no.png);
    float: left;
}

.agree-bottom {
    width: 400px;
    margin: 10px auto;
    overflow: hidden;
}

span.agree-btn {
    float: right;
    background: url(../images/agree-yes.png);
    color: #222;
}
p {
    margin: 10px 0;
    padding: 0;
}
.sub-desc {
    text-indent: -25px;
    padding-left: 50px;
}

p.sub-tit {
    text-indent: 0;
}

@media screen and (max-height: 860px) {
    .t-header.t-bottom {
        position:relative;
        padding: 10px;
    }
    
}