@keyframes chanceNavFill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.aofhoia-chance {
  width: 100%;
  min-height: 0;
  display: block;
  padding: 1rem 0;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.aofhoia-chance *,
.aofhoia-chance *::before,
.aofhoia-chance *::after {
  box-sizing: border-box;
}
.aofhoia-chance .chance-navgetion {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto 0.6rem;
  padding: 0 7.5%;
  padding-left: max(7.5%, calc((100% - 1400px) / 2));
  padding-right: max(7.5%, calc((100% - 1400px) / 2));
  display: flex;
  align-items: flex-start;
}
.aofhoia-chance .chance-navgetion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.02rem;
  background-color: #e0e0e0;
  pointer-events: none;
}
.aofhoia-chance .chance-navgetion .nav-item {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding-top: 0.22rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.aofhoia-chance .chance-navgetion .nav-item:first-child {
  text-align: left;
}
.aofhoia-chance .chance-navgetion .nav-item:last-child {
  text-align: right;
}
.aofhoia-chance .chance-navgetion .nav-item::before {
  display: none;
}
.aofhoia-chance .chance-navgetion .nav-item .nav-fill {
  position: absolute;
  top: 0;
  left: 50%;
  /* width: 100% ; */
  height: 0.02rem;
  background-color: #c00000;
  pointer-events: none;
  z-index: 1;
}
.aofhoia-chance .chance-navgetion .nav-item .nav-dot {
  display: none;
}
.aofhoia-chance .chance-navgetion .nav-item .nav-text {
  display: inline-block;
  max-width: 100%;
  position: relative;
  font-size: var(--font18);
  line-height: 1.5;
  color: #666666;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  transition: color 0.3s ease;
}
.aofhoia-chance .chance-navgetion .nav-item .nav-text::before {
  content: "";
  position: absolute;
  top: -0.21rem;
  left: 50%;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #c00000;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.aofhoia-chance .chance-navgetion .nav-item:hover .nav-text {
  color: #c00000;
}
.aofhoia-chance .chance-navgetion .nav-item.active .nav-text {
  color: #c00000;
  font-weight: 500;
}
.aofhoia-chance .chance-navgetion .nav-item.active .nav-dot {
  transform: translate(-50%, -50%) scale(1);
}
.aofhoia-chance .chance-navgetion .nav-item.active .nav-fill {
  animation: chanceNavFill var(--chance-speed, 0.45s) linear forwards;
}
.aofhoia-chance .chance-navgetion .nav-item.active .nav-text::before {
  transform: translate(-50%, -50%) scale(1);
}
.aofhoia-chance .chance-navgetion:hover .nav-item.active .nav-fill {
  animation-play-state: paused;
}
.aofhoia-chance .chance-container {
  width: 100%;
}
/* .aofhoia-chance .chance-container .container {
  max-width: 15rem;
  margin: 0 auto;
  padding: 0 0.2rem;
} */
.aofhoia-chance .chance-container .chance-swiper {
  position: relative;
  width: 100%;
  min-height: 4.5rem;
  padding: 0;
  background-color: #ffffff;
  border-radius: 0.04rem;
  overflow: hidden;
}
.aofhoia-chance .chance-container .chance-item {
  display: flex;
  gap: 0.6rem;
  width: 100%;
  height: 100%;
  padding: 0.6rem;
  background-color: #ffffff;
  flex-shrink: 0;
}
.aofhoia-chance .chance-container .chance-img {
  flex: 0 0 48%;
  max-width: 48%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.aofhoia-chance .chance-container .chance-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aofhoia-chance .chance-container .chance-content {
  flex: 1;
  min-width: 0;
  padding-top: 0.7rem;
}
.aofhoia-chance .chance-container .chance-content h2 {
  margin: 0 0 0.25rem;
  font-size: var(--font32);
  font-weight: 600;
  line-height: 1.3;
  color: #333333;
}
.aofhoia-chance .chance-container .chance-content p {
  margin: 0 0 0.4rem;
  font-size: var(--font16);
  line-height: 1.8;
  color: #666666;
}
.aofhoia-chance .chance-container .swiper-btn-group {
  position: absolute;
  right: 6rem;
  bottom: 1rem;
  display: flex;
  gap: 0.08rem;
  z-index: 10;
}
.aofhoia-chance .chance-container .swiper-button-prev,
.aofhoia-chance .chance-container .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  width: 0.44rem;
  height: 0.44rem;
  margin-top: 0;
  border-radius: 50%;
  background-color: #e0e0e0;
  color: #ffffff;
  z-index: 10;
  font-size: 32px;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.aofhoia-chance .chance-container .swiper-button-prev::after,
.aofhoia-chance .chance-container .swiper-button-next::after {
  font-size: var(--font16);
  font-weight: bold;
}
.aofhoia-chance .chance-container .swiper-button-prev.swiper-button-disabled,
.aofhoia-chance .chance-container .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.aofhoia-chance .chance-container .swiper-button-prev:hover,
.aofhoia-chance .chance-container .swiper-button-next:hover {
  background-color: #c00000;
}
@media screen and (max-width: 1280px) {
  .aofhoia-chance .chance-navgetion {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .aofhoia-chance .chance-container .chance-item {
    padding: 0.4rem;
    gap: 0.4rem;
  }
  .aofhoia-chance .chance-container .swiper-btn-group {
    bottom: 0.4rem;
    right: 0.4rem;
  }
}
@media screen and (max-width: 992px) {
  .aofhoia-chance .chance-navgetion .nav-item .nav-text {
    font-size: var(--font16);
  }
  .aofhoia-chance .chance-container .chance-content h2 {
    font-size: var(--font26);
    margin-bottom: 0.18rem;
  }
  .aofhoia-chance .chance-container .chance-content p {
    font-size: var(--font14);
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .aofhoia-chance {
    padding: 0.4rem 0;
  }
  .aofhoia-chance .chance-navgetion {
    position: relative;
    background-color: #f5f5f5;
    margin-bottom: 0.4rem;
    padding: 0.1rem 5% 0.3rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .aofhoia-chance .chance-navgetion::-webkit-scrollbar {
    display: none;
  }
  .aofhoia-chance .chance-navgetion .nav-item {
    flex: 1 0 auto;
    min-width: 1.1rem;
    padding-top: 0.18rem;
  }
  /* 小屏：隐藏顶部灰线 */
  .aofhoia-chance .chance-navgetion::before {
    display: none;
  }

  /* 小屏：隐藏 .nav-text 的替代圆点 */
  .aofhoia-chance .chance-navgetion .nav-item .nav-text::before {
    display: none;
  }

  /* 小屏：隐藏红色进度线与指示圆点（service.html .nav-fill / .nav-dot） */
  .aofhoia-chance .chance-navgetion .nav-item .nav-fill,
  .aofhoia-chance .chance-navgetion .nav-item .nav-dot {
    display: none;
  }
  .aofhoia-chance .chance-container .chance-swiper {
    min-height: 0;
  }
  .aofhoia-chance .chance-container .chance-item {
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.3rem;
  }
  .aofhoia-chance .chance-container .chance-img {
    flex: none;
    max-width: none;
    width: 100%;
  }
  .aofhoia-chance .chance-container .chance-content {
    width: 100%;
  }
  .aofhoia-chance .chance-container .chance-content p {
    margin-bottom: 0.6rem;
  }
  .aofhoia-chance .chance-container .swiper-btn-group {
    bottom: 0.3rem;
    right: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .aofhoia-chance .chance-navgetion .nav-item {
    min-width: 0.9rem;
  }
  .aofhoia-chance .chance-navgetion .nav-item .nav-text {
    font-size: var(--font14);
  }
  .aofhoia-chance .chance-navgetion .nav-item .nav-dot {
    width: 0.08rem;
    height: 0.08rem;
  }
  .aofhoia-chance .chance-container .chance-item {
    padding: 0.2rem;
  }
  .aofhoia-chance .chance-container .chance-content h2 {
    font-size: var(--font22);
  }
  .aofhoia-chance .chance-container .chance-content p {
    font-size: var(--font13);
  }
  .aofhoia-chance .chance-container .swiper-btn-group {
    bottom: 0.2rem;
    right: 0.2rem;
  }
  .aofhoia-chance .chance-container .swiper-button-prev,
  .aofhoia-chance .chance-container .swiper-button-next {
    width: 0.38rem;
    height: 0.38rem;
  }
  .aofhoia-chance .chance-container .swiper-button-prev::after,
  .aofhoia-chance .chance-container .swiper-button-next::after {
    font-size: var(--font14);
  }
}

.aofhoia-gallery {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #ffffff;
  box-sizing: border-box;
}
.aofhoia-gallery *,
.aofhoia-gallery *::before,
.aofhoia-gallery *::after {
  box-sizing: border-box;
}
.aofhoia-gallery .container {
  margin: 0 auto;
  padding: 0 0.8rem;
}
.aofhoia-gallery .gallery-title {
  margin: 0 0 0.4rem;
  font-size: var(--font50);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #333333;
}
.aofhoia-gallery .gallery-swiper-wrap {
  position: relative;
}
.aofhoia-gallery .gallery-swiper {
  padding: 0;
  overflow: hidden;
}
.aofhoia-gallery .gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.2rem;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
}
.aofhoia-gallery .gallery-item .gallery-img {
  width: 100%;
  aspect-ratio: 16/12;
  border-radius: 0.06rem;
  overflow: hidden;
}
.aofhoia-gallery .gallery-item .gallery-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aofhoia-gallery .gallery-item p {
  margin: 0.2rem 0 0;
  font-size: var(--font16);
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.aofhoia-gallery .swiper-button-prev,
.aofhoia-gallery .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.44rem;
  height: 0.44rem;
  margin-top: -0.22rem;
  border-radius: 50%;
  background-color: #c00000;
  color: #ffffff;
  z-index: 10;
  transition: background-color 0.3s ease;
  font-size: var(--font24);
}
.aofhoia-gallery .swiper-button-prev::after,
.aofhoia-gallery .swiper-button-next::after {
  font-size: var(--font16);
  font-weight: bold;
}
.aofhoia-gallery .swiper-button-prev:hover,
.aofhoia-gallery .swiper-button-next:hover {
  background-color: #990000;
}
.aofhoia-gallery .swiper-button-prev {
  left: -1rem;
}
.aofhoia-gallery .swiper-button-next {
  right: -1rem;
}
@media screen and (max-width: 1200px) {
  .aofhoia-gallery .gallery-title {
    font-size: var(--font30);
  }
}
@media screen and (max-width: 768px) {
  .aofhoia-gallery {
    padding: 0.4rem 0;
  }
  .aofhoia-gallery .gallery-title {
    margin-bottom: 0.3rem;
    font-size: var(--font26);
  }
  .aofhoia-gallery .container {
    padding: 0 0.7rem;
  }
  .aofhoia-gallery .gallery-item p {
    font-size: var(--font14);
  }
  .aofhoia-gallery .swiper-button-prev,
  .aofhoia-gallery .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
  }
  .aofhoia-gallery .swiper-button-prev {
    left: -0.5rem;
  }
  .aofhoia-gallery .swiper-button-next {
    right: -0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .aofhoia-gallery .container {
    padding: 0 0.64rem;
  }
  .aofhoia-gallery .swiper-button-prev,
  .aofhoia-gallery .swiper-button-next {
    width: 0.36rem;
    height: 0.36rem;
    margin-top: -0.18rem;
  }
  .aofhoia-gallery .swiper-button-prev::after,
  .aofhoia-gallery .swiper-button-next::after {
    font-size: var(--font14);
  }
  .aofhoia-gallery .swiper-button-prev {
    left: -0.44rem;
  }
  .aofhoia-gallery .swiper-button-next {
    right: -0.44rem;
  }
}/*# sourceMappingURL=job.css.map */
