.pc-header {
  width: 100%;
  z-index: 200;
  padding-top: 20px;
  position: absolute;
}
.pc-header .top-header-nav {
  height: 64px;
  display: flex;
  align-items: center;
}
.pc-header .top-header-nav .left-menu {
  flex: auto;
  display: flex;
  align-items: center;
}
.pc-header .top-header-nav .left-menu .logo-container {
  margin-right: 50px;
}
.pc-header .top-header-nav .left-menu .logo-container .logo {
  display: inline-block;
  color: #011e41;
  font-size: 48px;
  margin-right: 10px;
  margin-bottom: 25px;
}
.pc-header .top-header-nav .left-menu .nav-item {
  line-height: 64px;
  cursor: pointer;
  position: relative;
}
.pc-header .top-header-nav .left-menu .nav-item a,
.pc-header .top-header-nav .left-menu .nav-item span {
  color: #011e41;
}
.pc-header .top-header-nav .left-menu .nav-item a {
  padding: 0 15px;
  height: 100%;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Rajdhani';
}
.pc-header .top-header-nav .left-menu .nav-item a:active,
.pc-header .top-header-nav .left-menu .nav-item a:focus,
.pc-header .top-header-nav .left-menu .nav-item a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.pc-header .top-header-nav .left-menu .nav-item .active {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.pc-header .top-header-nav .left-menu .nav-item .sub-menu {
  position: absolute;
  background-color: #fff;
  top: 46px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0 5px 5px #33333333;
}
.pc-header .top-header-nav .left-menu .nav-item .sub-menu a {
  display: block !important;
  line-height: 38px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  white-space: nowrap !important;
  padding: 0 30px !important;
  color: #333 !important;
}
.pc-header .top-header-nav .left-menu .nav-item .sub-menu a:focus,
.pc-header .top-header-nav .left-menu .nav-item .sub-menu a:hover {
  text-decoration: none;
  background: #f6f6f6;
}
.pc-header .top-header-nav .left-menu .nav-item:hover .sub-menu {
  z-index: 100;
  transition: all 0.3s ease;
  height: auto;
  padding: 15px 0 !important;
}
.pc-header .top-header-nav .account {
  display: flex;
  align-items: center;
}
.pc-header .top-header-nav .account .search-box {
  display: flex;
  align-items: center;
  border: solid 1px #011e41;
  border-radius: 50px;
  margin-left: 50px;
  margin-right: 10px;
}
.pc-header .top-header-nav .account .search-box input {
  height: 25px;
  padding-left: 0px;
  padding-right: 10px;
}
.pc-header .top-header-nav .account .search-box input::placeholder {
  color: #011e41;
}
.pc-header .top-header-nav .account .search-box input:hover,
.pc-header .top-header-nav .account .search-box input:focus,
.pc-header .top-header-nav .account .search-box input:valid {
  border: none;
}
.pc-header .top-header-nav .account a,
.pc-header .top-header-nav .account span {
  color: #011e41;
}
.pc-header .top-header-nav .account span {
  font-size: 10px;
  display: inline-block;
  padding: 0 10px;
}
.pc-header .top-header-nav .account .nav-item {
  line-height: 64px;
  cursor: pointer;
}
.pc-header .top-header-nav .account .nav-item a,
.pc-header .top-header-nav .account .nav-item span {
  color: #011e41;
}
.pc-header .top-header-nav .account .nav-item a {
  padding: 0 15px;
  height: 100%;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.pc-header.light .top-header-nav {
  color: #fff;
}
.pc-header.light .top-header-nav .left-menu .logo-container .logo {
  color: #fff;
}
.pc-header.light .top-header-nav .left-menu .nav-item a,
.pc-header.light .top-header-nav .left-menu .nav-item span {
  color: #fff;
}
.pc-header.light .top-header-nav .left-menu .nav-item a {
  padding: 0 15px;
  height: 100%;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Rajdhani';
}
.pc-header.light .top-header-nav .account .search-box {
  border: solid 1px #fff;
}
.pc-header.light .top-header-nav .account .search-box input {
  color: #fff;
}
.pc-header.light .top-header-nav .account .search-box input::placeholder {
  color: #fff;
}
.pc-header.light .top-header-nav .account a,
.pc-header.light .top-header-nav .account span {
  color: #fff;
}
.pc-header.light .top-header-nav .account .nav-item a,
.pc-header.light .top-header-nav .account .nav-item span {
  color: #fff;
}
.pc-header.light .top-header-nav .account .nav-item a {
  padding: 0 15px;
  height: 100%;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.pc-header.light .top-header-nav .account .nav-item a:active,
.pc-header.light .top-header-nav .account .nav-item a:focus,
.pc-header.light .top-header-nav .account .nav-item a:hover {
  color: #babc16;
}
.mobile-header-position {
  height: 60px;
  display: block;
}
.mobile-header {
  position: fixed;
  width: 100%;
  z-index: 2000;
  background: #333;
  height: 60px;
}
.mobile-header .menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding-left: 5px;
}
.mobile-header .menu-container .navbar-control {
  padding: 13px 16px;
  width: 60px;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
.mobile-header .menu-container .navbar-control .line {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: all 0.4s ease;
}
.mobile-header .menu-container .navbar-control .line:before {
  content: '';
  display: block;
  height: 2px;
  width: 22px;
  background-color: #303233;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: transform 0.4s ease 0.2s, background-color 0.5s ease 0s;
}
.mobile-header .menu-container .logo {
  font-size: 38px;
}
.mobile-header .menu-container .account-nav {
  display: flex;
  width: 60px;
}
.mobile-header .menu-container .account-nav .cart,
.mobile-header .menu-container .account-nav .user {
  padding: 6px 6px;
  font-size: 24px;
  position: relative;
  margin-right: 10px;
  margin-left: 20px;
}
.mobile-header .menu-container .account-nav .cart .badge,
.mobile-header .menu-container .account-nav .user .badge {
  top: 2px;
  right: 2px;
  position: absolute;
  display: flex;
  overflow: visible;
  min-width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  background: #1890ff;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  border-radius: 88rem;
  box-sizing: border-box;
  padding: 0 4px;
}
.mobile-header .menu-container .account-nav .cart:active,
.mobile-header .menu-container .account-nav .user:active {
  background: rgba(0, 0, 0, 0.06);
}
.mobile-header .menu-container .logo,
.mobile-header .menu-container .account-nav {
  color: #303233;
}
.mobile-header .navbar-content::-webkit-scrollbar {
  width: 0;
}
.mobile-header .navbar-content {
  transition: all 0.6s ease;
  position: relative;
  z-index: 9;
  background-color: #fff;
  height: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: -1px;
}
.mobile-header .navbar-content .logos {
  display: flex;
  padding: 15px 10px 0 10px;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .navbar-content .search-box {
  display: flex;
  align-items: center;
  border: solid 1px #4a73ab;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  background-color: #02142de8;
  transition: all 0.6s ease;
}
.mobile-header .navbar-content .search-box input {
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 15px;
}
.mobile-header .navbar-content .search-box input::placeholder {
  color: #5078ad;
  font-size: 15px;
}
.mobile-header .navbar-content .search-box input:hover,
.mobile-header .navbar-content .search-box input:focus,
.mobile-header .navbar-content .search-box input:valid {
  border: none;
}
.mobile-header .navbar-content .menu-item a {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
.mobile-header .navbar-content .menu-item a span {
  color: #fff;
}
.mobile-header .navbar-content .menu-item a .icon {
  font-size: 14px;
  transition: all 0.3s ease;
}
.mobile-header .navbar-content .menu-item a.active {
  background: #f7f9fa;
  border-right: solid 2px #002d56;
}
.mobile-header .navbar-content .menu-item a.active span {
  color: #fff;
}
.mobile-header .navbar-content .menu-item ul {
  display: none;
  opacity: 0;
  animation: FadeOut 0.6s ease-in-out;
}
.mobile-header .navbar-content .menu-item ul a {
  padding-left: 40px;
}
.mobile-header .navbar-content .menu-item.active a .icon {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.mobile-header .navbar-content .menu-item.active ul {
  display: block;
  opacity: 1;
  animation: FadeIn 0.6s ease-in-out;
}
.mobile-header.header-closed {
  transition: all 0.6s ease;
}
.mobile-header.header-closed .navbar-content {
  overflow: hidden;
}
.mobile-header.header-closed .line:nth-child(1):before {
  background-color: #fff;
}
.mobile-header.header-closed .line:nth-child(2):before {
  background-color: #fff;
}
.mobile-header.header-closed .line:nth-child(3):before {
  background-color: #fff;
}
.mobile-header.header-closed .logo,
.mobile-header.header-closed .account-nav {
  color: #fff;
}
.mobile-header.header-closed .logo a,
.mobile-header.header-closed .account-nav a {
  color: #fff;
}
.mobile-header.sticky-nav,
.mobile-header.fixed-nav {
  transition: all 0.6s ease;
}
.mobile-header.sticky-nav .line:nth-child(1):before,
.mobile-header.fixed-nav .line:nth-child(1):before {
  background-color: #fff;
}
.mobile-header.sticky-nav .line:nth-child(2):before,
.mobile-header.fixed-nav .line:nth-child(2):before {
  background-color: #fff;
}
.mobile-header.sticky-nav .line:nth-child(3):before,
.mobile-header.fixed-nav .line:nth-child(3):before {
  background-color: #fff;
}
.mobile-header.sticky-nav .logo,
.mobile-header.fixed-nav .logo,
.mobile-header.sticky-nav .account-nav,
.mobile-header.fixed-nav .account-nav {
  color: #fff;
}
.mobile-header.sticky-nav .logo a,
.mobile-header.fixed-nav .logo a,
.mobile-header.sticky-nav .account-nav a,
.mobile-header.fixed-nav .account-nav a {
  color: #fff;
}
.mobile-header.header-opened {
  transition: all 0.6s ease;
}
.mobile-header.header-opened .menu-container {
  background-color: #404041f2;
}
.mobile-header.header-opened .navbar-content {
  background-color: #404041f2;
  height: calc(100vh - 50px);
  transition: all 0.6s ease;
}
.mobile-header.header-opened .line:nth-child(1) {
  transform: translateY(8px);
}
.mobile-header.header-opened .line:nth-child(2) {
  opacity: 0;
}
.mobile-header.header-opened .line:nth-child(3) {
  transform: translateY(-8px);
}
.mobile-header.header-opened .line:nth-child(1):before {
  transform: rotate(45deg);
  background-color: #fff;
}
.mobile-header.header-opened .line:nth-child(2):before {
  opacity: 0;
}
.mobile-header.header-opened .line:nth-child(3):before {
  transform: rotate(-45deg);
  background-color: #fff;
}
.mobile-header.header-opened .logo {
  color: #fff;
}
.mobile-header .mobile-module__account-panel {
  position: relative;
}
.mobile-header .mobile-module__account-panel .index-module__account {
  padding: 8px 0;
}
.mobile-header .mobile-module__account-panel .index-module__account.index-module__nav-panel {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
  background-color: #fff;
  display: block;
  transition: all 0.3s ease;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.mobile-header .mobile-module__account-panel .index-module__account.index-module__visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-header .mobile-module__account-panel .index-module__account.index-module__isMobile {
  right: 10px;
  top: 14px;
  transition: all 0.3s ease;
  transform: translateY(-8px);
}
.mobile-header .mobile-module__account-panel .index-module__account .index-module__content {
  padding: 8px 0;
  width: 240px;
  text-align: center;
}
.mobile-header .mobile-module__account-panel .index-module__account .index-module__content a {
  display: block;
  padding: 15px 16px;
  transition: all 0.3s ease;
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  box-sizing: border-box;
  font-size: 14px;
}
.mobile-header .mobile-module__account-panel .index-module__account .index-module__content a:hover {
  background: #f2f2f2;
}
.mobile-header .mobile-module__account-panel .index-module__account .index-module__content .index-module__shape-triangle {
  position: absolute;
  background: #fff;
  z-index: 8;
  top: 0;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
  width: 11px;
  height: 11px;
}
@media (max-width: 1000px) {
  .pc-header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .mobile-header-position {
    display: block;
  }
}
@media (min-width: 1000px) {
  .pc-header {
    display: block;
  }
  .mobile-header {
    display: none;
  }
  .mobile-header-position {
    display: none;
  }
}
