/* ========== HTML根元素样式设置 ========== */
/* 设置根字体大小为视口宽度的1/19.2，用于rem单位适配；禁用文本大小调整；启用平滑滚动；设置滚动条样式 */
html {
  font-size: calc(100vw/19.2);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  /* scrollbar-width: thin; */
  scrollbar-gutter: stable;
  /* scroll-behavior: smooth; */
}

[id] {
  scroll-margin-top: 1rem;
}

/* 当html有act类时，禁止页面滚动（常用于弹窗打开时） */
html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

/* ========== 通用重置样式 ========== */
/* 所有元素及其伪元素统一使用border-box盒模型 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 重置所有元素的margin、padding和outline */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

/* 焦点样式（已注释）：仅在键盘导航时显示焦点轮廓 */
/* *:focus:not(:focus-visible) { outline: none }
*:focus-visible { outline: 2px solid var(--color-primary) } */

/* ========== CSS变量定义 ========== */
/* 定义全局CSS变量：主题色、文本色、边框色、图片滤镜、缓动函数等 */
:root {
  --vicolor: #00A0C0;
  --text-color: #FFF;
  --headHeight: .9rem;
  --fw700: "hmb";
  --fw600: "hmb";
  --fw500: "hmm";
  --fw400: "hmr";
  --fw300: "hml";
}

/* ========== 禁止文字选中工具类 ========== */
/* 禁止用户选中文本的工具类 */
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ========== 自定义字体定义 ========== */
/* 定义Montserrat字体族 */
/* @font-face {
  font-family: 'mst';
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
} */


/* 思源字体 */
/* @font-face {
  font-family: 'sy';
  src: url("../fonts/SourceHanSansCN-VF-2.otf") format("opentype");
  font-weight: 100 900; */
/* font-display: swap;
  font-style: normal;
} */

