.warrap {
  width: 100%;
  overflow: hidden;
}
.warrap .banner {
  width: 100%;
}
.warrap .top {
  position: relative;
  z-index: 999;
}
.warrap .nav_content {
  width: 100%;
  height: 0.5rem;
  padding-top: 0.08rem;
  background: rgba(177, 131, 78, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.21rem;
}
.warrap .nav_content .main {
  width: 92vw;
  display: flex;
  margin: 0 auto;
  justify-content: space-evenly;
}
.warrap .nav_content .main a {
  color: #fff;
  line-height: 0.34rem;
}
.warrap .nav_content .main a.active {
  border-bottom: 2px solid #fff;
}
.warrap .index_content {
  height: 69.61vh;
  overflow-y: scroll;
  background: #fff;
  margin-top: 10px;
  padding-bottom: 1rem;
}
.warrap .index_content .main_cont {
  width: 92.17%;
  margin: 0 auto;
}
.warrap .index_content .index_tip {
  width: 38.26vw;
  margin: 0.1rem auto 0.15rem;
}
.warrap .index_content .bimg {
  width: 100%;
  margin: 0 auto 0.2rem;
}
.warrap .index_content .tip_p {
  text-indent: 2em;
  font-size: 0.2rem;
  line-height: 1.8;
}
.warrap .index_content .footer_content {
  display: flex;
  justify-content: space-around;
  margin: 0.15rem auto 0.21rem;
}
.warrap .index_content .footer_content .cont {
  width: 2rem;
  height: 1.21rem;
  background-image: url(../images/cont.png);
  background-size: 100% 100%;
  background-position: 0 0;
  text-align: center;
  padding-top: 0.14rem;
}
.warrap .index_content .footer_content .cont p {
  font-size: 0.155rem;
  color: #8b4e16;
}
.warrap .index_content .footer_content .cont p span {
  font-size: 0.37rem;
  font-weight: bold;
}
.warrap .re_content {
  width: 92vw;
  margin: 0 auto;
  position: relative;
}
.warrap .re_content .ban {
  position: relative;
  height: 0.2rem;
  background: #f1efe4;
}
.warrap .re_content .re_bg {
  width: 100%;
  margin-top: -4rem;
  margin-bottom: 0.7rem;
}
.warrap .re_content a {
  width: 4.8rem;
  height: 0.3rem;
  position: absolute;
  bottom: 17vh;
  left: 6vw;
  background: transparent;
}
.warrap .re_content a.down2 {
  width: 5rem;
  bottom: 15vh;
  left: 6vw;
}
.warrap .main_content {
  width: 92vw;
  background: #fff;
  margin: 0.1rem auto;
  padding-bottom: 0.6rem;
}
.warrap .main_content .job1 {
  width: 38.26vw;
  margin: 0.15rem auto 0.2rem;
}
.warrap .main_content .job_nav {
  width: 85.86vw;
  margin: 0 auto 0.35rem;
}
.warrap .main_content .job_nav .nav_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.warrap .main_content .job_nav .nav_item .nav_list {
  width: 1.52rem;
  height: 0.4rem;
  background-image: linear-gradient(0deg, #fff6ed 0%, #fbe4a0 100%);
  box-shadow: 1px 3px 3px 0px rgba(43, 23, 6, 0.3);
  border-radius: 10px;
  text-align: center;
  font-family: AlibabaPuHuiTi-Medium;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0px;
  color: #66330d;
  margin-top: 0.2rem;
  margin-right: 0.16rem;
}
.warrap .main_content .job_nav .nav_item .nav_list.active {
  background-image: linear-gradient(0deg, #d69035 0%, #f3ad3d 100%);
  box-shadow: 1px 3px 3px 0px rgba(43, 23, 6, 0.3);
  color: #ffffff;
}
.warrap .main_content .job_title {
  width: 85.86vw;
  margin: 0 auto;
}
.warrap .main_content .list_content {
  font-size: 10px;
  color: #585858;
  width: 85.86vw;
  border-bottom: 1px dashed #f0aa3c;
  margin: 0 auto;
  padding: 0.1rem 0;
}
.warrap .main_content .list_content.active {
  background-color: #fff4d0;
}
.warrap .main_content .list {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2rem;
}
.warrap .main_content .list div {
  transform: scale(0.9);
  padding: 0.02rem;
}
.warrap .main_content .list div:nth-child(1) {
  flex-basis: 0.5rem;
}
.warrap .main_content .list div:nth-child(2) {
  flex-basis: 1rem;
}
.warrap .main_content .list div:nth-child(3) {
  font-weight: bold;
  color: #8a4e16;
  flex-basis: 0.84rem;
}
.warrap .main_content .list div:nth-child(4) {
  flex-basis: 0.46rem;
}
.warrap .main_content .list div:nth-child(5) {
  flex-basis: 0.9rem;
}
.warrap .main_content .list div:nth-child(6) {
  flex-basis: 1.88rem;
}
.warrap .main_content .list div:nth-child(7) {
  flex-basis: 1rem;
}
.warrap .main_content a {
  border: 1px solid #c27e25;
  color: #c27e25;
  font-size: 10px;
  border-radius: 8px;
  padding: 0.01rem 0.06rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 50%;
  transform: translate(-50%);
}
.warrap .main_content .job_bottom {
  width: 85.86vw;
  margin: 0.26rem auto 0;
}
.warrap .footer {
  width: 100%;
  background-image: url(../images/footer.png);
  background-size: 100% 100%;
  background-position: 0 0;
}
.index .footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.index_b {
  width: 90.66vw;
  margin: 0 auto;
}
