html,
body {
  width: 100%;
  height: 100%;
}

/* 页面包裹容器，确保页面内容至少填充整个视口 */
.page-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

/* 页头样式 */
.page-header {
  height: 1.2rem;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}

/* 公司标题logo样式 */
.company-logo {
  height: 1rem;
}

/* 公司标题样式 */
.company-title {
  height: 0.79rem;
  font-size: 0.44rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 900;
  color: #24252A;
  padding-left: 0.5rem;
}

/* 顶部背景样式 */
.top_bg {
  width: 100%;
  height: 8.4rem;
  /* 可以根据需要调整高度 */
  background: url(page-top-bg.png) no-repeat center center;
  /* 背景居中 */
  background-size: cover;
  /* 背景图填充容器 */
  position: absolute;
  /* top: 1.11rem; */
  left: 0;
}


/* 主体内容容器 */
.page-main {
  position: relative;
  width: 11.99rem;
  height: 10rem;
  margin: 0 auto;
}

/* 产品展示盒子 */
.product-box {
  height: 7.44rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0.7rem auto 0.26rem;
  overflow: hidden;
  position: relative;
}

/* 产品信息 */
.product-info {
  width: 5.38rem;
  height: 3.72rem;
}

/* .product-info .product-name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.56rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}

  .product-title {
  font-size: 0.6rem;
  font-style: italic;
}

.product-info .product-name .product-title-pinyin {
  font-size: 0.2rem;
  font-weight: 400;
} */

.product-info .product-logo {
  height: 1rem;
  margin-left: 0.3rem;
}

.product-info .download-img {
  width: 2.2rem;
}

/* 产品描述 */
.product-desc-title {
  width: 5rem;
  font-size: 0.28rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.5rem;
  text-shadow: 0px 0px 0px rgba(25, 104, 252, 0.2);
}

.product-desc {
  width: 5rem;
  font-size: 0.2rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #ccc;
  line-height: 0.4rem;
  text-shadow: 0px 0px 0px rgba(25, 104, 252, 0.2);
}

.product-desc-mail {
  font-size: 0.2rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #ccc;
  line-height: 0.4rem;
  text-shadow: 0px 0px 0px rgba(25, 104, 252, 0.2);
}

.product-info .product-qrcode {
  width: 1.6rem;
  margin-top: 0.4rem;
}

/* 二维码容器 */
.product-info .qrcode-wrap {
  width: 1.6rem;
  height: 1.6rem;
  background: #ABABAB;
  border-radius: 0.13rem;
  box-sizing: border-box;
  border: 0.1rem solid #ffffff;
  font-size: 0;
}

.product-info .qrcode-img {
  width: 100%;
  height: 100%;
}

/* 扫码提示 */
.product-info .qrcode-scan {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.2rem;
  font-size: 0.22rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.2rem;
  margin-top: 0.24rem;
}

.product-info .scan-code-icon {
  width: 0.14rem;
  height: 0.19rem;
  margin-right: 0.06rem;
}


/* 产品图片 */
.product-box .product-phone {
  height: 7.44rem;
}

.product-box .product-phone-img {
  height: 7.44rem;
}

/* 模块容器 */
.module-wrap {
  position: relative;
  overflow: hidden;
  width: 11.99rem;
}

.module-video {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.12rem;
}

/* 模块标题 */
.module-title {
  height: 0.79rem;
  display: flex;
  align-items: center;
  font-size: 0.56rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #1D2129;
  line-height: 0.78rem;
}

.module-7-margin {
  margin: 1.16rem auto 0.47rem;
}

/* 模块内容布局 */
.module-content-7 {
  margin-top: 0.56rem;
  display: flex;
  justify-content: space-between;
}

/* 主视频 */
.module-content-7 .video-first {
  width: 5.05rem;
  height: 8.17rem;
  margin-bottom: 0.32rem;
}

.module-content-7 .video-first-cover-img {
  width: 5.05rem;
  height: 7.21rem;
  border-radius: 0.08rem;
}

.module-content-7 .video-first-name {
  height: 0.74rem;
  font-size: 0.32rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #1D2129;
  line-height: 0.37rem;
  margin-top: 0.22rem;
}

/* 其他视频 */
.module-content-7 .video-other {
  width: 6.72rem;
  display: flex;
  flex-wrap: wrap;
}

.module-content-7 .video-other .video-item {
  width: 2.08rem;
  margin-right: 0.24rem;
  margin-bottom: 0.32rem;
}

.module-content-7 .video-other .video-item:nth-child(3n) {
  margin-right: 0;
}

.module-content-7 .video-other .cover-img {
  width: 2.08rem;
  height: 2.98rem;
  border-radius: 0.08rem;
}

.module-content-7 .video-other .video-name {
  width: 2.12rem;
  height: 0.73rem;
  font-size: 0.26rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #1D2129;
  line-height: 0.36rem;
  margin-top: 0.21rem;
}

.bg-F8F8FA {
  background-color: #F8F8FA;
  position: relative;
  overflow: hidden;
}

.module-3-margin {
  margin: 0.6rem auto;
}

/* 模块内容 3 布局 */
.module-content-3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.56rem;
}

.module-content-3 .video-item {
  width: 3.73rem;
  margin-right: 0.4rem;
  margin-bottom: 0.44rem;
}

.module-content-3 .video-item:nth-child(3n) {
  margin-right: 0;
}

.module-content-3 .cover-img {
  width: 3.73rem;
  height: 5.34rem;
  border-radius: 0.08rem;
}

.module-content-3 .video-name {
  width: 3.73rem;
  height: 0.74rem;
  font-size: 0.32rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #1D2129;
  line-height: 0.37rem;
  margin-top: 0.31rem;
}

/* 页脚样式 */
.footer_box {
  position: relative;
  width: 100%;
  height: 2.69rem;
  background: #091A38;
  overflow: hidden;
}

.footer_content {
  width: 11.99rem;
  margin: 0.64rem auto 0;
}

.footer_content_address {
  font-size: 0.16rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 0.23rem;
}

.footer_content_msg {
  height: 0.24rem;
  font-size: 0.16rem;
  font-family: PingFangTC, PingFangTC;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.49;
  line-height: 0.24rem;
  margin-top: 0.24rem;
}