:root {
  --theme: #2b01f8;
  --duration: 0.45s;
  --header-height: max(0.92rem, 65px);
  /* --- font40以下 */
  --font12: clamp(12px, 0.12rem, 12px);
  --font14: clamp(12px, 0.14rem, 14px);
  --font15: clamp(12px, 0.15rem, 15px);
  --font16: 16px;
  --font17: clamp(13px, 0.17rem, 17px);
  --font18: clamp(14px, 0.18rem, 18px);
  --font19: clamp(15px, 0.19rem, 19px);
  --font20: clamp(15px, 0.2rem, 20px);
  --font22: clamp(16px, 0.22rem, 22px);
  --font24: clamp(17px, 0.24rem, 24px);
  --font26: clamp(18px, 0.26rem, 26px);
  --font28: clamp(18px, 0.28rem, 28px);
  --font30: clamp(20px, 0.3rem, 30px);
  --font32: clamp(20px, 0.32rem, 32px);
  --font34: clamp(22px, 0.34rem, 34px);
  --font36: clamp(22px, 0.36rem, 36px);
  --font38: clamp(24px, 0.38rem, 38px);
  /* --- font40 */
  --font40: clamp(23px, 0.4rem, 40px);
  --font42: clamp(24px, 0.42rem, 42px);
  --font44: clamp(24px, 0.44rem, 44px);
  --font46: clamp(25px, 0.46rem, 46px);
  --font48: clamp(26px, 0.48rem, 48px);
  /* --- font50 */
  --font50: clamp(28px, 0.5rem, 50px);
  --font51: clamp(28px, 0.51rem, 51px);
  --font52: clamp(28px, 0.52rem, 52px);
  --font54: clamp(28px, 0.54rem, 54px);
  --font55: clamp(28px, 0.55rem, 55px);
  --font56: clamp(28px, 0.56rem, 56px);
  --font58: clamp(29px, 0.58rem, 58px);
  /* --- font60 */
  --font60: clamp(30px, 0.6rem, 60px);
  --font62: clamp(31px, 0.62rem, 62px);
  --font64: clamp(31px, 0.66rem, 64px);
  --font66: clamp(31px, 0.66rem, 66px);
  --font68: clamp(31px, 0.68rem, 68px);
  /* --- font70以及以上 */
  --font70: clamp(32px, 0.7rem, 70px);
  --font72: clamp(32px, 0.72rem, 72px);
  --font80: clamp(32px, 0.8rem, 80px);
  --font88: clamp(32px, 0.88rem, 88px);
  --font100: 1rem;
  --font120: 1.2rem;
  --font160: 1.6rem;
  --font230: 2.3rem;
  --space-min: 30px;
  --space: 45px;
  --phone-title: max(0.26rem, 20px);
  --btn-w: 130px;
  --btn-h: 45px;
}
@media (max-width: 768px) {
  :root {
    --font16: 14px;
  }
}
html {
  font-size: calc(100vw / 19.2);
}
@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw / 15.36);
  }
}
.wrap {
  width: 82%;
  margin: 0 auto;
  max-width: 1126px;
}
.wrap-max {
  width: 86%;
  margin: 0 auto;
  max-width: 1280px;
}
.wrap-min {
  width: 80%;
  margin: 0 auto;
  max-width: 1186px;
}
@media (max-width: 768px) {
  .wrap,
  .wrap-min {
    width: 90%;
  }
  .wrap-max {
    width: 92%;
  }
}
@font-face {
  font-family: Source Han Sans CN;
  src: url("../fonts/SourceHanSansCN-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: SourceHanSansCN-Light;
  src: url("../fonts/SourceHanSansCN-Light.otf");
  font-display: swap;
}
@font-face {
  font-family: SourceHanSansCN-Bold;
  src: url("../fonts/SourceHanSansCN-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: SourceHanSansCN-Normal;
  src: url("../fonts/SourceHanSansCN-Normal_0.otf");
  font-display: swap;
}
@font-face {
  font-family: SourceHanSansCN-Regular;
  src: url("../fonts/SourceHanSansCN-Regular.otf");
  font-display: swap;
}
body {
  font-size: 14px;
  font-family: Source Han Sans CN, sans-serif;
  line-height: normal;
  overflow-x: hidden;
}
input,
select,
textarea {
  font-family: Source Han Sans CN, sans-serif;
}
body.lock {
  overflow: hidden;
}
body.mask::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}
header {
  position: fixed;
  left: 0;
  top: 0;
  height: var(--header-height);
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.6s ease;
}
header .header-wrap {
  display: flex;
  align-items: center;
  height: inherit;
}
header .header-wrap .logo {
  user-select: none;
  cursor: pointer;
  flex-shrink: 0;
}
header .header-wrap .logo img {
  width: max(1.17rem, 90px);
  object-fit: contain;
  transition: var(--duration);
  filter: brightness(0) invert(1);
}
header .header-wrap .nav {
  height: inherit;
  margin-left: 1.41rem;
  display: flex;
  align-items: center;
}
header .header-wrap .nav .nav-item {
  height: inherit;
  margin-right: max(0.13rem, 10px);
}
header .header-wrap .nav .nav-item:not(.active):hover .nav-top a {
  color: var(--theme) !important;
}
header .header-wrap .nav .nav-item.active {
  background-color: #3935f4;
}
header .header-wrap .nav .nav-item.active .nav-top a {
  color: #fff !important;
}
header .header-wrap .nav .nav-item .nav-top {
  height: inherit;
}
header .header-wrap .nav .nav-item .nav-top a {
  padding-left: max(10px, 0.25rem);
  padding-right: max(10px, 0.25rem);
  height: inherit;
  font-weight: 500;
  font-size: var(--font18);
  color: #ffffff;
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
header .header-wrap .nav .nav-item .nav-top a[href="javascript:;"] {
  cursor: default;
}
header .header-wrap .nav .nav-item .nav-bottom {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: max(0.87rem, 35px);
  padding-bottom: max(0.96rem, 35px);
  display: none;
}
header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap {
  max-width: 1300px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media (max-width: 768px) {
  header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap {
    width: 92%;
  }
}
header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap .item {
  overflow: hidden;
  transition: 0.6s ease;
}
header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap .item:hover {
  transform: translateY(-10px);
}
header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap .item:hover .text .cate,
header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap .item:hover .text .name {
  color: var(--theme);
}
header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap .item .pic {
  height: max(100px, 1.6rem);
  overflow: hidden;
}
header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap .item .pic img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.6s linear;
}
header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap .item .text {
  margin-top: 9px;
}
header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap .item .text .cate {
  font-weight: bold;
  font-size: var(--font34);
  color: #222222;
  text-align: center;
  overflow-wrap: break-word;
  line-height: 1;
  transition: var(--duration);
}
header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap .item .text .name {
  font-weight: bold;
  font-size: var(--font12);
  color: #222222;
  text-align: center;
  overflow-wrap: break-word;
  line-height: 1;
  margin-top: 7px;
  transition: var(--duration);
}
header .header-wrap .nav .nav-item .nav-bottom .bottom-wrap .item .text .mask img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header .header-wrap .other {
  margin-left: auto;
}
header .header-wrap .other .user {
  user-select: none;
  cursor: pointer;
}
header .header-wrap .other .user .avatar {
  filter: brightness(0) invert(1);
  transition: var(--duration);
  width: max(0.33rem, 26px);
}
header .header-wrap .other .phone-btn {
  display: none;
}
header .header-wrap .phone-nav {
  display: none;
}
header.hover,
header.active {
  background-color: #ffffff !important;
}
header.hover .header-wrap .logo img,
header.active .header-wrap .logo img {
  filter: none;
}
header.hover .header-wrap .nav .nav-item .nav-top a,
header.active .header-wrap .nav .nav-item .nav-top a {
  color: #333333;
}
header.hover .header-wrap .nav .nav-item .nav-top.active a,
header.active .header-wrap .nav .nav-item .nav-top.active a {
  background: #eeeeee;
  border-radius: 5px;
}
header.hover .header-wrap .other .user .avatar,
header.active .header-wrap .other .user .avatar {
  filter: none;
}
header.hover {
  box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.7);
}
header.white {
  background-color: rgba(255, 255, 255, 0.6);
}
header.white .header-wrap .logo img {
  filter: none;
}
header.white .header-wrap .nav .nav-item .nav-top a {
  color: #333333;
}
header.white .header-wrap .nav .nav-item .nav-top.active a {
  background: #eeeeee;
  border-radius: 5px;
}
header.white .header-wrap .other .user .avatar {
  filter: none;
}
header.black {
  background-color: rgba(0, 0, 0, 0.2);
}
.page-aside {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  --w: 66px;
}
.page-aside .aside-item {
  width: var(--w);
  height: var(--w);
  background: #2b01f8;
  border-radius: 10px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.46), -1px 0px 0px 1px rgba(0, 0, 0, 0.15) inset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  user-select: none;
  cursor: pointer;
}
.page-aside .aside-item .icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-aside .aside-item .text {
  line-height: 1;
  margin-top: 6px;
  font-size: var(--font12);
  font-weight: 500;
  color: #ffffff;
  /* 2025-9-8 修改 */
  white-space: nowrap;
}
footer {
  padding-top: max(0.62rem, 30px);
  padding-bottom: max(0.47rem, 30px);
  margin-bottom: max(0.37rem, 10px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
footer .footer-wrap {
  display: flex;
  align-items: flex-start;
}
footer .footer-wrap .foot-logo {
  width: max(1.78rem, 130px);
  margin-right: max(0.38rem, 20px);
}
footer .footer-wrap .foot-logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .footer-wrap .foot-info {
  display: flex;
  align-items: flex-start;
  overflow-wrap: break-word;
}
footer .footer-wrap .foot-info .info-left {
  max-width: 183px;
  overflow-wrap: break-word;
}
footer .footer-wrap .foot-info .info-left .left-item:not(:last-child) {
  margin-bottom: max(0.13rem, 10px);
}
footer .footer-wrap .foot-info .info-left .left-item .text-zh {
  font-weight: 400;
  font-size: 12px;
  color: #555555;
}
footer .footer-wrap .foot-info .info-left .left-item .text-en {
  font-weight: 400;
  font-size: 8px;
  color: #999999;
  margin-top: 4px;
}
footer .footer-wrap .foot-info .info-right {
  /* margin-left: 1.16rem; */
  margin-left: 0.6rem;
}
footer .footer-wrap .foot-info .info-right .item {
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
}
footer .footer-wrap .foot-info .info-right .item:not(:last-child) {
  margin-bottom: 7px;
}
footer .footer-wrap .foot-icons {
  display: flex;
  align-items: center;
  margin-left: auto;
}
footer .footer-wrap .foot-icons .item {
  width: max(0.54rem, 30px);
  height: max(0.54rem, 30px);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
footer .footer-wrap .foot-icons .item:not(:last-child) {
  margin-right: 6px;
}
footer .footer-wrap .foot-icons .item .pic {
  width: 100%;
  height: 100%;
  position: relative;
}
footer .footer-wrap .foot-icons .item .pic img {
  display: block;
  max-width: 70%;
  height: auto;
  transition: var(--duration);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  cursor: pointer;
}
footer .footer-wrap .foot-icons .item .pic .hover {
  opacity: 0;
}
footer .footer-wrap .foot-icons .item .qrcode {
  position: absolute;
  bottom: calc(100% + 11px);
  left: 0;
  transform: scale(0, 1);
  /* width: max(0.96rem, 80px); */
  /* height: max(0.96rem, 80px); */
  width: max(1.5rem, 130px);
  height: max(1.5rem, 130px);
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
  padding: 2px;
  transition: var(--duration);
}
footer .footer-wrap .foot-icons .item .qrcode img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}
footer .footer-wrap .foot-icons .item:hover .pic .hover {
  opacity: 1;
}
footer .footer-wrap .foot-icons .item:hover .pic .default {
  opacity: 0;
}
footer .footer-wrap .foot-icons .item:hover .qrcode {
  transform: scale(1, 1);
}
/* 共用表单 */
.a-common-form {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  backdrop-filter: blur(5px);
  display: none;
}
.a-common-form .form-content {
  filter: none;
  background-color: #fff;
  max-width: 484px;
  width: 60%;
  height: 100%;
  overflow-y: auto;
}
.a-common-form .form-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #ccc;
}
.a-common-form .form-content::-webkit-scrollbar-thumb {
  background-color: var(--theme);
}
.a-common-form .form-content .close {
  user-select: none;
  cursor: pointer;
  margin-top: 24px;
  margin-right: 24px;
  margin-left: auto;
  width: fit-content;
  width: 22px;
  height: 22px;
  position: relative;
}
.a-common-form .form-content .close .hover {
  opacity: 0;
}
.a-common-form .form-content .close .default {
  opacity: 1;
}
.a-common-form .form-content .close img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--duration);
}
.a-common-form .form-content .close:hover .default {
  opacity: 0;
}
.a-common-form .form-content .close:hover .hover {
  opacity: 1;
}
.a-common-form .form-content .form {
  margin-top: max(1.57rem, 30px);
  padding-left: max(20px, 0.48rem);
  padding-right: max(20px, 0.66rem);
}
.a-common-form .form-content .form .form-title {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font36);
  color: #333333;
  margin-bottom: max(30px, 0.6rem);
}
.a-common-form .form-content .form .input-item {
  display: flex;
  align-items: center;
  padding-bottom: max(0.15rem, 10px);
  border-bottom: 1px solid #999;
  transition: var(--duration);
}
.a-common-form .form-content .form .input-item:focus-within {
  border-color: var(--theme);
}
.a-common-form .form-content .form .input-item:not(:last-child) {
  margin-bottom: 26px;
}
.a-common-form .form-content .form .input-item .placeholder {
  font-size: var(--font16);
  color: #333333;
  transition: var(--duration);
  white-space: nowrap;
}
.a-common-form .form-content .form .input-item input {
  font-size: var(--font16);
  color: #333;
  border: none;
  margin-left: max(0.39rem, 15px);
  transition: var(--duration);
  padding-right: max(0.2rem, 15px);
  flex: 1;
  min-width: 0;
}
.a-common-form .form-content .form .input-item input::placeholder {
  color: #bbbbbb;
}
.a-common-form .form-content .form .submit-btn {
  margin-top: max(0.49rem, 20px);
  width: 100%;
  height: max(0.53rem, 40px);
  background: #000000;
  border-radius: 7px;
  display: block;
  outline: none;
  border: none;
  user-select: none;
  cursor: pointer;
  font-size: var(--font18);
  color: #ffffff;
  transition: var(--duration);
}
.a-common-form .form-content .form .submit-btn:hover {
  background-color: var(--theme);
}
.common-video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 76;
  display: none;
  backdrop-filter: blur(10px);
}
.common-video .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.common-video .video-panel .close {
  margin-left: auto;
  width: fit-content;
  user-select: none;
  cursor: pointer;
  margin-bottom: 20px;
}
.common-video .video-panel .close img {
  filter: brightness(0) invert(1);
  transition: var(--duration);
}
.common-video .video-panel .close:hover img {
  filter: none;
}
.common-video .video-panel video {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 76vh;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1450px) {
  .page-aside {
    --w: 50px;
  }
  .page-aside .aside-item .icon img {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-aside .aside-item .text {
    transform: scale(0.8);
  }
}
@media (max-width: 1400px) {
  footer .footer-wrap .foot-icons .item .pic img {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  header .header-wrap .other {
    display: flex;
    align-items: center;
  }
  header .header-wrap .other .phone-btn {
    display: block;
    margin-left: 15px;
    user-select: none;
    cursor: pointer;
  }
  header .header-wrap .other .phone-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    transition: all 0.6s ease;
  }
  header .header-wrap .other .phone-btn span:last-child {
    margin-bottom: 0;
  }
  header .header-wrap .other .phone-btn.active span {
    background-color: var(--theme);
  }
  header .header-wrap .other .phone-btn.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  header .header-wrap .other .phone-btn.active span:nth-child(2) {
    display: none;
  }
  header .header-wrap .other .phone-btn.active span:nth-child(3) {
    transform: rotate(45deg);
  }
  header.active .header-wrap .other .phone-btn span,
  header.hover .header-wrap .other .phone-btn span {
    background-color: #666;
  }
  header .header-wrap .nav {
    display: none;
  }
  /* 手机导航 */
  header .header-wrap .phone-nav {
    position: absolute;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    background-color: #fff;
    overflow-y: auto;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 30px;
    padding-bottom: 30px;
    --color: #333;
    display: none;
    /* 设置产品二级 */
  }
  header .header-wrap .phone-nav::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #ccc;
  }
  header .header-wrap .phone-nav::-webkit-scrollbar-thumb {
    background-color: var(--theme);
  }
  header .header-wrap .phone-nav .nav-item {
    margin-bottom: 15px;
  }
  header .header-wrap .phone-nav .nav-item .nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-wrap .phone-nav .nav-item .nav-top.active a {
    color: var(--theme);
  }
  header .header-wrap .phone-nav .nav-item .nav-top.active .icon {
    transform: rotate(45deg);
  }
  header .header-wrap .phone-nav .nav-item .nav-top.active .icon::before,
  header .header-wrap .phone-nav .nav-item .nav-top.active .icon::after {
    background-color: var(--theme);
  }
  header .header-wrap .phone-nav .nav-item .nav-top a {
    color: var(--color);
    transition: var(--duration);
    font-size: var(--font26);
  }
  header .header-wrap .phone-nav .nav-item .nav-top a:hover {
    color: var(--theme);
  }
  header .header-wrap .phone-nav .nav-item .nav-top .icon {
    --w: 20px;
    width: var(--w);
    height: var(--w);
    user-select: none;
    cursor: pointer;
    position: relative;
    transition: var(--duration);
  }
  header .header-wrap .phone-nav .nav-item .nav-top .icon::before,
  header .header-wrap .phone-nav .nav-item .nav-top .icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color);
    transition: var(--duration);
  }
  header .header-wrap .phone-nav .nav-item .nav-top .icon::before {
    width: var(--w);
    height: 2px;
  }
  header .header-wrap .phone-nav .nav-item .nav-top .icon::after {
    width: 2px;
    height: var(--w);
  }
  header .header-wrap .phone-nav .pro-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
  }
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    flex-wrap: wrap;
  }
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap .item {
    overflow: hidden;
  }
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap .item .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap .item .pic::after {
    content: "";
    display: block;
    padding-bottom: 50%;
  }
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: var(--duration);
    object-fit: contain;
  }
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap .item .text .cate {
    color: var(--color);
    font-size: 16px;
    text-align: center;
    overflow-wrap: break-word;
    transition: var(--duration);
  }
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap .item .text .name {
    color: var(--color);
    font-size: 14px;
    text-align: center;
    transition: var(--duration);
  }
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap .item .text .mask img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap .item:hover .pic img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap .item:hover .text .cate,
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap .item:hover .text .name {
    color: var(--theme);
  }
}
@media (max-width: 768px) {
  header .header-wrap .phone-nav {
    padding-left: 4%;
    padding-right: 4%;
  }
  .page-aside {
    top: 65%;
  }
  footer .footer-wrap {
    flex-wrap: wrap;
  }
  footer .footer-wrap .foot-icons {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  footer .footer-wrap .foot-info {
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  header .header-wrap .logo img {
    width: 65px;
  }
  header .header-wrap .other .user .avatar {
    width: 26px;
  }
  .page-aside {
    --w: 50px;
    top: 85%;
    right: 10px;
  }
  .page-aside .aside-item .text {
    transform: scale(0.7);
  }
  footer .footer-wrap .foot-info {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .footer-wrap .foot-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  footer .footer-wrap .foot-info .info-left {
    max-width: none;
  }
  footer .footer-wrap .foot-info .info-right {
    margin-left: 0;
    margin-top: 15px;
  }
  .a-common-form .form-content {
    width: 100%;
  }
  .a-common-form .form-content .form .form-title {
    font-size: 20px;
  }
  .a-common-form .form-content .close {
    width: 20px;
    height: 20px;
  }
  header .header-wrap .phone-nav .nav-item .nav-top a {
    font-size: 16px;
  }
  header .header-wrap .phone-nav .pro-bottom .bottom-wrap .item .text .cate {
    font-size: 14px;
  }
}

/* 2025-9-5 */
@media (max-width: 768px) {
  .phone-hide {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
