@charset "UTF-8";
* {
  --brand-color1: #50C7E7;
  --brand-color2: #0078C4;
  --brand-color3: #005489;
  --brand-color4: #FFC226;
  --text-primary: #000000;
  --text-secondary: #7A7F84;
}

Nav ul.layer1 li:nth-child(6) span.nav-button,
Nav ul.layer1 li:nth-child(6) a {
  color: var(--brand-color2);
}
Nav ul.layer1 li:nth-child(6) span.nav-button img,
Nav ul.layer1 li:nth-child(6) a img {
  filter: none;
}
Nav ul.layer1 li:nth-child(6) span.nav-button img.lang-icon, Nav ul.layer1 li:nth-child(6) span.nav-button img.hamburger-icon,
Nav ul.layer1 li:nth-child(6) a img.lang-icon,
Nav ul.layer1 li:nth-child(6) a img.hamburger-icon {
  filter: brightness(0.7);
}
Nav ul.layer1 li:nth-child(6)::after {
  width: 100%;
}
Nav ul.layer1 li ul.layer2 li::after {
  display: none;
}

.banner {
  --pc-bg: url("../images/banners/banner-人才招募.jpg");
  --mobile-bg: url("../images/banners/phone-banner-人才招募.jpg");
}

.careers-wrapper {
  width: 100%;
}
.careers-wrapper .careers-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .careers-wrapper .careers-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
  }
}
.careers-wrapper .careers-content .careers-list {
  flex: 1;
}
@media (max-width: 768px) {
  .careers-wrapper .careers-content .careers-list {
    width: 100%;
  }
}
.careers-wrapper .careers-content .careers-list h3 {
  font-size: 24px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .careers-wrapper .careers-content .careers-list h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.careers-wrapper .careers-content .careers-list ul.square {
  --squire-color: var(--brand-color3);
  --li-color: black;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .careers-wrapper .careers-content .careers-list ul.square {
    margin-bottom: 16px;
  }
}
.careers-wrapper .careers-content .careers-list ul.square li {
  font-size: 20px;
  font-family: 400;
  line-height: 35px;
}
@media (max-width: 768px) {
  .careers-wrapper .careers-content .careers-list ul.square li {
    font-size: 16px;
    line-height: 30px;
  }
}
.careers-wrapper .careers-content .right {
  width: 38%;
  aspect-ratio: 43.6/54.5;
  border-radius: 10.8px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .careers-wrapper .careers-content .right {
    width: 100%;
    max-width: 460px;
  }
}
.careers-wrapper .careers-content .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.join-us-wrapper {
  width: 100%;
}
.join-us-wrapper .join-us-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 57px;
}
@media (max-width: 768px) {
  .join-us-wrapper .join-us-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.join-us-wrapper .join-us-content .join-us-desc {
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.join-us-wrapper .join-us-content .join-us-desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .join-us-wrapper .join-us-content .join-us-desc p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
.join-us-wrapper .join-us-content .join-us-desc a {
  text-decoration: none;
  color: var(--brand-color2);
  width: 150px;
  display: inline-block;
}
@media (max-width: 768px) {
  .join-us-wrapper .join-us-content .join-us-desc a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
}
.join-us-wrapper .join-us-content .join-us-desc a h3 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .join-us-wrapper .join-us-content .join-us-desc a h3 {
    margin-bottom: 12px;
  }
}
.join-us-wrapper .join-us-content .join-us-desc a h3 img {
  width: 16px;
}
@media (max-width: 768px) {
  .join-us-wrapper .join-us-content .join-us-desc a h3 img {
    width: 14px;
  }
}
.join-us-wrapper .join-us-content .join-us-desc a img.hr-icon {
  width: 150px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.join-us-wrapper .join-us-content .join-us-desc a:hover {
  filter: brightness(0.95);
}
.join-us-wrapper .join-us-content .right {
  width: 35.3%;
  aspect-ratio: 4/5;
  border-radius: 10.8px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .join-us-wrapper .join-us-content .right {
    width: 100%;
    max-width: 460px;
  }
}
.join-us-wrapper .join-us-content .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.learning-wrapper {
  width: 100%;
}
.learning-wrapper p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .learning-wrapper p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 32px;
  }
}
.learning-wrapper img {
  width: 100%;
  max-width: 786px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .learning-wrapper img {
    display: none;
  }
}
.learning-wrapper img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .learning-wrapper img.mobile {
    width: 100%;
    max-width: 320px;
    display: block;
  }
}

.worklife-wrapper {
  width: 100%;
}
.worklife-wrapper h3 {
  font-size: 24px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .worklife-wrapper h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.worklife-wrapper .htmlBox {
  margin-bottom: 30px;
}
.worklife-wrapper .album-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  --album-gap: 30px;
  flex-wrap: wrap;
}
.worklife-wrapper .album-wrapper .album-item {
  width: 50%;
  margin-bottom: var(--album-gap);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.worklife-wrapper .album-wrapper .album-item:nth-child(n+1) {
  padding: 0 calc(var(--album-gap) / 2) 0 0;
}
.worklife-wrapper .album-wrapper .album-item:nth-child(2n) {
  padding: 0 0 0 calc(var(--album-gap) / 2);
}
@media (max-width: 480px) {
  .worklife-wrapper .album-wrapper .album-item {
    width: 100%;
  }
  .worklife-wrapper .album-wrapper .album-item:nth-child(n+1), .worklife-wrapper .album-wrapper .album-item:nth-child(2n) {
    padding: 0;
  }
}
.worklife-wrapper .album-wrapper .album-item a {
  width: 100%;
  display: inline-block;
  aspect-ratio: 1/0.63;
  border-radius: 10.8px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) {
  .worklife-wrapper .album-wrapper .album-item a {
    aspect-ratio: 1/1;
  }
}
.worklife-wrapper .album-wrapper .album-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 2s ease-in-out;
}
.worklife-wrapper .album-wrapper .album-item a:nth-child(n+2) {
  display: none;
}
.worklife-wrapper .album-wrapper .album-item a:hover {
  filter: brightness(0.7);
}
.worklife-wrapper .album-wrapper .album-item a:hover img {
  transform: scale(1.1);
}
.worklife-wrapper .album-wrapper .album-item p.album-caption {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .worklife-wrapper .album-wrapper .album-item p.album-caption {
    font-size: 18px;
  }
}
.worklife-wrapper .album-wrapper .album-item span.date {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-secondary);
}
@media (max-width: 768px) {
  .worklife-wrapper .album-wrapper .album-item span.date {
    font-size: 16px;
  }
}
.worklife-wrapper .pagination {
  padding-bottom: 0;
}/*# sourceMappingURL=hr.css.map */