#app {
  background: #f7f7f7;
}

/* banner */
.banner-content-box {
  height: 30px;
  bottom: 0;
  height: fit-content;
  transform: translate(-50%, 50%);
}

.banner-content .box-content {
  width: 18%;
  height: 130px;
}

.banner-content .box-item {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  border: 2px solid #ffffff;
  backdrop-filter: blur(30px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.1);
}

.banner-content .box-item .title {
  font-size: 18px;
  /* 主题色 */
  color: #004ea1;
  position: relative;
  z-index: 9;
}

.banner-content .box-item .title span {
  margin-right: 6px;
  font-size: 40px;
  font-weight: bold;
}

.banner-content .box-item .labels {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #616161;
  margin-top: 10px;
  position: relative;
  z-index: 9;
}

.banner-content .box-item .box-bg {
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.intro-container .intro-item {
  margin: 15px 0;
}

.intro-container .left img {
  width: 100%;
  height: 397px;
  border-radius: 10px;
  object-fit: cover;
}

.intro-container .right .title {
  font-size: 36px;
  font-weight: bold;
  color: #1b1b1b;
}

.intro-container .right .small-title {
  font-size: 24px;
  font-weight: 500;
  color: #3b3b3b;
  margin-top: 20px;
  margin-bottom: 30px;
}

.intro-container .right .text {
  font-size: 16px;
  color: #5f5f5f;
}

/* 招聘岗位 */
.position-container .r{
  margin: 15px 0;
}
.position-container .position-item {
  width: 100%;
  /* height: 202px; */
  height: 100%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(20, 50, 87, 0.1);
  padding: 50px 0;
  box-sizing: border-box;
}

.position-container .position-item.active {
  background: linear-gradient(114deg, #8ec9ff 0%, #1e79e9 99%);
}

.position-container .position-item.active .title {
  color: white;
}

.position-container .position-item.active .text {
  color: white;
}

.position-container .position-item .content {
  position: relative;
  z-index: 9;
}

.position-container .position-item .title {
  font-size: 36px;
  font-weight: bold;
  color: #1b1b1b;
  margin-bottom: 24px;
}

.position-container .position-item .text {
  font-size: 24px;
  font-weight: 500;
  color: #1b1b1b;
}

.position-container .position-item .top-icon {
  width: 23%;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
}

.position-container .position-item .bottom-icon {
  width: 73%;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

.position-container .position-item .cont {
  padding: 30px 10px 0 10px;
  box-sizing: border-box;
  color: #5f5f5f;
  font-size: 12px;
}

.position-container .position-item .cont.white{
  color: white;
}

.position-container .position-item .cont .t {
  margin-top: 15px;
}

/* 福利 */
.welfare-container .item{
  margin: 15px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(20, 50, 87, 0.1);

}
.welfare-container img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.welfare-container .text{ 
  width: 100%;
  background: white;
  text-align: center;
  font-size: 12px;
  color: #414141;
  padding: 20px 0;
  box-sizing: border-box;

}

.application {
    margin-bottom: 80px;
    padding: 15px 20px;
}
.application img{
    width: 140px;
    height: 140px;
}
.application .info{
    padding-left: 20px;
    box-sizing: border-box;
}
.application .info .top-text{
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.application .info .bottom-text {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 14px;
}

@media screen and (max-width: 1200px) {
  .banner-content .box-content {
    height: 100px;
  }

  .banner-content .box-item .title {
    font-size: 20px;
  }

  .banner-content .box-item .labels {
    font-size: 14px;
  }

  .banner-content .box-item .box-bg {
    transform-origin: bottom right;
    transform: scale(0.8);
  }
}

@media screen and (max-width: 992px) {
  .banner-content-box {
    display: none;
  }
}

@media screen and (max-width: 768px) {

    .application img{
        width: 40px;
        height: 40px;
    }
}
<!--耗时1755817018.4102秒-->