
#userBody{
    position: absolute;
    width: 100%;
    min-height: 100%;
    min-width: 1200px;
    /*background: #f5f8f9;*/
    background: #f5f6f8;
    overflow: auto;
}
.user-header{
    position: relative;
    height: 88px;
    background: #fff;
}
.user-header-container{
    width: 1200px;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: table;
}
.user-header-container .user-header-item{
    display: table-cell;
    vertical-align: middle;
}
.user-header-container .user-header-item.logo-box .beta-num{
    vertical-align: top;
    font-size: 10px;
    color: #60686e;
    position: relative;
    top: 3px;
}
.top-nav-header{
    display: none;
    width: auto;
    text-align: right;
}
.top-nav-header .topNav-show-btn{
    display:inline-block;
    padding: 6px 12px 3px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    color: #b3b3b3;
    cursor: pointer;
}
.top-nav-header .fa{
    font-size: 24px;
}
.top-nav-header .topNav-show-btn.active{
    display:inline-block;
    padding: 6px 12px 3px;
    border-radius: 5px;
    border: 1px solid #00aad6;
    color: #00aad6;
    cursor: pointer;
}
.user-top-navList{
    height: auto;
    margin-left: 30px;
}
.user-top-navList li.nav-item{
    float: left;
    /* padding: 0 30px; */
    position: relative;
}
.user-top-navList li.nav-item a{
    display:block;
    height:60px;
    line-height:60px;
    text-decoration: none;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    color: #44546b;
}
.user-top-navList li.nav-item.active a{
    border-bottom: 2px solid #00aad6;
}
.user-top-navList li.nav-item a:hover{
    color: #2d2f32;
    text-decoration: none;
}
.user-top-navList li.nav-item.active a:hover,
.user-top-navList li.nav-item.active a:focus{
    border-bottom: 2px solid #00aad6;
    text-decoration: none;
}
.user-header-item .userpic-downMenu{
    position: relative;
}
.userpic-box{
    width: 100%;
    cursor: pointer;
    text-align: right;
}
.userpic-box .fa{
    font-size: 18px;
    color: #a6a9ac;
    margin-left: 3px;
}
.userpic-downMenu .downMenu{
    display: none;
    width: 160px;
    height: auto;
    background: #fff;
    position: absolute;
    margin-left: -80px;
    left:50%;
    top:46px;
    z-index: 10;
    -ms-box-shadow: 0 0 10px rgba(168,168,168,.1);
    -webkit-box-shadow: 0 0 10px rgba(168,168,168,.1);
    box-shadow: 0 0 10px rgba(168,168,168,.1);
}
.downMenu .downMenu-list{
    display: block;
    padding: 5px;
}
.downMenu-list li{
    display: block;
    margin-bottom: 5px;
}
.downMenu-list li:last-child{
    margin-bottom: 0;
}
.downMenu-list li a{
    display:block;
    height:34px;
    border-radius:6px;
    line-height:34px;
    color:#60686e;
    text-align:center;
}
.downMenu-list li a:hover{
    background: #f5f8f9;
    text-decoration: none;
    color: #60686e;
}
.user-header-item:hover .userpic-downMenu .downMenu{
    display: block;
}
.user-header-item:hover .userpic-box .fa-angle-down:before{
    content: "\f106";
    color: #00aad6;
}
/* 内容样式 */
.user-container{
    width: 1200px;
    /*position: relative;*/
    padding: 0 15px;
    margin:30px auto 0;
    overflow-y: hidden;
}
/*左侧内容 公共*/
.user-cont-box{
    width: 839px;
    height: auto;
    margin-bottom:-10000px;
    padding-bottom:10000px;
}
input,select,textarea{
    outline:none;
}
.user-cont-box ul li a{
    text-decoration:none;
}
.user-cont-box ul li{
    position: relative;
}
.user-cont-box ul li .operation{
    position: absolute;
    top:0px;
    right:30px;
}
.user-cont-box ul li a:hover{
    text-decoration:none;
}
.user-cont-box.user-withdraw-contBox{
    width: 100%;
}
.user-main-box{
    display:block;
    height: auto;
    margin-bottom:-10000px;
    padding-bottom:10000px;
}
.user-main-header{
    height: auto;
    /*background: #fdfdfd;*/
    border-bottom: 1px solid #eceff2;
}
.user-main-header .main-header-title{
    font-size: 18px;
    color: #2d2f32;
    padding: 20px 40px;
    /*border-left: 2px solid #00aad6;*/
    position: relative;
}
.user-main-header .main-header-title .border-left-1{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
    width: 2px;
    height: 25px;
    background: #359ec3;
    bottom: 0;
}
.user-main-header .main-header-title.bor-lnone{
    border: none;
}
.user_resume,
.user_skill{
    padding:16px 40px;
    margin-top: 16px;
}
.user_resume .resume_title h5,
.user_resume .resume_title span,
.user_skill .skill_title h5,
.user_skill .skill_title span{
    height:42px;
    line-height:42px;
    font-size:14px;
    color:#60686e;
    /*font-weight:bold;*/
}
.user_resume .resume_title span,
.user_skill .skill_title span{
    color:#90d0e7;
    cursor:pointer;
}
.user_resume .resume_content p{
    line-height:33px;
    font-size:14px;
    color:#60686e;
}
.edit_resume,
.edit_project{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(225, 225, 225, 0.8);
    z-index: 10;
}
.edit_resume .edit_resume_box,
.edit_project .edit_project_box{
    width:460px;
    height:299px;
    background:#fff;
    margin:200px auto;
    border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
}
.edit_resume .edit_resume_box .edit_resume_top,
.edit_project .edit_project_box .edit_project_top{
    height:60px;
    line-height:60px;
    padding:0 21px;
    background:#359ec3;
    border-radius:5px 5px 0 0 ;
    -ms-border-radius:5px 5px 0 0 ;
    -moz-border-radius:5px 5px 0 0;
    -o-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
}
.edit_resume .edit_resume_box .edit_resume_top h6,
.edit_project .edit_project_box .edit_project_top h6{
    font-size:16px;
    color:#ffffff;
    line-height:60px;
}
.edit_resume .edit_resume_box .edit_resume_center,
.edit_project .edit_project_box .edit_project_center{
    padding:30px 0 0 30px;
}
.edit_resume .edit_resume_box .edit_resume_center label,
.edit_project .edit_project_box .edit_project_center label{
    line-height:26px;
    margin-bottom: 28px;
    user-select: none;
}
.edit_resume .edit_resume_box .edit_resume_center input[type='number']{
    width:108px;
}
.edit_resume .edit_resume_box .edit_resume_center .checkbox_time{
    width:335px;
}
.edit_resume .edit_resume_box .edit_resume_center .checkbox_time label{
    margin-right: 15px;
    margin-bottom: 18px;
}
.edit_resume .edit_resume_box .edit_resume_center .checkbox_time label:nth-child(6),
.edit_resume .edit_resume_box .edit_resume_center .checkbox_time label:nth-child(4),
.edit_resume .edit_resume_box .edit_resume_center .checkbox_time label:nth-child(5){
    margin-right: 29px;
    margin-bottom: 21px;
}
.edit_resume .edit_resume_box .edit_resume_center input[type='checkbox']{
    margin:0;
    vertical-align: middle;
}
.edit_resume .edit_resume_box .edit_resume_footer,
.edit_skill_footer,
.edit_project .edit_project_box .edit_project_footer{
    width:100%;
    height:64px;
    background:#f5f8f9;
    border-radius:0 0 5px 5px  ;
    -ms-border-radius:0 0 5px 5px  ;
    -moz-border-radius:0 0 5px 5px ;
    -o-border-radius:0 0 5px 5px ;
    -webkit-border-radius:0 0 5px 5px ;
    border-top: 1px solid #eceff2;
    text-align: center;
}
.edit_resume .edit_resume_box .edit_resume_footer button,
.edit_skill_footer button,
.edit_project .edit_project_box .edit_project_footer button{
    width:68px;
    height:32px;
    border:1px solid #eceff2;
    margin-top: 16px;
    color:#fff;
    background:#359ec3;
    border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
}
.edit_resume .edit_resume_box .edit_resume_footer button:nth-child(1),
.edit_skill_footer button:nth-child(1),
.edit_project .edit_project_box .edit_project_footer button:nth-child(1){
    color:#55555d;
    background:#fff;
}
.user_skill ul{
    margin-left: 24px;
    margin-top: 5px;
}
.user_skill ul li{
    margin-right:25px;
    padding:0 15px;
    color:#60686e;
    height:28px;
    line-height:28px;
    border:1px solid #eceff2;
    border-radius: 20px;
    -ms-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    -webkit-border-radius:20px;
}
.edit_skill{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
     background:rgba(225, 225, 225, 0.8);
    z-index: 10;
}
.edit_skill .edit_skill_box{
    width:641px;
    /*height:581px;*/
    background:#fff;
    margin:100px auto;
    border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
}
.edit_skill .edit_skill_box .edit_skill_top{
    height:60px;
    line-height:60px;
    padding:0 21px;
    background:#359ec3;
    border-radius:5px 5px 0 0 ;
    -ms-border-radius:5px 5px 0 0 ;
    -moz-border-radius:5px 5px 0 0;
    -o-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
}
.edit_skill .edit_skill_box .edit_skill_top span,
.edit_resume .edit_resume_box .edit_resume_top span,
 .edit_project .edit_project_box .edit_project_top span{
    cursor:pointer;
}
.edit_skill .edit_skill_box .edit_skill_top h6{
    font-size:16px;
    color:#ffffff;
    line-height:60px;
}
.edit_skill_center .skill_center_box{
    width:100%;
    border-bottom:1px solid #dde0e5;
    padding:25px 30px;
}
.edit_skill_center .skill_center_box li{
    margin-right: 20px;
    margin-bottom: 25px;
    font-size:14px;
    color:#60686e;
    height:28px;
    line-height:28px;
    padding:0 9px 0 13px;
    border-radius: 20px;
    -ms-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    -webkit-border-radius:20px; 
}
.edit_skill_center .scope{
    width:21%;
}
.edit_skill_center .scope .js_tab{
    width:100%;
    height:54px;
    line-height:54px;
    text-align: center;
    border-right: 1px solid #dde0e5;
    border-bottom: 1px solid #dde0e5;
    cursor:pointer;
}
.edit_skill_center .tab{
    width:79%;
}
.edit_skill_center .tab ul{
    width:100%;
    padding-left: 32px;
}
.edit_skill_center .tab ul .js_add{
    height:28px;
    line-height:25px;
    text-align: center;
    border:1px solid #dde0e5;
    border-radius: 20px;
    -ms-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    -webkit-border-radius:20px; 
    margin-left: 19px;
    margin-top: 19px;
    padding:0 10px;
    cursor:pointer;
}
.edit_skill_center .tab ul .js_add.active{
    background: #169fc1;
    color: #fff;
}
.edit_project .edit_project_box .edit_project_center input{
    width:300px;
    height:33px;
}
.edit_project .edit_project_box .edit_project_center textarea{
    width:300px;
    height:100px;
}
.user-main-body{ 
    min-height: 630px;
}
.form-box{
   padding:30px 12px;
}
.form-box .form-group .control-label.win14{
    width: 14%;
    float: left;
    padding-left: 45px;
    padding-right: 12px;
    text-align: left;
}
.form-box .form-group .control-label.win16{
    width: 16%;
    text-align: left;
    padding-left: 45px;
    padding-right: 12px;
}

