﻿#JobDataList {
  background: #F5F5F5;
  padding-top: 16px;
}
[v-cloak] {
  display: none !important;
}
.p {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.jobDataList-container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
/*搜索*/
.jobDataList-search {
  width: 100%;
  padding: 24px 24px 14px;
  background: #fff;
  border-radius: 8px;
}

.jobDataList-search-input {
  width: 800px;
  display: flex;
}

.search-input {
  display: inline-block;
  width: 696px;
}

  .search-input .el-input__inner {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 1px solid #E5E5E5;
    border-radius: 8px 0 0 8px;
  }
    .search-input .el-input__inner:hover, .search-input .el-input__inner:active {
      border: 1px solid #8659F1;
    }
    .search-input .el-input__inner::placeholder{
      font-size:16px;
      color:#999;
    }

    .search-btn, .search-btn:hover, .search-btn:focus {
      padding: 10px 31px;
      color: #fff;
      background: #8659F1;
      border-radius: 0px 8px 8px 0px;
      font-size: 16px;
      color: #FFFFFF;
      border: none;
    }

.search-location {
  display: flex;
  margin: 24px 0;
}

.search-location-p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 28px;
  cursor: pointer;
}
.search-location-p-on {
  color: #8659F1;
}
  .search-location-p:hover {
    color: #8659F1;
  }

.other-location {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
  .other-location:hover{
    color:#8659F1;
  }

  .el-icon-arrow-up:before {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 6px 4px 6px 4px;
    border-color: transparent transparent #999999 transparent;
    transform: translateY(-3px);
  }

.search-select {
  display: flex;
}

.search-select-cont {
  min-width: 100px;
  height: 32px;
  border-radius: 4px;
  background: #F7F7F7;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  padding: 6px 30px 6px 12px;
  cursor: pointer;
  margin-right: 16px;
}
.search-select-cont-on {
  background:  #FBF9FF;
  color: #8659F1;
}
  .search-select-Industry, .search-select-Occupation {
    position: relative;
  }
.openIndustry, .openOccupation {
  display: flex;
}

.search-select-icon:before {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 4px 6px 4px;
  border-color: transparent transparent #D8D8D8 transparent;
  transform: translate(12px,4px) rotate(180deg);
}
.search-select-icon-close {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 9px;
  right: 8px;
}
.search-select-cont:hover {
  background:  #FBF9FF;
  color: #8659F1;
}
.search-select-drop-down:hover .el-select .el-input .el-input__inner,
.search-select-drop-down:active .el-select .el-input .el-input__inner,
.search-select-drop-down:focus .el-select .el-input .el-input__inner {
  background:  #FBF9FF;
  color: #8659F1;
  border: none;
  border-color: transparent transparent #8659F1 transparent;
}
.search-select-cont:hover .search-select-icon:before, .search-select-cont-on .search-select-icon:before {
  border-color: transparent transparent #8659F1 transparent;
}
.search-select-drop-down:hover .el-select .el-input .el-input__icon:before {
  border-color: transparent transparent #8659F1 transparent;
}
.select-cont {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 9;
}

.search-select-cont .select-cont {
  display: flex;
}

.select-cont-left {
  width: 186px;
  height: 304px;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: auto;
}

.cont-left-ul {
  padding: 8px 0;
}

.cont-left-li {
  width: 100%;
  height: 36px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding: 8px 12px;
  position: relative;
}

.cont-left-li-icon, .jobCont-left-li-icon {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 4px 6px 4px;
  border-color: transparent transparent #D8D8D8 transparent;
  transform: translate(48px,2px) rotate(90deg);
  position: absolute;
  right: 50px;
  top: 10px;
}


.cont-left-li:hover, .cont-left-li-on, .occ-left-li-on {
  background: #f7f7f7;
  color: #8659F1;
}

  .cont-left-li:hover .cont-left-li-icon, .cont-left-li-icon-on {
    border-color: transparent transparent #8659F1 transparent;
  }
  .cont-left-li:hover .jobCont-left-li-icon, .jobCont-left-li-icon-on {
    border-color: transparent transparent #8659F1 transparent;
  }

.select-cont-right {
  width: 532px;
  height: 304px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  overflow: auto;
}

.select-cont-right {
  padding: 8px 24px 24px;
}

.cont-right-div {
  padding-bottom: 16px;
  border-bottom: 1px dashed #E5E5E5;
  margin-top: 16px;
}

  .cont-right-div:last-child {
    border: none;
  }

.cont-right-title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.cont-right-list {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 8px 24px 0 0;
  display: inline-block;
  cursor:pointer;
}
.right-list-Industry-on, .right-list-Occupation-on {
  color: #8659F1;
}
.cont-right-list:hover {
  color: #8659F1;
}

.search-select-drop-down {
  min-width: 100px;
  max-width: 112px;
  margin-right: 16px;
}

  .search-select-drop-down .el-select .el-input .el-input__inner {
    height: 32px;
    line-height: 32px;
    background: #F7F7F7;
    border: none;
    padding: 6px 30px 6px 12px;
    border-radius: 4px;
    color: #333;
  }
    .search-select-drop-down .el-select .el-input .el-input__inner:active,
    .search-select-drop-down .el-select .el-input .el-input__inner:focus{
      border:none;
      box-shadow:none;
    }

    .search-select-drop-down .el-select .el-input .el-input__inner::placeholder {
      font-weight: 400;
      font-size: 14px;
      color: #333333;
    }
  .search-select-drop-down:hover .el-select .el-input .el-input__inner::placeholder {
    color: #8659F1;
  }

  .search-select-drop-down .el-select .el-input .el-input__icon {
    line-height: 32px;
  }

    .search-select-drop-down .el-select .el-input .el-input__icon:before {
      border-color: transparent transparent #D8D8D8 transparent;
    }
  .search-select-drop-down:hover .el-select .el-input .el-input__icon:before {
    border-color: transparent transparent #8659F1 transparent;
  }
  .search-select-drop-down:hover .el-select .el-input .el-icon-circle-close:before {
    color: #8659F1;
  }
    .filter-title {
      font-weight: 400;
      font-size: 14px;
      color: #999999;
      width: 74px;
      position: relative;
      top: 5px;
    }

.clear-filter {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}

  .clear-filter:hover {
    color: #8659F1;
  }

.filter-condition {
  display: flex;
  margin-top: 20px;
}

.filter-cont {
  flex: 1;
  display: flex;
  justify-content: space-between;
  width: 94%;
  align-items: center;
}

.filter-cont-name {
  padding: 6px 30px 5px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #8659F1;
  background:  #FBF9FF;
  display: inline-block;
  position: relative;
  border-radius: 16px;
  margin-bottom: 0;
  margin-right: 8px;
}

.filter-cont-icon {
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 10px;
  cursor: pointer;
}
/*tab切换*/
.jobDataList-tab {
  width: 100%;
  padding: 14px 24px 0 0;
  background: #fff;
  margin: 24px 0 12px;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #E5E5E5;
}

.jobDataList-tab-li {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 106px;
  text-align: center;
  display: inline-block;
}

  .jobDataList-tab-li.active {
    font-weight: 600;
    font-size: 14px;
    color: #8659F1;
    padding-bottom: 14px;
    border-bottom: 2px solid #8659F1;
  }
/*数据列表*/
.jobDataList-p {
  display: flex;
  align-items: center;
}
.jobDataList-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
  .jobDataList-li:hover {
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.09);
  }

  .jobDataList-list-left {
    width: 878px;
  }

