.search-page {
  width: 100%;
  min-height: 100vh;
  background-color: var(--dark);
  color: var(--efefef);
}
/* .search-page .design-bg {
  background-color: var(--dark);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
} */

.search-page .search-btn {
  color: var(--light);
  background: var(--dark);
  border: var(--light) 1px solid;
}

.search-page .search-icon {
  border: var(--light) 1px solid;
  background: var(--light);
}
.search-page .search-icon:hover {
  color: var(--dark);
}
.search-page .hamburger--emphatic {
  border-right: var(--light) 1px solid;
  color: var(--light);
  background: var(--dark);
  border: var(--light) 1px solid;
}

.search-page .hamburger--emphatic:hover {
  color: var(--dark);
  background: var(--light);
}
.search-landing {
  bottom: 0;
  left: 0;
  min-height: calc(100vh - 2.2222222222rem);
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  align-items: center;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  padding-top: calc(50vh - 6rem);
  transition: padding-top 0.35s;
}

.search-container {
  position: relative;
  width: 1440px;
  height: 296px;
  z-index: 500;
}
.search-container form {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.search-input {
  border-bottom: 1px solid var(--text-color);
  opacity: 1;
  transform: translateY(0);
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--light);
  color: var(--light);
  font-size: 16px;
  padding: 0.5555555556rem;
  width: 100%;
}

.search-input:focus-visible {
  border: 1px solid var(--light);
}

.search-msg {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 26px;
}

.msg-heading {
  opacity: 1;
  transform: translateY(0);
  font-family: "AllianceNo2-Regular", system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.65rem;
  font-feature-settings: "zero";
  font-variant-numeric: slashed-zero;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-transform: uppercase;
  color: #a7a6a6;
  transition-delay: 0.1s;
}
.search-recommendations {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.intro-transition {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.4s;
  transition-property: transform, opacity;
}
.intro-transition a {
  color: var(--light);
  font-size: 18px;
  -webkit-text-decoration-skip: ink;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}

.recruitment-head {
  padding-top: 120px;
}

.rh-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rh-head h1 {
  margin-top: -20px;
  font-size: 100px;
  font-weight: 100;
}

.rh-head div {
  width: 450px;
  font-size: 32px;
}

.rvBox img {
  width: 100%;
}

.rlItem {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageContant {
  margin-top: 30px;
  margin-left: 0px;
  color: #767676;
  cursor: pointer;
}

.borderTop {
  width: 0%;
  height: 0.5px;
  background: #000;
}

.showWord {
  word-wrap: break-word;
}

.showBorder {
  width: 100%;
  animation: sb 1.2s linear;
}

@keyframes sb {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.showWord span {
  color: transparent;
  background-image: linear-gradient(to right, #000000, #000000, #000000);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  animation: bg 1.2s linear;
  position: relative;
}

@keyframes bg {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

.showWord2 {
  position: relative;
  opacity: 0;
  animation: sw 2s;
  animation-fill-mode: forwards;
  top: 18px;
}

@keyframes sw {
  50% {
    opacity: 0;
    top: 18px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

.leftWord {
  width: 550px;
  font-size: 40px;
}

.rightWord {
  width: 550px;
  line-height: 28px;
  font-size: 18px;
}

.rightWord div span {
  font-weight: 700;
  font-size: 18px;
}

.more {
  height: 36px;
  line-height: 36px;
  border: 1px solid #000;
  padding: 0px 45px;
}

.recruitment-line {
}

.rl_warp {
  height: 480px;
  padding-top: 70px;
  padding-bottom: 150px;
}

.rl_line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 80px;
  height: 100%;
}

.rl_line::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #353535;
  box-sizing: border-box;
  z-index: -1;
}

.rl_point {
  width: 50px;
  height: 50px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  zoom: 1;
  transition: all 1s;
}

.rl_point::before {
  content: "";
  position: absolute;
  width: 47px;
  height: 47px;
  border-radius: 65px;
  background: #ffffff;
  border: 2px solid #717171;
  z-index: 0;
}

.rl_pointA {
  transform: scale(1.15);
  background: #000000;
}
.rl_pointA .rl_year {
  background: #000000;
}

.rl_pointA::after {
  position: absolute;
  content: "";
  left: 24px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 4px;
  background: #3d3b3b;
  box-sizing: border-box;
  animation: ry 4s linear;
  animation-iteration-count: infinite;
  transform-origin: left;
  z-index: 2;
}

.rl_pointA .rl_tips {
  text-shadow: 0 2px 10px 2px #ce0101 !important;
  box-shadow: 0px 1px 10px 1px #bababa;
}

@keyframes ry {
  0% {
    height: 4px;
    transform: rotateZ(-90deg);
  }
  100% {
    height: 4px;
    transform: rotateZ(270deg);
  }
}

.rl_year {
  color: aliceblue;
  width: 45px;
  height: 45px;
  background: #7b7b7b;
  border-radius: 65px;
  position: absolute;
  line-height: 45px;
  text-align: center;
  z-index: 22;
}

.rl_tips {
  position: absolute;
  font-size: 0.8rem;
  line-height: 1.1rem;
  width: 11rem;
  /* height: 65px; */
  top: -80px;
  padding: 0.5rem;
  box-sizing: border-box;
  word-break: break-word;
  word-wrap: break-word;
  text-align: center;
  border-radius: 6px;
  text-shadow: 1px 2px 10px 0px #ce0101 !important;
  box-shadow: 0px 1px 10px 1px #00000011;
}

.downTips .rl_tips {
  top: 80px;
}

.topTips .rl_tips {
  bottom: 80px;
  top: auto;
}

.rilList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rilList img {
  width: 400px;
  height: 600px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
}

.rilList .img2 {
  margin-top: 40px;
  width: 400px;
  height: 250px;
}