/*sidebar*/
.user-sideBar{
    width: 300px;
    /*height: auto;*/
    min-height: 575px;
    overflow: hidden;
    background: #fff;
   /* position: absolute;*/
    height: 100%;
    margin-bottom:-10000px;
    padding-bottom:10000px;
}
.user-sideBar.userIndex-sidebar{
    min-height: 480px;
}
.user-sideBar-box{
    height: auto;
    padding-bottom: 20px;
    min-height: 630px;
}
.user-pic-box{
    text-align: center;
    padding: 40px;
    border-bottom: 1px solid #eceff2;
    color: #444737;
    background: #eceff3;
}
.user-pic-box .user-toupic-box{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #f2f2f2;
    position: relative;
    margin: 0 auto 20px;
}
.touPic-btnBox{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 30px;
}
.input-touPic-btn {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    background: rgba(255,255,255,.7);
    color: #00aad6;
    line-height: 30px;
    border-radius: 4px;
}
.input-touPic-btn input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0; /* 实现的关键点 */
    filter:alpha(opacity=0);/* 兼容IE */
}
.input-touPic-btn .fa{
    margin-right: 5px;
}
.input-touPic-btn:hover {
    background: rgba(72,200,176,.6);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.user-pic-box .user-toupic-box:hover .touPic-btnBox{
    display: block;
    cursor: pointer;
}
.user-pic-box p{
    line-height: 1.5;
}
.sidebar-nav-header{
    display: none;
    padding: 10px 15px;
    text-align: right;
}
.sidebar-nav-header .nav-show-btn{
    display:inline-block;
    padding: 6px 12px 3px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    color: #b3b3b3;
    cursor: pointer;
}
.sidebar-nav-header .fa{
    font-size: 24px;
}
.sidebar-nav-header .active,
.sidebar-nav-header .nav-show-activeBtn{
    display:inline-block;
    padding: 6px 12px 3px;
    border-radius: 5px;
    border: 1px solid #00aad6;
    color: #00aad6;
    cursor: pointer;
}
.sidebar-navList{
    height: auto;
    display: block;
}
.sidebar-navList .nav-item{
    display: block;
    position: relative;
    margin-top: 20px;
}
.sidebar-navList .nav-item .nav-title{
    display: block;
    font-size: 14px;
    color: #444737;
    padding:0 40px;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 10px;
}
.sidebar-navList .nav-item .nav-dmenu{
    height: auto;
}
.menu-item a{
    display: block;
    height: 100%;
    line-height: 22px;
    color: #60686e;
   /* padding-left: 50px;*/
    padding-left: 36px;
    padding-right: 30px;
    /*padding-right: 15px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 2px solid #fff;
    text-decoration: none;
   /* margin-bottom: 15px;*/
}
.menu-item a .icon{
    position: relative;
    margin-right: 15px;
}
.menu-item a:hover{
    cursor: pointer;
    color: #169fc1;
}
.menu-item a:hover .icon-all{
    background: url("../img/icon/icon-all-green.png") no-repeat left top;
}
.menu-item a:hover .icon-handling{
    background: url("../img/new/FPitemIcon01.png") no-repeat left top;
}
.menu-item a:hover .icon-myapply{
    background: url("../img/new/TMIconPel01.png") no-repeat left top;
}
.menu-item a:hover .icon-applying{
    background: url("../img/icon/icon-applying-green.png") no-repeat left top;
}
.menu-item a:hover .icon-doing{
    background: url("../img/icon/icon-doing-green.png") no-repeat left top;
}
.menu-item a:hover .icon-done{
    background: url("../img/icon/icon-done-green.png") no-repeat left top;
}
.menu-item a:hover .icon-stop{
    background: url("../img/icon/icon-stop-green.png") no-repeat center center;
}
.menu-item a:hover .icon-nameProve{
    background: url("../img/icon/icon-nameProve-green.png") no-repeat left top;
}
.menu-item a:hover .icon-user{
    background: url("../img/icon/icon-user-green.png") no-repeat left top;
}
.menu-item a:hover .icon-set{
    background: url("../img/icon/icon-set-green.png") no-repeat left top;
}
.menu-item a:hover .icon-lock{
    background: url("../img/icon/icon-lock-green.png") no-repeat left top;
}
.menu-item a:hover .icon-zf{
    background: url("../img/icon/icon-zf-green.png") no-repeat left top;
}
.menu-item a:hover .icon-nameProve{
    background: url("../img/icon/icon-nameProve-green.png") no-repeat left top;
}
.menu-item a:hover .icon-skillProve{
    background: url("../img/icon/icon-skillProve-green.png") no-repeat left top;
}
.menu-item a:hover .icon-news{
    background: url("../img/icon/icon-news-green.png") no-repeat left top;
}
.menu-item a:hover .icon.icon-place{
    background: url("../img/icon/icon-withdraw-green.png") no-repeat left top;
}
.menu-item a:hover .icon-chart{
    background: url("../img/icon/icon-chart-green.png") no-repeat left top;
}
.menu-item a:hover .icon-balance{
    background: url("../img/icon/icon-balance-green.png") no-repeat left top;
}
.menu-item a:hover .icon-withdraw{
    background: url("../img/icon/icon-withdraw-green.png") no-repeat left top;
}
.menu-item a:hover .icon-contract{
    background: url("../img/icon/icon-contract-green.png") no-repeat left top;
}
.menu-item a:hover .icon-recruitment{
    background: url("../img/icon/icon_recruitment_green.png") no-repeat left top;
}
.menu-item a:hover .icon_skill{
    background: url("../img/icon/icon_skill_green.png") no-repeat left top;
}
.menu-item a:hover .icon_experience{
    background: url("../img/icon/icon_experience_green.png") no-repeat left top;
}
.menu-item.active a{
    color: #169fc1;
    text-decoration: none;
  /*  border-color: #00aad6;*/
}
.menu-item.active .icon-all{
    background: url("../img/icon/icon-all-green.png") no-repeat left top;
}
.menu-item.active .icon-handling{
    background: url("../img/icon/icon-pending-green.png") no-repeat left top;
}
.menu-item.active .icon-myapply{
    background: url("../img/icon/icon-myapply_green.png") no-repeat left top;
}
.menu-item.active .icon-applying{
    background: url("../img/icon/icon-applying-green.png") no-repeat left top;
}
.menu-item.active .icon-doing{
    background: url("../img/icon/icon-doing-green.png") no-repeat left top;
}
.menu-item.active .icon-done{
    background: url("../img/icon/icon-done-green.png") no-repeat left top;
}
.menu-item.active .icon-stop{
    background: url("../img/icon/icon-stop-green.png") no-repeat center center;
}
.menu-item.active a .icon-user{
    background: url("../img/icon/icon-user-green.png") no-repeat left top;
}
.menu-item.active a .icon-set{
    background: url("../img/icon/icon-set-green.png") no-repeat left top;
}
.menu-item.active a .icon-lock{
    background: url("../img/icon/icon-lock-green.png") no-repeat left top;
}
.menu-item.active a .icon-zf{
    background: url("../img/icon/icon-zf-green.png") no-repeat left top;
}
.menu-item.active a .icon-nameProve{
    background: url("../img/icon/icon-nameProve-green.png") no-repeat left top;
}
.menu-item.active a .icon-skillProve{
    background: url("../img/icon/icon-skillProve-green.png") no-repeat left top;
}
.menu-item.active a .icon-news{
    background: url("../img/icon/icon-news-green.png") no-repeat left top;
}
.menu-item.active a .icon.icon-place{
    background: url("../img/icon/icon-withdraw-green.png") no-repeat left top;
}
.menu-item.active a .icon-chart{
    background: url("../img/icon/icon-chart-green.png") no-repeat left top;
}
.menu-item.active a .icon-balance{
    background: url("../img/icon/icon-balance-green.png") no-repeat left top;
}
.menu-item.active a .icon-withdraw{
    background: url("../img/icon/icon-withdraw-green.png") no-repeat left top;
}
.menu-item.active a .icon-contract{
    background: url("../img/icon/icon-contract-green.png") no-repeat left top;
}
.menu-item.active a .icon-recruitment{
    background: url("../img/icon/icon_recruitment_green.png") no-repeat left top;
}
.menu-item.active a .icon_skill{
    background: url("../img/icon/icon_skill_green.png") no-repeat left top;
}
.menu-item.active a .icon_experience{
    background: url("../img/icon/icon_experience_green.png") no-repeat left top;
}

/*userindex style*/
p.userInfo-prove{
    padding: 10px 0 0;
    margin-bottom: -10px;

}
p.userInfo-prove a{
    padding: 20px 0;
}
.userInfo-prove .icon{
    min-height: 20px;
    margin-right: 6px;
}
.userInfo-prove span{
    display: inline-block;
    color: #a6a9ac;
    padding: 0 10px;
    line-height: 20px;
}
.userInfo-prove span.active{
    color: #60686e;
}
.userInfo-prove span.active .icon-nameProve-no{
    background: url("../img/icon/icon-nameprove-gray.png") no-repeat top left;
}
.userInfo-prove span.active .icon-skillProve-no{
    background: url("../img/icon/icon-skillprove-gray.png") no-repeat top left;
}
.userIndex-cont-box{
    padding: 30px 40px;
}
.userIndex-cont-body{
    padding: 50px 0;
    margin: 0 -15px;
}
.userIndex-item{
    width: 233px;
    height: 300px;
    float: left;
    margin: 0 15px;
    padding: 30px;
    background: #fff;
    border: 1px solid #eceff2;
    text-align: center;
    display: table;
    position: relative;

}
.userIndex-link-box{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.userIndex-item:hover{
    cursor: pointer;
    background:#eceff3;
}
.userIndex-item:hover .btn.btn-green-bg{
    background:#00aad6;
    border-color:#00aad6;
}

/*prove*/
.prove-box{
    padding: 20px 45px;
}
.role-select-box{
    margin: 0 -30px 50px;
    height: auto;
    /*overflow: hidden;*/
}
.role-select-item{
    width: 337px;
    height: auto;
    padding: 34px 57px;
    background: #fff;
    border: 2px solid #eceff2;
    margin: 0 33px;
}
.role-select-item.active,
.role-select-item:focus,
.role-select-item:hover{
    -ms-box-shadow: 0 0 20px rgba(168,168,168,.2);
    -webkit-box-shadow: 0 0 20px rgba(168,168,168,.2);
    box-shadow: 0 0 20px rgba(168,168,168,.2);
    border-color: #00aad6;
    outline: 0;
}
.role-select-title{
    text-align: center;
    color: #444737;
    font-size: 18px;
}
.role-select-item img{
    width: 100%;
    margin: 20px auto;
}
.select-desc-title{
    text-align: center;
    color: #60686e;
    font-size: 14px;
    padding: 10px 0;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-desc{
    font-size: 12px;
    color: #a6a9ac;
    padding: 0 6px;
    margin-top: 10px;
    line-height: 1;
}

.prove-skill-box,
.prove-information-box{
    height: auto;
    overflow: hidden;
}
.prove-skill-item{
    margin-bottom: 30px;
}
.prove-skill-item .item-title{
    color: #60686e;
    padding: 6px 10px;
    margin-bottom: 10px;
}
.skill-label-box{
    padding: 0 10px;
}
.skill-label-box label{
    max-width: 130px;
    width: 25%;
    padding: 10px 0;
    margin-right:10px;
}
.wait-tips{
    padding: 40px;
    margin-bottom: 30px;
}
.information-item{
    line-height: 26px;
    margin-bottom: 10px;
}

/*realName upload style*/
.credentials-box{
    width: 168px;
    height: 114px;
    border-radius: 10px;
    border: 1px solid #dde0e4;
    /*padding: 8px;*/
    margin-bottom: 10px;
    overflow: hidden;
}
.credentials-box img{
    display: block;
    width: 151px;
    height: 96px;
    margin: 8px auto;
    overflow: hidden;
    border: none;
    border-radius: 8px;
}
.credentials-qy-box{
    width: 164px;
    height: 112px;
    border-radius: 10px;
    border: 1px solid #dde0e4;
    /*padding: 8px;*/
    margin-bottom: 10px;
    overflow: hidden;
}
.credentials-qy-box img{
    display: block;
    width: 164px;
    height: 112px;
    overflow: hidden;
    border: none;
    border-radius: 10px;
}
.credentials-z img{
    background: url("../img/step/sm-prove-img01.png");
}
.credentials-f img{
    background: url("../img/step/sm-prove-img02.png");
}
.credentials-sc img{
    background: url("../img/step/sm-prove-img03.png");
}
.credentials-Qy img{
    background: url("../img/step/prove-default-bg.png");
}
.input-file-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    background: #f5f8f9;
    border-color: #dde0e5;
    color: #60686e;
    line-height: 1.8;
}
.input-file-btn input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0; /* 实现的关键点 */
    filter:alpha(opacity=0);/* 兼容IE */
}
.input-file-btn .fa{
    margin-right: 5px;
}
.btn.input-file-btn:hover,
.btn.input-file-btn:focus,
.btn.input-file-btn:active,
.btn.input-file-btn:active:focus{
    outline: 0;
    background: #dde0e5;
    border-color: #dde0e5;
    color: #60686e;
    box-shadow: none;
}

/*financial style*/
.financial-box{
    padding: 30px 40px;
}
.financial-header .bor-r1f2{
    height: 40px;
    position: relative;
    top:4px;
}
.financial-body{
    padding-top: 40px;
}
.financial-body.pd-t0{
    padding-top: 0;
}
.financial-tabs.nav-tabs{
    border-bottom: 1px solid #eceff2;
}
.financial-tabs.nav-tabs>li{
    display: block;
    margin-right: 40px;
    margin-bottom: 0;
}
.financial-tabs.nav-tabs>li>a {
    margin-right: 0;
    color: #60686e;
    line-height: 1.42857143;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 10px 0;
}
.financial-tabs.nav-tabs>li>a:focus,
.financial-tabs.nav-tabs>li>a:hover {
    text-decoration: none;
    background: none;
    color: #169fc1;
}
.financial-tabs.nav-tabs>li.active>a,
.financial-tabs.nav-tabs>li.active>a:focus,
.financial-tabs.nav-tabs>li.active>a:hover {
    color: #60686e;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #169fc1;
    cursor: pointer;
}

.financial-table.table{
    table-layout: fixed;
    border-bottom: 1px solid #eceff2;
}
.financial-table.table>tbody>tr>td,
.financial-table.table>tbody>tr>th,
.financial-table.table>tfoot>tr>td,
.financial-table.table>tfoot>tr>th,
.financial-table.table>thead>tr>td,
.financial-table.table>thead>tr>th {
    padding: 20px;
    line-height: 1;
    vertical-align: middle;
    border-top: 1px solid #eceff2;
    color: #a6a9ac;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.financial-table.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #eceff2;
    font-weight: normal;
    border-top: none;
    color: #60686e;
}
.financial-table.table>tbody>tr>td p{
    line-height: 1.42857143;
}
.financial-table.table-striped>tbody>tr:nth-child(odd)>td,
.financial-table.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f5f8f9;
}

