/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/header.css ***!
  \****************************************************************************************************************/
/*---top---*/
.header-warning {
  height: 20vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: none;
}
.header-warning .warning {
  /* font-size: 2.5vw; */
  font-size: 4.8rem;
  line-height: 1.2;
  font-family: Arial-BoldMT, Arial;
  color: #fff;
}
.public-header {
  --header-height: 72px;
  width: 100%;
  height: var(--header-height);
  z-index: 999;
  background: #000;
  width: 100%;
  position: sticky;
  top: 0;
}
.header-box {
  height: 100%;
  padding: 0 var(--padding-wrapper);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.header-box .logo {
  width: 10rem;
  height: 4.2rem;
  background: url(/static/dist/assets/logo_2b66ad.svg) no-repeat;
  background-size: 100% 100%;
}
.top-nav {
  height: 100%;
  width: max-content;
  transition: all 0.5s;
  z-index: 9;
  padding-right: 10rem;
}
.top-nav ul {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 6rem;
}
.top-nav > ul > li a {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 2.4rem;
}

/* .top-nav .product-list {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 2.4rem;
} */
.right-nav {
  position: absolute;
  z-index: 10;
  right: var(--padding-gap);
}
.top-nav > ul > li a:hover {
  color: var(--link-hover);
}
.top-nav > ul > li p:hover {
  cursor: pointer;
  color: #fff;
}
.top-nav > ul > li a i.icon-language {
  font-size: 20px;
  padding: 8px 0;
  display: block;
}
.top-nav > ul > li a i.icon-more {
  display: none;
}
.top-nav li {
  height: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.googleelement {
  position: absolute;
  top: 36px;
  right: 0;
  padding: 12px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  line-height: 1;
  z-index: 999;
}
.goog-te-gadget-simple img,
.goog-te-gadget-simple span {
  display: inline-block;
}
.right-nav .language_a {
  color: #fff;
  font-size: 3.2rem;
  display: block;
  margin-top: 6px;
}
.googleelement a {
  display: inline !important;
  margin: 0 12px !important;
  line-height: 24px !important;
}
.showlanguagebox,
.mobile-icons {
  position: relative;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
}
.showlanguagebox .googleelement,
.mobile-icons {
  display: none;
}
.showlanguagebox:hover .googleelement {
  display: block;
}
.showlanguagebox a:after {
  content: none !important;
}
.showlanguagebox .icon-arrow-down {
  display: inline-block;
  margin-left: 4px;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.public-header .nav-dropdown,
.top-nav-bg {
  height: 70px;
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  transition: all 0.3s cubic-bezier(0.115, 0.61, 0.255, 1) 0s;
  max-height: 0;
  overflow: hidden;
}
.top-nav-bg {
  background: #000000;
  opacity: 0.9;
  backdrop-filter: blur(10px);
}
.public-header .dropdown-items {
  height: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.public-header .nav-dropdown a {
  margin: 0 20px;
}

/* 产品页面样式 */
.header-pc {
  display: block;
}

.header-mobile {
  display: none;
}

.product-list {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.product-categories-mobile {
  overflow-y: scroll;
  scrollbar-width: none;
  height: 100vh;
}

.product-categories-mobile::-webkit-scrollbar {
  display: none;
}

.product-list .icon-arrow-right {
  color: #fff;
  font-size: 24px !important;
}

.product-dropdown-wrap {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: var(--header-height);
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.115, 0.61, 0.255, 1) 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 0;
}

.product-dropdown-wrap .product-categories {
  display: flex;
  justify-content: center;
  height: auto;
}

.product-dropdown-wrap .product-categories li {
  margin: 24px 1.04vw;
  display: block;
  min-width: 0;
  cursor: pointer;
}

/* pc-临时隐藏产品列表开始代码 */
.product-dropdown-wrap .product-categories li {
  display: none !important;
}

.product-dropdown-wrap .product-categories {
  height: 2vw;
}
/* pc-临时隐藏产品列表结束代码 */

.product-dropdown-wrap .product-categories .is-active {
  border-bottom: 2px solid #000;
}

.product-dropdown-wrap .product-categories .is-not-active {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.product-dropdown-wrap .product-content {
  display: none;
  height: auto;
}

.product-dropdown-wrap .is-active {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2vw 2vw;
}

.product-categories-mobile .product-li {
  display: none;
}

.product-dropdown-wrap .mobile {
  display: none;
}

.product-dropdown-wrap .product-content img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.product-dropdown-wrap .product-content p {
  color: black;
}

.product-dropdown-wrap .product-content a {
  margin-right: 0;
}

.product-categories-mobile .is-active {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0s;
  visibility: visible;
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.product-dropdown-wrap .product-item a {
  width: 12.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-dropdown-wrap .product-item p {
  padding: 8px 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-align: center;
  font-weight: 400;
  font-size: 0.833vw;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0;
}

.one {
  padding: 8px 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0;
}

.product-dropdown-wrap .product-item:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.product-dropdown-wrap .product-item a p:hover {
  color: #000 !important;
}

/* 产品页面样式结束 */

@media (max-width: 828px){
  .header-pc {
    display: none;
  }
  .header-mobile {
    display: block;
  }

  .public-header {
    height: 5.4rem;
  }
  .header-box {
    padding: 0 var(--padding-gap);
    -webkit-justify-content: end;
    justify-content: end;
  }
  .right-nav {
    position: initial;
  }
  .right-nav .language_a {
    font-size: 5.6vw;
    margin-top: 0;
  }
  .showlanguagebox,
  .mobile-icons {
    text-align: right;
  }
  .mobile-icons {
    display: block;
    font-size: 2.4rem;
    color: #fff;
    margin-left: 1.6rem;
  }
  .top-nav {
    position: fixed;
    top: calc(20vh + 5.4rem);
    left: 0;
    height: 0;
    overflow: hidden;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    background: #000;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding-right: 0;
  }
  .top-nav > ul > li a {
    margin: 0 var(--padding-gap) !important;
    line-height: 1.2;
    font-size: 2rem;
    color: #fff;
  }

  .top-nav .product-list {
    /* margin: 0 var(--padding-gap) !important; */
    line-height: 1.2;
    font-size: 2rem;
    color: #fff;
  }
  .top-nav > ul > li {
    margin-bottom: 2rem;
    height: auto;
    display: block;
  }
  .goog-te-gadget-simple .goog-te-menu-value {
    margin: 0 12px !important;
  }
  .top-nav > ul > li a i {
    position: absolute;
    top: 0;
    right: 0;
  }
  .top-nav > ul {
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
    padding-top: 4.8rem;
  }
  .public-header .logo {
    width: 7.2rem;
    height: 3rem;
    position: absolute;
    left: var(--padding-gap);
  }
  .top-nav-bg {
    display: none;
  }
  .public-header .nav-dropdown {
    position: static;
    max-height: inherit;
    height: auto;
    display: none;
  }
  .public-header .dropdown-items {
    display: block;
    padding-left: 16px;
  }
  .public-header .dropdown-items a {
    margin-top: 24px !important;
  }
  .top-nav > ul > li a i.icon-more {
    display: block;
    font-size: 20px;
    color: #9f9f9f;
    font-weight: normal;
  }
  .top-nav li.spread i.icon-more:before {
    content: "\e915";
  }

  /* 产品页面样式 */

  .product-list:hover {
    color: #fff !important;
  }
  .product-dropdown-wrap {
    position: static;
    background-color: #1a1a1a;
    color: #fff;
  }
  .product-dropdown-wrap .product-categories {
    display: none;
  }
  .product-categories-mobile {
    width: 100%;
    height: auto;
  }

  .product-categories-mobile .product-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
    line-height: 34px;
    margin: 16px var(--padding-gap) !important;
  }

  .product-categories-mobile .icon-arrow-right {
    color: #fff;
  }

  .product-dropdown-wrap .product-categories-mobile .is-active {
    display: flex;
    overflow: scroll;
  }

  .product-categories-mobile .item-category {
    font-size: 18px;
  }

  .product-categories-mobile .is-active .item-category {
    color: #8733ff;
  }

  .product-categories-mobile .is-active .icon-arrow-right {
    transition: transform 0.3s ease;
    transform: rotate(90deg);
  }

  /* mobile-临时隐藏产品列表开始代码 */

  .product-categories-mobile .product-li {
    display: none !important;
  }

  .product-categories-mobile .product-content {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* mobile-临时隐藏产品列表结束代码 */

  .title-active .icon-arrow-right {
    transition: transform 0.3s ease;
    transform: rotate(90deg);
  }

  .product-dropdown-wrap .product-content {
    padding-left: var(--padding-gap);
  }

  .product-dropdown-wrap .product-item a {
    width: 26.09vw;
    margin: 0 !important;
  }
  .product-dropdown-wrap .product-item img {
    height: 26.09vw;
  }
  .product-dropdown-wrap .product-item p {
    font-size: 13px;
    color: #aaa;
    margin: 4px !important;
    padding: 0;
  }

  .product-categories-mobile .is-active {
    animation: none;
  }
  /* 产品页面样式结束 */

  .header-warning {
    padding: var(--padding-gap);
  }
  .header-warning .warning {
    /* font-size: 4.2857vw; */
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .mobile-icons {
    margin-left: 4px;
  }
}

@media (max-width: 428px) {
  .public-header {
    height: 54px;
  }
  .top-nav  {
    top: calc(20vh + 54px);
  }
}

