.banner {
  margin-top: 6rem;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 26%;
}
.banner .text .con {
  padding-right: 5rem;
}
.banner .text .con .right {
  float: right;
  width: 35%;
}
.banner .text .con .right h2 {
  font-size: 3rem;
  color: #fff;
}
.banner .text .con .right p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
.apply-top {
  position: relative;
}
.apply-top img {
  width: 100%;
}
.apply-top .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.apply-top .text .title h2 {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.apply-top .text .title .line {
  width: 2rem;
  height: 2px;
  background: #95bc46;
  margin: 1rem auto;
}
.apply-top .text .title p {
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
}
.apply-top .text .search-box {
  width: 36rem;
  height: 3.2rem;
  margin: 3rem auto 0;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.apply-top .text .search-box:before {
  content: '\e600';
  font-family: iconfont;
  color: #7f808a;
  position: absolute;
  left: 1.2rem;
  line-height: 3.2rem;
  top: 0;
  font-size: 1rem;
}
.apply-top .text .search-box input {
  float: left;
  width: 84%;
  height: 3.2rem;
  background: none;
  border: none;
  padding-left: 3.4rem;
  padding-right: 2rem;
  font-size: 0.8rem;
  color: #c1c2c9;
}
.apply-top .text .search-box .btn {
  float: left;
  width: 16%;
  height: 3.2rem;
  background: #95bc46;
  text-align: center;
  line-height: 3.2rem;
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.apply-top .text .search-box .btn:hover {
  background: blue;
}
.search-box-mobile {
  display: none;
}
.apply-bottom {
  padding-bottom: 5rem;
}
.apply-bottom .con .apply-title {
  padding: 0 0 2rem;
}
.apply-bottom .con .apply-title .box {
  margin-top: 2rem;
}
.apply-bottom .con .apply-title .box h2 {
  float: left;
  font-size: 0.8rem;
  color: #85868f;
  margin-right: 2.6rem;
  position: relative;
  top: 0.9rem;
}
.apply-bottom .con .apply-title .box ul {
  overflow: hidden;
}
.apply-bottom .con .apply-title .box ul li {
  float: left;
  margin-right: 2rem;
  cursor: pointer;
  margin-top: 1rem;
}
.apply-bottom .con .apply-title .box ul li label {
  font-size: 0.8rem;
  color: #85868f;
  margin-left: 0.5rem;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.apply-bottom .con .apply-title .box input[type=checkbox] {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 14px;
}
.apply-bottom .con .apply-title .box input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background: #fff;
  color: #fff;
  border: 1px solid #cfcfcf;
  width: 18px;
  height: 18px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 3px;
}
.apply-bottom .con .apply-title .box input[type=checkbox]:checked::after {
  content: "✓";
  font-size: 12px;
  font-weight: bold;
  background: #95bc46;
}
.apply-bottom .con .search-result {
  padding-bottom: 1rem;
}
.apply-bottom .con .search-result p {
  font-size: 0.8rem;
  color: #85868f;
}
.apply-bottom .con .search-result p span {
  margin: 0 0.2rem;
}
.apply-bottom .con .apply-list > ul {
  border-top: 1px solid #e2e2e7;
}
.apply-bottom .con .apply-list > ul > li {
  padding: 2.2rem 8rem 2.2rem 0;
  border-bottom: 1px solid #e2e2e7;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.apply-bottom .con .apply-list > ul > li a {
  display: block;
}
.apply-bottom .con .apply-list > ul > li a h2 {
  font-size: 1.2rem;
  color: #333;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.apply-bottom .con .apply-list > ul > li a ul {
  margin: 1rem 0 1.2rem;
}
.apply-bottom .con .apply-list > ul > li a ul li {
  float: left;
  font-size: 0.8rem;
  color: #85868f;
  padding: 0 0.6rem;
  position: relative;
}
.apply-bottom .con .apply-list > ul > li a ul li:first-child {
  padding-left: 0;
}
.apply-bottom .con .apply-list > ul > li a ul li:not(:last-child):before {
  content: '';
  width: 1px;
  height: 70%;
  background: #cfcfcf;
  position: absolute;
  right: 0;
  top: 15%;
}
.apply-bottom .con .apply-list > ul > li a p {
  font-size: 0.8rem;
  color: #999;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.apply-bottom .con .apply-list > ul > li a h3 {
  position: absolute;
  right: 0;
  top: 2.2rem;
  font-size: 1.2rem;
  color: #93939b;
}
.apply-bottom .con .apply-list > ul > li a h3 span {
  font-size: 1.8rem;
  color: #95bc46;
  margin-right: 0.4rem;
  font-family: Ninot_medium;
}
.apply-bottom .con .apply-list > ul > li.hot a h2:after {
  content: '热';
  font-size: 0.8rem;
  color: #fff;
  width: 1.3rem;
  height: 1.3rem;
  background: #95bc46;
  border-radius: 3px;
  position: absolute;
  text-align: center;
  line-height: 1.3rem;
  margin-left: 0.5rem;
}
.apply-bottom .con .apply-list > ul > li:hover {
  padding: 2.2rem 8rem 2.2rem 1rem;
}
.apply-bottom .con .apply-list > ul > li:hover a h2 {
  color: #95bc46;
}
@media screen and (max-width: 1280px) {
  .apply-top .text .search-box:before {
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text {
    top: 12%;
  }
  .banner .text .con {
    padding-right: 20px;
  }
  .banner .text .con .right {
    width: 100%;
  }
  .banner .text .con .right h2 {
    font-size: 16px;
  }
  .banner .text .con .right p {
    font-size: 14px;
    margin-top: 6px;
  }
  .apply-top {
    position: relative;
  }
  .apply-top .text .title h2 {
    font-size: 16px;
  }
  .apply-top .text .title .line {
    margin: 6px auto;
  }
  .apply-top .text .title p {
    font-size: 14px;
  }
  .apply-top .text .search-box {
    display: none;
  }
  .search-box-mobile {
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin-top: 20px;
  }
  .search-box-mobile .con {
    position: relative;
  }
  .search-box-mobile .con:before {
    content: '\e600';
    font-family: iconfont;
    color: #7f808a;
    position: absolute;
    left: 32px;
    line-height: 44px;
    top: 0;
    font-size: 16px;
  }
  .search-box-mobile .con input {
    float: left;
    width: 84%;
    height: 44px;
    background: none;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 14px;
    color: #c1c2c9;
    border: 1px solid #f2f2f2;
  }
  .search-box-mobile .con .btn {
    float: left;
    width: 16%;
    height: 44px;
    background: #95bc46;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
  }
  .apply-bottom {
    padding-bottom: 30px;
  }
  .apply-bottom .con .apply-title .box {
    margin-top: 10px;
  }
  .apply-bottom .con .apply-title .box h2 {
    width: 100%;
    font-size: 16px;
  }
  .apply-bottom .con .apply-title .box ul {
    float: left;
    margin-top: 20px;
  }
  .apply-bottom .con .apply-title .box ul li {
    margin-right: 20px;
    margin-top: 10px;
  }
  .apply-bottom .con .apply-title .box ul li label {
    font-size: 14px;
    top: -3px;
  }
  .apply-bottom .con .search-result {
    padding-bottom: 10px;
  }
  .apply-bottom .con .search-result p {
    font-size: 14px;
  }
  .apply-bottom .con .apply-list > ul > li {
    padding: 16px 72px 16px 0;
  }
  .apply-bottom .con .apply-list > ul > li a h2 {
    font-size: 16px;
  }
  .apply-bottom .con .apply-list > ul > li a ul li {
    font-size: 14px;
  }
  .apply-bottom .con .apply-list > ul > li a h3 {
    font-size: 14px;
    top: 20px;
  }
  .apply-bottom .con .apply-list > ul > li a h3 span {
    font-size: 16px;
  }
  .apply-bottom .con .apply-list > ul > li a p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=join_apply.css.map */