header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 1200px) {
  header.pc-header {
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    backdrop-filter: blur(20px);
    transform: translateX(100%);
    transition: transform 0.35s ease-in-out;
  }
  header.pc-header.open {
    transform: translateX(0);
  }
  header.pc-header .header-con {
    margin: 0;
    padding-top: 136px;
    padding-bottom: 36px;
    flex-direction: column;
    max-width: 430px;
    width: 100%;
    background-color: #fff;
  }
  header.pc-header .header-con .logo-list,
  header.pc-header .header-con .views-num {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  header.pc-header .header-con {
    padding-top: 98px;
    padding-bottom: 20px;
  }
}
header.mobile-header {
  display: none;
}
@media screen and (max-width: 1200px) {
  header.mobile-header {
    display: block;
  }
}
header .header-con {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .header-con {
    height: 100%;
  }
}
header .header-con .logo-list {
  display: flex;
}
header .header-con .logo-list .logo {
  max-width: 114px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  header .header-con .logo-list .logo {
    max-width: 110px;
  }
}
@media screen and (max-width: 576px) {
  header .header-con .logo-list .logo {
    max-width: 80px;
  }
}
header .header-con .logo-list .logo.tph {
  margin-right: 10px;
  max-width: 80px;
}
@media screen and (max-width: 1200px) {
  header .header-con .logo-list .logo.tph {
    max-width: 70px;
  }
}
@media screen and (max-width: 576px) {
  header .header-con .logo-list .logo.tph {
    max-width: 52px;
  }
}
header .header-con nav {
  margin: 0 auto;
  padding: 0 20px;
  flex-grow: 1;
  max-width: 1080px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  header .header-con nav {
    margin: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header .header-con nav::-webkit-scrollbar {
    width: 3px;
  }
  header .header-con nav::-webkit-scrollbar-thumb {
    background-color: rgba(112, 139, 109, 0.3);
    border-radius: 10px;
  }
  header .header-con nav::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
header .header-con nav > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  header .header-con nav > ul {
    padding-left: 32px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 992px) {
  header .header-con nav > ul {
    padding-left: 22px;
  }
}
@media screen and (max-width: 576px) {
  header .header-con nav > ul {
    padding-left: 12px;
  }
}
header .header-con nav > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  header .header-con nav > ul > li {
    padding: 20px 0;
  }
}
@media screen and (max-width: 992px) {
  header .header-con nav > ul > li {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1200px) {
  header .header-con nav > ul > li::after {
    content: '';
    height: 3px;
    background-color: #708B6D;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-45%, 100%);
    opacity: 0;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
  }
}
header .header-con nav > ul > li .nav-a {
  padding: 0 15px;
  color: #000;
  font-size: 1rem;
  transition: color 0.35s ease-in-out;
  line-height: 1.42;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1284px) {
  header .header-con nav > ul > li .nav-a {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1200px) {
  header .header-con nav > ul > li .nav-a {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    height: auto;
  }
}
header .header-con nav > ul > li .iconfont {
  transform: rotate(0);
  transition: transform 0.35s ease-in-out;
}
@media screen and (min-width: 1200px) {
  header .header-con nav > ul > li .iconfont {
    display: none;
  }
}
header .header-con nav > ul > li .sub-nav {
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 270px;
  transition: all 0.25s ease-in-out;
  display: none;
}
@media screen and (max-width: 1200px) {
  header .header-con nav > ul > li .sub-nav {
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: height 0.35s ease-in-out;
    position: static;
    display: block;
  }
}
header .header-con nav > ul > li .sub-nav ul {
  background-color: #708B6D;
}
@media screen and (max-width: 1200px) {
  header .header-con nav > ul > li .sub-nav ul {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: transparent;
  }
}
header .header-con nav > ul > li .sub-nav ul li {
  position: relative;
}
header .header-con nav > ul > li .sub-nav ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 100%;
  transition: width 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
}
header .header-con nav > ul > li .sub-nav ul li a {
  padding: 22px 24px;
  font-size: 1.125rem;
  white-space: nowrap;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  header .header-con nav > ul > li .sub-nav ul li a {
    padding: 20px 0 0;
    font-size: 1rem;
    white-space: wrap;
    color: #000;
  }
}
header .header-con nav > ul > li .sub-nav ul li:hover::before {
  width: 100%;
}
header .header-con nav > ul > li:hover::after {
  transform: translate(-50%, 0);
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  header .header-con nav > ul > li.active > a {
    color: #708B6D;
  }
}
header .header-con nav > ul > li.active .iconfont {
  transform: rotate(90deg);
}
header .header-con .accessibility-lang {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  header .header-con .accessibility-lang {
    padding-top: 10px;
    justify-content: center;
  }
}
header .header-con .accessibility-lang .accessibility-list {
  display: flex;
  align-items: baseline;
}
header .header-con .accessibility-lang .accessibility-list .accessibility-item,
header .header-con .accessibility-lang .accessibility-list a {
  margin: 0 7px;
  color: #C2C2C2;
  position: relative;
  display: block;
  transition: color 0.35s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  header .header-con .accessibility-lang .accessibility-list .accessibility-item,
  header .header-con .accessibility-lang .accessibility-list a {
    margin: 0 4px;
  }
}
header .header-con .accessibility-lang .accessibility-list .accessibility-item.active,
header .header-con .accessibility-lang .accessibility-list a.active,
header .header-con .accessibility-lang .accessibility-list .accessibility-item:hover,
header .header-con .accessibility-lang .accessibility-list a:hover {
  color: #708B6D;
}
header .header-con .accessibility-lang .accessibility-list .accessibility-item.active::after,
header .header-con .accessibility-lang .accessibility-list a.active::after,
header .header-con .accessibility-lang .accessibility-list .accessibility-item:hover::after,
header .header-con .accessibility-lang .accessibility-list a:hover::after {
  width: 100%;
}
header .header-con .accessibility-lang .accessibility-list .accessibility-item::after,
header .header-con .accessibility-lang .accessibility-list a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-radius: 4px;
  height: 2px;
  width: 0;
  background-color: #708B6D;
  transition: width 0.35s ease-in-out;
}
header .header-con .accessibility-lang .lang-list {
  margin-left: 2.25rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  header .header-con .accessibility-lang .lang-list {
    margin-left: 0;
  }
}
header .header-con .accessibility-lang .lang-list a {
  margin-left: 0.625rem;
  border-radius: 50%;
  color: #708B6D;
  font-size: 0.875rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
@media screen and (max-width: 1400px) {
  header .header-con .accessibility-lang .lang-list a {
    margin-left: 8px;
  }
}
header .header-con .accessibility-lang .lang-list a.active,
header .header-con .accessibility-lang .lang-list a:hover {
  background-color: #708B6D;
  color: #fff;
}
header .header-con .views-num {
  position: absolute;
  top: 100%;
  right: calc(var(--bs-gutter-x) * 0.5);
  padding: 6px 8px;
  background-color: #708B6D;
  font-size: 0.75rem;
  line-height: 1.33;
  color: #fff;
}
header .header-con .menu_item {
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header .header-con .menu_item .menu-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header .header-con .menu_item .menu-btn .center-line {
  position: relative;
  width: 25px;
}
header .header-con .menu_item .menu-btn .center-line::after,
header .header-con .menu_item .menu-btn .center-line::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #708B6D;
  display: block;
  transform: rotate(0);
  transition: 0.35s;
}
header .header-con .menu_item .menu-btn .center-line::before {
  position: absolute;
  left: 0;
  top: 0;
}
header .header-con .menu_item .menu-btn::after,
header .header-con .menu_item .menu-btn::before {
  margin-top: 5px;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #708B6D;
  display: block;
  transition: width 0.35s;
}
header .header-con .menu_item .menu-btn::before {
  margin-top: 0;
  margin-bottom: 5px;
}
header .header-con .menu_item .menu-btn.active .center-line::after {
  transform: rotate(45deg);
}
header .header-con .menu_item .menu-btn.active .center-line::before {
  transform: rotate(-45deg);
}
header .header-con .menu_item .menu-btn.active::after,
header .header-con .menu_item .menu-btn.active::before {
  width: 0;
}
header .header-con .menu_item .menu_tit {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #708B6D;
}
