
        .cc-highlight {
            color:#03a9f4!important;
        }
        .cc-highlight-bk {
            background-color:#03a9f4!important;
        }
        .cc-highlight-fill {
            fill:#03a9f4!important;
        }


        /*表格线段*/

hc-list table{
    border-collapse:collapse;
}

hc-list th,hc-list tr td {
    border: 1px solid #eee;
}

/*个人资料-头像-pc （border-radius为照片的圆角设置，若想设置为正方形则设置为0，若想设置为圆形则设置为100%）*/
.employee-page.hcm-nav-content .content-panel .photo-block .emp-photo {
    width: 170px;
    height: 250px;
}
.employee-page.hcm-nav-content .content-panel .photo-block .emp-photo img {
    width: 170px;
    border-radius: 5%;
}
.employee-page.hcm-nav-content .content-panel .photo-block img{
      width:170px;
      height:250px;
      border-radius:5%;
      }
.employee-page.hcm-nav-content .content-panel .photo-block img:hover{
      text-align: center;
      background: none;
      margin-left: 0; 
      width:170px;
      height:250px;
      border-radius:5%;
      }
.employee-page.hcm-nav-content .content-panel .photo-block .emp-photo:hover {
    width: 170px;
    height: 250px;
}

/*个人资料-头像-mobile*/
.employee-page #emp-card-mobile .photo-block .emp-photo {
    width: 150px;
    height: 190px;
    border-radius:5%;
    border: 2px solid #fff;
}

.employee-page #emp-card-mobile .photo-block .emp-photo:hover{
    width: 160px;
    height: 220px;
    border-radius:5%;
    border: 2px solid #fff;
}

/*人员管理-头像*/
.emp-details-base .head .emp-photo img {
    width: 170px;
    height: 250px;
    border-radius:5%;
}
.emp-details-base .head .emp-photo .mask {
       border-radius: 5%;
   }
.emp-details-base .head .emp-photo {
    width: 170px;
    height: 250px;
    border-radius:5%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.zsb-campus-index-category .recruit-campus-header{
  background-image: url(https://cdn.hcmcloud.cn/img?type=image&index=7a0d8d42-21c5-11ed-9c65-2efd0a3967fb);
  background-size: cover;
}

.zsb-campus-category .category .img-top{
  background-image: url(https://cdn.hcmcloud.cn/img?type=image&index=fc607e42-edb2-11ea-9ad4-0a58c0a80b1f);
  background-size: cover;
  height: 25vh;
  margin-bottom: 16px;
}

.zsb-campus-category .category .img-top img {
    display: none;
}

.zsb-campus-index-category .recruit-campus-header svg{
  display: none;
}
.zsb-campus-index-category .recruit-campus-header .logo{
  display: none;
}
.zsb-campus-index-category .recruit-campus-header .header-bg{
  display: none;
}
.zsb-campus-index-category .recruit-campus-header .title{
  display: none;
}

.my-recruit-mobile .my-recruit-content .my-recruit-box .head .change-head .head-img-tip
{ display: none; }
.my-recruit-mobile .my-recruit-content .my-recruit-box .head .change-head .head-img
{ display: none; }

.recruit-apply-form {
    overflow-y: scroll;
}

.my-recruit-mobile .my-recruit-content .my-recruit-box .upload-resume .uploadMsg .name {
	width: 200px;
}
.my-recruit-mobile .my-recruit-content .my-recruit-box .upload-resume .uploadMsg .annexPreview {
	display: none
}
/*隐藏移动端首页底部页签，5代表位置*/
.bottom-menu>.item:nth-child(5) {
    display:none;
}
/*隐藏“消息”按钮
.pc-main-frame .header-banner > nav .icon.icon-hcm-email.message {
    display: none;
}*/



