@charset "utf-8";

/*注册*/
.register .tit,.login_title,.jl_title{
    margin-top: 200px;
    border-bottom: 1px solid #cccccc;
    line-height: 50px;
}
.register .tit h3,.jl_title h3{
    position: relative;
    font-weight: bold;
    margin: 0;
    width: 150px;
    line-height: 50px;
}
.register .tit h3:after,.jl_title h3:after{
    content: '';
    display: block;
    width: 150px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    background: #1687d9;
    left:50%;
    margin-left: -75px;
}
.register .tit a{
    color: #1687d9;
}
.register-box{
    width: 330px;
    margin-top: 40px;
}
.err_text{
    height: 30px;
    line-height: 30px;
    color: #ff0000;
    padding-left:15px;
}
.register-box .form-group{
    margin-bottom:0;
}
.register-box .form-control{
    height: 50px;
}
.register-box .sms-button{
    background: #7fbdea;
    color: #fff;
}
#buttons_submit{
    background: #1687d9;
}

/*注册成功页面*/
.reg_success{

}
.reg_success .tipbox{
    background: rgba(255,255,255,.9);
    padding-bottom:50px;
}
.reg_success .tipbox .title{
    padding-top: 40px;
    padding-bottom:40px;
    border-bottom: 1px dashed #b4b4b4;
    font-size:20px;
    color: #f68e3a;
}
.reg_success .tipbox p{
    margin-top: 50px;
}
.reg_success .tipbox .btn{
    margin-top: 50px;
}

/*登录*/
.login .login_title{
    background: #fff;
}
.login ul{
    margin-bottom:0;
    overflow: inherit;
}
.login ul li{
    float: left;
    position: relative;
    width: 120px;
    text-align: center;
}
.login ul li a{
    font-size:24px;
    font-weight: bold;
    color: #000;
    position: relative;
    display: block;
    /*padding: 0 15px;*/
}
.login ul li a:hover{
    text-decoration: none;
}
.login ul li:after{
    width: 1px;
    height: 50%;
    content: '';
    position: absolute;
    right: 0;
    top:25%;
    background: #cccccc;
}
.login ul li a:after{
    width: 100%;
    height: 5px;
    content: '';
    background: #cccccc;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.login ul li a.on:after{
    background: #1687d9;
}
.login_box{
    margin-top: 80px;
}
.login_box .form-control{
    height: 50px;
}
.btn-login{
    background: #1687d9;
}
#login_err{
    border-color: #FE0000;
    background: #FFF5F4;
    height: 34px;
    visibility: hidden;
}

/*个人简历*/
.jl_title{
    margin-bottom: 15px;
}
.jl_title h3{
    /*margin: 0;*/
    /*position: relative;*/
}
.jl_title h3:after{
}
.jl_title .current{
    font-size:18px;
}
.jl_title .current a{
    font-size:18px;
    padding-left: 8px;
    padding-right:8px;
    color: #000;
}
.jlcon .panel{
    border:none;
    line-height: 34px;
}
.jlcon .panel-heading{
    border: none;
    background: #f3f9fe;
    font-size:14px;
    font-weight: bold;
}
.jlcon .panel-heading span,.jlcon .panel-heading span label{
    font-weight: normal;
}
.jlcon ul{
    overflow: inherit;
    position: relative;
}
.jlcon ul.item_ul>li{
    margin-bottom:25px;
}
.jlcon ul li.pos-close,.jlcon ul:first-child:hover li.pos-close{
    display: none;
}
.jlcon ul:hover li.pos-close{
    display: block;
}
.jlcon .panel-star{
    width: 45px;
    height:34px;
    color: #f00;
}
.jlcon .panel-star:before,.jlcon .panel-star:after{
    content: '';
    display: block;
}
.jlcon .panel-text{
    padding-left:5px;
    width: 100px;
    font-size:14px;
}
.jlcon .panel-form{
    width: 260px;
    margin-right:5px;
}
.jlcon .panel-remind{
    color: #a5a5a5;
}
.jlcon .btn .fa{
    margin-left: 15px;
}
.jlcon .panel-textarea{
    width: 655px;
}
.jlcon .panel-textarea textarea.form-control{

}
.jlcon .panel-textContent{
    min-height:110px;
}

.datetimepicker{

}
#work_div,#project_div{
    position: relative;
}

.disabled_mask{
    width: 100%;
    /*height: calc(100% - 54px );*/
    height: 100%;
    position: absolute;
    top:54px;
    left:0;
    /*background: #eee;*/
    cursor: no-drop;
    display: none;
}
#project_div .disabled_mask{
    top:0;
}



.selectpicker{position:relative;width:220px;min-width:134px;height:36px;border:1px solid #eee;cursor:pointer;}
.selectpicker:after{content:"";position:absolute;top:50%;right:10px;margin-top:-2px;border-top:5px solid #666;border-right:5px solid transparent;border-left:5px solid transparent;}
.selectpicker .select_text{padding:0 20px 0 10px;height:36px;line-height:36px;}
.select_ul{display:none;position:absolute;/*top:34px;*/left:-1px;width:220px;min-width:134px;border:1px solid #D4D4D4;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;z-index: 999;}
.select_ul li{line-height:36px;text-indent:10px;}
.select_ul li:hover{color:#fff;background:#6AA7EA;}
.select_ul li.cur{color:#fff;background:#195DA3;}

.xdsoft_datetimepicker {
    z-index: 99999999;
}

/*填写简历选择框*/
.mask_div{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    background: rgba(0,0,0,.5);
    z-index: 99;
    display: none;
}
.res_checkbox{
    width: 450px;
    height:260px;
    position: fixed;
    left:50%;
    top:50%;
    margin-left:-225px;
    margin-top: -130px;
    background: #fff;
    z-index: 99;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

.res_checkbox .title{
    background: #407ea9;
    position: relative;
}
.res_checkbox .title h4{
    margin: 0;
    color: #fff;
    line-height: 40px;
}
.res_checkbox .title a.btn_close{
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    right: 5px;
    top:5px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.res_checkbox .check_content{
    padding-top: 30px;
    padding-left:70px;
}
.res_checkbox .btn {
    background: #407ea9;
    padding:10px 65px;

}
.res_checkbox .btn-tx{
    width: 140px;
    height:40px;
    display: block;
    background: #407DA9;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
p.info_p{
    line-height: 50px;
    text-align: center;
}
.upPicker {
    position: relative;
    overflow: hidden;
}
.file {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 100%;
    height: 100%;
    filter: Alpha(opacity=0);
    font-size: 40px;
    opacity: 0;
}

input.form-control {
    border-color: #d3d3d3;
}