body{
    background: url(../images/user_bcg.jpg) repeat-y top center;
}

.footer{
    /* margin-top:0 !important; */
    /* background:none; */
}

.footer .copyright{
    /* margin-top:10px !important; */
}


.header_box{
    background:white;
}
.login_content{
width:100%;
overflow: hidden;
}

.login_content_bcg{
    position: relative;
    background:white;
    overflow: hidden;
    margin-top:25px;
}


.register-box{
    padding: 20px 30px 60px;
    width: 1080px;
    min-height: 544px;
    margin: 0 auto;
}

.register-box .title{
    height: 45px;
    line-height: 45px;
    color: #990000;
    font-size: 20px;
    font-weight: bold;
}

.register-box .subtitle{
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}


.register-left{
    width: 790px;
    float: left;
}
.register-area{
    padding-top: 15px;
}

.input-item{
    margin-top: 20px;
    line-height: 38px;
}

.input-item span.label{
    width: 100px;
    text-align: right;
    margin-right: 10px;
    font-size: 15px;
    color: #666;
    display: inline-block;
    float: left;
    height:40px;
    line-height:40px;
}

.input-item input{
    width: 298px;
    height: 36px;
    border: 1px solid #d6d6d6;
    margin-right: 5px;
    text-indent: 10px;
}

.input-item .tips{
    font-size: 13px;
    color: #999;
}
.input-item .error{
    color:red;
}

.real-name-area{
    padding-top: 30px
}

.fcm-txt{
    font-size: 14px;
    color: #999;
    padding-left: 25px;
    padding-bottom:10px;
}
.operate-area{
    margin-left: 110px;
}

.agree-item{
    padding: 20px 0 25px;
    line-height: 12px;
}
.agree-item span{
    font-size: 12px;
}

 .agree-item input[type="checkbox"] {
    float: left;
    margin-right: 8px;
    margin-top:2px;
    margin-left:0;
}

.submit-btn{
    width: 299px;
    height: 48px;
    background-color: #f60;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    outline:none;
    border:none;
    cursor: pointer;
}

.register-right{
    width: 245px;
    height: 225px;
    border-left: 1px solid #eee;
    margin-top: 18px;
    padding-left: 35px;
    float: right;
}

.register-right .txt{
    font-size: 16px;
    color: #333;
}

.register-right .a-btn{
    width:245px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    margin: 20px 0;
    background-color: #f90;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.other_login{
    margin-top:25px;
    font-size:16px;
}

.other_login p{
    text-align:center;
    font-size:14px;
    color:#333;
}
.other_login p::after{
    content: "";
    display:inline-block;
    width:40px;
    height:1px;
    background:#e4e4e4;
    vertical-align: middle;
    margin-left:10px;
}
.other_login p::before{
    content: "";
    display:inline-block;
    width:40px;
    height:1px;
    background:#e4e4e4;
    vertical-align: middle;
    margin-right:10px;
}
.other_login div{
    width:180px;
    margin:30px auto 0;
    text-align:center;
}

.other_login div a{
    width:34px;
    height:32px;
    display:inline-block;
    background:url(../images/other_login_icon.png) no-repeat;
    background-position:0 0;
    margin:0 20px;
}
.other_login div a.cur{
    background-position:-37px 0;
}

.input-item .success_form{
    display:inline-block;
    width:18px;
    height:18px;
    background:url(../images/success_form.png) no-repeat center center;
    vertical-align:middle;
    margin-left:10px;
}

.cj_box{
    padding-left:110px;
    padding-top:0;
}
