.hire-comp > .top {
  margin-bottom: 0.9rem;
}
.hire-comp > .top .inp-box {
  width: 9.47rem;
  height: 0.6rem;
  background: #ffffff;
  border: 0.02rem solid #d7000f;
  border-radius: 0.32rem;
  margin: 0 auto;
  position: relative;
}
.hire-comp > .top .inp-box input {
  width: 8.6rem;
  height: 100%;
  border: none;
  outline: none;
  margin-left: 0.42rem;
  padding-right: 0.8rem;
  font-size: 0.26rem;
}
.hire-comp > .top .inp-box .search-icon {
  font-family: "gwzp" !important;
  font-size: 0.35rem;
  color: #d7000f;
  position: absolute;
  right: 0.3rem;
  top: 0.1rem;
  cursor: pointer;
}
.hire-comp > .top .inp-box .clear-icon {
  font-family: "gwzp" !important;
  font-size: 0.35rem;
  position: absolute;
  right: 0.75rem;
  color: #ccc;
  top: 0.1rem;
  cursor: pointer;
  display: none;
}
.hire-comp > .bottom {
  padding: 0 2.46rem 0 2.49rem;
  display: flex;
}
.hire-comp > .bottom .left {
  width: 3.34rem;
  position: sticky;
  top: 1.2rem;
  height: max-content;
}
.hire-comp > .bottom .left .top {
  width: 2.84rem;
  padding-bottom: 0.22rem;
  border-bottom: 0.01rem solid #969191;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.2rem;
  color: #3B3939;
}
.hire-comp > .bottom .left .top .btn {
  color: #d7000f;
  cursor: pointer;
}
.hire-comp > .bottom .left .bottom {
  display: flex;
  gap: 0.63rem;
}
.hire-comp > .bottom .left .bottom .title {
  font-size: 0.26rem;
  font-weight: 700;
  color: #3b3939;
  margin-bottom: 0.3rem;
}
.hire-comp > .bottom .left .bottom .search-list {
  padding-left: 0.09rem;
}
.hire-comp > .bottom .left .bottom .search-list .item {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.24rem;
}
.hire-comp > .bottom .left .bottom .search-list .item input {
  display: none;
}
.hire-comp > .bottom .left .bottom .search-list .item input + label {
  position: relative;
  padding-left: 0.26rem;
  cursor: pointer;
}
.hire-comp > .bottom .left .bottom .search-list .item input + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.17rem;
  height: 0.17rem;
  border: 0.02rem solid #909090;
  border-radius: 0.03rem;
}
.hire-comp > .bottom .left .bottom .search-list .item input:checked + label:before {
  font-family: 'gwzp';
  content: "\e6b4";
  font-size: 0.21rem;
  color: #d7000f;
  border: none;
  left: -0.01rem;
}
.hire-comp > .bottom .left .bottom .search-list .item label {
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #3B3939;
}
.hire-comp > .bottom .right {
  flex: 1;
  border-left: 0.01rem solid #969191;
  padding: 0.16rem 0 0 0.53rem;
}
.hire-comp > .bottom .right .title {
  font-size: 0.26rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 0.3rem;
}
.hire-comp > .bottom .right .jobitem {
  width: 100%;
  height: 2.22rem;
  padding: 0.25rem 0.48rem;
  cursor: pointer;
  border-radius: 0.12rem;
  border: 0.01rem solid transparent;
}
.hire-comp > .bottom .right .jobitem:hover {
  border: 0.01rem solid #e12c2b;
  box-shadow: 0 0 0.2rem 0 #ff7171;
}
.hire-comp > .bottom .right .jobitem .name {
  font-size: 0.26rem;
  font-weight: 700;
  color: #3B3939;
  margin-bottom: 0.1rem;
}
.hire-comp > .bottom .right .jobitem .desc {
  display: flex;
  align-items: center;
  gap: 0.43rem;
}
.hire-comp > .bottom .right .jobitem .desc span {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  font-size: 0.2rem;
  line-height: 0.43rem;
  color: #3B3939;
}
.hire-comp > .bottom .right .jobitem .desc span i {
  font-size: 0.24rem;
  line-height: 0.43rem;
  color: #666;
}
.hire-comp > .bottom .right .jobitem .info {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
  height: 0.72rem;
  color: #535353;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hire-comp > .bottom .right .snodata {
  width: 9.45rem;
  text-align: center;
  font-size: 0.3rem;
  color: #666;
}
.job-detail-link {
  display: none;
}
.job-detail {
  margin-top: 1rem;
}
.job-detail > .wrapper {
  width: 10.8rem;
  margin: 0 auto;
  padding-top: 0.44rem;
}
.job-detail > .wrapper .top {
  margin-top: 0.28rem;
  display: flex;
  padding-bottom: 1.12rem;
  border-bottom: 0.02rem solid #D5D5D5;
  justify-content: space-between;
}
.job-detail > .wrapper .top .left .title {
  color: #2b2b2b;
  font-size: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.22rem;
}
.job-detail > .wrapper .top .left .desc {
  display: flex;
  align-items: center;
  gap: 0.34rem;
}
.job-detail > .wrapper .top .left .desc span {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  font-size: 0.24rem;
  color: #3B3939;
}
.job-detail > .wrapper .top .left .desc span i {
  font-size: 0.24rem;
  color: #666;
}
.job-detail > .wrapper .top .tips {
  margin-top: 0.08rem;
  display: flex;
  gap: 0.2rem;
}
.job-detail > .wrapper .top .tips span {
  display: block;
  height: 0.38rem;
  line-height: 0.38rem;
  padding: 0 0.18rem;
  background: linear-gradient(#e90000 0%, #db1c1c 100%);
  border-radius: 0.19rem;
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.05rem;
}
.job-detail > .wrapper .content {
  margin-top: 0.34rem;
  display: flex;
  padding-bottom: 1.1rem;
}
.job-detail > .wrapper .content .left {
  width: 7.68rem;
  padding-right: 0.52rem;
  border-right: 0.02rem solid #D5D5D5;
}
.job-detail > .wrapper .content .left .title {
  font-size: 0.3rem;
  color: #3B3939;
  font-weight: 700;
  margin-bottom: 0.18rem;
  line-height: 0.42rem;
}
.job-detail > .wrapper .content .left .des {
  font-size: 0.2rem;
  color: #3B3939;
  line-height: 0.36rem;
  margin-bottom: 0.66rem;
  padding-left: 0.08rem;
}
.job-detail > .wrapper .content .left .des.job-desc {
  margin-bottom: 0;
}
.job-detail > .wrapper .content .right {
  flex: 1;
  text-align: center;
  padding-left: 0.52rem;
  padding-right: 0.18rem;
}
.job-detail > .wrapper .content .right img {
  width: 2.4rem;
  height: 2.4rem;
}
.job-detail > .wrapper .content .right .title {
  margin-top: 0.14rem;
  font-size: 0.18rem;
  font-weight: 700;
  color: #3B3939;
}
.more-job {
  background-color: #F7F7F7;
  padding-top: 0.82rem;
}
.more-job > .wrapper {
  width: 10.8rem;
  margin: 0 auto;
}
.more-job > .wrapper .title {
  font-size: 0.3rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 0.33rem;
}
.more-job > .wrapper .list .jobitem {
  width: 100%;
  height: 2.58rem;
  padding: 0.44rem 0.5rem;
  cursor: pointer;
  background-color: #fff;
  border: 0.01rem solid transparent;
  margin-bottom: 0.3rem;
  box-shadow: -0.05rem 0rem 0.13rem 0.05rem rgba(179, 179, 179, 0.2);
}
.more-job > .wrapper .list .jobitem:hover {
  border: 0.01rem solid #e12c2b;
}
.more-job > .wrapper .list .jobitem .name {
  font-size: 0.3rem;
  font-weight: 700;
  color: #3B3939;
  margin-bottom: 0.14rem;
}
.more-job > .wrapper .list .jobitem .desc {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.more-job > .wrapper .list .jobitem .desc span {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  font-size: 0.2rem;
  color: #3B3939;
}
.more-job > .wrapper .list .jobitem .desc span i {
  font-size: 0.2rem;
  color: #666;
}
.more-job > .wrapper .list .jobitem .info {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
  height: 0.72rem;
  color: #535353;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lzy-modal,
.lzy-modal-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.lzy-modal {
  display: none;
}
.lzy-modal-mask {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
.lzy-modal-content {
  width: 12rem;
  max-height: 90%;
  background: #f6faff;
  border-radius: 0.1rem;
  overflow-y: auto;
  padding: 0 0.3rem 0.7rem;
  z-index: 999999;
  position: relative;
}
.lzy-modal-content .head {
  border-bottom: 0.01rem solid #e0e9f4;
  padding: 0.3rem 0.3rem 0.15rem;
  position: sticky;
  pointer-events: none;
  background-color: #f6faff;
  top: 0;
}
.lzy-modal-content .head::after {
  position: absolute;
  top: 0.1rem;
  right: -0.2rem;
  cursor: pointer;
  font-family: "gwzp";
  font-size: 0.3rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #888;
  pointer-events: auto;
}
@media screen and (max-width: 750px) {
  .lzy-modal {
    top: 0;
    align-items: end !important;
  }
  .lzy-modal.select-modal .lzy-modal-content {
    height: initial !important;
  }
  .lzy-modal.select-modal .head {
    border-bottom: none;
  }
  .lzy-modal.select-modal .title {
    margin-bottom: 0.2rem;
    font-size: 0.36rem;
    font-weight: 700;
    line-height: 0.36rem;
    text-align: center;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.08);
  }
  .lzy-modal.select-modal .select-content p {
    font-size: 0.3rem;
    line-height: 0.7rem;
    color: #222;
    height: 0.7rem;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.08);
  }
  .lzy-modal.select-modal .select-content p.active {
    color: #e60000;
  }
  .lzy-modal.select-modal .select-content p:last-of-type {
    border-bottom: none;
  }
  .hire-comp .top .inp-box {
    margin: 0 auto 0.7rem;
    position: relative;
    width: 7.1rem;
    height: 0.9rem;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: 0rem 0.2rem 0.45rem 0.02rem rgba(222, 233, 248, 0.4);
  }
  .hire-comp .top .inp-box input {
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
    border: none;
    outline: none;
    font-size: 0.28rem;
    padding-left: 0.33rem;
    padding-right: 1.3rem;
    margin: 0;
  }
  .hire-comp .top .inp-box .search-icon {
    font-size: 0.4rem;
    top: 0.22rem;
  }
  .hire-comp .top .inp-box .clear-icon {
    right: 0.85rem;
    top: 0.23rem;
  }
  .hire-comp > .bottom {
    display: block;
    padding: 0;
  }
  .hire-comp > .bottom .search-box {
    display: flex;
    justify-content: space-between;
    padding: 0 0.4rem;
    margin-bottom: 0.44rem;
  }
  .hire-comp > .bottom .search-box .select-box {
    width: 3rem;
    height: 0.9rem;
    position: relative;
    border-radius: 0.08rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.1);
    font-size: 0.3rem;
    color: #666;
    padding-left: 0.58rem;
    line-height: 0.9rem;
  }
  .hire-comp > .bottom .search-box .select-box .icon {
    position: absolute;
    right: 0.57rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: center;
    transition: all 0.3s;
    font-size: 0.24rem;
    color: #666;
  }
  .hire-comp > .bottom .right {
    padding-left: 0;
    border-left: none;
  }
  .hire-comp > .bottom .right .top .title {
    font-size: 0.36rem;
    padding-left: 0.3rem;
  }
  .hire-comp > .bottom .right .top .jobitem {
    width: 7.2rem;
    height: auto;
    margin: 0.3rem auto;
    background-color: #f6faff;
    box-shadow: 0 0.2rem 0.45rem 0.02rem #dee9f8;
  }
  .hire-comp > .bottom .right .top .jobitem .name {
    font-size: 0.4rem;
  }
  .hire-comp > .bottom .right .top .jobitem .desc span {
    font-size: 0.28rem;
  }
  .hire-comp > .bottom .right .top .jobitem .desc span i {
    font-size: 0.28rem;
  }
  .hire-comp > .bottom .right .top .jobitem .info {
    font-size: 0.3rem;
  }
  .hire-comp > .bottom .right .snodata {
    width: 100%;
  }
  .load-job {
    margin: 0 auto;
    width: 1.9rem;
    height: 0.6rem;
    border: 0.01rem solid #e60000;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.28rem;
    color: #e60000;
    border-radius: 0;
  }
  .job-detail {
    margin-top: 0;
  }
  .job-detail .wrapper {
    width: 7.1rem;
  }
  .job-detail .wrapper .top {
    flex-direction: column;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .job-detail .wrapper .top .left .desc span {
    font-size: 0.3rem;
  }
  .job-detail .wrapper .top .left .desc span i {
    font-size: 0.3rem;
  }
  .job-detail .wrapper .content {
    flex-direction: column;
  }
  .job-detail .wrapper .content .left {
    border-right: none;
    width: 100%;
    padding-right: 0;
  }
  .job-detail .wrapper .content .left .des {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  .job-detail .wrapper .content .right {
    margin-top: 0.4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .more-job .wrapper {
    width: 7.1rem;
  }
  .more-job .wrapper .list .jobitem {
    height: auto;
  }
  .more-job .wrapper .list .jobitem .desc span,
  .more-job .wrapper .list .jobitem .info {
    font-size: 0.3rem;
  }
  .more-job .wrapper .list .jobitem .desc span i,
  .more-job .wrapper .list .jobitem .info i {
    font-size: 0.3rem;
  }
}