/* 鸿蒙字体 */
@font-face {
  font-family: 'hml';
  src: url("/fonts/HarmonyOS_Sans_SC_Light.woff") format("woff");
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: 'hmr';
  src: url("/fonts/HarmonyOS_Sans_SC_Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'hmm';
  src: url("/fonts/HarmonyOS_Sans_SC_Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'hmb';
  src: url("/fonts/HarmonyOS_Sans_SC_Bold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: 'hmb';
  src: url("/fonts/HarmonyOS_Sans_SC_Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}

/* ========== 字体工具类 ========== */
/* 不同字重的工具类：syb(700粗体)、syn(500中等)、syr(400常规)、syl(300细体) */
.fw700 {
  font-family: 'hmb';
  font-weight: 700;
}
.fw600 {
  font-family: 'hmb';
  font-weight: 600;
}
.fw500 {
  font-family: 'hmm';
  font-weight: 500;
}
.fw400 {
  font-family: 'hmr';
  font-weight: 400;
}
.fw300 {
  font-family: 'hml';
  font-weight: 300;
}
.fw100 {
  font-family: 'hml';
  font-weight: 100;
}
/* ========== Body基础样式 ========== */
/* 设置body的基础样式：字体、颜色、背景、布局等 */
body {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  padding: 0;
  width: 100%;
  color: var(--text-color);
  font-family: hm, -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Hiragino Sans GB, Helvetica Neue, Arial, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}

/* ========== 列表和链接样式重置 ========== */
/* 重置列表样式：去除默认的列表样式、内外边距 */
ul,
ul li,
ol li,
tr td,
dl,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* 链接样式：去除下划线，添加颜色过渡效果，禁用点击高亮 */
a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  color: var(--text-color);
  -webkit-transition: color .4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color .4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color .4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========== 表单元素样式 ========== */
/* 文本域和选择框的基础样式 */
textarea,
select {
  outline: none;
  color: #666;
  font-size: .14rem;
  width: 100%;
}

/* 文本域：禁止调整大小，去除边框和内边距 */
textarea {
  resize: none;
  padding: 0;
  border: 0;
  font-family: 'hm';
}

/* ========== 图片样式 ========== */
/* 图片基础样式：去除边框，最大宽度100%，块级显示，宽度100% */
img {
  border: none;
  max-width: 100%;
  display: block;
}

/* 空src的图片隐藏 */
img[src=""] {
  opacity: 0;
}

img.pic-contain,
video.pic-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

img.pic-cover,
video.pic-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 斜体标签重置为正常样式 */
i {
  font-style: normal;
}
/* ========== 输入框占位符样式 ========== */
/* 统一设置占位符文字颜色为#999 */
.place::-webkit-input-placeholder {
  color: #999;
}

.place:-moz-placeholder {
  color: #999;
}

.place::-moz-placeholder {
  color: #999;
}

.place:-ms-input-placeholder {
  color: #999;
}

/* ========== Swiper轮播组件样式 ========== */
/* Swiper按钮禁用状态：显示禁止光标 */
.swiper-button-disabled {
  cursor: not-allowed;
}

/* Swiper按钮锁定状态：隐藏并禁用交互 */
.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}

/* ========== 文本对齐和转换工具类 ========== */
/* 文本对齐方式 */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

/* 文本换行和大小写转换 */
.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

/* ========== 图片悬停切换效果 ========== */
/* 双图片容器：第二张图片绝对定位覆盖在第一张上，默认隐藏 */
.imgTwo {
  position: relative;
}

.imgTwo img {
  transition: all 0.2s ease;
}

.imgTwo img:nth-child(2) {
  position: absolute;
  inset: 0px;
  margin: auto;
  opacity: 0;
}





/* 悬停时切换图片：隐藏第一张，显示第二张 */
.imgTwo:hover img:nth-child(1) {
  opacity: 0;
}

.imgTwo:hover img:nth-child(2) {
  opacity: 1;
}

.imgHover:hover .imgTwo img:nth-child(1) {
  opacity: 0;
}

.imgHover:hover .imgTwo img:nth-child(2) {
  opacity: 1;
}

.imgHover.active .imgTwo img:nth-child(1) {
  opacity: 0;
}

.imgHover.active .imgTwo img:nth-child(2) {
  opacity: 1;
}
/* ========== Input输入框样式重置 ========== */
/* 去除input默认边框、内边距和轮廓 */
input {
  padding: 0;
  border: 0;
  font-family: 'hm';
  outline: none;
}

/* 提交按钮：透明背景，指针光标 */
input[type="submit"] {
  background-color: transparent;
  cursor: pointer;
}

/* 按钮类input：去除浏览器默认外观 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button {
  background-color: transparent;
  cursor: pointer;
  border: none;
}

/* 选择框：去除浏览器默认外观和IE下拉箭头 */
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}
/* ========== 标题和字体大小工具类 ========== */
/* 字体大小工具类：从12px到80px，每2px递增 */
.f_12 {
  font-size: .12rem;
}

.f_14 {
  font-size: .14rem;
}

.f_16 {
  font-size: .16rem;
}

.f_18 {
  font-size: .18rem;
}

.f_20 {
  font-size: .20rem;
}

.f_22 {
  font-size: .22rem;
}

.f_24 {
  font-size: .24rem;
}

.f_26 {
  font-size: .26rem;
}

.f_28 {
  font-size: .28rem;
}

.f_30 {
  font-size: .30rem;
}

.f_32 {
  font-size: .32rem;
}

.f_34 {
  font-size: .34rem;
}

.f_36 {
  font-size: .36rem;
}

.f_38 {
  font-size: .38rem;
}

.f_40 {
  font-size: .40rem;
}

.f_42 {
  font-size: .42rem;
}

.f_44 {
  font-size: .44rem;
}

.f_46 {
  font-size: .46rem;
}

.f_48 {
  font-size: .48rem;
}

.f_50 {
  font-size: .50rem;
}

.f_52 {
  font-size: .52rem;
}

.f_54 {
  font-size: .54rem;
}

.f_56 {
  font-size: .56rem;
}

.f_58 {
  font-size: .58rem;
}

.f_60 {
  font-size: .60rem;
}

.f_62 {
  font-size: .62rem;
}

.f_64 {
  font-size: .64rem;
}

.f_66 {
  font-size: .66rem;
}

.f_68 {
  font-size: .68rem;
}

.f_70 {
  font-size: .70rem;
}

.f_72 {
  font-size: .72rem;
}

.f_74 {
  font-size: .74rem;
}

.f_76 {
  font-size: .76rem;
}

.f_78 {
  font-size: .78rem;
}

.f_80 {
  font-size: .80rem;
}

/* 分享 */
.social-share .icon-wechat {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent !important;
  border-color: transparent !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.social-share .icon-wechat:before {
  color: transparent;
}

.social-share .icon-weibo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent !important;
  border-color: transparent !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.social-share .icon-weibo:before {
  color: transparent;
}

/* ========== 响应式媒体查询 ========== */
/* 超大屏幕（≥1921px）：使用rem单位，字体大小按比例缩放 */
@media screen and (min-width:1921px) {
  body {
    font-size: 0.14rem;
  }

  .f_12 {
    font-size: 0.12rem;
  }

  .f_14 {
    font-size: 0.14rem;
  }

  .f_16 {
    font-size: 0.16rem;
  }

  .f_18 {
    font-size: 0.18rem;
  }

  .f_20 {
    font-size: 0.2rem;
  }

  .f_22 {
    font-size: 0.22rem;
  }

  .f_24 {
    font-size: 0.24rem;
  }

  .f_26 {
    font-size: 0.26rem;
  }

  .f_28 {
    font-size: 0.28rem;
  }

  .f_30 {
    font-size: 0.3rem;
  }

  .f_32 {
    font-size: 0.32rem;
  }

  .f_34 {
    font-size: 0.34rem;
  }

  .f_36 {
    font-size: 0.36rem;
  }

  .f_38 {
    font-size: 0.38rem;
  }

  .f_40 {
    font-size: 0.40rem;
  }

  .f_42 {
    font-size: 0.42rem;
  }

  .f_44 {
    font-size: 0.44rem;
  }

  .f_46 {
    font-size: 0.46rem;
  }

  .f_48 {
    font-size: 0.48rem;
  }

  .f_50 {
    font-size: 0.50rem;
  }

  .f_52 {
    font-size: 0.52rem;
  }

  .f_54 {
    font-size: 0.54rem;
  }

  .f_56 {
    font-size: 0.56rem;
  }

  .f_58 {
    font-size: 0.58rem;
  }

  .f_60 {
    font-size: 0.60rem;
  }

  .f_62 {
    font-size: 0.62rem;
  }

  .f_64 {
    font-size: 0.64rem;
  }

  .f_66 {
    font-size: 0.66rem;
  }

  .f_68 {
    font-size: 0.68rem;
  }

  .f_70 {
    font-size: 0.70rem;
  }

  .f_72 {
    font-size: 0.72rem;
  }

  .f_74 {
    font-size: 0.74rem;
  }

  .f_76 {
    font-size: 0.76rem;
  }

  .f_78 {
    font-size: 0.78rem;
  }

  .f_80 {
    font-size: 0.80rem;
  }

  .f_90 {
    font-size: 0.90rem;
  }

  .f_100 {
    font-size: 1rem;
  }
}

/* 大屏幕（≤1680px）：字体大小适当缩小 */
/* @media screen and (max-width:1680px) {
  .f_14 {
    font-size: 13px;
  }

  .f_16 {
    font-size: 14px;
  }

  .f_18 {
    font-size: 16px;
  }

  .f_20 {
    font-size: 18px;
  }

  .f_22 {
    font-size: 20px;
  }

  .f_24 {
    font-size: 22px;
  }

  .f_26 {
    font-size: 24px;
  }

  .f_28 {
    font-size: 26px;
  }

  .f_30 {
    font-size: 28px;
  }

  .f_32 {
    font-size: 30px;
  }

  .f_34 {
    font-size: 32px;
  }

  .f_36 {
    font-size: 34px;
  }

  .f_38 {
    font-size: 36px;
  }

  .f_40 {
    font-size: 38px;
  }

  .f_42,
  .f_44 {
    font-size: 40px;
  }

  .f_46 {
    font-size: 42px;
  }

  .f_48 {
    font-size: 44px;
  }

  .f_50 {
    font-size: 46px;
  }

  .f_52 {
    font-size: 48px;
  }

  .f_54 {
    font-size: 48px;
  }

  .f_56 {
    font-size: 48px;
  }

  .f_58,
  .f_60,
  .f_62,
  .f_64,
  .f_66,
  .f_68,
  .f_70,
  .f_72,
  .f_74,
  .f_76,
  .f_78,
  .f_80 {
    font-size: 52px;
  }
} */

/* 中等大屏幕（≤1560px）：进一步缩小大号字体 */
/* @media (max-width: 1560px) {
  .f_14 {
    font-size: 13px;
  }

  .f_58,
  .f_60,
  .f_62,
  .f_64,
  .f_66,
  .f_68,
  .f_70,
  .f_72,
  .f_74,
  .f_76,
  .f_78,
  .f_80 {
    font-size: 48px;
  }
} */

/* 标准桌面屏幕（≤1440px）：字体大小继续缩小 */
/* @media screen and (max-width:1440px) {
  .f_16 {
    font-size: 14px;
  }

  .f_18 {
    font-size: 15px;
  }

  .f_20 {
    font-size: 17px;
  }

  .f_22 {
    font-size: 18px;
  }

  .f_24 {
    font-size: 20px;
  }

  .f_26 {
    font-size: 22px;
  }

  .f_28 {
    font-size: 22px;
  }

  .f_30 {
    font-size: 24px;
  }

  .f_32 {
    font-size: 24px;
  }

  .f_34 {
    font-size: 26px;
  }

  .f_36 {
    font-size: 28px;
  }

  .f_38,
  .f_40 {
    font-size: 30px;
  }

  .f_42,
  .f_44 {
    font-size: 32px;
  }

  .f_46 {
    font-size: 34px;
  }

  .f_48 {
    font-size: 36px;
  }

  .f_50 {
    font-size: 36px;
  }

  .f_52 {
    font-size: 38px;
  }

  .f_54 {
    font-size: 38px;
  }

  .f_56 {
    font-size: 40px;
  }

  .f_58 {
    font-size: 42px;
  }

  .f_60,
  .f_62,
  .f_64,
  .f_66,
  .f_68,
  .f_70,
  .f_72,
  .f_74,
  .f_76,
  .f_78,
  .f_80 {
    font-size: 44px;
  }
} */

/* 小桌面屏幕（≤1280px）：字体大小进一步缩小 */
/* @media screen and (max-width:1280px) {
  .f_14 {
    font-size: 12px;
  }

  .f_16 {
    font-size: 13px;
  }

  .f_18 {
    font-size: 14px;
  }

  .f_20 {
    font-size: 15px;
  }

  .f_22 {
    font-size: 16px;
  }

  .f_24 {
    font-size: 16px;
  }

  .f_26 {
    font-size: 20px;
  }

  .f_28 {
    font-size: 20px;
  }

  .f_30 {
    font-size: 20px;
  }

  .f_32 {
    font-size: 22px;
  }

  .f_34 {
    font-size: 23px;
  }

  .f_36 {
    font-size: 25px;
  }

  .f_38 {
    font-size: 26px;
  }

  .f_40 {
    font-size: 30px;
  }

  .f_42,
  .f_44 {
    font-size: 32px;
  }

  .f_46 {
    font-size: 30px;
  }

  .f_48,
  .f_50 {
    font-size: 34px;
  }

  .f_52 {
    font-size: 36px;
  }

  .f_54,
  .f_56,
  .f_58,
  .f_60,
  .f_62,
  .f_64,
  .f_66,
  .f_68,
  .f_70,
  .f_72,
  .f_74,
  .f_76,
  .f_78,
  .f_80 {
    font-size: 40px;
  }
} */

/* 平板和移动端（≤1024px）：根字体大小改为60px，字体大小大幅缩小，隐藏PC端元素，显示移动端元素 */
/* @media screen and (max-width:1024px) {
  html {
    font-size: 60px;
  }

  .f_14,
  .f_16 {
    font-size: 12px;
  }

  .f_18,
  .f_20 {
    font-size: 14px;
  }

  .f_22,
  .f_24,
  .f_26,
  .f_28 {
    font-size: 16px;
  }

  .f_30,
  .f_32,
  .f_34 {
    font-size: 18px;
  }

  .f_36,
  .f_40,
  .f_42,
  .f_44,
  .f_46 {
    font-size: 20px;
  }

  .f_48,
  .f_50,
  .f_52,
  .f_54,
  .f_56,
  .f_58,
  .f_60,
  .f_62,
  .f_64,
  .f_68,
  .f_70,
  .f_72,
  .f_74,
  .f_76,
  .f_78,
  .f_80 {
    font-size: 30px;
  }

  .pcbox {
    display: none;
  }

  .phbox {
    display: block;
  }
} */