/* ä¸Šé¢æ¨¡å— */
.nor_height{
    width: 100%;
    height: 191px;
    display: none;
}
.top_bar{
    width: 100%;
    background-color: #424a5f;
}
.top_bar .top_con{
    width: 1200px;
    margin:0 auto;
}
.top_bar .top_con .msg_box{
    padding:26px 0 0 0;
}
.top_bar .top_con .msg_box>img{
    width: 114px;
    height: 114px;
    border-radius: 10px;
    float: left;
    margin-right: 25px;
    background: #fff;
}
.top_bar .top_con .msg_box .msg{
    width: 640px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top_bar .top_con .msg_box .msg h1{
    font-size: 32px;
    color:#fff;
}
.top_bar .top_con .msg_box .msg .some_m{
    font-size: 15px;
    color: #c7c9d0;
    line-height: 44px;
}

.top_bar .top_con .msg_box .msg .job_tags span{
    font-size: 12px;
    line-height: 12px;
    color: #c7c9d0;
    display: inline-block;
    border: solid 1px #c7c9d0;
    border-radius: 13px;
    padding:5px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 8px;
}
.top_bar .msg_right .num1{
    margin-right: 135px;
}
.top_bar .msg_right .num{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}
.top_bar .msg_right .lab{
    margin-top: 14px;
    font-size: 14px;
    color: #c7c9d0;
}
.top_bar .msg_right .jianli{
    margin-top: 30px;
    font-size: 16px;
    color: #00b38a;
    cursor: pointer;
}
.top_bar .msg_right .jianli img{
    border-radius: 0;
    width:auto;
    height:auto;
    float: left;
    margin-right: 6px;
    margin-top: 3px;
}
.top_bar .msg_right .jianli a{
    float: left; 
    color: #00b38a;    
}
.top_bar .meun .my_title{
    float: left;
    color:#fff;
    margin-right: 50px;
    cursor: pointer;
}
.top_bar .meun .active{
    color:#00b38a;
    border-bottom: 3px solid #00b38a;
    padding-bottom: 10px;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    animation:mymove 0.8s ;
    -webkit-animation:mymove 0.8s ;
}
@keyframes mymove
{
from {top:-100px;}
to {top:0px;}
}


/* å…¬å¸ç®€ä»‹æ¨¡å— */
#companyMsg{
    display: block;
}
/* #companyMsg *{
    color: #414a60;
} */
.main_content{
    background-color: #f2f2f5;
    padding:28px 0;
    width: 1200px;
    margin: 0 auto;
}
.main_content ul{
    width: 1200px;
    margin:0 auto;
}
.main_content ul .my_title_t{
    margin-bottom:24px; 
    color:#424a5e;
}
.main_content ul .more{
    float: right;
    font-size: 14px;
    color: #9fa3b0;
    cursor: pointer;
}
.main_content ul .more img{
    float: right;
    margin-top: 4px;
    margin-left: 5px;
}
.main_content ul .li_be_a{
    display: block;
    width: 382px;
    background-color: #ffffff;
    padding:22px 20px;
    position: relative;
    float: left;
    margin-right: 18px;
    cursor: pointer;
    min-height: 110px;
}
.main_content ul .li_be_a .job_name{
    color: #424a5e;
    padding-right: 100px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.main_content ul .li_be_a .job_msg{
    color: #9fa3b0;
    margin-top: 20px;
}
.main_content ul .li_be_a .job_msg label{
    color: #9fa3b0;
}
.main_content ul .li_be_a .job_salay{
    position: absolute;
    color: #fa6a43;
    top:20px;
    right:20px;
}
#companyMsg .box_content{
    background-color: #fff;
    padding:40px 0 150px 0;
}
#companyMsg .msg_con{
    width: 1200px;
    margin:0 auto;
}
#companyMsg .main-left{
    float: left;
    width: 867px;
    padding-right: 2px;
    border-right: 1px solid #f5f7f9; 
}
#companyMsg  .article .title{
    height: 16px;
    border-left: 3px solid #00b38a;
    font-size: 16px;
    color: #424a5e;
    line-height: 16px;
    padding-left: 10px;
    margin-bottom: 20px;
}
#companyMsg  .article .my_title{
    height: 16px;
    border-left: 3px solid #00b38a;
    font-size: 16px;
    color: #424a5e;
    line-height: 16px;
    padding-left: 10px;
    margin-bottom: 20px;
}
#companyMsg .article .demand{
    font-size: 15px;
    line-height: 34px;
    color: #61687c;
    margin-bottom: 50px;
    padding-right: 10px;
    position: relative;
}
.demand .show_btn{
    cursor: pointer;
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    color: #9fa3b0;
    right: 0px;
    top: 143px;
    background: url('../img/layer-more.png');
}
.demand .show_btn img{
    margin-left: 5px;
    margin-bottom: 1px;
}
#companyMsg .article .demand .hide_btn{
    cursor: pointer;
    width: 100%;
    text-align: right;
    height: 30px;
    line-height: 30px;
    color: #9fa3b0;
    display: none;
}
.demand .hide_btn img{
    transform: rotate(180deg);
    margin-left: 5px;
    margin-bottom: 1px;
}
#companyMsg .article .m_height{
    max-height: 170px;
    overflow: hidden;
}
#companyMsg .article .address{
    margin-top: 25px;
    margin-bottom: 90px;
    width: 840px;
    /* height: 230px; */
    /* box-shadow: 0 0 8px #d8d8d8; */
}
#companyMsg .article .address .add{
    height: 40px;
    line-height: 40px;
    padding:0 20px;
}
#companyMsg .article .address .add img{
    float: left;
    margin-top: 13px;
    margin-right: 5px;
}
#map{
    width: 840px;
    /* height: 230px; */
}
#companyMsg .article .rec_com{
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 45px;
}
.rec_span a{
    color: #9fa3b0;
    font-size: 12px;
    line-height: 28px;
    margin-right: 20px;
    word-break: keep-all;
    white-space: nowrap;
    cursor: pointer;
}
.rec_span a:hover{
    color:#414a60;
    text-decoration: underline;
}
#companyMsg .con_right{
    padding-left: 28px;
    width: 328px
}
#companyMsg .con_right .title{
    font-size: 15px;
    font-weight: 600;
}
#companyMsg .con_right .line{
    margin-top: 8px;
    width: 20px;
    height: 2px;
    background-color: #00b38a;
}
#companyMsg  .con_right .img_box{
    width: 287px;
    height: 166px;
    margin-top: 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.con_right .img_box .btn_box{
    display: none;
}
.con_right .img_box .btn{
    position: absolute;
    width: 36px;
    height: 36px;
    left: 5px;
    top: 70px;
    background-color:rgba(0,0,0,0.5);
    cursor: pointer;
    
}
.con_right .img_box .btn img{
    margin-top: 6px;
    margin-left: 10px;
}
.con_right .img_box .btn_right{
    left: 245px;
}
.con_right .img_box .active{
    transition: all 1s;
}
.con_right .img_box ul{
    height: 166px;
}
.con_right .img_box ul li{
    width: 287px;
    float: left;
}
.con_right .img_box ul li img{
    width: 287px;
    height: 166px;
}
.con_right .hr_box .vline {
    display: inline-block;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background: #e0e0e0;
    margin: 0 10px;
}
.con_right .hr_box ul{
    width: 284px;
    padding-top: 13px;
    padding-bottom: 10px;
}
.con_right .hr_box ul li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #f5f7f9 solid;
}
.con_right .hr_box ul li:last-child{
    border-bottom: 0;
}
.con_right .hr_box ul li .figure {
    width: 60px;
    height: 60px;
    float: left;
}
.con_right .hr_box ul li .figure img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.con_right .hr_box ul li .text{
    color: #61687c;
    line-height: 36px;
    margin-left: 80px;
    
    
}
.con_right .hr_box ul li .text .name{
    position: relative;
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 5px;
    
}
.con_right .hr_box ul li .text .name .company-full-name {
    display: none;
    position: absolute;
    bottom: 25px;
    left: -80px;
    right: 0;
    padding-bottom: 10px;
    line-height: 30px;
    text-align: center;
    cursor: default;
    overflow: hidden;
}
.con_right .hr_box ul li .text .gray {
    line-height: 28px;
    color: #61687c;
    font-size: 13px;
}
/* æ‹›è˜èŒä½ */
#companyPos{
    display: none;
}
.con_box{
    width: 1200px;
    margin:0 auto;
}
.con_box .search{
    padding:15px 25px;
    background-color: #fff;
    margin-bottom: 26px;
}
.hot_city{
    padding:10px 0 6px;
    font-size: 14px; 
}
.hot_city .select{
    background-color:  #f0f0f0;
    display: inline-block;
    padding:4px 12px;
    margin-right: 20px;
}
.hot_city .select_i{
    margin-right: 20px;
    color:#00b38a;
}
.hot_city .item{
    margin-right: 30px;
    cursor: pointer;
    line-height: 40px;
}
.hot_city .item :hover{
    color:#00b38a;
}
.hot_city .red{
    color:#00b38a;
}
.hot_city .all_city{
    float: right;
    cursor: pointer;
}
.title{
    font-size: 14px;
    margin-right: 10px;
}
.more_con{
    font-size: 14px;
    float: right;
    color:#00b38a;
    cursor: pointer;
    line-height: 40px;
}
.more_con img{
    margin-left: 4px;
    float: right;
    margin-top: 17px;
}
.more_con .rotation{
    transform:rotate(180deg);
    margin-top: 16px;
}
#some_option2{
    display: none;
}
#some_option2>div{
    margin-right: 15px;
}
/* å·¦è¾¹ç»“æžœåˆ—è¡¨ */
.company-list{
    width: 1200px;
    margin:0 auto;
    margin-bottom: 20px;
}
.vline {
    display: inline-block;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background: #e0e0e0;
    margin: 0 10px;
}
.job_ul{
    background-color: #fff;
}
.left_box>ul{
    width: 884px;
    background-color: #fff;
}
.let_con_box{
    min-width: 884px;
}
 #page{
    padding:50px 0;
    text-align: center;
    background: #fff;
}
.left_box .name {
    font-size: 16px;
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left_box .choseList{
    background-color: #f8f9fb;
}
.left_box .chat_btn{
    position: absolute;
    top: 24px;
    right:10px;
    background-color: #00b38a;
    color: #fff;
    min-width: 112px;
    box-sizing: content-box;
    height: 36px;
    line-height: 36px;
    border: 1px #00b38a solid;
    font-size: 16px;
    letter-spacing: 1px;
    background: #00b38a;
    text-align: center;
    cursor: pointer;
    display:none;
}
.left_box .li_be_a{
    cursor: pointer;
    display: block;
}
.left_box .li_be_a .job-primary{
    height: 88px;
    color: #4a4160;
    padding: 20px 0 19px;
    margin: 0 30px;
    border-bottom: 1px #f2f2f5 solid;
    position: relative;
}
.left_box .li_be_a .job-primary .info-primary {
    width: 384px;
    margin-right: 40px;
}
.left_box .li_be_a .job-primary .info-primary .name {
    font-size: 16px;
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left_box .li_be_a .job-primary .info-primary .name>div{
    height: 26px;
    display: inline-block;
    line-height: 26px;
}
.left_box .li_be_a .job-primary .info-primary .name>div .job-title {
    font-size: 16px;
    color: #4e566b;
    font-weight: 400;
    max-width: 170px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.left_box .li_be_a .job-primary .info-primary .name .red {
    height: 26px;
    display: inline-block;
    line-height: 26px;
    position: relative;
    vertical-align: middle;
}
.left_box .li_be_a .job-primary .info-primary .name .info-detail {
    position: absolute;
    white-space: normal;
    right: -30px;
    top: 0;
    width: 500px;
    height: auto;
    z-index: 20;
    display: none;
    padding: 16px 0 0 0;
    color: #abafba;
    background: rgba(244,247,252,.9);
    box-shadow: 0 4px 8px 0 rgba(65,74,96,.2);
    z-index: 1001;
}
.left_box .li_be_a .job-primary .info-company {
    width: 255px;
    margin-right: 15px;
}
.left_box .li_be_a .job-primary .info-company .company-text{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.left_box .li_be_a .job-primary .info-publis {
    max-width: 300px;
    text-align: right;
}
.left_box .li_be_a .job-primary .info-publis .name{
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
}
.left_box .li_be_a .job-primary .info-publis img{
    width: 20px;
    height: 20px;
    border-radius: 40px;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}
.left_box .li_be_a p {
    margin-top: 2px;
    font-size: 12px;
    color: #9fa3b0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
}
.left_box .li_be_a .red{
    color: #fa6a43;
}
/* å³è¾¹ */
.right_box{
    width: 290px;
    margin-left: 20px;
}
.right_box .sider-list{
    background-color: #fff;
}
.right_box .sider-list h3{
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #00b38a;
    padding-left: 30px;
    font-weight: 400;
    border-bottom: solid 2px #f2f2f5;
}
.sider-list ul li{
    margin: 0 30px;
    border-bottom: solid 1px #eef0f5;
    padding: 12px 0 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.sider-list ul li:last-child{
    border-bottom: none ;
}
.sider-list ul li h4{
    font-weight: 400;
    padding-right: 90px;
    position: relative;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sider-list ul li p{
    line-height: 22px;
    color: #8d92a1;
    font-size: 12px;
    margin-bottom: 6px;
}
.sider-list ul li .salary {
    position: absolute;
    color: #fc6c38;
    right: 0;
}
.rec_box{
    padding-bottom: 50px;
}
.rec_com{
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 45px;
}
.rec_span span{
    color: #9fa3b0;
    font-size: 12px;
    line-height: 28px;
    margin-right: 20px;
    word-break: keep-all;
    white-space: nowrap;
    cursor: pointer;
}
.rec_span span:hover{
    color:#414a60;
    text-decoration: underline;
}


/* ä¸‹æ‹‰æ¡† */
.el-select{
    display: inline-block;
    position: relative;
}
.el-select input{
    width: 110px;
    padding-right: 30px;
    height: 40px;
    cursor: pointer;
}
.el-input__inner::-webkit-input-placeholder{
    color:#333;
}
.el-input__inner::-moz-placeholder{
    color:#333;
}
.el-input__inner:-moz-placeholder{
    color:#333;
}
.el-input__inner::-ms-input-placeholder{
    color:#333;
}
.el-select .icon{
    position: absolute;
    top: 17px;
    right: 9px;
}
.option_box{
    display: none;
    position: absolute;
    z-index: 10;
}
.opt_box{
    min-width: 110px;
    transform-origin: center top;
    z-index: 2017;
    /* top: 345px;
    left: 402px; */
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    overflow: hidden;
   
}
.opt_box .el-scrollbar__wrap{
    margin-bottom: -17px;
    margin-right: -17px;
    overflow: scroll;
    height: 100%;
    max-height: 274px;
}
.opt_box ul{
    padding:6px 0;
}
.opt_box ul li{
    padding:0 20px ;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    white-space: nowrap;
}
.opt_box ul li:hover {
    background-color: #f5f7fa;
}
.el-scrollbar__bar.is-horizontal {
    height: 6px;
    left: 2px;
}
.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity .12s ease-out;
    transition: opacity .12s ease-out;
}
.el-scrollbar__bar.is-horizontal>div {
    height: 100%;
}
.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144,147,153,.3);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.el-scrollbar__bar.is-vertical {
    width: 6px;
    top: 2px;
}
.popper__arrow{
    position: absolute;
    border: 6px solid transparent;
    height: 0;
    width: 0;
    left: 30px;
    top: -11px;
    border-bottom-color:#ebeef5;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0,0,0,0.5));
    filter: drop-shadow(0 2px 12px rgba(0,0,0,0.5))
}
.popper__arrow2{
    position: absolute;
    border: 6px solid transparent;
    height: 0;
    width: 0;
    left: 30px;
    top: -10px;
    border-bottom-color:#fff;
    z-index: 2018;
}

#companyDet .sidebar{
    padding-bottom:20px;
    font-size:14px;
}
#companyDet .sidebar a{
    color:#414a60;
}
#companyPos .sidebar{
    padding-bottom:10px;
    font-size:14px;
}
#companyPos .sidebar a{
    color:#414a60;
}