/*contract-box*/
.user-main-body .contract-box{
    padding: 0 40px 40px;
}

/*message style*/
.message-list-header{
    padding: 15px 40px;
    background: #f5f8f9;
}
.Allmsg-del-btn:hover{
    color: #00aad6;
    cursor: pointer;
}
.Allmsg-del-btn:hover .icon-trash{
    background: url("../img/icon/icon-trash-active.png") no-repeat center 1px;
}
.message-filter{
    position: relative;
    top:-6px;
}
.message-filter .btn-default{
    border-color: #dde0e4;
    color: #7c8286;
    text-align: left;
    padding: 6px 24px 6px 8px;
}
.message-filter .dropdown-toggle.btn-default:hover,
.message-filter .dropdown-toggle.btn-default:focus,
.message-filter.open>.dropdown-toggle.btn-default{
    background-color: #fff;
    border-color: #dde0e4;
    box-shadow: none;
    color: #7c8286;
}
.message-filter .dropdown-toggle .fa{
    position: absolute;
    font-size: 16px;
    right: 8px;
    top: 8px;
    color: #a6a9ac;
}
.message-filter .dropdown-menu{
    min-width: 10px;
    width: 100%;
    margin: 0;
    border-color: #dde0e4;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.005);
    box-shadow: 0 6px 12px rgba(0,0,0,.005);
}
.message-filter .dropdown-menu li{
    padding: 5px 10px;
    text-align: center;
}
.message-filter .dropdown-menu li:hover{
    cursor: pointer;
    color: #00aad6;
}
.message-filter .dropdown-menu li.selected{
    background: #00aad6;
    color: #fff;
}
.message-list{
    height: auto;
    overflow: hidden;
}
.message-item{
    display: block;
}
.message-item:hover{
    background: #f5f8f9;
    cursor: pointer;
}
.message-item .message-media{
    display: block;
    border-bottom: 1px solid #eceff2;
    padding: 25px 0;
    width: 100%;
}
.message-media .win14{
    max-width: 50px;
}
.message-item-body{
    padding-left: 10px;
    max-width: 760px;
}
.message-item-header{
    display: block;
    position: relative;
}
.message-item-header.top_4{
    top: -4px;
}
.message-item-header.top_0{
    top: 0;
}
.message-title,
.message-title.title80{
    display: inline-block;
    width: 80%;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #444737;
    vertical-align: top;
    line-height: 1;
}
.message-title.title100{
    display: inline-block;
    width: 100%;
    padding-right: 0;
    white-space: normal;
    word-break: break-all;
    font-size: 16px;
    color: #444737;
    vertical-align: top;
    line-height: 1.6;
}
.message-time{
    color: #a6a9ac;
    font-size: 12px;
    vertical-align: bottom;
    line-height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.message-item-cont{
    display: none;
    padding: 20px 0 0 0;
    font-size: 12px;
    color: #a6a9ac;
    line-height: 25px;
}
.message-item:hover .message-title{
    color: #00aad6;
}
.message-item.read .icon-envelope{
    background: url("../img/icon/icon-envelope-k.png") no-repeat center top;
    top: -2px;
}
.message-item.read .message-title{
    color: #a6a9ac;
}

.user-header-background,.user-header-background .bg-ff{
    background: #e5e8ed;
}
.user-header-background .user-top-navList li.nav-item a{
    border-color: #e5e8ed;
}
.user-header-background .user-top-navList li.nav-item.active a{
    border-color: #169fc1;
    color: #169fc1;
}
.user-sideBar-hov{
    display: block;
    padding: 9px 0 9px 17px;

}
.menu-item a:hover .user-sideBar-hov{
    background: #f5f8f9;
}
.menu-item.active a .user-sideBar-hov{
    background: #f5f8f9;
}

.display-flex-auth{
    display: flex;
    justify-content: space-around;
}
.display-flex-auth .auth-approve{
    width: 45%;
    border: 1px solid #eceff2;
    padding: 30px 55px;
    overflow: hidden;
    cursor: pointer;
}
.display-flex-auth .auth-approve a{
    display: block;
    text-decoration: none;
    background: #fff;
}
.display-flex-auth .auth-approve:hover{
    -webkit-box-shadow:0 0 10px #1a1c1d;
    -moz-box-shadow:0 0 10px #1a1c1d;
    box-shadow:0 0 10px #1a1c1d;
    border-color: #359ec3;
}
.display-flex-auth .auth-approve.active{
    -webkit-box-shadow:0 0 10px #1a1c1d;
    -moz-box-shadow:0 0 10px #1a1c1d;
    box-shadow:0 0 10px #1a1c1d;
    border-color: #359ec3;
}
.display-flex-auth .auth-approve .title{
    font-size:18px;
    color: #444737;
}
.display-flex-auth .auth-approve .img{
    height: 115px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom:30px;
}
.display-flex-auth .auth-approve .message{
    font-size:14px;
    color: #60686e;
    margin-bottom:8px;
}
.display-flex-auth .auth-approve .wrap-message li{
    line-height: 24px;
    color: #a6a9ac;
    list-style: initial;
    font-size:12px;
}
.g-realcardjs, .g-realcardshow {
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-bottom: 27px;
}
 .g-realcardwrap {
    height: 140px;
    position: relative;
}
.g-realcardhide {
    position: absolute;
    top: 0;
    cursor: pointer;
    padding-top: 57px;
    text-align: center;
    width: 100%;
    display: none;
    height: 140px;
    left: 0;
    text-decoration: none;
}
.g-realcardhide span {
    padding: 0;
    width: 75px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    background: #359ec3;
}
 .g-realbankimg {
    padding: 20px 0;
    border-bottom: 1px dashed #e0e0e0;
    position: relative;
    height: 73px;
}
 .g-realcardinfo {
    padding-top: 22px;
}
.cor-gray51 {
    color: #515151;
}
.g-realcardjs:hover .g-realcardwrap{
    opacity: 0.2;
}
.g-realcardjs:hover .g-realcardhide{
    display: block;
    text-decoration: none;
}
 .g-realwrapplus {
    height: 140px;
     line-height: 140px;
     text-align: center;
    border: 1px dashed #e8e8e8;
    border-radius: 4px;
    padding-bottom: 43px;
    background: #fafafa;
     cursor: pointer;
}
.cor-gray97 {
    color: #979797;
}
.text-size24 {
    font-size: 24px;
}
 .g-realwrapplus a {
    font-size: 14px;
}


.wizard-steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
.wizard-steps li {
    display: table-cell;
    text-align: center;
    width: 1%;
}
.wizard-steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #bcbdbf;
    position: relative;
    top: 21px;
    z-index: 1;
}
.wizard-steps li:first-child:before {
    max-width: 51%;
    left: 50%;
}
.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
    border-color: #4aa5c7;
}
.wizard-steps li .step {
    border: 5px solid #bcbdbf;
    color: #fff;
    font-size: 15px;
    border-radius: 100%;
    background-color: #bcbdbf;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}
.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
    border-color: #4aa5c7;
    background: #4aa5c7;
    color: #fff;
}
.wizard-steps li .title {
    display: block;
    margin-top: 14px;
    max-width: 100%;
    color: #60686e;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
}
.wizard-steps li.complete .title, .wizard-steps li.active .title {
    color: #2b3d53;
}
.wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}

.step-content{
    margin-top:55px;
}
.step-content .control-label{
    text-align: left;
}

.settings-append{
    padding: 20px 0;
    border: 1px dashed #dddddd;
}
.settings-append .wraps{
    padding: 0 17px;
}
.settings-range{
    margin: 40px 0;
}

.settings-box{
    padding-left:40px;
    padding-right: 40px;
}
.settings-range .title,.settings-rangelist .settings-item .title{
    font-size:14px;
    font-weight: bold;
    color: #60686e;
    margin-bottom:20px;
}
.settings-range .settings-range-item,.settings-rangelist .settings-item .wraps-box .wraps{
    padding: 5px 10px;
    border: 1px solid #dde0e4;
    display: inline-block;
    border-radius: 28px;
    color: #60686e;
    margin:0 10px;
    cursor: pointer;
}

