.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: none;
    color:#000000;
}

.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;
    }

.login-body{
    background: url(/images/login-box-bg.jpg) no-repeat;
    padding: 30px 0px 170px;
    background-size:cover;
}

#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);
    float: right;
    padding: 15px 30px;
}

    .g_box h2 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }
.trig-con{
    width:100%;
    height:40px;
    position:relative;
}
.login-tips{
    float:left;
    margin-right:5px;
}
.trig {
    position:absolute;
    top:0;
    right:0;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 4px;
    font-weight:400;
}

.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;
}

.form li input.text {
    width: 240px;
    padding: 4px 6px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    border: none;
    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:40px;
        width: 100%;
        text-align: center;
        color: #fff;
        letter-spacing: 5px;
        cursor: pointer;
        font-size: 18px;
        border: none;
    }

    .form li.last .disabled {
        background: url(../../images/loading.gif) 102px 18px no-repeat #eee;
        cursor: default;
        color: #999;
    }

.form li.other {
    margin-top:20px;
    text-align: right;
}
.form li.other a{
    margin-left:10px;
    color:#4a4a4a;
}

.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.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: 0 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: #09f;
    }

    .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;
}
.login-body2{
    width:1010px;
    margin:0 auto;
}
.login-form{
    padding:100px 0;
}
.list-head{
    width:100%;
}
.list-head img{
    display:block;
    margin:0 auto;
}
.list-detail{
    padding:50px 0;
}
.red-text{
    color:#de3213;
}
.list-detail p{
    font-size:14px;
    text-align:center;
}
.invite-code-input{
    text-align:center;
    padding:20px 0;
}
.invite-code-input input[type=text]{
    width:310px;
    padding:10px 20px;
}
.nextbtn{
    width:316px;
    height:40px;
    line-height:40px;
    text-align:center;
    display:block;
    font-size:18px;
    margin:0 auto;
    border-radius:0;
}
.ignore{
    cursor: context-menu;
    display:block;
    width:350px;
    margin:0 auto;
    text-align:right;
    padding:5px 0;
    font-size:14px;
    color:rgb(180,180,180);
}
.login-code{
    display:block;
    width:72px;
    margin:0 auto;
}
.list-detail .title{
    width:350px;
    margin:0 auto;
}
.list-detail .title h4{
    font-size:18px;
}
.list-detail label{
    position:relative;
    display:inline-block;
    font-size:14px;
    width:80px;
}
.detail-list label em{
    position:absolute;
    top:0;
    left:-10px;
}
.list-detail .iface{
    display:inline-block;
    vertical-align:top;
}
.iface .face{
    width:100px;
    height:100px;
    text-align:center;
    line-height:100px;
    font-size:14px;
    color:rgb(180,180,180);
    border:1px dotted #dedede;
    cursor:pointer;
}
.detail-list{
    width:350px;
    margin:15px auto;
    font-size:14px;
}
.gender-male{
    margin-left:40px;
}
.detail-list .cus{
    margin-left:12px;
}
.detail-list.upImg{
    display:none;
    padding:20px 0;
}
.detail-title{
    color:rgb(180,180,180);
}
.upfile-cover{
    width:100%;
    height:200px;
    margin-top:5px;
    text-align:center;
    line-height:200px;
    border:1px dotted #dedede;
    color:rgb(180,180,180);
    cursor:pointer;
}
.login-tip{
    width:600px;
    margin:0 auto;
    margin-top:50px;
    text-align:center;
    padding:30px 0;
    border-bottom:1px dotted #dedede;
    font-size:20px;
}
.login-tip img{
    vertical-align:middle;
}
.login-list.stepTwo{
    display:none;
}
.upfile-cover img{
    max-width:100%;
    max-height:100%;
}

.g_box .box-hd{
   margin-bottom: 60px;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.g_box .r-tab{
    width: 50%;
    text-align: center;
    border-bottom: solid 2px #ececec;
    font-size: 18px;
    float: left;
    height: 32px;
    cursor: pointer;
}

.g_box .r-tab a{
    display: inline-block;
    text-decoration: none;
}

.g_box .r-tab.r-tab-cur{
    border-bottom: solid 2px #de3213;
    color: #de3213;
    font-weight: 700;
}
.wx-login{
    text-align:center;
}
.wx-login .wx-icon{
    margin:30px auto 20px auto;
    width: 84px;
    height: 84px;
    display: block;
    background:url('/images/login_v6.png')no-repeat;
    background-position:-168px 0;
    overflow:hidden;
}
.wx-login .wx-icon:hover{
    background-position:-168px -82px;
}
#type-change{
    display:inline-block;
    width:55px;
}
.wx-text{
    width:125px;
    margin:30px auto;
}
.wx-text img{
    float:left;
    margin-top:6px;
    margin-right:10px;
}
.wx-login .other{
    float:right;
}
.wx-login .other a{
    margin-left:10px;
}
.wx-login p{
    font-size:14px;
}
.wx-text p{
    text-align:left;
}
.poptip{
    border: 1px solid #f3d995;
    height: 16px;
    line-height: 16px;
    padding: 5px 20px 5px 15px;
    background: #fefcee;
    position: relative;
}
.poptip-arrow {
    top: 8px;
    right: 0;
    position: absolute;
    z-index: 10;
}

.poptip-arrow em, .poptip-arrow span {
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(255,255,255,0);
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0;
}
.poptip-arrow em {
    top: 0;
    left: 1px;
    border-left-color: #f3d995;
    border-width: 6px 0 6px 6px;
}
.poptip-arrow span {
    border-left-color: #fefcee;
    border-width: 6px 0 6px 6px;
}
.poptip .pop-content{
    color:#df9c1f;
}
.pop-information{
    display:inline-block;
}