.load {
    height: 500px;
}

#header .hd_bar {
    background-color: #222;
    height: 57px;
}

.hd_bar .bd {
    padding-left: 182px;
    width: 826px;
    height: 57px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.hd_bar a.link {
    display: inline-block;
    height: 17px;
    line-height: 17px;
    color: #eee;
    padding: 20px 12px;
    background-color: #222;
    vertical-align: top;
}

.hd_bar a.link:hover {
    background-color: #444;
    color: #fff;
    text-decoration: none;
}

.form li.other a, .trig a {
    text-decoration: underline;
}

.hd_bar .hd_lbar {
    float: left;
    width: 310px;
    overflow: hidden;
    padding-left: 6px;
}

.hd_bar .hd_rbar {
    float: right;
    width: 300px;
    color: #eee;
    text-align: right;
}

.hd_bar .hd_rbar span {
    display: inline-block;
    height: 57px;
    line-height: 57px;
}

#header .logo {
    position: absolute;
    top: 0;
    left: 0;
}

#header .logo a {
    display: block;
    width: 182px;
    overflow: hidden;
}

#footer .ft_nav {
    padding-bottom: 0;
}

#main {
    width: 1008px;
    margin: 30px auto 50px;
}

.box-pic {
    width: 600px;
    height: 450px;
    overflow: hidden;
    float: left;
}

.g_box {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 320px;
    height: 390px;
    box-shadow: 0 0 15px rgba(204, 204, 204, .5);
    margin:0 auto;
    padding: 15px 30px;
    box-sizing: content-box;
}

.g_box h2 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.trig {
    float: right;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 4px;
}

.form_box {
    margin-bottom: 30px;
}

.form li h5 {
    font-size: 14px;
    color: #999;
}

.form li span.iconfont {
    display: inline-block;
    text-align: center;
    color: #aaa;
    font-size: 18px;
    vertical-align: middle;
    margin: 0 6px;
    /* float: left; */
}

.form li input.text {
    width: 240px;
    padding: 4px 6px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    border: none;
    box-sizing: content-box;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    color: #333;
    box-shadow: none;
    margin-left: 2px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.form li.text_input {
    border: 1px solid #ccc;
    line-height: 18px;
    padding: 6px;
    position: relative;
    margin-bottom: 24px;
    zoom: 1;
}

.form li.last {
    margin-top: 10px;
}

.form li.last .btn {
    height: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    cursor: pointer;
    font-size: 18px;
    border: none;
    background-color: #403e3e;
}

.form li.last .disabled {
    background: url(../../images/loading.gif) 102px 18px no-repeat #eee;
    cursor: default;
    color: #999;
}

.form li.other {
    text-align: right;
}

.form li.text_input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.form li.error p {
    margin-top: -10px;
    background-color: #FFF2F2;
    border: 1px solid #ff8080;
    padding: 2px 8px;
    margin-bottom: 15px;
}

.form li.error p i {
    color: #f50;
    margin-right: 4px;
    font-size: 14px;
}

#main.login_min {
    width: 382px;
    margin: 0;
}

.login_min .g_box {
    height: 310px;
    border: none;
    box-shadow: none;
    float: none;
}

.login_min .g_box h2 {
    margin-bottom: 4px;
}

.login_min .form li.text_input {
    margin-bottom: 15px;
}

.login_min .form li.error p {
    margin-bottom: 6px;
}

.login_min .form_box {
    margin-bottom: 20px;
}

.login_min .other-form li {
    padding-bottom: 6px;
    margin-bottom: 0;
}

.other-login {
    font-size: 0;
}

.other-login a {
    margin-top: 0;
    vertical-align: top;
    margin-right: 10px;
    background: url(../../images/other-login-bg.png) center no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.other-login a.sina {
    background-position: 0 0;
}

.other-login a.qq {
    background-position: -40px 0;
}

.other-login a.alipay {
    background-position: -80px 0;
}

.other-login a.taobao {
    background-position: -120px 0;
}

.other-login a.baidu {
    background-position: -160px 0;
}

.other-login a.qihoo360 {
    background-position: -200px 0;
}

.other-login a.weixin{
    background-position: -241px 0;
}

.other-login a:hover {
    text-decoration: none;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.other-form li {
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.bind_box {
    background-color: #fff;
    padding: 15px;
    width: 400px;
    margin: 0 auto;
}

.bind_box h2 {
    font-size: 24px;
    font-weight: 400;
}

.bind_box .trig {
    margin-top: 10px;
}

.bind_tip {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.verify_code {
    width: 300px;
}

.verify_code p {
    margin: 10px 0 5px;
    color: #999;
}

.verify_code input {
    width: 100px;
}

.verify_code .img img {
    vertical-align: -8px;
    margin-right: 10px;
    width: 110px;
    height: 40px;
    background: url(../../images/loading.gif) center no-repeat;
}

.verify_code .img a {
    color: #f84139;
}

.verify_code a.btn {
    margin-left: 10px;
}

.validation-summary-errors li {
    margin-top: -10px;
    background-color: #FFF2F2;
    border: 1px solid #ff8080;
    padding: 2px 8px;
    margin-bottom: 15px;
}