.settings-range .settings-range-item.active{
    background: #90d0e7;
    color: #fff;
}
.settings-rangelist .settings-item .wraps-box .wraps:hover,.settings-range .settings-range-item:hover{
    background: #90d0e7;
    color: #fff;
}
.imgmess{
    display: block;
    width: 23px;
    height:21px;
    background: url("../img/message1.png") no-repeat;
}

.activeimg .imgmess{
    background: url("../img/message2.png") no-repeat;
}
.position-relative{
    position: relative;
}




/*项目经验*/
.js_forAdd li{
    margin:0 20px 0;
    padding-bottom:15px;
}
.js_forAdd li p{
    line-height:30px;
    min-width: 400px;
    max-width: 600px;
}
.js_forAdd li p>span{
    width:80%;
    word-break:normal;
    word-wrap: break-word;
    display:block;
    white-space:pre-wrap;
    overflow:hidden;
    color:#60686e;
}
.js_forAdd .operation{
    font-size:20px;
}
.js_forAdd .operation a i{
    color:#ccc;
}
.js_forAdd .operation a:last-child i{
    margin-left:10px;
}
.write{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(225, 225,225, 0.8);
}
/*.write form{
    position: absolute;
    left:210px;
    top:150px;
    width:400px;
    height:280px;
    background:#fff;
    border-radius: 8px;
    -ms-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    -webkit-border-radius:8px;
}*/
.write form h3{
    font-size:15px;
    padding-left: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    background:#f5f8f9;
    border-radius: 4px;
    -ms-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -webkit-border-radius:4px;
}
.write textarea{
    min-width: 250px;
    min-height: 100px;
}
    /*.user-main-body .prove-scroll-box .write{
        display:none;
    }
    .user-main-body .prove-scroll-box .write form{
        margin-left: 20px;
        line-height: 50px;
    }
    .user-main-body .prove-scroll-box .write form input{
        height:25px;
        width: 180px;
    }
    .user-main-body .prove-scroll-box .write form .input-group-addon{
        font-size: 8px;
    }
    .user-main-body .prove-scroll-box .write form .search-list{
        display:table-cell;
    }
    .user-main-body .prove-scroll-box .write form .input-daterange{
        width:100px;
        margin-left: 73px;
        margin-top: -37px;
    }
    .user-main-body .prove-scroll-box .write form .input-daterange input{
        border-color:#ccc!important;
    }
    .user-main-body .prove-scroll-box .write form textarea{
        margin-top: 10px;
        min-width: 500px;
        min-height:300px;
        text-indent: .5em;
    }
    .user-main-body .prove-scroll-box .write form #title{
        text-indent:.5em;
    }*/
.btn_y{
    padding-top:10px;
    padding-left:230px;
    padding-bottom: 10px;
    background:#43556d;
    border-radius: 0 0 4px 4px;
    -ms-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    -o-border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
}
.btn_y button{
    background:#fff;
    border:1px solid #ccc;
    width:50px;
    height:30px;
    line-height:20px;
    background:#169fc1;
    color:#fff;
    border:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    border-radius: 4px;
    -ms-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -webkit-border-radius:4px;
}
.btn_y button:first-child{
    margin-right: 40px;
}
.btn_y button:hover{
    background:#00aad6;
}
.none{
    padding-bottom:66px;
    text-align:center;
}
.none img{
    margin-top:50px;
    padding-bottom:20px;
}
.regTip{
    display:inline-block;
    color:red;
}


/*我的职位*/
.job_list>ul{
width:839px;
height:auto;
margin-bottom:-10000px;
padding-bottom: 10000px;
}
.job_list>ul>li{
    width:100%;
    height:140px;
    background:#ffffff;
    padding:22px 40px 0;
    margin-bottom: 30px;
	cursor:pointer;
}
.job_list>ul>li:hover{
    background:#eceff2;
}
.job_list>ul>li:last-child{
    margin-bottom: 0;
}
.job_list>ul>li h4{
    font-size:18px;
    color:#3e4347;
    height:33px;
    line-height:33px;
}
.job_list>ul>li h4 span{
    font-size:12px;
    color:#a6a9ac;
}
.job_list>ul>li .product_manager{
     cursor:pointer;
}
.job_list>ul>li .product_manager .job_information h6{
    height:30px;
    line-height:30px;
    font-size:12px;
    color:#60686e;
}
.job_list>ul>li .product_manager .job_information h6 img{
    width:16px;
    height:16px;
    margin-right: 6px;
    vertical-align: middle;
}
.job_list>ul>li .product_manager .job_information .department{
    margin-left: 36px;
}
.job_list>ul>li .product_manager .work_event{
    height:40px;
    line-height:40px;
    color:#a6a9ac;
    font-height:12px;
}
.job_list>ul>li .job_btn{
    margin-top: 9px;
}
.job_list>ul>li .job_btn .btn:hover{
    background:#428bca;
    border-color: #428bca;
    cursor: pointer;
}


/*用户简历页面修改*/
.basic_info{
    padding:30px 0 30px;
    border-bottom: 1px solid #eceff2;
    margin:0 40px;
}
.basic_info>h6{
    display: block;
    width:110px;
    padding:10px 0;
    background:#eceff3;
    margin-bottom:30px;
    font-size:14px;
    color:#444737;
    border-radius:50px;
    -ms-border-radius:50px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
    -webkit-border-radius:50px;
    position: relative;
    font-weight: 500;
    text-shadow: 0 0 1px #7d7d7d;
}
/*.basic_info>h6:before{
    content: '';
    height: 2px;
    width: 200px;
    position: absolute;
    top: 18px;
    left: -225px;
    border-top: 1px solid #eceff3;
    border-bottom: 1px solid #eceff3;
    background: #eceff3;
}
.basic_info>h6:after{
    content: '';
    height: 2px;
    width: 200px;
    position: absolute;
    top: 18px;
    right: -225px;
    border-top: 1px solid #eceff3;
    border-bottom: 1px solid #eceff3;
    background: #eceff3;
}*/
.basic_info>h6 span{
    position: absolute;
    top:10px;
    right:-650px;
    cursor: pointer;
    color:#00aad6;
    text-shadow:none;
}
.basic_info .cancel_info{
    cursor: pointer;
    color:#00aad6;
}
.basic_info ul,
.work_experience,
.project_experience,
.object_info{
    padding-left: 50px;
}
.basic_info ul li{
    margin-right: 50px;
    color:#a6a9ac;
}
.basic_info form{
    padding:40px 100px 20px;
    background:#eceff3;
}
#edit_info label{
    line-height:25px;
}
#edit_info a{
    display: inline-block;
    width:90px;
    background:#fff;
    margin-right: 20px;
    text-decoration: none;
}
.work_experience,
.project_experience{
    padding-bottom: 20px;
}
.work_experience h6,
.project_experience h6{
    font-size:14px;
    color:#444737;
    line-height:20px;
}
.work_experience h6 span,
.project_experience h6 span{
    float:right;
    padding-right: 40px;
    cursor: pointer;
    color:#00aad6;
}
.work_experience>p,
.project_experience>p{
   font-size:13px;
   color:#a6a9ac;
   word-wrap:break-word ;
}
.work_experience>p:nth-child(4),
.project_experience>p:nth-child(4){
    margin-top: 10px;
}
#edit_work textarea,
#edit_project textarea{
    /*width:100%;*/
    min-height: 80px;
}
#edit_work .input-daterange input,
#edit_project .input-daterange input{
    display: inline-block;
    width:47.3%;
}
#edit_work .cancel_work,
#edit_project .cancel_project,
.cancel_object{
    color:#00aad6;
    cursor: pointer;
}
.object_info span{
    color:#a6a9ac;
}



/*首页修改*/
.tooltip{
    width:100%;
    left:70px!important;
    top:-30px!important;
}
.index_order .order-list-box{
    padding:30px 35px;
}
.index_order .order-list-box ul.order-list{
    border-bottom:1px solid #eceff2;
}
.index_order .order-item{
    -ms-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    width:234px;
}
.index_order  .order-item-info{
    padding-left: 0;
    padding-right: 0;
}
.index_order .user-main-header .main-header-title{
    padding-left:0;
    padding-right: 0;
    margin-left: 40px;
    cursor: pointer;
}
.index_order .user-main-header .main-header-title.active{
    border-bottom: 1px solid #169fc1;
}
.index_order .order-list-box ul.order-list li{
    /*overflow: hidden;*/
}
.index_order .lock{
    position: absolute;
    right:3px;
    top:-22px;
    display: block;
    width:30px;
    height:80px;
    background:url(../img/lock1.png) no-repeat center rgba(255,255,255,0.8);
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* Internet Explorer */
    -moz-transform:rotate(-45deg); /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg); /* Opera */
}

.index_order .job-list-box{
    padding:30px 35px;
}
.index_order .job-list-box .lock{
    background:url(../img/lock.png) no-repeat center;
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); /* Internet Explorer */
    -moz-transform:rotate(0deg); /* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg); /* Opera */
}
.index_order .job-list-box .order-list li{
    border:1px solid #eceff2;
    padding:30px 20px 0;
    transition: all .5s;
}
.index_order .job-list-box .order-list li:hover{
	box-shadow: 3px 3px 3px #888888;
}

