.menu-banner {
  width: 100%;
  height: 500px;
  background: url(/ClinicalResearchCenter/img/recruit-bg.png) no-repeat #00683d;
  background-size: cover;
}
.menu-title {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
}
.menu-title h2 {
  font-size: 40px;
  line-height: 2;
  color: #ffff;
  margin-top: 250px;
}
.recruit-content {
  background: #f6f6f6;
  min-height: 500px;
  padding-bottom: 50px;
}
.sv-item{
 display: flex;
}
.pro-text{
  font-size: 14px;
  line-height: 2;
}

.select {
  width: 100%;
  position: relative;
}
.select-input {
  width: 100%;
  line-height: 2;
  padding: 10px 30px;
  background: #efefef;
  border-radius: 50px;
  border: 1px solid #00683d;
}
.select-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 100%;
  background: #00683d;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.select-btn span {
  font-size: 20px;
}
.select-more {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  display: flex;
    align-items: center;
    justify-content: center;
  flex-direction: row;
  gap: 0;
}
.select-more span {
    cursor: pointer;
}
.select-item span {
  font-size: 14px;
  line-height: 2;
  width: 80px;
}
.custom-select {
  width: 100%;
  font-size: 14px;
  line-height: 2;
  background: #fff;
  border: 1px solid #959595;
  border-radius: 5px;
  padding: 5px 10px;
}
.custing {
  background: url("data:image/svg+xml,%3Csvg fill='%23666' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right
    0.8em center #fff;
  background-size: 20px;
}
.select-list {
  display: flex;
  width: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
.select-item {
  flex: 0 0 calc((100% - 2 * 40px) / 3);
  display: flex;
  align-items: center;
}
.flex-last{
    flex: 1;
}
/* Chrome, Firefox, Opera, Safari  */
.select-input::placeholder {
  font-size: 14px;
  font-size: 14px;
  color: #959595;
}

/* Internet Explorer 10-11 */
.select-input:-ms-input-placeholder {
  font-size: 14px;
  font-size: 14px;
  color: #959595;
}

/* Microsoft Edge */
.select-input::-ms-input-placeholder {
  font-size: 14px;
  font-size: 14px;
  color: #959595;
}
.select-item span.length-text{
    width: 200px;
}

.select-set{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.select-set button{
    width: 100px;
    height: 40px;
    background: #D9D9D9;
    color: #000;
    font-size: 16px;
    line-height:2;
    margin: 20px 0;
}
.select-set button.select-btns{
    background: #00683d;
    color: #fff;
}

.Departments{
    padding: 0;
    width: auto;
}
.recruit{
    font-size: 14px;
}
.recruit-text h2{
    font-size: 16px;
    font-weight: bold;
}
.recruit-text span{
    height: 35px;
    line-height: 24px;
}

.online{
    background: url(/img/online.png) no-repeat center #00683d;
    height: 400px;
}

.re-title{
    padding-top: 100px;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    margin: 50px 0;
  
}
.re-content{
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px 40px 30px;
    position: relative;
    z-index: 2;
  top: -15px;
    box-shadow: 0px 6px 11px 1px rgba(0, 0, 0, 0.1);
}
.sbver{
    background: #F6F6F6;
}

.sv-title{
    display: flex;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 20px;
}

.sv-title span{
    display: block;
    padding: 8px 15px;
    background: #327DD4;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
}


.sv-content{
    display: flex;
    font-size: 14px;
    gap: 40px;
  flex-wrap: wrap;
}
.sv-item span{
    font-weight: bold;
}
.Process {
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0px 6px 11px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 30px;
}

.Process-content{
  display: flex;
  gap: 40px;
  padding-bottom: 20px;
}
.Process-item{
  flex: 1;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.Process-num{
  display: block;
  width: 32px;
  height: 32px;
  border-radius:32px;
  background: #00683D;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  color: #fff;
}
.Process-title{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 3;
}

.Process-text h2{
  font-weight: bold;
}
.Process-item::before{
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  right: -80px;
  background: #eaeaea;
}
.Process-content .Process-item:last-of-type::before {
  display: none;
}

.pro-cont{
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0px 6px 11px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 50px;
  font-size: 14px;
}
.pro-title{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 3;
}
.pro-address{
  margin: 10px 0;
}
.pro-list{
  margin: 20px 0;
}
.pro-list h3{
  font-weight: bold;
  line-height: 2;
}

.sign{
  display: block;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
  background: url(/img/btns.svg) no-repeat  #00683D;
  background-position: 46% center; 
  width: 100%;
  border-radius: 5px;
  color: #fff;
}
.pop{
  display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}
.pop-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
}
.pop-img{
  width: 100%;
}
.pop-close{
  position: relative;
}
.pop-close .iconfont{
  position: absolute;
  right: -7px;
    top: -10px;
  cursor: pointer;
}
.pop-title{
  margin-top: 20px;
  line-height: 3;
  font-weight: bold;
}

.no-data{
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

/* ========== 4K 屏幕（<3840px） ========== */
@media (max-width: 3840px) {
  .researcher-pop-content {
    width: 60vw;
  }
}
/* ========== 2K 屏幕（<2560px） ========== */
@media (max-width: 2560px) {
  .warp {
    max-width: 1920px;
    padding: 20px 5%;
  }
  .fonter-min {
    padding: 20px 5%;
  }
}

/* ========== 大桌面/1080p（<1920px） ========== */
@media (max-width: 1920px) {
  .title {
    max-width: 1440px;
  }
}

/* ========== 桌面显示器（<1200px） ========== */
@media (max-width: 1200px) {
  .menu-banner {
    height: 400px;
    background-position: -100px;
  }
  .menu-title h2 {
    font-size: 30px;
    margin-top: 150px;
    margin-left: 20px;
  }
  .warp {
    padding: 20px 5%;
  }
}
/* ==========手机（<768px） ========== */
@media (max-width: 768px) {
  
  .recruit-text span{
    line-height: 21px;
  height: 31px;
}
  .menu-banner {
    height: 200px;
    background-position: -100px;
  }

  .menu-title h2 {
    font-size: 24px;
    margin-top: 100px;
    margin-left: 20px;
  }
  .warp {
    padding: 20px 5%;
  }

  .online{
    height: 400px;
  }
  .re-title{
    padding-top: 50px;
    font-size: 16px;
  }
  .sv-content{
    gap: 20px;  
  }
  .Process-content{
    gap: 20px;
    flex-wrap: wrap;
  }
  .Process-item{
    flex: 0 0 calc((100% - 1 * 20px) /2);
  }
  .Process-item::before{
    display: none;
  }
  .Process-num{
    width: 24px;
    height: 24px;
    min-width: 24px;
    line-height: 24px;
    border-radius: 24px;
    font-size: 12px;
  }
  .pro-cont{
    margin-top: 20px;
    padding: 20px;
  }
  .Process-text p{
    font-size: 12px;
  }
  .sign{
    background-position: 35% center;
  }

  .select-list{
    gap: 10px;
  }
  .select-item input{
    margin: 5px 0;
  }
}
