/*!************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/base/base.css ***!
  \************************************************************************************************/
*,
*:after,
*:before {
  box-sizing: border-box;
  font-family: Arial;
}


html,
body {
  display: flex;
  /* height: 100%; */
  width: 100%;
  padding: 0;
  margin: 0;
}

.app-home {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  /* min-width: 1500px; */
}

.header-nav {
  display: flex;
  flex-direction: column;
  position: sticky;
  left: 0;
  top: 0;
  height: fit-content;
  align-items: center;
  width: 100%;
  z-index: 199;
  background: rgba(255, 255, 255, 1);
}

.header-nav-scroll {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}


.nav-toolbar {
  white-space: nowrap;
  width: 100%;
  min-height: 70px;
  max-width: 1200px;
  min-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0 20px;
}

.header-nav-product-row {
  margin: auto;
}

.nav-logo {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-right: 8px;
}

.nav-title {
  color: #1e88e5;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: left;
  margin-right: 40px;
}

.nav-title-desc {
  cursor: pointer;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  text-decoration: none;
}

.nav-title-desc img {
  height: 14px;
  width: 14px;
  margin-left: 6px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.nav-title-desc.active img {
  transform: rotate(180deg);
}

.nav-title-desc:hover {
  color: #1e88e5 !important;
}

.nav-title-desc-select {
  color: #1e88e5 !important;
}

.nav-toolbar-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  height: 44px;
  min-height: 44px;
  margin-left: 12px;
  border-radius: 22px;
  font-weight: 700;
  width: 144px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.nav-top {
  display: flex;
  width: 100%;
  height: 40px;
  min-width: 1440px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.nav-top-row {
  width: 1440px;
  display: flex;
  height: 100%;
  align-items: center;
}

.nav-website-name {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.nav-btn {
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nav-btn:hover {
  text-decoration: underline;
  color: rgba(82, 153, 255, 1);
}

.nav-line {
  background: rgba(0, 0, 0, 0.1);
  height: 16px;
  width: 1px;
  margin: 0 16px;
}


.nav-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  cursor: pointer;
  flex: 1;
}

.nav-user-account-root {
  display: none;
  position: relative;
  width: fit-content;
  height: 24px;
}

.nav-user-account {
  display: flex;
  height: 24px;
  overflow: hidden;
  align-items: center;
}

.nav-user-account img {
  height: 16px;
  width: 16px;
  margin-left: 4px;
}

.nav-user-account:hover img {
  transform: translateY(-480px);
  filter: drop-shadow(rgba(82, 153, 255, 1) 0 480px);
}


.nav-user-pop-menu {
  width: 240px;
  display: none;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  flex-direction: column;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -4px;
  transform: translate(0, 100%);
  z-index: 900;
}

.nav-user-menu-item {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

.nav-user-menu-item img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}

.nav-menu-line {
  width: 100%;
  height: 1px;
  background: rgba(232, 235, 242, 1);
  margin: 12px 0;
}

.nav-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

.nav-menu-user-center {
  border: 1px solid rgba(82, 153, 255, 1);
  color: rgba(82, 153, 255, 1);
}

.nav-menu-logout {
  margin-top: 12px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}


.nav-search-input {
  display: none;
}

.nav-search-input-focus {
  display: none;
}

#input-search {
  display: none;
}

.nav-search-input-focus #input-search {
  display: none;
}

#input-search::placeholder {
  display: none;
}

.nav-search-btn {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e88e5;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(30, 136, 229, 0.3);
  cursor: pointer;
  margin-right: 10px;
}

.nav-search-btn:hover {
  transform: scale(1.05);
  background: #5076FF;
  box-shadow: 0 4px 10px rgba(80, 118, 255, 0.4);
}

.nav-search-btn img {
  height: 18px;
  width: 18px;
  filter: brightness(10);
}

.nav-search-context-menu {
  display: none !important;
}

.nav-search-menu-tip {
  display: none;
}