.index_order .job-list-box .order-label{
    margin-bottom: 14px;
}
.index_order .job-list-box li h6{
    font-size:16px;
    color:#3e4347;
    height:33px;
    line-height:33px;
}
.index_order .job-list-box li .price{
    font-size:16px;
    color:#ffa800;
    height:30px;
    line-height:30px;
}
.index_order .job-list-box li .skill{
    padding:22px 0 30px;
    border-bottom: 1px solid #eceff2;
}
.index_order .job-list-box li .skill span{
    display: inline-block;
    width:74px;
    height:25px;
    line-height:23px;
    text-align: center;
    color:#60686e;
    font-size:12px;
    border:1px solid #eceff2;
    border-radius: 15px;
    -ms-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
    -webkit-border-radius:15px;
}
.index_order .job-list-box li p{
    margin-top: 25px;
    font-size:12px;
    color:#bbbbbb;
}#userBody{
    position: absolute;
    width: 100%;
    min-height: 100%;
    min-width: 1200px;
    /*background: #f5f8f9;*/
    background: #f5f6f8;
    overflow: auto;
}
.user-header{
    position: relative;
    height: 60px;
    background: #fff;
}
.user-header-container{
    width: 100%;
    height: 60px;
    padding: 0 38px;
    margin: 0 auto;
    display: table;
}
.user-header-container .user-header-item{
    display: table-cell;
    vertical-align: middle;
}
.user-header-container .user-header-item.logo-box .beta-num{
    vertical-align: top;
    position: relative;
    top: 3px;
    margin-left:5px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.top-nav-header{
    display: none;
    width: auto;
    text-align: right;
}
.top-nav-header .topNav-show-btn{
    display:inline-block;
    padding: 6px 12px 3px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    color: #b3b3b3;
    cursor: pointer;
}
.top-nav-header .fa{
    font-size: 24px;
}
.top-nav-header .topNav-show-btn.active{
    display:inline-block;
    padding: 6px 12px 3px;
    border-radius: 5px;
    border: 1px solid #00aad6;
    color: #00aad6;
    cursor: pointer;
}
.user-top-navList{
    height: auto;
    margin-left: 225px;
}
.user-top-navList li.nav-item{
    float: left;
    /* padding: 0 30px; */
    position: relative;
    margin-left: 60px;
}
.user-top-navList li.nav-item a{
    display:block;
    line-height:40px;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    height: 40px;
    background: #EF8641;
    border: 2px solid #EF8641;
    border-radius: 10px;
    padding: 0 20px;
    border: none !important;
}

.user-top-navList li.nav-item a .position-relative{
    height:40px;
    line-height:40px;
    overflow:hidden;
}

.user-top-navList li.nav-item.active a{
    border-bottom: 2px solid #00aad6;
}
.user-top-navList li.nav-item a:hover{
    color: #00aad6;
    text-decoration: none;
    border-bottom: 2px solid #00aad6;
}
.user-top-navList li.nav-item.active a:hover,
.user-top-navList li.nav-item.active a:focus{
    border-bottom: 2px solid #00aad6;
    text-decoration: none;
}
.user-header-item .userpic-downMenu{
    position: relative;
}
.userpic-box{
    width: 100%;
    cursor: pointer;
    text-align: right;
}
.userpic-box .fa{
    font-size: 18px;
    color: #fff;
    margin-left: 3px;
}
.userpic-downMenu .downMenu{
    display: none;
    width: 160px;
    height: auto;
    background: #fff;
    position: absolute;
    margin-left: -80px;
    left:50%;
    top:46px;
    z-index: 10;
    -ms-box-shadow: 0 0 10px rgba(168,168,168,.1);
    -webkit-box-shadow: 0 0 10px rgba(168,168,168,.1);
    box-shadow: 0 0 10px rgba(168,168,168,.1);
}
.downMenu .downMenu-list{
    display: block;
    padding: 5px;
}
.downMenu-list li{
    display: block;
    margin-bottom: 5px;
}
.downMenu-list li:last-child{
    margin-bottom: 0;
}
.downMenu-list li a{
    display: block;
    height: 34px;
    border-radius: 6px;
    line-height: 34px;
    color: #60686e;
    text-align: center;
}
.downMenu-list li a:hover{
    background: #f5f8f9;
    text-decoration: none;
    color: #60686e;
}
.user-header-item:hover .userpic-downMenu .downMenu{
    display: block;
}
.user-header-item:hover .userpic-box .fa-angle-down:before{
    content: "\f106";
    color: #00aad6;
}
/* 内容样式 */
.user-container{
    width: 1200px;
    /*position: relative;*/
    padding: 0 15px;
    margin:30px auto 0;
    overflow-y: hidden;
}
/*左侧内容 公共*/
.user-cont-box{
    width: 839px;
    height: auto;
    margin-bottom:-10000px;
    padding-bottom:10000px;
}
input,select,textarea{
    outline:none;
}
.user-cont-box ul li a{
    text-decoration:none;
}
.user-cont-box ul li{
    position: relative;
}
.user-cont-box ul li .operation{
    position: absolute;
    top:0px;
    right:30px;
}
.user-cont-box ul li a:hover{
    text-decoration:none;
}
.user-cont-box.user-withdraw-contBox{
    width: 100%;
}
.user-main-box{
    display:block;
    height: auto;
    margin-bottom:-10000px;
    padding-bottom:10000px;
}
.user-main-header{
    height: auto;
    /*background: #fdfdfd;*/
    border-bottom: 1px solid #eceff2;
}
.user-main-header .main-header-title{
    font-size: 18px;
    color: #2d2f32;
    padding: 20px 40px;
    /*border-left: 2px solid #00aad6;*/
    position: relative;
}
.user-main-header .main-header-title .border-left-1{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
    width: 2px;
    height: 25px;
    background: #359ec3;
    bottom: 0;
}
.user-main-header .main-header-title.bor-lnone{
    border: none;
}
.user_resume,
.user_skill{
    padding:16px 40px;
    margin-top: 16px;
}
.user_resume .resume_title h5,
.user_resume .resume_title span,
.user_skill .skill_title h5,
.user_skill .skill_title span{
    height:42px;
    line-height:42px;
    font-size:14px;
    color:#60686e;
    /*font-weight:bold;*/
}
.user_resume .resume_title span,
.user_skill .skill_title span{
    color:#90d0e7;
    cursor:pointer;
}
.user_resume .resume_content p{
    line-height:33px;
    font-size:14px;
    color:#60686e;
}
.edit_resume,
.edit_project{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(225, 225, 225, 0.8);
    z-index: 10;
}
.edit_resume .edit_resume_box,
.edit_project .edit_project_box{
    width:460px;
    height:299px;
    background:#fff;
    margin:200px auto;
    border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
}
.edit_resume .edit_resume_box .edit_resume_top,
.edit_project .edit_project_box .edit_project_top{
    height:60px;
    line-height:60px;
    padding:0 21px;
    background:#359ec3;
    border-radius:5px 5px 0 0 ;
    -ms-border-radius:5px 5px 0 0 ;
    -moz-border-radius:5px 5px 0 0;
    -o-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
}
.edit_resume .edit_resume_box .edit_resume_top h6,
.edit_project .edit_project_box .edit_project_top h6{
    font-size:16px;
    color:#ffffff;
    line-height:60px;
}
.edit_resume .edit_resume_box .edit_resume_center,
.edit_project .edit_project_box .edit_project_center{
    padding:30px 0 0 30px;
}
.edit_resume .edit_resume_box .edit_resume_center label,
.edit_project .edit_project_box .edit_project_center label{
    line-height:26px;
    margin-bottom: 28px;
    user-select: none;
}
.edit_resume .edit_resume_box .edit_resume_center input[type='number']{
    width:108px;
}
.edit_resume .edit_resume_box .edit_resume_center .checkbox_time{
    width:335px;
}
.edit_resume .edit_resume_box .edit_resume_center .checkbox_time label{
    margin-right: 15px;
    margin-bottom: 18px;
}
.edit_resume .edit_resume_box .edit_resume_center .checkbox_time label:nth-child(6),
.edit_resume .edit_resume_box .edit_resume_center .checkbox_time label:nth-child(4),
.edit_resume .edit_resume_box .edit_resume_center .checkbox_time label:nth-child(5){
    margin-right: 29px;
    margin-bottom: 21px;
}
.edit_resume .edit_resume_box .edit_resume_center input[type='checkbox']{
    margin:0;
    vertical-align: middle;
}
.edit_resume .edit_resume_box .edit_resume_footer,
.edit_skill_footer,
.edit_project .edit_project_box .edit_project_footer{
    width:100%;
    height:64px;
    background:#f5f8f9;
    border-radius:0 0 5px 5px  ;
    -ms-border-radius:0 0 5px 5px  ;
    -moz-border-radius:0 0 5px 5px ;
    -o-border-radius:0 0 5px 5px ;
    -webkit-border-radius:0 0 5px 5px ;
    border-top: 1px solid #eceff2;
    text-align: center;
}
.edit_resume .edit_resume_box .edit_resume_footer button,
.edit_skill_footer button,
.edit_project .edit_project_box .edit_project_footer button{
    width:68px;
    height:32px;
    border:1px solid #eceff2;
    margin-top: 16px;
    color:#fff;
    background:#359ec3;
    border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
}
.edit_resume .edit_resume_box .edit_resume_footer button:nth-child(1),
.edit_skill_footer button:nth-child(1),
.edit_project .edit_project_box .edit_project_footer button:nth-child(1){
    color:#55555d;
    background:#fff;
}
.user_skill ul{
    margin-left: 24px;
    margin-top: 5px;
}
.user_skill ul li{
    margin-right:25px;
    padding:0 15px;
    color:#60686e;
    height:28px;
    line-height:28px;
    border:1px solid #eceff2;
    border-radius: 20px;
    -ms-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    -webkit-border-radius:20px;
}
.edit_skill{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
     background:rgba(225, 225, 225, 0.8);
    z-index: 10;
}
.edit_skill .edit_skill_box{
    width:641px;
    /*height:581px;*/
    background:#fff;
    margin:100px auto;
    border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
}
.edit_skill .edit_skill_box .edit_skill_top{
    height:60px;
    line-height:60px;
    padding:0 21px;
    background:#359ec3;
    border-radius:5px 5px 0 0 ;
    -ms-border-radius:5px 5px 0 0 ;
    -moz-border-radius:5px 5px 0 0;
    -o-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
}
.edit_skill .edit_skill_box .edit_skill_top span,
.edit_resume .edit_resume_box .edit_resume_top span,
 .edit_project .edit_project_box .edit_project_top span{
    cursor:pointer;
}
.edit_skill .edit_skill_box .edit_skill_top h6{
    font-size:16px;
    color:#ffffff;
    line-height:60px;
}
.edit_skill_center .skill_center_box{
    width:100%;
    border-bottom:1px solid #dde0e5;
    padding:25px 30px;
}
.edit_skill_center .skill_center_box li{
    margin-right: 20px;
    margin-bottom: 25px;
    font-size:14px;
    color:#60686e;
    height:28px;
    line-height:28px;
    padding:0 9px 0 13px;
    border-radius: 20px;
    -ms-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    -webkit-border-radius:20px; 
}
.edit_skill_center .scope{
    width:21%;
}
.edit_skill_center .scope .js_tab{
    width:100%;
    height:54px;
    line-height:54px;
    text-align: center;
    border-right: 1px solid #dde0e5;
    border-bottom: 1px solid #dde0e5;
    cursor:pointer;
}
.edit_skill_center .tab{
    width:79%;
}
.edit_skill_center .tab ul{
    width:100%;
    padding-left: 32px;
}
.edit_skill_center .tab ul .js_add{
    height:28px;
    line-height:25px;
    text-align: center;
    border:1px solid #dde0e5;
    border-radius: 20px;
    -ms-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    -webkit-border-radius:20px; 
    margin-left: 19px;
    margin-top: 19px;
    padding:0 10px;
    cursor:pointer;
}
.edit_skill_center .tab ul .js_add.active{
    background: #169fc1;
    color: #fff;
}
.edit_project .edit_project_box .edit_project_center input{
    width:300px;
    height:33px;
}
.edit_project .edit_project_box .edit_project_center textarea{
    width:300px;
    height:100px;
}
.user-main-body{ 
    min-height: 630px;
}
.form-box{
   padding:30px 12px;
}
.form-box .form-group .control-label.win14{
    width: 14%;
    float: left;
    padding-left: 45px;
    padding-right: 12px;
    text-align: left;
}
.form-box .form-group .control-label.win16{
    width: 16%;
    text-align: left;
    padding-left: 45px;
    padding-right: 12px;
}

/*sidebar*/
.user-sideBar{
    width: 300px;
    /*height: auto;*/
    min-height: 575px;
    overflow: hidden;
    background: #fff;
   /* position: absolute;*/
    height: 100%;
    margin-bottom:-10000px;
    padding-bottom:10000px;
}
.user-sideBar.userIndex-sidebar{
    min-height: 480px;
}
.user-sideBar-box{
    height: auto;
    padding-bottom: 20px;
    min-height: 630px;
}
.user-pic-box{
    text-align: center;
    padding: 40px;
    border-bottom: 1px solid #eceff2;
    color: #444737;
    background: #eceff3;
}
.user-pic-box .user-toupic-box{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #f2f2f2;
    position: relative;
    margin: 0 auto 20px;
}
.touPic-btnBox{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 30px;
}
.input-touPic-btn {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    background: rgba(255,255,255,.7);
    color: #00aad6;
    line-height: 30px;
    border-radius: 4px;
}
.input-touPic-btn input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0; /* 实现的关键点 */
    filter:alpha(opacity=0);/* 兼容IE */
}
.input-touPic-btn .fa{
    margin-right: 5px;
}
.input-touPic-btn:hover {
    background: rgba(72,200,176,.6);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.user-pic-box .user-toupic-box:hover .touPic-btnBox{
    display: block;
    cursor: pointer;
}
.user-pic-box p{
    line-height: 1.5;
}
.sidebar-nav-header{
    display: none;
    padding: 10px 15px;
    text-align: right;
}
.sidebar-nav-header .nav-show-btn{
    display:inline-block;
    padding: 6px 12px 3px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    color: #b3b3b3;
    cursor: pointer;
}
.sidebar-nav-header .fa{
    font-size: 24px;
}
.sidebar-nav-header .active,
.sidebar-nav-header .nav-show-activeBtn{
    display:inline-block;
    padding: 6px 12px 3px;
    border-radius: 5px;
    border: 1px solid #00aad6;
    color: #00aad6;
    cursor: pointer;
}
.sidebar-navList{
    height: auto;
    display: block;
}
.sidebar-navList .nav-item{
    display: block;
    position: relative;
    margin-top: 20px;
}
.sidebar-navList .nav-item .nav-title{
    display: block;
    font-size: 14px;
    color: #444737;
    padding:0 40px;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 10px;
}
.sidebar-navList .nav-item .nav-dmenu{
    height: auto;
}
.menu-item a{
    display: block;
    height: 100%;
    line-height: 22px;
    color: #60686e;
   /* padding-left: 50px;*/
    padding-left: 36px;
    padding-right: 30px;
    /*padding-right: 15px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 2px solid #fff;
    text-decoration: none;
   /* margin-bottom: 15px;*/
}
.menu-item a .icon{
    position: relative;
    margin-right: 15px;
}
.menu-item a:hover{
    cursor: pointer;
    color: #169fc1;
}
.menu-item a:hover .icon-all{
    background: url("../img/icon/icon-all-green.png") no-repeat left top;
}
.menu-item a:hover .icon-handling{
    background: url("../img/new/FPitemIcon01.png") no-repeat left top;
}
.menu-item a:hover .icon-myapply{
    background: url("../img/new/TMIconPel01.png") no-repeat left top;
}
.menu-item a:hover .icon-applying{
    background: url("../img/icon/icon-applying-green.png") no-repeat left top;
}
.menu-item a:hover .icon-doing{
    background: url("../img/icon/icon-doing-green.png") no-repeat left top;
}
.menu-item a:hover .icon-done{
    background: url("../img/icon/icon-done-green.png") no-repeat left top;
}
.menu-item a:hover .icon-stop{
    background: url("../img/icon/icon-stop-green.png") no-repeat center center;
}
.menu-item a:hover .icon-nameProve{
    background: url("../img/icon/icon-nameProve-green.png") no-repeat left top;
}
.menu-item a:hover .icon-user{
    background: url("../img/icon/icon-user-green.png") no-repeat left top;
}
.menu-item a:hover .icon-set{
    background: url("../img/icon/icon-set-green.png") no-repeat left top;
}
.menu-item a:hover .icon-lock{
    background: url("../img/icon/icon-lock-green.png") no-repeat left top;
}
.menu-item a:hover .icon-zf{
    background: url("../img/icon/icon-zf-green.png") no-repeat left top;
}
.menu-item a:hover .icon-nameProve{
    background: url("../img/icon/icon-nameProve-green.png") no-repeat left top;
}
.menu-item a:hover .icon-skillProve{
    background: url("../img/icon/icon-skillProve-green.png") no-repeat left top;
}
.menu-item a:hover .icon-news{
    background: url("../img/icon/icon-news-green.png") no-repeat left top;
}
.menu-item a:hover .icon.icon-place{
    background: url("../img/icon/icon-withdraw-green.png") no-repeat left top;
}
.menu-item a:hover .icon-chart{
    background: url("../img/icon/icon-chart-green.png") no-repeat left top;
}
.menu-item a:hover .icon-balance{
    background: url("../img/icon/icon-balance-green.png") no-repeat left top;
}
.menu-item a:hover .icon-withdraw{
    background: url("../img/icon/icon-withdraw-green.png") no-repeat left top;
}
.menu-item a:hover .icon-contract{
    background: url("../img/icon/icon-contract-green.png") no-repeat left top;
}
.menu-item a:hover .icon-recruitment{
    background: url("../img/icon/icon_recruitment_green.png") no-repeat left top;
}
.menu-item a:hover .icon_skill{
    background: url("../img/icon/icon_skill_green.png") no-repeat left top;
}
.menu-item a:hover .icon_experience{
    background: url("../img/icon/icon_experience_green.png") no-repeat left top;
}
.menu-item.active a{
    color: #169fc1;
    text-decoration: none;
  /*  border-color: #00aad6;*/
}
.menu-item.active .icon-all{
    background: url("../img/icon/icon-all-green.png") no-repeat left top;
}
.menu-item.active .icon-handling{
    background: url("../img/icon/icon-pending-green.png") no-repeat left top;
}
.menu-item.active .icon-myapply{
    background: url("../img/icon/icon-myapply_green.png") no-repeat left top;
}
.menu-item.active .icon-applying{
    background: url("../img/icon/icon-applying-green.png") no-repeat left top;
}
.menu-item.active .icon-doing{
    background: url("../img/icon/icon-doing-green.png") no-repeat left top;
}
.menu-item.active .icon-done{
    background: url("../img/icon/icon-done-green.png") no-repeat left top;
}
.menu-item.active .icon-stop{
    background: url("../img/icon/icon-stop-green.png") no-repeat center center;
}
.menu-item.active a .icon-user{
    background: url("../img/icon/icon-user-green.png") no-repeat left top;
}
.menu-item.active a .icon-set{
    background: url("../img/icon/icon-set-green.png") no-repeat left top;
}
.menu-item.active a .icon-lock{
    background: url("../img/icon/icon-lock-green.png") no-repeat left top;
}
.menu-item.active a .icon-zf{
    background: url("../img/icon/icon-zf-green.png") no-repeat left top;
}
.menu-item.active a .icon-nameProve{
    background: url("../img/icon/icon-nameProve-green.png") no-repeat left top;
}
.menu-item.active a .icon-skillProve{
    background: url("../img/icon/icon-skillProve-green.png") no-repeat left top;
}
.menu-item.active a .icon-news{
    background: url("../img/icon/icon-news-green.png") no-repeat left top;
}
.menu-item.active a .icon.icon-place{
    background: url("../img/icon/icon-withdraw-green.png") no-repeat left top;
}
.menu-item.active a .icon-chart{
    background: url("../img/icon/icon-chart-green.png") no-repeat left top;
}
.menu-item.active a .icon-balance{
    background: url("../img/icon/icon-balance-green.png") no-repeat left top;
}
.menu-item.active a .icon-withdraw{
    background: url("../img/icon/icon-withdraw-green.png") no-repeat left top;
}
.menu-item.active a .icon-contract{
    background: url("../img/icon/icon-contract-green.png") no-repeat left top;
}
.menu-item.active a .icon-recruitment{
    background: url("../img/icon/icon_recruitment_green.png") no-repeat left top;
}
.menu-item.active a .icon_skill{
    background: url("../img/icon/icon_skill_green.png") no-repeat left top;
}
.menu-item.active a .icon_experience{
    background: url("../img/icon/icon_experience_green.png") no-repeat left top;
}

/*userindex style*/
p.userInfo-prove{
    padding: 10px 0 0;
    margin-bottom: -10px;

}
p.userInfo-prove a{
    padding: 20px 0;
}
.userInfo-prove .icon{
    min-height: 20px;
    margin-right: 6px;
}
.userInfo-prove span{
    display: inline-block;
    color: #a6a9ac;
    padding: 0 10px;
    line-height: 20px;
}
.userInfo-prove span.active{
    color: #60686e;
}
.userInfo-prove span.active .icon-nameProve-no{
    background: url("../img/icon/icon-nameprove-gray.png") no-repeat top left;
}
.userInfo-prove span.active .icon-skillProve-no{
    background: url("../img/icon/icon-skillprove-gray.png") no-repeat top left;
}
.userIndex-cont-box{
    padding: 30px 40px;
}
.userIndex-cont-body{
    padding: 50px 0;
    margin: 0 -15px;
}
.userIndex-item{
    width: 233px;
    height: 300px;
    float: left;
    margin: 0 15px;
    padding: 30px;
    background: #fff;
    border: 1px solid #eceff2;
    text-align: center;
    display: table;
    position: relative;

}
.userIndex-link-box{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
.userIndex-item:hover{
    cursor: pointer;
    background:#eceff3;
}
.userIndex-item:hover .btn.btn-green-bg{
    background:#00aad6;
    border-color:#00aad6;
}

/*prove*/
.prove-box{
    padding: 20px 45px;
}
.role-select-box{
    margin: 0 -30px 50px;
    height: auto;
    /*overflow: hidden;*/
}
.role-select-item{
    width: 337px;
    height: auto;
    padding: 34px 57px;
    background: #fff;
    border: 2px solid #eceff2;
    margin: 0 33px;
}
.role-select-item.active,
.role-select-item:focus,
.role-select-item:hover{
    -ms-box-shadow: 0 0 20px rgba(168,168,168,.2);
    -webkit-box-shadow: 0 0 20px rgba(168,168,168,.2);
    box-shadow: 0 0 20px rgba(168,168,168,.2);
    border-color: #00aad6;
    outline: 0;
}
.role-select-title{
    text-align: center;
    color: #444737;
    font-size: 18px;
}
.role-select-item img{
    width: 100%;
    margin: 20px auto;
}
.select-desc-title{
    text-align: center;
    color: #60686e;
    font-size: 14px;
    padding: 10px 0;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-desc{
    font-size: 12px;
    color: #a6a9ac;
    padding: 0 6px;
    margin-top: 10px;
    line-height: 1;
}

.prove-skill-box,
.prove-information-box{
    height: auto;
    overflow: hidden;
}
.prove-skill-item{
    margin-bottom: 30px;
}
.prove-skill-item .item-title{
    color: #60686e;
    padding: 6px 10px;
    margin-bottom: 10px;
}
.skill-label-box{
    padding: 0 10px;
}
.skill-label-box label{
    max-width: 130px;
    width: 25%;
    padding: 10px 0;
    margin-right:10px;
}
.wait-tips{
    padding: 40px;
    margin-bottom: 30px;
}
.information-item{
    line-height: 26px;
    margin-bottom: 10px;
}

/*realName upload style*/
.credentials-box{
    width: 168px;
    height: 114px;
    border-radius: 10px;
    border: 1px solid #dde0e4;
    /*padding: 8px;*/
    margin-bottom: 10px;
    overflow: hidden;
}
.credentials-box img{
    display: block;
    width: 151px;
    height: 96px;
    margin: 8px auto;
    overflow: hidden;
    border: none;
    border-radius: 8px;
}
.credentials-qy-box{
    width: 164px;
    height: 112px;
    border-radius: 10px;
    border: 1px solid #dde0e4;
    /*padding: 8px;*/
    margin-bottom: 10px;
    overflow: hidden;
}
.credentials-qy-box img{
    display: block;
    width: 164px;
    height: 112px;
    overflow: hidden;
    border: none;
    border-radius: 10px;
}
.credentials-z img{
    background: url("../img/step/sm-prove-img01.png");
}
.credentials-f img{
    background: url("../img/step/sm-prove-img02.png");
}
.credentials-sc img{
    background: url("../img/step/sm-prove-img03.png");
}
.credentials-Qy img{
    background: url("../img/step/prove-default-bg.png");
}
.input-file-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    background: #f5f8f9;
    border-color: #dde0e5;
    color: #60686e;
    line-height: 1.8;
}
.input-file-btn input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0; /* 实现的关键点 */
    filter:alpha(opacity=0);/* 兼容IE */
}
.input-file-btn .fa{
    margin-right: 5px;
}
.btn.input-file-btn:hover,
.btn.input-file-btn:focus,
.btn.input-file-btn:active,
.btn.input-file-btn:active:focus{
    outline: 0;
    background: #dde0e5;
    border-color: #dde0e5;
    color: #60686e;
    box-shadow: none;
}

/*financial style*/
.financial-box{
    padding: 30px 40px;
}
.financial-header .bor-r1f2{
    height: 40px;
    position: relative;
    top:4px;
}
.financial-body{
    padding-top: 40px;
}
.financial-body.pd-t0{
    padding-top: 0;
}
.financial-tabs.nav-tabs{
    border-bottom: 1px solid #eceff2;
}
.financial-tabs.nav-tabs>li{
    display: block;
    margin-right: 40px;
    margin-bottom: 0;
}
.financial-tabs.nav-tabs>li>a {
    margin-right: 0;
    color: #60686e;
    line-height: 1.42857143;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 10px 0;
}
.financial-tabs.nav-tabs>li>a:focus,
.financial-tabs.nav-tabs>li>a:hover {
    text-decoration: none;
    background: none;
    color: #169fc1;
}
.financial-tabs.nav-tabs>li.active>a,
.financial-tabs.nav-tabs>li.active>a:focus,
.financial-tabs.nav-tabs>li.active>a:hover {
    color: #60686e;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #169fc1;
    cursor: pointer;
}

.financial-table.table{
    table-layout: fixed;
    border-bottom: 1px solid #eceff2;
}
.financial-table.table>tbody>tr>td,
.financial-table.table>tbody>tr>th,
.financial-table.table>tfoot>tr>td,
.financial-table.table>tfoot>tr>th,
.financial-table.table>thead>tr>td,
.financial-table.table>thead>tr>th {
    padding: 20px;
    line-height: 1;
    vertical-align: middle;
    border-top: 1px solid #eceff2;
    color: #a6a9ac;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.financial-table.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #eceff2;
    font-weight: normal;
    border-top: none;
    color: #60686e;
}
.financial-table.table>tbody>tr>td p{
    line-height: 1.42857143;
}
.financial-table.table-striped>tbody>tr:nth-child(odd)>td,
.financial-table.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f5f8f9;
}

