@charset "UTF-8";
.banner {
  position: relative;
  width: 100%;
  padding-bottom: 40.625%;
  overflow: hidden;
}

.banner .banner-text {
  width: 1400px;
  min-width: 72%;
  max-width: 90%;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner .banner-title {
  font-size: .54rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
}

.banner .banner-summary {
  color: #fff;
  margin-top: .32rem;
  font-size: .22rem;
}

.banner .bg {
  background-size: cover;
  overflow: hidden;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 1s;
}

.section {
  padding: .8rem 0;
  width: 100%;
  overflow: hidden;
}

.section:nth-child(even) {
  background: #FAFAFA;
}

.section .section-title {
  color: #000;
  font-size: .38rem;
  text-align: center;
}

.tab-nav {
  width: 100%;
  overflow: hidden;
  padding: 0 8.5%;
  margin: .9rem 0 .56rem;
  display: flex;
  justify-content: center;
}

.tab-nav .tab-nav-item {
  position: relative;
  float: left;
  margin-right: 10.5%;
  color: #999;
  font-size: .18rem;
  cursor: pointer;
  padding-bottom: 10px;
}

.tab-nav .tab-nav-item:last-child {
  margin-right: 0;
}

.tab-nav .tab-nav-item.active {
  color: #3476FF;
}

.tab-nav .tab-nav-item.active::after {
  width: 100%;
}

.tab-nav .tab-nav-item::after {
  content: '';
  position: absolute;
  width: 0;
  transition: all 1s;
  height: 2px;
  background-color: #3476FF;
  left: 0;
  bottom: 0;
}

.tab-main {
  width: 1436px;
  min-width: 72%;
  margin: 0 auto;
  max-width: 95%;
  overflow: hidden;
  min-height: 500px;
}

.tab-main .tab-item {
  height: 0;
  transform: translateX(100%);
  transition: transform 1s;
  overflow: hidden;
}

.tab-main .tab-item.active {
  height: auto;
  transform: translateX(0);
}

.tab-main .job-list:empty::after {
  content: '暂未发布岗位';
  display: block;
  text-align: center;
  color: #999;
  font-size: .18rem;
  padding-top: 1rem;
}

.tab-main .job-item {
  float: left;
  width: 33.33%;
  background-image: url(../images/join/job_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.tab-main .job-item .job-item-wrap {
  padding: 4.26%;
}

.tab-main .job-item:nth-child(3n+3) {
  margin-right: 0;
}

.tab-main .job-item .job-top {
  position: relative;
  padding: .32rem .3rem 0;
  cursor: pointer;
}

.tab-main .job-item .job-title {
  font-size: .22rem;
  color: #333;
  margin-bottom: .16rem;
  font-weight: bold;
}

.tab-main .job-item .hot-tag {
  position: absolute;
  font-size: .16rem;
  border-radius: 4px;
  background: #FF7D86;
  padding: .04rem .14rem;
  color: #fff;
  right: .3rem;
  top: .4rem;
}

.tab-main .job-item .job-address {
  color: #999;
  font-size: .16rem;
  margin-bottom: .16rem;
}

.tab-main .job-item .job-bottom {
  position: relative;
  padding: .16rem .3rem .3rem;
  color: #999;
  font-size: .16rem;
}

.job-detail-dialog .x-dialog-main {
  width: 1400px;
  min-width: 72%;
  max-width: 100%;
}

.job-detail-dialog .x-dialog-main .detail-title {
  font-size: .24rem;
  margin-bottom: 1em;
}

.job-detail-dialog .x-dialog-main .detail-item-title {
  padding-left: .24rem;
  position: relative;
  font-size: .18rem;
  margin-bottom: .16rem;
}

.job-detail-dialog .x-dialog-main .detail-item-title::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3476FF;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.job-detail-dialog .x-dialog-main .detail-info {
  color: #999;
  line-height: 2;
  font-size: .16rem;
  margin-bottom: .32rem;
}

.job-detail-dialog .x-dialog-main .submit-btn {
  display: inline-block;
  vertical-align: middle;
  background: #3476FF;
  color: #fff;
  padding: .1rem .36rem;
  border-radius: 4px;
  font-size: .18rem;
}

@media screen and (max-width: 480px) {
  .banner {
    padding-bottom: 60%;
  }
  .banner .banner-title {
    font-size: .3rem;
  }
  .section {
    padding: .5rem 0;
  }
  .tab-nav {
    margin: .4rem 0 .32rem;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .tab-nav .tab-nav-item {
    margin-right: .32rem;
  }
  .tab-main .job-item {
    width: 100%;
    margin-bottom: 0;
  }
}
