.main-limitation {
  box-sizing: border-box;
  height: var(--px165);
  width: 100%;
  background: url('/images/zpBg.png') center/cover no-repeat;
  padding: 25px 120px;
  background-origin: padding-box; /* 从padding区域开始 */

}

.main-limitation .limitation-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px; /* 横向间距为 20px，纵向无间距 */
}
.main-limitation .limitation-list .list-every {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 26px;
}

.main-limitation .limitation-list .list-every .every-desc {
  font-weight: 600;
  color: #333333;
  margin-right: 15px;
 
}
.main-limitation .limitation-list .list-every select {
  flex: 1;
}
select {
  border: none;
  height: 40px;
}
select:focus {
  outline: none;
  border:none;
}
.main-limitation .limitation-list .list-every .every-tabs.salarys {
  display: flex;
  width: 300px;
  align-items: center;
  color: #79879C;
}
.main-limitation .limitation-list .list-every .every-tabs.salarys .qj{
  width: 150px;
  
}
.main-limitation .limitation-list .list-every .every-tabs.salarys input {
  margin-right: 10px;
  background-color: #fff;
  height: 40px;
}

.main-limitation .limitation-search {
  display: flex;
  align-items: center;
  margin-top: -3px;
}


.main-limitation .limitation-search .search-ipt {
  flex: 1;
  height: 46px;
  background: #FFFFFF;
}
.main-limitation .limitation-search .search-btn {
  width: 46px;
  height: 46px;
  cursor: pointer;
}

/* 岗位开始 */
.job {
  display: flex;
  margin-top: 40px;
  padding: 0 120px;
 
}
.job .job-list {
  box-sizing: border-box;
  width: 33%;
  height: auto;
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
}
.job .job-list .job-every{
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 22px 24px 0;
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
  font-size: 14px;
  color: #79879C;
  margin-bottom: 16px;
  cursor: pointer;
}
.job .job-list .job-active {
  background: linear-gradient( 180deg, #E8F9FA 0%, rgba(255,255,255,.5) 100%);
}
.job .job-list .job-active .everyTop::after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #00B3B3;
}

.job .job-list .job-every .everyTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;

}
.job .job-list .job-every .everyTop .jobName {
  width: 190px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job .job-list .job-every .everyTop .jobSalary {
  font-weight: 600;
  font-size: 14px;
  color: #00B3B3;
}
.job .job-list .job-every .jobRequire {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
  margin-bottom: 16px;
}
.companyPerson {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.noData {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
}
.job .job-list .job-every .jobRequire .tabs {
  display: flex;
  align-items: center;
}
.job .job-list .job-every .jobRequire .tabs span {
  padding: 0 8px;
  margin-right: 16px;
}

.job .job-list .job-every .jobCompany{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  border-top: 1px solid #eee;
  
}

.job .job-list .job-every .jobCompany .companyInfo {
  display: flex;
  align-items: center;

}
.job .job-list .job-every  .jobCompany .companyInfo img {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  margin-right: 16px;
}

.job .job-list .job-every  .jobCompany .companyInfo span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}

.job .job-details {
  box-sizing: border-box;
  flex: 1;
  padding: 24px 40px;
  margin-left: 30px;
  background-color: #fff;
  height: calc(100vh - 200px);
  overflow-y: scroll;
}

.job .job-details .details-info {
  display: flex;
  justify-content: space-between;
}
.job .job-details .details-info .info-jobName {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 40px;
}
.job .job-details .details-info .info-deliver {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  background: linear-gradient( 136deg, #18CED1 0%, #339DEE 100%);
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.job .job-details .details-info .info-deliver img{ 
  width: 16px;
  margin-left: 10px;
}
.job .job-details .details-desc {
  margin: 20px 0 40px;
  display: flex;
  align-items: center;
} 
.job .job-details .details-desc .desc-every {
  display: flex;
  align-items: center;
  margin-right: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #79879C;
  line-height: 22px;
}
.job .job-details .details-desc .desc-every img {
  margin-right: 5px;
  width: 16px;
}
.job .job-details .everyContent {
  margin-bottom: 10px;
}
.job .details-title {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 5px;
}
.job .details-content {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}

.job .details-companyProfile .details-company-info {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin: 30px 0 16px;
}

.job .details-companyProfile .company-info {
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  background: #F7F8FA;
  border-radius: 2px 2px 2px 2px;
  font-size: 14px;
  color: #79879C;
}
.job .details-companyProfile .company-info .info-base {
  display: flex;
  align-items: center;
}
.job .details-companyProfile .company-info .info-base img {
  width: 40px;
  height: 40px;
}
.job .details-companyProfile .company-info .info-base .company-name {
  margin: 0 16px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;

}
.job .details-companyProfile .company-info .company-all {
  margin: 10px 0 0 50px;
}
.job .details-companyProfile .company-info .company-brief{
  margin-top: 16px;
  color: #333333;
}



@media screen and (min-width:800px) and (max-width:1100px) {
 .app-main {
  zoom: 70%;
}
}


@media screen and (min-width:600px) and (max-width:800px) {
  .app-main {
    zoom: 50%;
  }
}
@media screen and (min-width:475px) and (max-width:600px) {
  .app-main {
    zoom: 40%;
  }
}
/*!*移动端*!*/
@media screen and (max-width:475px) {
 .app-main {
  zoom: 30%;
  }

}