.gls-wzt-h-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gls-wzt-h-nav .gls-wzt-h-nav-slider {
  position: absolute;
  height: 1px;
  background-color: black;
}
.gls-wzt-header {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 16px -11px rgba(0, 0, 0, 0.25);
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.gls-wzt-header .gls-wzt-h-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  margin: 0 auto;
  height: 5rem;
  padding: 0 3.125rem;
  user-select: none;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-btn {
  display: none;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-logo img {
  height: 2.75rem;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc {
  width: 70%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.125rem;
  font-size: 1.25rem;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc .gls-wzt-h-nav-slider {
  position: absolute;
  height: 1px;
  background-color: black;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc .wztkj-menu-box {
  display: flex;
  width: 100%;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc .wztkj-menu-box ul {
  flex: 1;
  display: flex;
  justify-content: space-around;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc .wztkj-menu-box .menu-item {
  position: relative;
  line-height: 30px;
  height: 30px;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc .wztkj-menu-box .menu-item:hover {
  border-bottom: 2px solid #000000;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc .wztkj-menu-box .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc .wztkj-menu-box .menu-item .sub-menu a {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  transition: background-color 0.3s;
  border-radius: 4px;
  display: block;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc .wztkj-menu-box .menu-item .sub-menu a:hover {
  background-color: #f5f5f5;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc .wztkj-menu-box .current_page_item {
  border-bottom: 2px solid #000000;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc .gls-wzt-h-nav-slider {
  bottom: -4px;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-split {
  width: 1px;
  height: 90%;
  position: absolute;
  left: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user .gls-wzt-h-user-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 30px;
  cursor: default;
  z-index: 100;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user .gls-wzt-h-user-dropdown .gls-wzt-h-user-dropdown-wrap {
  width: 320px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
  padding: 1.5rem 1.25rem;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user .gls-wzt-h-user-dropdown .gls-wzt-h-user-dropdown-wrap .gls-wzt-h-user-dropdown-split {
  height: 0px;
  border: 1px solid #e3e3e3;
  margin: 0.9375rem 0;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user .gls-wzt-h-user-dropdown .gls-wzt-h-user-dropdown-wrap .gls-wzt-h-user-dropdown-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user .gls-wzt-h-user-dropdown .gls-wzt-h-user-dropdown-wrap .gls-wzt-h-user-dropdown-header .gls-wzt-h-user-dropdown-avatar {
  width: 2.5rem;
  height: 2.5rem;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user .gls-wzt-h-user-dropdown .gls-wzt-h-user-dropdown-wrap .gls-wzt-h-user-dropdown-header .gls-wzt-h-user-dropdown-avatar > img {
  height: 100%;
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user .gls-wzt-h-user-dropdown .gls-wzt-h-user-dropdown-wrap .gls-wzt-h-user-dropdown-header .gls-wzt-h-user-dropdown-username {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-1);
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user .gls-wzt-h-user-dropdown .gls-wzt-h-user-dropdown-wrap .gls-wzt-h-user-dropdown-list {
  padding-top: 4px;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user .gls-wzt-h-user-dropdown .gls-wzt-h-user-dropdown-wrap .gls-wzt-h-user-dropdown-list .gls-wzt-h-user-dropdown-item {
  display: block;
  font-size: 1.125rem;
  color: var(--text-1);
  padding: 0.75rem 1.25rem;
  transition: background 0.3s;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 5px;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user .gls-wzt-h-user-dropdown .gls-wzt-h-user-dropdown-wrap .gls-wzt-h-user-dropdown-list .gls-wzt-h-user-dropdown-item.active {
  background: #fffbf2;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user .gls-wzt-h-user-dropdown .gls-wzt-h-user-dropdown-wrap .gls-wzt-h-user-dropdown-list .gls-wzt-h-user-dropdown-item:hover {
  background: #fffbf2;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-fav {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-cart {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-cart .cartItemAmount {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff4f1a;
  color: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .user-model {
  display: none;
  position: absolute;
  top: 60px;
  left: -175px;
  border: 1px solid #e3e3e3;
  border-radius: 0.625rem;
  background-color: #ffffff;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #333333;
  text-align: left;
  vertical-align: top;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .user-model .model-header {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.96px;
  border-bottom: 2px solid #e3e3e3;
  gap: 1.25rem;
  padding: 10px 0;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .user-model ul li {
  width: 279px;
  height: 45px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 40px;
}
.gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .user-model .model-out {
  line-height: 26.06px;
  border-top: 2px solid #e3e3e3;
  padding-top: 10px;
}
.gls-wzt-header .gls-wzt-h-nav-m {
  display: none;
}
.gls-wzt-out-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.gls-wzt-out-modal .gls-wzt-o-inner {
  display: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}
.gls-wzt-out-modal .gls-wzt-o-inner .gls-wzt-pdm {
  width: 80%;
  max-width: 718px;
  background-color: var(--bg-white);
  border-radius: 15px;
  border: 1px solid #dedede;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 6.25rem 6.25rem 3.125rem 6.25rem;
}
.gls-wzt-out-modal .gls-wzt-o-inner .gls-wzt-pdm .gls-wzt-pdm-info {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-black);
  text-align: center;
}
.gls-wzt-out-modal .gls-wzt-o-inner .gls-wzt-pdm .gls-wzt-pdm-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 3.5rem;
}
.gls-wzt-out-modal .gls-wzt-o-inner .gls-wzt-pdm .gls-wzt-pdm-btns .btn {
  font-size: 1.25rem;
  width: 50%;
  border-radius: 25px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gls-wzt-out-modal .gls-wzt-o-inner .gls-wzt-pdm .gls-wzt-pdm-btns .gls-wzt-o-btn-cancel {
  font-size: 1.25rem;
  width: 50%;
  border-radius: 25px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ffeec9;
  border: 1px solid var(--brand-color);
  color: var(--brand-color);
}
.gls-wzt-out-modal .gls-wzt-o-inner .gls-wzt-pdm .gls-wzt-pdm-btns .gls-wzt-o-btn-delete {
  font-size: 1.25rem;
  width: 50%;
  border-radius: 25px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-white);
  background: var(--brand-color);
  border: 1px solid var(--brand-color);
}
@media (max-width: 768px) {
  .gls-wzt-header .gls-wzt-h-wrap {
    height: 6rem;
    padding: 1.25rem;
  }
  .gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-btn {
    display: flex;
    gap: 4px;
    flex-direction: column;
    cursor: pointer;
  }
  .gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-btn.active .gls-wzt-h-nav-line {
    background: #ffae00;
  }
  .gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-btn .gls-wzt-h-nav-line {
    width: 22px;
    height: 3px;
    background: #cccccc;
    border-radius: 2px;
  }
  .gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-btn .gls-wzt-h-nav-line.short {
    width: 16px;
  }
  .gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-nav-pc {
    display: none;
  }
  .gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-split {
    display: none;
  }
  .gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-user {
    width: 25px;
    height: 25px;
  }
  .gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-fav {
    display: none;
  }
  .gls-wzt-header .gls-wzt-h-wrap .gls-wzt-h-icons .gls-wzt-h-icons-cart {
    width: 21px;
    height: 21px;
  }
  .gls-wzt-header .gls-wzt-h-nav-m {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 14px;
    border-top: 1px solid #ededed;
  }
  .gls-wzt-header .gls-wzt-h-nav-m .gls-wzt-h-nav-slider {
    position: absolute;
    height: 1px;
    background-color: black;
  }
  .gls-wzt-header .gls-wzt-h-nav-m .gls-wzt-h-nav-slider {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 10px;
  }
  .gls-wzt-header .wztkj-menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    padding: 2rem;
  }
  .gls-wzt-header .wztkj-menu-box ul {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .gls-wzt-header .wztkj-menu-box ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    opacity: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;
    color: #333333;
    padding: 1rem;
    border-radius: 8px;
  }
  .gls-wzt-header .wztkj-menu-box ul li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .gls-wzt-header .wztkj-menu-box ul li a::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../../assets/imgs/index/icon_you.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .gls-wzt-header .wztkj-menu-box ul li .wztkj_header_moactive::after {
    background-image: url(../../assets/imgs/index/icon_xia.png) !important;
  }
  .gls-wzt-header .wztkj-menu-box ul li .sub-menu {
    display: none;
    margin-top: 1rem;
    width: 100%;
    background: #f5f5f5;
    padding: 1rem;
    border-radius: 1rem;
    gap: 0.5rem;
  }
  .gls-wzt-header .wztkj-menu-box ul li .sub-menu li {
    width: 100%;
    padding: 8px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 15.73px;
    color: #333333;
    text-align: left;
    border-radius: 5px;
  }
  .gls-wzt-header .wztkj-menu-box ul li .sub-menu li:hover {
    background: #ffffff;
  }
  .gls-wzt-header .wztkj-menu-box ul li .sub-menu li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .gls-wzt-header .wztkj-menu-box ul li .sub-menu li a::after {
    display: block;
    width: 0;
    content: "";
  }
  .gls-wzt-out-modal .gls-wzt-o-inner .gls-wzt-pdm {
    padding: 5.3rem 3.2rem 3.5rem 3.2rem;
  }
  .gls-wzt-out-modal .gls-wzt-o-inner .gls-wzt-pdm .gls-wzt-pdm-btns {
    gap: 2rem;
  }
}
.gls-wzt-404 {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 5rem 0 5rem 0;
  transition: 0.2s;
}
.gls-wzt-404 .gls-wzt-404-img {
  transform: scale(0.7);
}
.gls-wzt-404 .gls-wzt-404-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5rem;
}
.gls-wzt-404 .gls-wzt-404-text .gls-wzt-404-text-title {
  color: #FFC21A;
  font-weight: bold;
  font-size: 3rem;
}
.gls-wzt-404 .gls-wzt-404-text .gls-wzt-404-text-content {
  color: #666;
  padding: 0 10px;
  font-size: 1.3rem;
}
.gls-wzt-404 .gls-wzt-404-text .gls-wzt-404-text-content a {
  color: #FFC21A;
  border-bottom: 1px #FFC21A solid;
}