/*contract-box*/
.user-main-body .contract-box{
    padding: 0 40px 40px;
}

/*message style*/
.message-list-header{
    padding: 15px 40px;
    background: #f5f8f9;
}
.Allmsg-del-btn:hover{
    color: #00aad6;
    cursor: pointer;
}
.Allmsg-del-btn:hover .icon-trash{
    background: url("../img/icon/icon-trash-active.png") no-repeat center 1px;
}
.message-filter{
    position: relative;
    top:-6px;
}
.message-filter .btn-default{
    border-color: #dde0e4;
    color: #7c8286;
    text-align: left;
    padding: 6px 24px 6px 8px;
}
.message-filter .dropdown-toggle.btn-default:hover,
.message-filter .dropdown-toggle.btn-default:focus,
.message-filter.open>.dropdown-toggle.btn-default{
    background-color: #fff;
    border-color: #dde0e4;
    box-shadow: none;
    color: #7c8286;
}
.message-filter .dropdown-toggle .fa{
    position: absolute;
    font-size: 16px;
    right: 8px;
    top: 8px;
    color: #a6a9ac;
}
.message-filter .dropdown-menu{
    min-width: 10px;
    width: 100%;
    margin: 0;
    border-color: #dde0e4;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.005);
    box-shadow: 0 6px 12px rgba(0,0,0,.005);
}
.message-filter .dropdown-menu li{
    padding: 5px 10px;
    text-align: center;
}
.message-filter .dropdown-menu li:hover{
    cursor: pointer;
    color: #00aad6;
}
.message-filter .dropdown-menu li.selected{
    background: #00aad6;
    color: #fff;
}
.message-list{
    height: auto;
    overflow: hidden;
}
.message-item{
    display: block;
}
.message-item:hover{
    background: #f5f8f9;
    cursor: pointer;
}
.message-item .message-media{
    display: block;
    border-bottom: 1px solid #eceff2;
    padding: 25px 0;
    width: 100%;
}
.message-media .win14{
    max-width: 50px;
}
.message-item-body{
    padding-left: 10px;
    max-width: 760px;
}
.message-item-header{
    display: block;
    position: relative;
}
.message-item-header.top_4{
    top: -4px;
}
.message-item-header.top_0{
    top: 0;
}
.message-title,
.message-title.title80{
    display: inline-block;
    width: 80%;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #444737;
    vertical-align: top;
    line-height: 1;
}
.message-title.title100{
    display: inline-block;
    width: 100%;
    padding-right: 0;
    white-space: normal;
    word-break: break-all;
    font-size: 16px;
    color: #444737;
    vertical-align: top;
    line-height: 1.6;
}
.message-time{
    color: #a6a9ac;
    font-size: 12px;
    vertical-align: bottom;
    line-height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.message-item-cont{
    display: none;
    padding: 20px 0 0 0;
    font-size: 12px;
    color: #a6a9ac;
    line-height: 25px;
}
.message-item:hover .message-title{
    color: #00aad6;
}
.message-item.read .icon-envelope{
    background: url("../img/icon/icon-envelope-k.png") no-repeat center top;
    top: -2px;
}
.message-item.read .message-title{
    color: #a6a9ac;
}

.user-header-background,.user-header-background .bg-ff{
    background: #e5e8ed;
}
/*.user-header-background .user-top-navList li.nav-item a{
    border-color: #44546b;
}*/
.user-header-background .user-top-navList li.nav-item.active a{
    border-color: #169fc1;
    color: #169fc1;
}
.user-sideBar-hov{
    display: block;
    padding: 9px 0 9px 17px;

}
.menu-item a:hover .user-sideBar-hov{
    background: #f5f8f9;
}
.menu-item.active a .user-sideBar-hov{
    background: #f5f8f9;
}

.display-flex-auth{
    display: flex;
    justify-content: space-around;
}
.display-flex-auth .auth-approve{
    width: 45%;
    border: 1px solid #eceff2;
    padding: 30px 55px;
    overflow: hidden;
    cursor: pointer;
}
.display-flex-auth .auth-approve a{
    display: block;
    text-decoration: none;
    background: #fff;
}
.display-flex-auth .auth-approve:hover{
    -webkit-box-shadow:0 0 10px #1a1c1d;
    -moz-box-shadow:0 0 10px #1a1c1d;
    box-shadow:0 0 10px #1a1c1d;
    border-color: #359ec3;
}
.display-flex-auth .auth-approve.active{
    -webkit-box-shadow:0 0 10px #1a1c1d;
    -moz-box-shadow:0 0 10px #1a1c1d;
    box-shadow:0 0 10px #1a1c1d;
    border-color: #359ec3;
}
.display-flex-auth .auth-approve .title{
    font-size:18px;
    color: #444737;
}
.display-flex-auth .auth-approve .img{
    height: 115px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom:30px;
}
.display-flex-auth .auth-approve .message{
    font-size:14px;
    color: #60686e;
    margin-bottom:8px;
}
.display-flex-auth .auth-approve .wrap-message li{
    line-height: 24px;
    color: #a6a9ac;
    list-style: initial;
    font-size:12px;
}
.g-realcardjs, .g-realcardshow {
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-bottom: 27px;
}
 .g-realcardwrap {
    height: 140px;
    position: relative;
}
.g-realcardhide {
    position: absolute;
    top: 0;
    cursor: pointer;
    padding-top: 57px;
    text-align: center;
    width: 100%;
    display: none;
    height: 140px;
    left: 0;
    text-decoration: none;
}
.g-realcardhide span {
    padding: 0;
    width: 75px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    background: #359ec3;
}
 .g-realbankimg {
    padding: 20px 0;
    border-bottom: 1px dashed #e0e0e0;
    position: relative;
    height: 73px;
}
 .g-realcardinfo {
    padding-top: 22px;
}
.cor-gray51 {
    color: #515151;
}
.g-realcardjs:hover .g-realcardwrap{
    opacity: 0.2;
}
.g-realcardjs:hover .g-realcardhide{
    display: block;
    text-decoration: none;
}
 .g-realwrapplus {
    height: 140px;
     line-height: 140px;
     text-align: center;
    border: 1px dashed #e8e8e8;
    border-radius: 4px;
    padding-bottom: 43px;
    background: #fafafa;
     cursor: pointer;
}
.cor-gray97 {
    color: #979797;
}
.text-size24 {
    font-size: 24px;
}
 .g-realwrapplus a {
    font-size: 14px;
}


.wizard-steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
.wizard-steps li {
    display: table-cell;
    text-align: center;
    width: 1%;
}
.wizard-steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    border-top: 4px solid #bcbdbf;
    position: relative;
    top: 21px;
    z-index: 1;
}
.wizard-steps li:first-child:before {
    max-width: 51%;
    left: 50%;
}
.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
    border-color: #4aa5c7;
}
.wizard-steps li .step {
    border: 5px solid #bcbdbf;
    color: #fff;
    font-size: 15px;
    border-radius: 100%;
    background-color: #bcbdbf;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}
.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step {
    border-color: #4aa5c7;
    background: #4aa5c7;
    color: #fff;
}
.wizard-steps li .title {
    display: block;
    margin-top: 14px;
    max-width: 100%;
    color: #60686e;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
}
.wizard-steps li.complete .title, .wizard-steps li.active .title {
    color: #2b3d53;
}
.wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}