.nav-search-menu-link {
  display: none;
}

.nav-search-menu-link:hover {
  display: none;
}

.header-nav-product {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transform: translate(0, 100%);
  align-items: center;
  padding: 30px 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.header-nav-product-row {
  display: flex;
  flex-wrap: wrap;
  width: 1240px;
  margin-bottom: 30px;
  min-width: 1200px;
  justify-content: flex-start;
  gap: 24px;
}

.header-nav-col {
  display: flex;
  width: 290px;
  flex-direction: column;
  padding: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-top: 10px;
  background: #fff;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.5s ease forwards;
  animation-fill-mode: both;
}

/* 左侧边框样式 */
.header-nav-col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: rgba(82, 153, 255, 1);
  transition: height 0.3s ease;
  z-index: 2;
}

/* 完整细边框样式 */
.header-nav-col::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(82, 153, 255, 0.3);
  border-radius: 12px;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* 悬停效果 - 显示左侧边框 */
.header-nav-col:hover::before {
  height: 100%;
}

/* 悬停效果 - 卡片上浮和阴影 */
.header-nav-col:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(82, 153, 255, 0.15);
}

/* 悬停效果 - 边框颜色加深 */
.header-nav-col:hover::after {
  border-color: rgba(82, 153, 255, 0.6);
}

/* 购买中心卡片的特殊样式 - 红色左侧边框 */
.header-nav-col-buy::before {
  background: rgba(255, 123, 118, 1);
}

/* 购买中心卡片的特殊样式 - 红色细边框 */
.header-nav-col-buy::after {
  border-color: rgba(255, 123, 118, 0.3);
}

/* 购买中心卡片悬停时的特殊样式 - 边框颜色加深 */
.header-nav-col-buy:hover::after {
  border-color: rgba(255, 123, 118, 0.6);
}

/* 购买中心卡片悬停时的特殊样式 - 阴影 */
.header-nav-col-buy:hover {
  box-shadow: 0px 8px 20px rgba(255, 123, 118, 0.15);
}