.jobDataList-list-right {
  width: 306px;
}
.jobDataList-li-nodata {
  padding: 110px 0 160px;
  margin: auto;
  text-align: center;
  background: #fff;
  margin-bottom: 12px;
  border-radius:8px;
}
  .jobDataList-li-nodata p {
    position: relative;
    right: 10px;
    color: #999999;
    font-size: 14px;
  }
  .jobDataList-li {
    width: 100%;
    padding: 26px 24px 24px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }

.jobDataList-jobName {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  max-width: 360px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jobDataList-jobName:hover {
  color: #8659F1;
}

.jobDataList-jobTime {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin: 0 16px 0 8px;
}

.jobDataList-sprice {
  font-weight: 600;
  font-size: 18px;
  color: #FF6600;
}

.jobDataList-clientame {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin: 8px 0 12px;
}

.jobDataList-tag-span {
  display: inline-block;
  padding: 4px 10px;
  background: #F7F7F7;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-right: 8px;
}

.jobDataList-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.jobDataList-right-img {
  border-radius: 50%;
}

.jobDataList-right-name, .jobDataList-right-job {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jobDataList-right-btn {
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #8659F1;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 10px;
}
  .jobDataList-right-btn:hover {
    background: #784BE2;
  }
  .jobDataList-right-hover {
    position: absolute;
    width: 104px;
    height: 95px;
    right: 0;
    top: -60px;
    border-radius: 4px !important;
    display: none;
    padding: 8px 10px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
    background: #fff;
  }

.jobDataList-right-btn:hover .jobDataList-right-hover {
  display: inline-block;
}

.right-img {
  width: 308px;
  height: 158px;
  border-radius: 8px;
  margin-bottom: 12px;
}

  .right-img img {
    border-radius: 8px;
  }

.right-list-top {
  width: 100%;
  height: 64px;
  padding: 0 14px 0 16px;
  line-height: 64px;
  background: rgba(134,89,241, .05);
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  border-radius: 8px 8px 0 0;
}

.right-line {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #8659F1;
  border-radius: 2px;
  top: 2px;
  right:2px;
  position: relative;
}

.right-list-ul {
  padding: 12px 16px 12px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.right-list-li {
  padding-bottom: 12px;
  border-bottom: 1px dashed #E5E5E5;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
  .right-list-li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
.right-list-name {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
    .right-list-name:hover{
      color:#8659F1;
      font-weight:600;
    }
    .right-list-price {
      font-weight: 600;
      font-size: 14px;
      color: #FF6600;
    }

.cityDialog .el-dialog {
  border-radius: 16px;
}

  .cityDialog .el-dialog .el-dialog__header {
    display: none;
  }

  .cityDialog .el-dialog .el-dialog__body {
    padding: 0;
  }

.cityDialog-head {
  padding: 22px 32px;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
}

.cityDialog-head-title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.cityDialog-body {
  width: 100%;
  height: 456px;
  display: flex;
  justify-content: space-between;
}

.cityDialog-head-left {
  width: 132px;
  background: #F7F7F7;
  border-right: 1px solid #E5E5E5;
  border-radius: 0 0 0 16px;
  overflow: auto;
}

  .cityDialog-head-left::-webkit-scrollbar,
  .select-cont-left::-webkit-scrollbar,
  .select-cont-right::-webkit-scrollbar,
  .cityDialog-head-right::-webkit-scrollbar {
    width: 6px; /* 水平滚动条的宽度 */
  }

  /* 滚动条轨道 */
  .cityDialog-head-left::-webkit-scrollbar-track,
  .select-cont-left::-webkit-scrollbar-track,
  .select-cont-right::-webkit-scrollbar-track,
  .cityDialog-head-right::-webkit-scrollbar-track, {
    background: #fff; /* 颜色和样式 */
  }
  /* 滚动条滑块 */
  .cityDialog-head-left::-webkit-scrollbar-thumb,
  .select-cont-left::-webkit-scrollbar-thumb,
  .select-cont-right::-webkit-scrollbar-thumb,
  .cityDialog-head-right::-webkit-scrollbar-thumb {
    background: #ddd; /* 滑块颜色 */
    border-radius: 4px;
  }

.cityDialog-head-close {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  cursor: pointer;
  font-weight: 600;
}
  .cityDialog-head-close:hover{
    color:#8659F1;
  }
  .cityDialog-head-left {
    padding: 8px 0;
  }

.cityDialog-head-li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  border-left: 3px solid rgba(255, 255, 255, 0);
  margin-bottom: 4px;
}

.cityDialog-head-li-on {
  border-left: 3px solid #8659F1;
  background: rgb(134,89,241,.1);
  font-weight: 600;
  font-size: 14px;
  color: #8659F1;
}

.cityDialog-head-li:hover {
  background: rgb(134,89,241,.1);
}

.cityDialog-head-right {
  width: 666px;
  padding: 18px 30px;
  overflow: auto;
}

.head-right-p {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  margin-bottom: 22px;
}

.head-right-city {
  padding: 7px 16px;
  background: #F7F7F7;
  border-radius: 8px;
  margin-right: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #333330;
  display: inline-block;
  margin-bottom: 16px;
  cursor: pointer;
}

  .head-right-city:hover {
    background:  #FBF9FF;
  }

.head-right-city-on {
  padding: 6px 15px;
  border: 1px solid #8659F1;
  color: #8659F1;
  background:  #FBF9FF;
}
.el-select-dropdown__item.selected,
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
  color: #8659F1;
}
.jobDataList-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 16px 24px;
  border-radius:8px;
}
.jobDataList-footer-p span {
  font-weight: 600;
  color: #8659F1;
}
.jobDataList-footer-page {
  padding-right: 0;
}
.jobDataList-footer-page.is-background .el-pager li:not(.disabled).active {
  background-color:#8659F1;
}
.jobDataList-footer-page .el-pager li:not(.disabled):hover
.jobDataList-footer-page .btn-next {
  margin-right: 0;
}
.jobDataList-footer-page.is-background .el-pager li:not(.disabled):hover {
color: #8659F1;
}
/*.loading-div .el-skeleton {
  display: flex;
  justify-content: space-between;
}*/
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
  border-radius: 4px;
}
.jobDataList-right-skeleton {
  width: 100%;
  text-align: end;
}
  .jobDataList-right-skeleton .el-skeleton .is-first {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    top: 6px;
  }
  .jobDataList-right-skeleton .el-skeleton div:nth-child(2) {
    width: 32%;
    margin: 0 12px;
  }
  .jobDataList-right-skeleton .el-skeleton div:nth-child(3) {
    width: 32%;
  }
  .jobDataList-right-skeleton .el-skeleton .is-last{
    width:40%;
  }


