html,body{
    height: auto!important;
    background-color: #f7f7f7!important;
}

.login_bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/login_bg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 700px;
}
.loginBody{
    width: 560px;
    margin: 0 auto;
    position: relative;
    top: 50px;
}
.loginBody .login_left{
    width: 706px;
    float: left;
    height: 100%;
    background: url("../img/login_bg.jpg") no-repeat center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
    padding-left: 78px;
}
.loginBody .login_left img{
    max-width: 50px;
    margin-right: 10px;
    vertical-align: middle;
}
.loginBody .login_left .logo .name{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
}
.loginBody .login_right{
    width: 574px;
    float: left;
    border: 1px solid #fca603;
    /*height: 622px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 24px 27px;
    padding-bottom: 50px;
}
.loginBody .login_right .tips{
    color: #b2b2b2;
    font-size: 14px;
    text-align: center;
    padding-top: 40px;
}
.loginBody .login_right .success_box .tips{
    padding-top: 50px;
}
.loginBody .login_right .switch_btn{
    float: right;
    display: block;
}
.loginBody .login_right .switch_btn .tip{
    font-size: 12px;
    line-height: 24px;
    color: #b1b1b8;
    border: 1px solid #e0e0e0;
    padding: 0 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}
.loginBody .login_right .switch_btn img{
    vertical-align: middle;
}
.icon.people1_icon{
    width: 14px;
    height: 11px;
    background-position: -572px -39px;
}

.loginBody .login_right .switch_btn .tip .t3{
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-right: 0px solid #fff;
    display: block;
    position: absolute;
    padding: 0!important;
    right: -6px;
    top: 5px;
    left: auto;
    z-index: 2;
}
.loginBody .login_right .switch_btn .tip .t4{
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e0e0e0;
    border-right: 0px solid #e0e0e0;
    display: block;
    position: absolute;
    padding: 0!important;
    right: -7px;
    top: 5px;
    z-index: 1;
}
.bind_box,
.login_box{
    padding-top: 80px;
}
.bind_box .title,
.success_box .title,
.login_box .title{
    clear: both;
    margin-bottom: 40px;
    text-align: left;
    padding-left: 80px;
}
.bind_box .title{
    padding-left: 0;
}
.number_l .title{
    padding-left: 0;
}
.bind_box .title .name,
.success_box .title .name,
.login_box .title .name{
    font-size: 30px;
    color: #444;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.login_box .title .name.nameB{
    color: #444444;
    font-size: 24px;
    text-align: center;
}
.bind_box .title .tip,
.success_box .title .tip,
.login_box .title .tip{
    font-size: 16px;
    color: #b7b7b7;
    display: block;
}
.bind_box{
    width: 376px;
    margin: 0 auto;
}
.login_box .code_img{
    width: 230px;
    height: 230px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}
.login_box .code_img img{
    width: 100%;
    height: 100%;
}
.icon.scan_code_icon{
    width: 38px;
    height: 38px;
    background-position: -698px 0;
}
.tip_scan_code{
    padding-left: 145px;
}
.tip_scan_code .scan_code_icon{
    display: inline-block;
    margin-top: 0;
}
.tip_scan_code .icon{
    vertical-align: middle;
}
.tip_scan_code .tip{
    display: inline-block;
    vertical-align: middle;
    color: #aeaeae;
    line-height: 24px;
    font-size: 14px;
}
.copy_right{
    font-size: 12px;
    line-height: 25px;
    position: relative;
    top: 70px;
    text-align: center;
    color: #b2b2b2;
}
.success_box{
    /*padding-left: 80px;*/
    padding-top: 80px;
    text-align: center;
}
.success_box img{
    display: block;
    margin: 0 auto;

}
.success_box .header{
    width: 168px;
    height: 168px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.bind_box .input_box{
    display: block;
}
.bind_box select{
    line-height: 46px;
    border: 1px solid #eee;
    color: #393a3e;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    padding: 0 5px;
    padding-right: 0;
    display: block;
    height: 46px;
    width: 376px;
    margin-bottom: 20px;
}
.bind_box .input_box input[type=password],
.bind_box .input_box input[type=text]{
    display: block;
    height: 46px;
    width: 376px;
    margin-bottom: 20px;
    border-radius: 0;
}
.bind_box .input_box .remember_psw{
    margin-top: 10px;
    color: #444;
    font-size: 14px;
    display: block;
    cursor: pointer;
}
.bind_box .input_box  .bind_btn{
    width: 376px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    background-color: #fca603;
    display: block;
    text-align: center;
    border: 1px solid #fca603;
}
.bind_box .input_box  .bind_btn:hover{
    opacity: .9;
}
.icon.wx_icon{
    width: 14px;
    height: 12px;
    background-position: -589px -38px;
}
.icon.tip_icon_w{
    width: 11px;
    height: 11px;
    background-position: -75px -20px;
}
.input_box .error_tip{
    width: 376px;
    color: #fff;
    background-color: #ff7397;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.loginBody form{
    display: block;
    height: 100%;
}
.loginBody .logo{
    text-align: center;
    margin-bottom: 45px;
}

.input_box .img_code{
    margin-bottom: 20px;
}

.input_box .img_code input[type=text]{
    width: 260px;
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
    margin-bottom: 0;
}
.input_box .img_code button.txt{
    width: 110px;
    display: inline-block;
    background-color: #fca603;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    line-height: 46px;
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
}
.input_box .img_code button.txt:hover{
    background-color: #ffa800;
}
.input_box .img_code button.txt[disabled]{
    background-color: #cccccc;
    cursor: no-drop;
}
.input_box .img_code img.txt{
    width: 110px;
    height: 46px;
    vertical-align: middle;
}

.input_box .checkbox{
    margin-top: 10px;
    margin-bottom: 30px;
}
.input_box .checkbox input[type=checkbox]:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/checkbox_icon.png") no-repeat center center;
    transform: scale(.8);
}
/*input[type=checkbox]:hover:before{*/
/*background: url("../img/icon74.png") no-repeat center center;*/
/*}*/
.input_box .checkbox input[type=checkbox]:checked:before {
    background: url("../img/checkbox_checked.png") no-repeat center center;
    background-color: #fff;
    transform: scale(.8);
}
.input_box .loginBtn{
    font-size: 14px;
    text-align: center;

}
.bind_box .input_box .bind_btn.disabled{
    background-color: #cccccc;
    cursor: no-drop;
    border-color: #ccc;
}
.login_bgB.login_bg{
    position: unset;
    padding-top: 80px;
}
.login_bgB.login_bg .loginBodyB{
    position: unset;
}
.login_bgB.login_bg  .copy_right{
    position: unset;
    margin-top: 50px;
    padding-bottom: 50px;
}
.select_chosen{
    margin-bottom: 20px;
}
.select_chosen .chosen-container-active.chosen-with-drop .chosen-single,
.select_chosen .chosen-container-single .chosen-single{
    border: 1px solid #eee;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    line-height: 46px;
    height: 46px;
}
.select_chosen .chosen-container .chosen-drop{
    border: 1px solid #eee;
}
.select_chosen .chosen-container-active .chosen-single{
    border:1px solid #fca603;
    outline: none;
}
.select_chosen .chosen-container-single .chosen-single div b{
    background-position: 0px 12px ;
}
.select_chosen .chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position: -16px 12px ;
}
.select_chosen .chosen-container .chosen-results li.highlighted{
    background-color: #fca603;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fca603), color-stop(90%, #fccc71));
    background-image: linear-gradient(#fca603 20%, #fccc71 90%);
    color: #fff;
}
.select_chosen .chosen-container-single .chosen-search input[type="text"]{
    border: 1px solid #eee;
}
.loginBody  input[type=radio]:before{
    background: url(../img/l_radio_icon.png) no-repeat center center;
}
.loginBody  input[type=radio]:checked:before{
    background: url(../img/l_radio_check_icon.png) no-repeat center center;
}