.step-content{
    margin-top:55px;
}
.step-content .control-label{
    text-align: left;
}

.settings-append{
    padding: 20px 0;
    border: 1px dashed #dddddd;
}
.settings-append .wraps{
    padding: 0 17px;
}
.settings-range{
    margin: 40px 0;
}

.settings-box{
    padding-left:40px;
    padding-right: 40px;
}
.settings-range .title,.settings-rangelist .settings-item .title{
    font-size:14px;
    font-weight: bold;
    color: #60686e;
    margin-bottom:20px;
}
.settings-range .settings-range-item,.settings-rangelist .settings-item .wraps-box .wraps{
    padding: 5px 10px;
    border: 1px solid #dde0e4;
    display: inline-block;
    border-radius: 28px;
    color: #60686e;
    margin:0 10px;
    cursor: pointer;
}

.settings-range .settings-range-item.active{
    background: #90d0e7;
    color: #fff;
}
.settings-rangelist .settings-item .wraps-box .wraps:hover,.settings-range .settings-range-item:hover{
    background: #90d0e7;
    color: #fff;
}
.imgmess{
    display: block;
    width: 26px;
    height: 24px;
    background: url("../img/comments.png") no-repeat;
    margin-top:20px;
    background-size: 100%;
}

.activeimg .imgmess{
    background: url("../img/message2.png") no-repeat;
}
.position-relative{
    position: relative;
}

