﻿@font-face {
  font-display: swap;
  font-family: HarmonyOS Sans;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  /*src: url(./111.ttf);*/
  unicode-range: U+000d-fb04;
}
@font-face {
  font-display: swap;
  font-family: HarmonyOS Sans;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  /*src: url(./111.ttf);*/
  unicode-range: U+000d-fb04;
}
.moon-global-service {
  position: fixed;
  right: 26px;
  bottom: -100vh;
  background: #ff5344;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition:
    background 0.3s ease-in-out,
    bottom 0.5s;
  cursor: pointer;
}
.moon-global-service.show {
  bottom: 26px;
}
.moon-global-service:hover {
  background: #ff6457;
}
:root {
  color: #000;
  font-size: 16px;
  --color-primary: #409eff;
  --color-primary-hover: rgba(22, 93, 255, 0.77);
  --header-z-index: 100;
  -webkit-font-smoothing: antialiased;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p,
span {
  font-family:
    'HarmonyOS Sans',
    -apple-system,
    'Segoe UI',
    roboto,
    'Helvetica Neue',
    arial,
    'Noto Sans',
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
}
.moon-mr-10 {
  margin-right: 10px;
}
.moon-header {
  position: sticky;
  top: 0;
  left: 0;
  min-height: 70px;
  z-index: var(--header-z-index);
  transition: all 0.1s ease-in-out;
  box-shadow: 0 0 transparent;
}
.moon-header.transparent {
  background: 0 0;
}
.moon-relative {
  position: relative;
}
del {
  text-decoration: line-through;
}
.moon-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: calc(var(--header-z-index) + 1);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
.moon-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.moon-modal-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(6, 8, 10, 0.57);
  bottom: 0;
  z-index: calc(var(--header-z-index) + 2);
}
.moon-modal-overlay iframe {
  position: relative;
  z-index: calc(var(--header-z-index) + 3);
  opacity: 0;
}
.moon-goods-modal iframe {
  width: 100%;
  height: 100%;
}
.moon-modal-overlay.active iframe {
  animation: login-animate 0.2s 0.2s ease-in-out forwards;
}
@keyframes login-animate {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.moon-userLoginDialog iframe {
  max-width: 720px;
  border-radius: 10px;
  max-height: 482px;
  width: calc(100% - 160px);
  height: calc(100% - 140px);
  box-shadow:
    0 0 4px rgba(25, 25, 26, 0.04),
    0 4px 16px rgba(25, 25, 26, 0.04),
    0 8px 24px rgba(25, 25, 26, 0.06);
  border: 1px solid rgba(18, 17, 43, 0.07);
  overflow: hidden;
}
.moon-header-item {
  display: flex;
  align-items: center;
  min-height: 38px;
  min-width: 52px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  position: relative;
  margin: 0 10px;
}
.moon-header-arrow {
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.moon-header-dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 54px;
  min-width: 162px;
}
.moon-header-item:hover .moon-header-dropdown {
  opacity: 1;
  visibility: visible;
}
.moon-header-dropdown-wrap {
  border-radius: 6px;
  box-shadow:
    0 0 2px 0 rgba(0, 0, 0, 0.1),
    0 10px 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 6px;
}
.moon-header-dropdown-a {
  height: 38px;
  border-radius: 4px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.9);
}
.moon-header-dropdown-a:hover {
  background: #ecf5ff;
  color: #409eff;
}
.moon-header-item:hover .moon-header-arrow {
  transform: rotateZ(180deg);
}
.moon-header-item:hover {
  background: #ecf5ff;
  color: #409eff;
}
.moon-header-shadow {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
.moon-header-a {
  height: 38px;
  line-height: 38px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 8px;
}
.moon-global-logged.moon-global-logged,
.moon-global-unLogged.moon-global-unLogged {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease-in,
    visibility 0.2s ease-in,
    transform 0.2s cubic-bezier(0.17, 0.84, 0.44, 1),
    box-shadow 0.2s,
    background 0.2s ease-in;
}
.moon-global-logged.active,
.moon-global-unLogged.active {
  opacity: 1;
  display: inline-flex;
  visibility: visible;
}
.moon-wrap,
.moon-wrap-1440,
.moon-wrap-1480 {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
.moon-wrap-1440 {
  max-width: 1440px;
}
.moon-wrap-1480 {
  max-width: 1480px;
}
.moon-text-white {
  color: #fff;
}
.moon-text-center {
  text-align: center;
}
.moon-text-left {
  text-align: left;
}
.moon-m-auto {
  margin: 0 auto;
}
.moon-mr-3 {
  margin-right: 16px;
}
.moon-primary-btn {
  background: var(--color-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  min-width: 102px;
  font-weight: 600;
  white-space: nowrap;
  transition:
    background 0.15s,
    transform 0.2s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.moon-primary-btn:hover {
  background: var(--color-primary-hover);
}
.moon-outline-btn:active,
.moon-primary-btn:active {
  transform: scale(0.96);
}
.moon-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.moon-vertical-end {
  display: flex;
  align-items: flex-end;
}
.moon-space-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.moon-footer-slogan,
.moon-vertical-center {
  display: flex;
  align-items: center;
}
.moon-footer-slogan {
  padding: 95px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #2b2b2b;
}
.moon-footer-slogan,
.moon-space-between {
  justify-content: space-between;
}
.moon-footer-h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
  line-height: 20px;
}
.moon-header-btn {
  height: 38px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
}
.moon-header-btn.moon-header-btn:hover {
  box-shadow: none;
}
.moon-primary-btn.moon-header-btn {
  box-shadow: 0 14px 28px -14px var(--color-primary-hover);
}
.moon-footer-a {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  position: relative;
}
.moon-footer-a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.moon-footer-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 58px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.moon-copyright {
  flex: 1;
  text-align: center;
  white-space: nowrap;

}
.moon-footer::before {
  content: '';
  width: 100%;
  height: 84px;
  background: url(../image/footer-line.png) bottom center/cover no-repeat;
  position: absolute;
  left: 0;
  top: -84px;
}
.moon-footer-navs {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
}
.moon-footer-logo {
  display: block;
  margin-bottom: 32px;
}
.moon-ml-1 {
  margin-left: 2px;
}
.moon-pr-1 {
  padding-right: 2px;
}
.moon-footer-img {
  padding: 5px;
  width: 106px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  transition:
    opacity 0.2s ease-in,
    visibility 0.2s ease-in;
}
.moon-footer-a:hover .moon-footer-img {
  opacity: 1;
  visibility: visible;
}
.moon-footer-nav:not(:last-child) {
  margin-right: 8%;
}
.moon-footer-center {
  padding: 80px 0 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.moon-h-100 {
  height: 100%;
}
.moon-w-100 {
  width: 100%;
}
.moon-footer-bottom-a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.moon-top-btn {
  color: #fff;
  opacity: 0.3;
  transition: all 0.4s;
}
.moon-top-btn:hover {
  opacity: 0.8;
}
.moon-footer-bottom {
  font-size: 12px;
  min-height: 58px;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.moon-inline-vertical-center {
  display: inline-flex;
  align-items: center;
}
.moon-h2 {
  font-size: 60px;
  font-weight: 700;
}
.moon-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  min-width: 74px;
  color: #000;
  transition:
    background 0.15s,
    transform 0.2s cubic-bezier(0.17, 0.84, 0.44, 1);
  box-shadow:
    0 0 1px 0 rgba(0, 0, 0, 0.6),
    0 14px 28px -14px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.moon-outline-btn:hover {
  background: #f1f1f1;
}
.moon-footer {
  position: relative;
  background: #0e0e0e;
}
.moon-footer-btn {
  min-width: 208px;
  border-radius: 6px;
  height: 62px;
}
.moon-footer-h2 {
  color: #fff;
  text-align: left;
  max-width: 730px;
  margin-bottom: 32px;
}
.moon-header-toggle {
  width: 24px;
  height: 24px;
  position: relative;
  opacity: 0.55;
  cursor: pointer;
  display: none;
  margin-left: 8px;
  user-select: none;
}
.moon-header-toggle-inner {
  cursor: pointer;
  display: block;
  transition: transform 0.15s ease;
  top: 2px;
}
[aria-expanded='true'] .moon-header-toggle-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
[aria-expanded='true'] .moon-header-toggle-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}
[aria-expanded='true'] .moon-header-toggle-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.moon-header-toggle-inner,
.moon-header-toggle-inner::after,
.moon-header-toggle-inner::before {
  content: '';
  position: absolute;
  background: #000;
  border-radius: 4px;
  display: block;
  width: 24px;
  height: 3px;
}
.moon-header-toggle-inner::before {
  top: 8px;
}
.moon-header-toggle-inner::after {
  top: 16px;
  transition: transform 0.15s ease;
}
.moon-flex-1,
.moon-header-logo {
  flex: 1;
}
.moon-header-logo {
  text-align: left;
}
@media (max-width: 1600px) {
  .moon-wrap,
  .moon-wrap-1440,
  .moon-wrap-1480 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1300px) {
  .moon-footer-nav-with-img {
    margin-right: 60px;
  }
}
@media (max-width: 878px) {
  .moon-wrap,
  .moon-wrap-1440,
  .moon-wrap-1480 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .moon-copyright {
    min-width: 100%;
    white-space: normal;
  }
  main h1 {
    font-size: 32px !important;
  }
  footer h2,
  main h2 {
    font-size: 24px !important;
  }
  main p {
    font-size: 16px !important;
  }
  .moon-footer-navs {
    justify-content: start;
    margin-left: 16px;
    flex: 0 0 auto;
    width: 100%;
  }
  .moon-footer-logo {
    width: 100%;
  }
  .moon-header-item {
    display: block;
  }
  .moon-header-arrow {
    display: none;
  }
  .moon-header-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding-top: 0;
  }
  .moon-header-dropdown-wrap {
    box-shadow: none;
  }
  .moon-header-item:hover {
    background: #ecf5ff;
    color: #409eff;
  }
  .moon-header-panel {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: block;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    transition: all 0.3s;
    pointer-events: none;
    transform: translateX(0);
  }
  [aria-expanded='true'] .moon-header-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .moon-header-btn:last-child {
    margin-right: 24px;
  }
  .moon-header-toggle {
    display: inline-block;
  }
}
.moon-activity-banner {
  height: 64px;
  position: sticky;
  top: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.moon-activity-banner.show {
  z-index: var(--header-z-index);
  opacity: 1;
  display: block;
  visibility: visible;
}
.moon-activity-banner.show + .moon-header {
  top: 64px;
}
.moon-activity-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 16px;
  top: 20px;
  display: flex;
}
.moon-nowrap {
  white-space: nowrap;
}
.moon-header-item span.moon-nowrap {
  display: block;
  height: 20px;
}
.bg-white {
  background: #fff;
}
.scrollTopButton:hover .ss-website-aside-item-top {
  background: aliceblue !important;
}
.flex {
  display: flex;
  justify-content: center;
}
video{
  object-fit: contain!important;
}

