
body{
    min-width: 1190px;
}

.container{
    width: 1190px;
    margin: 0 auto;
}
.red{
    color: #e23333 ;
}

#top{
    height: 59px;
    border-bottom: 1px solid #e7e5e5;
    background: #fff;
    position: relative;
    z-index: 10;
}
#top .logo{
    display: inline-block;
}
#top img{
    height: 28px;
    margin-top: 16px;
    float: left;
}
#top .wel_register{
    float: right;
    line-height: 59px;
}


#gap{
    background: #eeeeee;
    height: 10px;
    position: relative;
    z-index: 10;
}


#main{
    position: fixed;
    top: 70px;
    bottom: 60px;
    width: 100%;
    background: url("../../images/cj/login_bg.png") no-repeat center center;
    min-width: 1190px;
}
#main .container{
    height: 100%;
    position: relative;
}
#main .login_box{
    width: 488px;
    height: 489px;
    padding: 0 40px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -244px;
    background: url("../../images/cj/login_bg_small.png") no-repeat;
}
#main .login_box .title{
    line-height: 90px;
    letter-spacing: 2px;
    font-size: 24px;
    text-align: center;
    font-family: "SimSun";
    font-weight: bold;
    color: #222;
}



#main .input_box{
    margin-top: 50px;

}
#main .input_box .input{
    border-bottom: 1px solid #999999;
    padding: 7px 0;
    position: relative;
}
#main .input_box .input.pwd{
    margin-top: 50px;
}
#main .input_box .input b{
    display: block;
    width: 22px;
    height: 24px;
    float: left;
    margin: 4px 20px 0 20px;
    background: url("../../images/icons.png") no-repeat;
    background-position: -210px 0;
}
#main .input_box .input.pwd b{
    background-position: -240px 0;
}


#main .input_box .input span{
    display: block;
    float: left;
    width: 0;
    line-height: 32px;
    height: 32px;
    border-right: 1px solid #c2c2c3;
}
#main .input_box .input input{
    width: 340px;
    height: 32px;
    line-height: 16px;
    padding: 8px 20px;
    float: left;
    box-sizing: border-box;
    background: transparent;
    border: none;
    outline: none;
    color: #222;
    font-size: 16px;
}
#main .input_box .input .can_seen{
    width: 22px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    right: 0;
    cursor: pointer;
    background: url("../../images/icons.png") no-repeat;
    background-position: -280px 0;
}
#main .input_box .input .can_seen.can{
    background-position: -310px 0;
}

#main .login_box .error_info{
    color: #e23333 ;
    font-size: 13px;
    line-height: 38px;
    height: 38px;
    margin: 23px 0;
}

#login_btn{
    line-height: 44px;
    background: #b9b9b9;
    color: #fff;
    text-align: center;
    font-size: 16px;

}
#login_btn.can{
    cursor: pointer;
    background: #e23333 ;
    color: #fff;
}

.remember_forget{
    margin-top: 20px;
    line-height: 16px;
}

.remember_forget .forget a{
    color: #666 ;
}
.remember_forget .forget a:hover{
    color: #e23333 ;
}
