:root {
  --text-color: rgba(255, 255, 255, 0.9);
}
svg:not(:root) {
  overflow: unset!important;
}
body {
  position: relative;
  font-family: sans-serif;
}
body.skin-fly:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(-45deg, #bb3333, #3638b7, #25b6ac);
  animation: gradient 5s ease infinite;
  background-size: 300% 300%;
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
body.skin-fly:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/wp-content/plugins/woocommerce/assets/img/p-backg.jpg") repeat;
  z-index: -1;
  background-size: 20% auto;
  mix-blend-mode: color-burn;
  will-change: transform;
  background-position: center var(--backgroundOffset);
}
body .page-content {
  transition: all 0.3s;
}
body .page-content.shade {
  opacity: 0.2;
}
body a {
  color: var(--text-color);
}
body a.arrow-effect i {
  transition: all 0.3s;
  transform: translateX(0);
}
body a.arrow-effect:hover i {
  transform: translateX(10px);
}
body img {
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -khtml-user-select: none;
  /*早期浏览器*/
  -moz-user-select: none;
  /*火狐*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
  pointer-events: none;
}
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  transition: all 0.6s;
}
header .apex {
  width: 100%;
  display: flex;
  height: 80px;
  border-radius: 0;
  transition: max-width 0.3s ease-in-out, border-radius 0.6s, border 0.6s 0.6s;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.3);
  border-top: 1.5px solid rgba(255, 255, 255, 0);
  border-left: 1.5px solid rgba(255, 255, 255, 0);
  border-right: 1.5px solid rgba(255, 255, 255, 0);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  margin: 0 auto;
  max-width: 100%;
}
header .apex .apex-content {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .apex .apex-content .logo-box {
  width: 60px;
}
header .apex .apex-content .logo-box .logo {
  width: 100%;
  display: block;
}
header .apex .apex-content .nav {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  gap: 40px;
}
header .apex .apex-content .nav .nav-item {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 8px;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-style: dashed;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
  -webkit-text-decoration-thickness: 1.5px;
  -webkit-text-underline-offset: 8px;
  cursor: pointer;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
header .apex .apex-content .nav .nav-item .nav-list {
  position: absolute;
  top: 80px;
  transform: translate(-50%, 10px);
  left: 50%;
  border-radius: 10px;
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0.9);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  width: max-content;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
}
header .apex .apex-content .nav .nav-item .nav-list a {
  display: block;
  height: 40px;
  transition: all 0.3s;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
header .apex .apex-content .nav .nav-item .nav-list a:last-child {
  margin-bottom: 0;
}
header .apex .apex-content .nav .nav-item .nav-list a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header .apex .apex-content .nav .nav-item .nav-list a:hover .product-name {
  transform: scale(0.95);
}
header .apex .apex-content .nav .nav-item .nav-list a .product-name {
  transition: all 0.3s;
}
header .apex .apex-content .nav .nav-item .nav-list a .product-name span {
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 11px;
  font-weight: 700;
  margin-left: 2px;
}
header .apex .apex-content .nav .nav-item:hover {
  transform: translateY(-6px);
}
header .apex .apex-content .nav .nav-item:hover .nav-list {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}
header .apex .apex-content .apex-cart {
  font-weight: 700;
  font-size: 15px;
}
header .apex .apex-content .apex-cart i {
  font-size: 18px;
  margin-right: 4px;
}
header.transparent-header {
  top: 40px;
}
header.transparent-header .apex {
  transition: max-width 0.6s ease-in-out;
  max-width: 1200px;
  border-radius: 99px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.banner-container {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 98;
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
.empty {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10px);
}
body::-webkit-scrollbar {
  width: 14px;
}
body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 100px;
}
body::scrollbar-track {
  background: transparent;
  border-radius: 100px;
}
body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}
.cart-bg {
  display: block;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
  transition: all 0.3s;
  opacity: 0;
}
.cart-bg-on {
  opacity: 1;
  z-index: 2;
}
footer {
  display: block;
  padding-top: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  position: relative;
}
footer .head {
  margin-bottom: 20px;
}
footer .wrapper {
  max-width: 1200px;
}
footer .wrapper .main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
footer .wrapper .main .footer-logo {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  font-size: 13px;
  flex-shrink: 0;
}
footer .wrapper .main .footer-logo .logo {
  width: 120px;
}
footer .wrapper .main .footer-logo .logo-text {
  margin: 6px 0 60px;
}
footer .wrapper .main .menu-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
footer .wrapper .main .menu-column .all-product-menu {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #FFF;
}
footer .wrapper .main .menu-column .all-product-menu .all-list-title {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  font-size: 20px;
  opacity: 0.6;
}
footer .wrapper .main .menu-column .all-product-menu .all-product-list {
  display: flex;
  gap: 0px 40px;
  margin-bottom: 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 10px;
}
footer .wrapper .main .menu-column .all-product-menu .all-product-list:last-child {
  margin-bottom: 0;
}
footer .wrapper .main .menu-column .all-product-menu .all-product-list .all-list-name {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.3s;
  padding: 10px;
  cursor: pointer;
}
footer .wrapper .main .menu-column .all-product-menu .all-product-list .all-list-name:hover {
  transform: scale(1.05);
}
footer .wrapper .main .menu-column .all-product-menu .all-product-list .all-list-name span {
  font-size: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  padding: 1px 6px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 4px;
}
footer .wrapper .main .menu-column .nav {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  gap: 30px;
}
footer .wrapper .main .other {
  width: 380px;
  font-size: 10px;
  color: #D6DBDE;
  position: relative;
  margin-top: 20px;
}
footer .wrapper .main .other .under {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  padding: 16px;
  border-radius: 20px;
  font-size: 12px;
}
footer .wrapper .main .other .under img {
  width: 44px;
  height: 44px;
}
footer .wrapper .main .other .under span {
  margin-left: 10px;
}
footer .wrapper .main .other .right-box {
  background-color: rgba(255, 255, 255, 0.04);
  padding-bottom: 30px;
  border-radius: 30px;
  width: 320px;
  margin: 0 auto;
}
footer .wrapper .main .other .right-box .payment-box {
  position: relative;
  white-space: nowrap;
}
footer .wrapper .main .other .right-box .payment-box .paytext1 {
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
}
footer .wrapper .main .other .right-box .payment-box .payments {
  padding: 30px 15px;
}
footer .wrapper .main .other .right-box .payment-box .paytext2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
footer .wrapper .main .other .right-box .dmca-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
}
footer .wrapper .package {
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  padding: 20px 10px 20px 20px;
  border-radius: 30px;
  margin: 30px 0;
}
footer .wrapper .package .package-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
footer .wrapper .package .package-title .pro {
  margin-left: 0;
}
footer .wrapper .package .package-title .pro .pro-icon {
  top: 50%;
}
footer .wrapper .package .package-title span {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  margin-left: 8px;
}
footer .wrapper .package .package-sub {
  display: grid;
  align-items: center;
  font-size: 13px;
  grid-template-columns: 4fr 1fr;
  color: rgba(255, 255, 255, 0.7);
}
footer .wrapper .package .package-sub strong {
  color: #FFF;
}
footer .wrapper .package .package-sub .packageicon {
  width: 100%;
  height: 100%;
}
footer .wrapper .package .package-sub img {
  transform: scale(0.75);
  width: 100%;
  display: block;
}
footer .wrapper .description {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .wrapper .description .copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
}
footer .wrapper .description .trust-box {
  display: flex;
  align-items: center;
}
footer .wrapper .description .trust-box span {
  width: 1px;
  height: 20px;
  margin: 0 20px 0 16px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  vertical-align: middle;
}
footer .back-top {
  width: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1380px) {
  footer .back-top {
    transform: translateY(20px);
  }
}
footer .back-top .line {
  width: 1px;
  height: 80px;
  transform: translateX(8px);
  margin-bottom: 8px;
  position: relative;
  background-color: transparent;
}
footer .back-top .line:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  height: 60px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
footer .back-top .icon {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transform: translateX(6px);
  margin-bottom: 5px;
}
footer .back-top .text {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
footer .back-top a:hover .line:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  height: 80px;
}
.page-title {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: 80px;
}
.pro {
  position: relative;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pro .pro-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  fill: #FFF;
}
.pro .pro-running {
  width: 36px;
  height: 36px;
  --c: radial-gradient(farthest-side, #fff 70%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  animation: s8 3s infinite;
  position: relative;
  opacity: 0.4;
}
.pro .pro-running:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 2.5px;
  background: repeating-conic-gradient(#0000 0 35deg, #fff 0 90deg);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 1.5px), #000 0);
  border-radius: 50%;
}
.pro span {
  font-size: 11px;
}
@keyframes s8 {
  100% {
    transform: rotate(1.5turn);
  }
}
