.page-banner {
  width: 100%;
  position: relative;
}

.page-banner img {
  width: 100%;
  object-fit: cover;
}

.nav-text .nav-zh {
  font-size: 30px;
  font-weight: 700;
  color: rgba(36, 38, 43, 1);
}
.nav-text .nav-en {
  font-size: 14px;
  font-weight: 700;
  color: var(--main-color-light);

}
.page-nav{
  margin: 40px auto;
  border-bottom: 0.5px solid var(--main-color-light);
}
.page-nav-list{
  flex-wrap: nowrap !important;
  justify-content: end;
}
.page-nav-item {
  margin-right: 20px;
  flex: 0 0 98px;
  height: 44px;
  border-radius: 4px;
  background: var(--main-color-lighter);
}
.page-nav-item:last-child{
  margin-right: 0;
}

.current-navi{
  color: #ffffff;
  background: var(--main-color);
}
