.lr_top{
    display: block;
    width: 100%;
    margin: 0px 0px;
    background-color: #fff;
}
.lr_t_nav{
    display: block;
    width: 1500px;
    margin: 0px auto;
    height: 100px;
    padding: 20px 0px;
}
.lrtn_left{
    width: 300px;
    display: inline-block;
    border-right: 2px solid #999;
    height: 100%;
    padding: 10px 0px;
    text-align: center;
    vertical-align: top;
}
.lrtn_left img {
    width: 120px;
    height: 40px;
}
.lrtn_right{
    display: inline-block;
    height: 100%;
    padding: 10px 20px;
    text-align: left;
    vertical-align: top;
    font-size: 25px;
}
.lr_body{
    height: 580px;
    background: url(/home-assets/images/login_register_bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 36px;
}
.lrb_main{
    display: block;
    width: 1500px;
    margin: 0px auto;
    height: 540px;
    padding: 80px 520px;
}
.lrbm_block{
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 5px;
    position: relative;
}
.lrbmb_pheight{
    height: auto;
}
.login_sign{
    width: 60px;
    height: 60px;
    background: url(/home-assets/images/login_account.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    border-top-right-radius: 5px;
    border: 1px solid #ccc;
    border-top: 0px;
    border-right: 0px;
}
.login_sign:hover{
    cursor: pointer;
}
.lrbmb_container
{
    height: 100%;
    padding: 80px 80px 40px 80px;
}
.lrbmbc_title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.lrbmbc_item{

    width: 100%;
    display: block;
    height: 200px;
}
.lrbmbci_list{
    margin-bottom: 15px;
    position: relative;
}
.lrbmbci_input{
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 12px;
    border: 1px solid #dddee1;
    border-radius: 4px;
    color: #495060;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    outline:0px;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
}
.lrbmbci_input:focus{
    border: 1px solid #4a98e8;
}
.getCode{
    position: absolute;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 100px;
    background: #2d7de7;
    border-radius: 0 4px 4px 0;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}
.had_send
{
    border: 1px solid #2d7de7;
    color: #2d7de7;
    background-color: white;
}
.lrbmbci_list span{
    display: inline-block;
}
.lrbmbcil_span_left{
    width: 60%;
}
.lrbmbcil_span_right{
    width: 40%;
    text-align: right;
}
.lrbmbci_list a{
    color: #4a98e8;
}
.lrbmbci_list a:hover{
    color: #ff832d;
}
.login_btn{
    color: white;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #1d7ee2;
    border-color: #1d7ee2;
    border: 0;
    border-radius: 20px;
    padding: 6px 90px;
}
.lcenter{
    text-align: center;
}
.lerror{
    text-align: center;
    color: red;
    margin-bottom: 0px;
}
.getCaptcha{
    position: absolute;
    height: 32px;
}
.captcha_with{
    margin-right: 10px;
    width: 60%;
}
/*注册*/
.register_body{
    height: 800px;
}
.register_main{
    height: 750px;
}
.register_lrbmbcil_span_left
{
    text-align: center;
    width: 100%;
}
.register_pro{
    width: 70px;
    line-height: 30px;
    text-align: right;
}
.register_pro input:hover{
    cursor: pointer;
}
.register_pro_content{
    width: 200px;
    line-height: 30px;
    color: #4a98e8;
 }
.register_pro_content:hover{
    cursor: pointer;
    color: #4a98e8;
}
