@media only screen and (min-width: 768px) {
  .job-list {
    padding-top: 0.24rem;

    --gap: 0.2rem;
    --item-margin-bottom: 1.04rem;
  }
}

.job-list > li {
}

.job-list-item {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  border: 1px solid rgba(207, 218, 225, 1);
  border-radius: 0.16rem;
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(33, 67, 131, 0.05);
  background: rgba(255, 255, 255, 1);
  padding: 0.36rem 0.32rem;
}

.job-list-item .meta {
}

.job-list-item .title {
  color: rgba(50, 50, 50, 1);
  font-size: var(--font24);
  transition: all 0.3s;
  border-bottom: 1px solid rgb(228, 228, 228);
  padding-bottom: 0.16rem;
  margin-bottom: 0.16rem;
}

.job-list-item .desc {
  color: rgba(120, 120, 120, 1);
  font-size: var(--font16);
  line-height: 1.875;
  padding-top: 0.16rem;
  padding-bottom: 0.4rem;
}

.job-list-item .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.25rem;
}

@media only screen and (max-width: 767px) {
  .job-list-item .title {
    font-size: 16px;

    padding-bottom: 8px;
    margin-bottom: 12px;
  }

  .job-list-item .desc {
    font-size: 14px;
  }
}

.page-job-list .r1 {
  min-height: 200px;
  position: relative;
}

/* page-job */

.page-job .r1 {
  background: linear-gradient(180deg, #f5fbff 0%, #fff 100%);
}

.page-job .r2 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(196, 196, 196, 0) 100%
  );
  position: relative;
}

.page-job .r2::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2rem;
  width: 4.42rem;
  height: 9.68rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(246, 251, 254, 1) 100%
  );
  background-image: url("../images/job/bg3.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.page-job .r1 .flex-box {
  background: rgba(255, 255, 255, 1);
}

.page-job .r1 .flex-box-left {
  width: 50%;
}

.page-job .r1 .flex-box-right {
  width: 50%;
  padding: 0 0.96rem;
}

.page-job .r1 .meta {
  box-sizing: border-box;
  background-image: url("../images/job/bg2.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% auto;
  height: 100%;
  padding: 0.4rem 0;
}

.page-job .r1 .meta .icon {
  width: 2.08rem;
  margin-bottom: 0.3rem;
}

.page-job .r1 .meta .icon img {
  width: 100%;
}

.page-job .r1 .meta .title {
  color: rgba(30, 30, 30, 1);
  font-size: var(--font36);
  transition: all 0.3s;
  margin-bottom: 0.3rem;
}

.page-job .r1 .meta .desc {
  color: rgba(50, 50, 50, 1);
  font-size: var(--font18);
  line-height: 2.2;
  margin-bottom: 0.2rem;
}

.page-job .r1 .meta .more {
}

.page-job .r2 .flex-box {
  position: relative;
  z-index: 1;
  padding-top: 0.08rem;
}

.page-job .r2 .flex-box-left {
  width: 60%;
  background: linear-gradient(
    126.1deg,
    rgba(10, 77, 154, 1) 0%,
    rgba(33, 67, 131, 1) 89.848%
  );

  color: rgba(255, 255, 255, 1);
  font-size: var(--font20);
  padding: 0.56rem 0.4rem 0.4rem;
  position: relative;
  z-index: 10;
}

.page-job .r2 .flex-box-right {
  width: 60%;
  position: absolute;
  right: 0;
  top: 0.6rem;
  display: flex;
  justify-content: right;
}

.list-with-dot {
  --dot-size: 0.05rem;
}

.list-with-dot p {
  position: relative;
  padding-left: 0.24rem;
  font-size: var(--font2);
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0.16rem;
}

.list-with-dot p::after {
  border-radius: 50%;
  left: 0.04rem;
  top: 0.16rem;
  background-color: #fff;
  border: 0;
  transform: rotate(45deg);
  border-radius: 0;
}

@media only screen and (min-width: 768px) {
}

.page-job .r3 .title {
  color: var(--main-color);
  font-style: Bold;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.page-job .r3 .desc {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
  line-height: 2;
}

/* base-area 卓越团队轮播 */
.page-job .base-area {
  padding: 0.16rem 0 0.56rem;
}

.page-job .base-swiper-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.page-job .base-swiper {
  overflow: hidden;
}

.page-job .base-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.page-job .base-slide-card {
  position: relative;
}

.page-job .base-area .public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.12rem;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.page-job .base-area .public-img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.page-job .base-area .public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.page-job .base-swiper .swiper-slide:not(.swiper-slide-active) .public-img {
  opacity: 0.55;
  transform: scale(0.96);
}

.page-job .base-swiper .swiper-slide-active .public-img {
  opacity: 1;
  transform: scale(1);
}

.page-job .base-swiper-foot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 5;
  width: calc(100% / 1.12);
  max-width: 9.2rem;
  box-sizing: border-box;
  pointer-events: none;
}

.page-job .base-swiper-foot__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  min-height: 0.56rem;
  padding: 0.16rem 0.2rem 0.16rem 0.76rem;
  background: var(--main-color);
  background: rgba(6, 69, 156, 0.9);
  border-top-left-radius: 0.48rem;
  pointer-events: auto;
}

.page-job .base-swiper-slogan {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #fff;
  font-size: var(--font24);
  font-weight: 500;
  line-height: 1.4;
}

.page-job .base-swiper-nav {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  flex-shrink: 0;
}

.page-job .base-swiper-nav .swiper-button-next,
.page-job .base-swiper-nav .swiper-button-prev {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  transition: background-color 0.3s, border-color 0.3s, opacity 0.3s;
}

.page-job .base-swiper-nav .swiper-button-next:after,
.page-job .base-swiper-nav .swiper-button-prev:after {
  font-size: var(--font14);
  font-weight: 700;
}

.page-job .base-swiper-nav .swiper-button-next:hover,
.page-job .base-swiper-nav .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.page-job .base-swiper-nav .swiper-button-next.swiper-button-disabled,
.page-job .base-swiper-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .page-job .base-swiper-foot {
    width: calc(100% / 1.28);
  }
}

@media only screen and (min-width: 1280px) {
  .page-job .base-swiper-foot {
    width: calc(100% / 1.42);
  }
}

@media only screen and (max-width: 767px) {
  .page-job .base-area {
    padding-bottom: 0.4rem;
  }

  .page-job .base-swiper-foot {
    width: calc(100% / 1.12 - 8px);
  }

  .page-job .base-swiper-foot__inner {
    min-height: 36px;
    padding: 4px 12px 4px 20px;
    border-top-left-radius: 28px;
  }

  .page-job .base-swiper-slogan {
    font-size: 14px;
  }

  .page-job .base-swiper-nav .swiper-button-next,
  .page-job .base-swiper-nav .swiper-button-prev {
    width: 28px;
    height: 28px;
  }
}

.loadmore {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .page-job .r1 .meta {
    padding-bottom: 0;
    padding-top: 0;
  }

  .page-job .r1,
  .page-job .r2,
  .page-job .r3 {
    padding-bottom: 12px;
  }

  .page-job .r2 .flex-box-left {
    padding: 20px 12px !important;
    margin-bottom: 0;
  }

  .list-with-dot p::after {
    left: 0;
    top: 11px;
  }
}