/* 产品中心的下载按钮样式 */
.header-product-item-dl {
  height: 32px;
  width: 32px;
  max-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  background: rgba(82, 153, 255, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.header-product-item:hover .header-product-item-dl {
  background: rgba(82, 153, 255, 1);
}

/* 购买中心的购买按钮样式 */
.header-product-item-buy {
  height: 32px;
  width: 32px;
  max-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  background: rgba(255, 123, 118, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.header-product-item:hover .header-product-item-buy {
  background: rgba(255, 123, 118, 1);
}

.header-product-category {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(232, 235, 242, 1);
  transition: all 0.3s ease;
}

.header-product-category h2 {
  margin: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  transition: all 0.3s ease;
}

.header-product-category img {
  height: 16px;
  width: 16px;
  margin-left: 4px;
  transition: all 0.3s ease;
}

.header-product-category:hover h2 {
  color: rgba(82, 153, 255, 1);
  transform: translateX(8px);
}

/* 购买中心标题悬停时变为红色 */
.header-nav-col-buy .header-product-category:hover h2 {
  color: rgba(255, 123, 118, 1);
}

.header-product-category:hover img {
  transform: translateX(5px);
  filter: invert(48%) sepia(85%) saturate(2476%) hue-rotate(199deg) brightness(100%) contrast(101%);
}

/* 购买中心标题的图标颜色也改为红色 */
.header-nav-col-buy .header-product-category:hover img {
  filter: invert(65%) sepia(54%) saturate(5323%) hue-rotate(327deg) brightness(101%) contrast(96%);
}

.header-product-split {
  margin: 12px 0;
  background: rgba(232, 235, 242, 1);
  height: 1px;
  width: 100%;
}

.header-product-item {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  margin-bottom: 16px;
  text-decoration: none;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.header-product-item:hover {
  background: rgba(82, 153, 255, 0.05);
  transform: translateX(5px);
}

/* 购买中心项的特殊悬停效果 */
.header-nav-col-buy .header-product-item:hover {
  background: rgba(255, 123, 118, 0.05);
}

.header-product-item .header-product-item-logo {
  height: 36px;
  width: 36px;
  display: flex;
  position: relative;
  margin-right: 12px;
  transition: all 0.3s ease;
}

.header-product-item:hover .header-product-item-logo {
  transform: scale(1.1);
}

.header-product-item .header-product-item-logo div {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.header-product-item .header-product-item-logo img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.header-product-item span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  flex: 1;
  text-align: left;
  transition: all 0.3s ease;
}

.header-product-item:hover span {
  font-weight: bold;
  color: rgba(82, 153, 255, 1);
}

/* 购买中心项目悬停时文字变为红色 */
.header-nav-col-buy .header-product-item:hover span {
  color: rgba(255, 123, 118, 1);
}

.header-product-item .header-product-item-dl img {
  height: 20px;
  width: 20px;
  transition: all 0.3s ease;
}

.header-product-item:hover .header-product-item-dl img {
  filter: brightness(10);
}

.header-product-item .header-product-item-buy img {
  height: 20px;
  width: 20px;
  transition: all 0.3s ease;
}

.header-product-item:hover .header-product-item-buy img {
  filter: brightness(10);
}

.header-nav-product-more {
  display: flex;
  height: 48px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(232, 235, 242, 1);
  margin-top: 10px;
}

.header-nav-product-more a {
  cursor: pointer;
  display: flex;
  height: 100%;
  padding: 0 16px;
  text-decoration: none;
  align-items: center;
  transition: all 0.3s ease;
}

.header-nav-product-more a:hover {
  transform: translateY(-2px);
}

.header-nav-product-more a span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

.header-nav-product-more a:hover span {
  color: rgba(82, 153, 255, 1);
}

.header-nav-product-more a img {
  height: 16px;
  width: 16px;
  margin-left: 4px;
  transition: all 0.3s ease;
}

.header-nav-product-more a:hover img {
  transform: translateX(5px);
  filter: invert(48%) sepia(85%) saturate(2476%) hue-rotate(199deg) brightness(100%) contrast(101%);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-nav-col:nth-child(1) {
  animation-delay: 0.05s;
}

.header-nav-col:nth-child(2) {
  animation-delay: 0.1s;
}

.header-nav-col:nth-child(3) {
  animation-delay: 0.15s;
}

.header-nav-col:nth-child(4) {
  animation-delay: 0.2s;
}

.header-nav-col:nth-child(5) {
  animation-delay: 0.25s;
}

.header-nav-col:nth-child(6) {
  animation-delay: 0.3s;
}

.header-nav-col:nth-child(7) {
  animation-delay: 0.35s;
}

.header-nav-col:nth-child(8) {
  animation-delay: 0.4s;
}

.line-spin-fade-loader-white>div {
  background-color: #ffffff !important;
}

#app-toast {
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, 0);
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  z-index: 1400;
}


.loading-root {
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.sk-loading-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sk-circle {
  margin: 20px;
  width: 110px;
  height: 110px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 16%;
  height: 16%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle-theme .sk-child:before {
  background-color: rgba(82, 153, 255, 1) !important;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


#app-right-float {
  position: fixed;
  width: 68px;
  background: #0a303d;
  border-radius: 12px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  right: 16px;
  top: 49%;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

#app-right-float:hover {
  width: 220px;
  border-radius: 12px;
}

.app-right-menu-item {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  justify-content: flex-start;
  position: relative;
  transition: background 0.2s, color 0.2s;
  border-radius: 12px;
}

.app-right-menu-item img {
  width: 36px;
  height: 36px;
  margin: 0 12px 0 16px;
  flex-shrink: 0;
  transition: margin 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#app-right-float:not(:hover) .app-right-menu-item span {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: opacity 0.2s, width 0.2s;
  border-radius: 12px;
}

#app-right-float:hover .app-right-menu-item span {
  opacity: 1;
  width: auto;
  margin-left: 8px;
  transition: opacity 0.2s 0.1s, width 0.2s 0.1s;
  border-radius: 12px;
}

.app-right-code {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0);
  height: fit-content;
  width: 196px;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  margin-left: -12px;
  border-radius: 8px;
  display: none;
}

.app-right-code-wx {
  top: -80px;
}

.app-right-code img {
  height: 180px !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

.app-right-menu-item:hover {
  background: #0d566e;
}

.app-right-menu-item-select {
  background: rgba(74, 138, 230, 1);
}

.app-right-code div {
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  height: 28px;
  padding: 0 3.5px;
  margin-bottom: 8px;
}

.app-contact-num {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8) !important;
  flex: 1;
}

.app-btn-copy {
  width: 52px;
  height: 28px;
  background: rgba(82, 153, 255, 0.1);
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(82, 153, 255, 1) !important;
}

.app-btn-copy:hover {
  background: rgba(82, 153, 255, 0.2);

}

.home-about-we {
  background: rgba(81, 87, 107, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-about-top {
  display: flex;
  height: 292px;
  width: 1440px;
  margin-top: 80px;
}

.home-about-logo {
  width: 105px;
  height: 105px;
  border-radius: 20px;
  background: #fff2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.home-about-col {
  display: flex;
  flex-direction: column;
}

.webpage-footer-title {
  margin: 0;
  font-size: 36px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 8px;
}

.home-about-col h3 {
  margin: 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 4px;
}

.home-about-col a {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none;
}

.home-about-col a:hover {
  text-decoration: underline;
  font-weight: bold;
}


.home-about-col span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
}


.footer-img-code {
  height: 200px;
  width: 200px;
  margin: 12px 0 20px 0;
}

.home-about-col .home-about-row {
  display: flex;
  align-items: center;
}

.home-about-col .home-about-row a {
  margin: 0 8px 0 0 !important;
  height: 32px;
  width: 32px;
}

.home-about-col .home-about-row a img {
  height: 32px;
  width: 32px;
  margin: 0 !important;
}

.home-about-split {
  width: 1440px;
  height: 1px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.1);

}

.home-link-parent {
  display: flex;
  align-items: flex-start;
  width: 1440px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.home-link-parent h4 {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

.home-link-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.home-link-row a {
  margin-left: 40px;
  cursor: pointer;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 20px;
}

.home-link-row a:hover {
  font-weight: 700;
  text-decoration: underline;
}



.home-footer {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  background: #01161d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-split {
  margin: 0 40px;
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);

}

.home-footer a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}


.app-checkbox {
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.app-checkbox div {
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.app-check {
  border: 1px solid rgba(82, 153, 255, 1) !important;
  background-color: rgba(82, 153, 255, 1) !important;
}

.app-checkbox img {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  display: none;
}

.app-check img {
  display: flex;
}

.dialog-root-cover {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1300;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-content-show-anim {
  animation: anim-open .3s ease !important;
}

@keyframes anim-open {
  0% {
    transform: scale(0.3);
  }

  100% {
    transform: scale(1);
  }
}

.dialog-msg-root {
  border-radius: 20px;
  background-color: #fff;
  width: 360px;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.dialog-msg-header {
  width: 100%;
  position: relative;
  height: 56px;
  border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.dialog-msg-title {
  margin: 20px 32px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  width: calc(100% - 64px);
  color: rgba(0, 0, 0, 0.8);
}

.dialog-msg-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 32px;
  cursor: pointer;
}

.dialog-msg-close img {
  width: 20px;
  height: 20px;
}

.dialog-msg {
  margin: 20px 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}

.dialog-btn-row {
  display: flex;
  align-items: center;
  margin: 12px 32px 20px 32px;
  width: calc(100% - 64px);
}

.dialog-btn {
  flex: 1;
  background: rgba(0, 0, 0, 0.05);
  height: 44px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-btn-cancel {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.05);
}

.dialog-btn-cancel:hover {
  background: rgba(0, 0, 0, 0.1);

}

.dialog-btn-sure {
  color: #fff;
  background: rgba(82, 153, 255, 1);
}

.dialog-btn-sure:hover {
  background: rgba(74, 138, 230, 1);
}

.footer-about-wx {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  justify-content: flex-start;
  position: relative;
}

.footer-about-wx:hover {
  text-decoration: underline;
}


.logo-btn {
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  padding: 4px 8px;
  margin-left: 10px;
}

.logo-btn:hover {
  color: black;
  text-decoration: none;
}

.footer-about-wx-code {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, 0);
  height: fit-content;
  width: 196px;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  margin-left: -12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;

}

.footer-about-wx-code div {
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  height: 28px;
  padding: 0 3.5px;
  margin-bottom: 8px;
}

.footer-about-wx-code img {
  height: 180px !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

/* 搜索弹框样式 */
#search-modal-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1400;
  display: flex;
  justify-content: center;
  align-items: center;
}

#search-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-modal-content {
  width: 550px;
  background-color: #fff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: search-fade-in 0.3s ease;
}

@keyframes search-fade-in {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.search-modal-close:hover {
  color: #1e88e5;
  transform: rotate(90deg);
  background-color: rgba(0, 0, 0, 0.05);
}

.search-modal-content h2 {
  margin: 0 0 25px 0;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}

.search-form-row {
  display: flex;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

#search-input {
  flex: 1;
  height: 50px;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

#search-input:focus {
  box-shadow: none;
}

.search-submit-btn {
  width: 110px;
  height: 50px;
  background: linear-gradient(90deg, #1e88e5, #5076FF);
  color: white;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-submit-btn:hover {
  background: linear-gradient(90deg, #1976d2, #3f51b5);
  transform: translateX(3px);
}

.search-quick-links {
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 25px;
}

.search-quick-links h3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 18px 0;
  font-weight: 600;
}

.search-categories {
  display: flex;
  margin-bottom: 25px;
  gap: 12px;
  flex-wrap: wrap;
}

.search-category {
  padding: 8px 18px;
  border-radius: 20px;
  background: #f5f7fa;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.search-category:hover {
  background: #e8f0fe;
  color: #1e88e5;
  transform: translateY(-2px);
}

.search-category.active {
  background: linear-gradient(90deg, #1e88e5, #5076FF);
  color: white;
  box-shadow: 0 3px 8px rgba(30, 136, 229, 0.3);
}

.search-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.search-links a {
  display: inline-block;
  padding: 8px 18px;
  background: #f5f7fa;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.search-links a:hover {
  background: #e8f0fe;
  color: #1e88e5;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.search-form-row:focus-within {
  box-shadow: 0 3px 15px rgba(30, 136, 229, 0.2);
}

/* 搜索弹框动画样式 */
#search-modal-mask {
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}

.search-modal {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.search-modal.show {
  opacity: 1;
  transform: translateY(0);
}

.search-modal.hide {
  opacity: 0;
  transform: translateY(-20px);
}

#search-modal-mask.show {
  opacity: 1;
}

#search-modal-mask.hide {
  opacity: 0;
}

/* 搜索弹框样式优化 */
.search-modal-content {
  width: 600px;
  max-width: 90vw;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  padding: 30px;
  position: relative;
}

.search-modal-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
  font-size: 22px;
}

.search-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  transition: color 0.2s;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.search-modal-close:hover {
  color: #333;
  background-color: #f5f5f5;
}

.search-form-row {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #48C6EF;
  border-radius: 8px;
  overflow: hidden;
}

#search-input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  outline: none;
  font-size: 16px;
}

#search-input:focus {
  box-shadow: 0 0 0 2px rgba(72, 198, 239, 0.2);
}

.search-submit-btn {
  background: linear-gradient(135deg, #48C6EF 0%, #6F86D6 100%);
  color: white;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.search-submit-btn img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  filter: brightness(0) invert(1);
}

.search-submit-btn:hover {
  background: linear-gradient(135deg, #3ab8e0 0%, #5a75cc 100%);
}

.search-categories {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 10px;
}

.search-category {
  padding: 6px 15px;
  border-radius: 20px;
  background-color: #f5f5f5;
  color: #666;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
}

.search-category:hover {
  background-color: #e9e9e9;
}

.search-category.active {
  background: linear-gradient(135deg, #48C6EF 0%, #6F86D6 100%);
  color: white;
}

.search-quick-links h3,
.search-recent h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
  font-weight: 500;
}

.search-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-links a {
  display: inline-block;
  padding: 6px 15px;
  background-color: #f5f5f5;
  color: #666;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
}

.search-links a:hover {
  background-color: #e9e9e9;
  color: #48C6EF;
}

.search-recent {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.search-recent-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.search-recent-item {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background-color: #f5f5f5;
  color: #666;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}

.search-recent-item:hover {
  background-color: #e9e9e9;
}

.search-recent-clear {
  color: #999;
  font-size: 14px;
  cursor: pointer;
  text-align: right;
}

.search-recent-clear:hover {
  color: #48C6EF;
}

/* 搜索按钮样式优化 */
.nav-search-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  background: linear-gradient(135deg, #48C6EF 0%, #6F86D6 100%);
  margin-right: 16px;
  transition: transform 0.2s;
}

.nav-search-btn:hover {
  transform: scale(1.05);
}

.nav-search-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}


/* 用户头像样式 */
.user-avatar {
  display: none;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}

.avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #48C6EF;
  transition: all 0.3s ease;
  object-fit: cover;
}

.avatar-img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(72, 198, 239, 0.5);
}

.avatar-dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 180px;
  padding: 15px;
  display: none;
  z-index: 1000;
}

.avatar-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.avatar-info-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.avatar-info-name {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avatar-divider {
  height: 1px;
  background: #eee;
  margin: 10px 0;
}

.avatar-menu-item {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.avatar-menu-item:hover {
  background: #f5f5f5;
  color: #48C6EF;
}

.avatar-logout {
  cursor: pointer;
}

/* 滚动固定菜单样式 */
.header-nav2 {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.header-nav2-fixed {
  animation: slideDown 0.3s ease-out forwards;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
  background-color: rgba(255, 255, 255, 0.98) !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

.product-list-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 每行5个 */
  gap: 12px 32px;
  max-width: 700px;
}

.product-list-grid a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.product-list-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 80px;
  max-width: 700px;
}

.product-list-flex a {
  display: block;
  min-width: 120px;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: #fff;
  opacity: 0.9;
}

.home-about-we {
  background: #0a303d;
}



/* 标签列表 */
.help-tag-row-list {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px; /* 行间距10px，列间距12px */
  margin-top: 6px;
  margin-bottom: 2px;
}

.help-tag-row-list a {
  display: inline-block;
  padding: 3px 16px;
  background: linear-gradient(90deg, #eaf6fd 0%, #f8fafd 100%);
  color: #48C6EF;
  border-radius: 18px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid #e0f3fa;
  transition: 
      background 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(72,198,239,0.08);
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
}

.help-tag-row-list a:hover {
  background: linear-gradient(90deg, #48C6EF 0%, #6f86d6 100%);
  color: #fff;
  border-color: #48C6EF;
  box-shadow: 0 4px 16px rgba(72,198,239,0.18);
  text-shadow: 0 1px 4px rgba(72,198,239,0.10);
}

.help-tag-row-list a:active {
  background: linear-gradient(90deg, #6f86d6 0%, #48C6EF 100%);
  color: #fff;
  border-color: #6f86d6;
}