.userListBox{
    width:100%;
    height:auto;
}

.userListBox>li{
    float:left;
    margin-right:30px;
}

.userListBox>li>a{
    font-family:MicrosoftYaHei;
    font-size:14px;
    font-weight:normal;
    color: #60686e !important;
}

.userListBox>li>a:hover{
    text-decoration:none !important;
}

.userListBox>li:last-child{
    margin-right:0;
}



/*项目经验*/
.js_forAdd li{
    margin:0 20px 0;
    padding-bottom:15px;
}
.js_forAdd li p{
    line-height:30px;
    min-width: 400px;
    max-width: 600px;
}
.js_forAdd li p>span{
    width:80%;
    word-break:normal;
    word-wrap: break-word;
    display:block;
    white-space:pre-wrap;
    overflow:hidden;
    color:#60686e;
}
.js_forAdd .operation{
    font-size:20px;
}
.js_forAdd .operation a i{
    color:#ccc;
}
.js_forAdd .operation a:last-child i{
    margin-left:10px;
}
.write{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(225, 225,225, 0.8);
}
/*.write form{
    position: absolute;
    left:210px;
    top:150px;
    width:400px;
    height:280px;
    background:#fff;
    border-radius: 8px;
    -ms-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    -webkit-border-radius:8px;
}*/
.write form h3{
    font-size:15px;
    padding-left: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    background:#f5f8f9;
    border-radius: 4px;
    -ms-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -webkit-border-radius:4px;
}
.write textarea{
    min-width: 250px;
    min-height: 100px;
}
    /*.user-main-body .prove-scroll-box .write{
        display:none;
    }
    .user-main-body .prove-scroll-box .write form{
        margin-left: 20px;
        line-height: 50px;
    }
    .user-main-body .prove-scroll-box .write form input{
        height:25px;
        width: 180px;
    }
    .user-main-body .prove-scroll-box .write form .input-group-addon{
        font-size: 8px;
    }
    .user-main-body .prove-scroll-box .write form .search-list{
        display:table-cell;
    }
    .user-main-body .prove-scroll-box .write form .input-daterange{
        width:100px;
        margin-left: 73px;
        margin-top: -37px;
    }
    .user-main-body .prove-scroll-box .write form .input-daterange input{
        border-color:#ccc!important;
    }
    .user-main-body .prove-scroll-box .write form textarea{
        margin-top: 10px;
        min-width: 500px;
        min-height:300px;
        text-indent: .5em;
    }
    .user-main-body .prove-scroll-box .write form #title{
        text-indent:.5em;
    }*/
.btn_y{
    padding-top:10px;
    padding-left:230px;
    padding-bottom: 10px;
    background:#43556d;
    border-radius: 0 0 4px 4px;
    -ms-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    -o-border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
}
.btn_y button{
    background:#fff;
    border:1px solid #ccc;
    width:50px;
    height:30px;
    line-height:20px;
    background:#169fc1;
    color:#fff;
    border:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    border-radius: 4px;
    -ms-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -webkit-border-radius:4px;
}
.btn_y button:first-child{
    margin-right: 40px;
}
.btn_y button:hover{
    background:#00aad6;
}
.none{
    padding-bottom:66px;
    text-align:center;
}
.none img{
    margin-top:50px;
    padding-bottom:20px;
}
.regTip{
    display:inline-block;
    color:red;
}


/*我的职位*/
.job_list>ul{
width:839px;
height:auto;
margin-bottom:-10000px;
padding-bottom: 10000px;
}
.job_list>ul>li{
    width:100%;
    height:140px;
    background:#ffffff;
    padding:22px 40px 0;
    margin-bottom: 30px;
}
.job_list>ul>li:hover{
    background:#eceff2;
}
.job_list>ul>li:last-child{
    margin-bottom: 0;
}
.job_list>ul>li h4{
    font-size:18px;
    color:#3e4347;
    height:33px;
    line-height:33px;
}
.job_list>ul>li h4 span{
    font-size:12px;
    color:#a6a9ac;
}
.job_list>ul>li .product_manager{
     cursor:pointer;
}
.job_list>ul>li .product_manager .job_information h6{
    height:30px;
    line-height:30px;
    font-size:12px;
    color:#60686e;
}
.job_list>ul>li .product_manager .job_information h6 img{
    width:16px;
    height:16px;
    margin-right: 6px;
    vertical-align: middle;
}
.job_list>ul>li .product_manager .job_information .department{
    margin-left: 36px;
}
.job_list>ul>li .product_manager .work_event{
    height:25px;
    line-height:40px;
    color:#a6a9ac;
    font-height:12px;
}
.job_list>ul>li .job_btn{
    margin-top: 9px;
}
.job_list>ul>li .job_btn .btn:hover{
    background:#428bca;
    border-color: #428bca;
    cursor: pointer;
}


/*用户简历页面修改*/
.basic_info{
    padding:30px 0 30px;
    border-bottom: 1px solid #eceff2;
    margin:0 40px;
}
.basic_info>h6{
    display: block;
    width:110px;
    padding:10px 0;
    background:#eceff3;
    margin-bottom:30px;
    font-size:14px;
    color:#444737;
    border-radius:50px;
    -ms-border-radius:50px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
    -webkit-border-radius:50px;
    position: relative;
    font-weight: 500;
    text-shadow: 0 0 1px #7d7d7d;
}
/*.basic_info>h6:before{
    content: '';
    height: 2px;
    width: 200px;
    position: absolute;
    top: 18px;
    left: -225px;
    border-top: 1px solid #eceff3;
    border-bottom: 1px solid #eceff3;
    background: #eceff3;
}
.basic_info>h6:after{
    content: '';
    height: 2px;
    width: 200px;
    position: absolute;
    top: 18px;
    right: -225px;
    border-top: 1px solid #eceff3;
    border-bottom: 1px solid #eceff3;
    background: #eceff3;
}*/
.basic_info>h6 span{
    position: absolute;
    top:10px;
    right:-650px;
    cursor: pointer;
    color:#00aad6;
    text-shadow:none;
}
.basic_info .cancel_info{
    cursor: pointer;
    color:#00aad6;
}
.basic_info ul,
.work_experience,
.project_experience,
.object_info{
    padding-left: 50px;
}
.basic_info ul li{
    margin-right: 50px;
    color:#a6a9ac;
}
.basic_info form{
    padding:40px 100px 20px;
    background:#eceff3;
}
#edit_info label{
    line-height:25px;
}
#edit_info a{
    display: inline-block;
    width:90px;
    background:#fff;
    margin-right: 20px;
    text-decoration: none;
}
.work_experience,
.project_experience{
    padding-bottom: 20px;
}
.work_experience h6,
.project_experience h6{
    font-size:14px;
    color:#444737;
    line-height:20px;
}
.work_experience h6 span,
.project_experience h6 span{
    float:right;
    padding-right: 40px;
    cursor: pointer;
    color:#00aad6;
}
.work_experience>p,
.project_experience>p{
   font-size:13px;
   color:#a6a9ac;
   word-wrap:break-word ;
}
.work_experience>p:nth-child(4),
.project_experience>p:nth-child(4){
    margin-top: 10px;
}
#edit_work textarea,
#edit_project textarea{
    /*width:100%;*/
    min-height: 80px;
}
#edit_work .input-daterange input,
#edit_project .input-daterange input{
    display: inline-block;
    width:47.3%;
}
#edit_work .cancel_work,
#edit_project .cancel_project,
.cancel_object{
    color:#00aad6;
    cursor: pointer;
}
.object_info span{
    color:#a6a9ac;
}



/*首页修改*/
.tooltip{
    width:100%;
    left:70px!important;
    top:-30px!important;
}
.index_order .order-list-box{
    padding:30px 35px;
}
.index_order .order-list-box ul.order-list{
    border-bottom:1px solid #eceff2;
}
.index_order .order-item{
    -ms-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    width:234px;
}
.index_order  .order-item-info{
    padding-left: 0;
    padding-right: 0;
}
.index_order .user-main-header .main-header-title{
    padding-left:0;
    padding-right: 0;
    margin-left: 40px;
    cursor: pointer;
}
.index_order .user-main-header .main-header-title.active{
    border-bottom: 1px solid #169fc1;
}
.index_order .order-list-box ul.order-list li{
    /*overflow: hidden;*/
}
.index_order .lock{
    position: absolute;
    right:3px;
    top:-22px;
    display: block;
    width:30px;
    height:80px;
    background:url(../img/lock1.png) no-repeat center rgba(255,255,255,0.8);
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* Internet Explorer */
    -moz-transform:rotate(-45deg); /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg); /* Opera */
}

.index_order .job-list-box{
    padding:30px 35px;
}
.index_order .job-list-box .lock{
    background:url(../img/lock.png) no-repeat center;
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); /* Internet Explorer */
    -moz-transform:rotate(0deg); /* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg); /* Opera */
}
.index_order .job-list-box .order-list li{
    border:1px solid #eceff2;
    padding:30px 20px 0;
    transition: all .5s;
}
.index_order .job-list-box .order-list li:hover{
	box-shadow: 3px 3px 3px #888888;
}

.index_order .job-list-box .order-label{
    margin-bottom: 14px;
}
.index_order .job-list-box li h6{
    font-size:16px;
    color:#3e4347;
    height:33px;
    line-height:33px;
}
.index_order .job-list-box li .price{
    font-size:16px;
    color:#ffa800;
    height:30px;
    line-height:30px;
}
.index_order .job-list-box li .skill{
    padding:22px 0 30px;
    border-bottom: 1px solid #eceff2;
}
.index_order .job-list-box li .skill span{
    display: inline-block;
    width:74px;
    height:25px;
    line-height:23px;
    text-align: center;
    color:#60686e;
    font-size:12px;
    border:1px solid #eceff2;
    border-radius: 15px;
    -ms-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
    -webkit-border-radius:15px;
}
.index_order .job-list-box li p{
    margin-top: 25px;
    font-size:12px;
    color:#bbbbbb;
}

.logo-box a{
    display:inline-block;
    /*width:107px;*/
    height:26px;
}

.logo-box a img{
    /*width:107px;
    height:26px;*/
    max-height: 22px;
}

.userNameShow{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.plaformBox{
    width:100%;
    border:1px solid #e7eaf0;
    background:#fff;
    min-height:660px;
}

.plaformHeader{
    padding: 0 20px;
    line-height: 52px;
    height: 52px;
    background: #fafbfc;
}

.contentListPlaformBox{
    padding: 15px 40px 40px 40px;
    min-height: 400px;
    height: auto!important;
}

.listPlaformBox{
    width:100%;
}

.listPlaformBox>li{
    width:100%;
    height:50px;
    border-bottom:1px solid #e7eaf0;
}

.plaformDataStyle{
    height:49px;
    line-height: 49px;
    color:#222;
    font-weight: 400;
}

.palformDateTime{
    height:49px;
    line-height: 49px;
    color:#8d8d8d;
    font-weight: 400;
}

.pagePrevNext{
    margin-top:20px;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
}

.plaformBoxDetail{
    width:100%;
    border:1px solid #e7eaf0;
    background:#fff;
    padding:30px 75px;
    min-height:660px;
}

.plaformDetaiTitle{
    font-size:18px;
    text-align: center;
}

.plaformContentDetail{
    font-size:14px;
    color:#222;
    text-indent:28px;
    margin-top:20px;
}

.dengerSelectOneT{
    color:#666;
}

.dengerSelectOneT:hover{
    text-decoration:none;
}