* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  /*background-color: #080c1a;*/
  position: relative;
  overflow-y: auto;
}

.wrapper .video_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wrapper .video_box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; /* 视频在蒙层之下 */
}

.wrapper .banner_box {
  width: 65.57vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}

.banner_box .header_box {
  height: 911px;
  display: flex;
  flex-direction: column;
}

/* 头部标题区域 */
.header_box .header_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
  position: sticky;
  top: 0;
  z-index: 99;
  transition: background-color 0.3s ease;
}

.header_box .header_title .header_title_left {
  display: flex;
  align-items: center;
  gap: 42px;
}

.header_title .header_title_left .header_left_img {
  width: 167.54px;
  height: 29.46px;
}

.header_title .header_title_left .header_left_text {
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header_title .header_title_right {
  display: flex;
  align-items: center;
}

.header_title .header_title_right .imgPhone {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}

.header_title .header_title_right .phoneText {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 20px;
}

.header_title .header_title_right .imgWeiXin {
  width: 40px;
  height: 36px;
  margin-right: 16px;
}

.header_title .header_title_right .header_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  background: linear-gradient(90deg, #146afd 0%, #3393fa 100%);
  padding: 10px 22px 9px 22px;
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 16px;
  color: #f6f7fa;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header_box .header_content {
  flex: 1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_box .header_content .header_content_log {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header_box .header_content .header_content_log .content_text_one {
  font-family: MiSans, MiSans;
  font-weight: 300;
  font-size: 64px;
  color: #ffffff;
  letter-spacing: 4px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header_box .header_content .header_content_log .content_text_two {
  font-family: MiSans, MiSans;
  font-weight: bold;
  font-size: 95px;
  color: #ffffff;
  letter-spacing: 4px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 26px;
}

.header_box .header_content .header_content_log .content_log_img {
  width: 51.36px;
  height: 51.49px;
  position: absolute;
  right: -29px;
  top: -20px;
}

.header_box .header_content .header_content_log .content_button {
  width: 202.88px;
  height: 64.88px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: linear-gradient(90deg, #146afd 0%, #3393fa 100%);
}

.header_box .header_content .header_content_log .content_button_text {
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 24px;
  color: #f6f7fa;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header_box
  .header_content
  .header_content_log
  .content_button
  .content_btn_img {
  width: 32.88px;
  height: 32.88px;
  vertical-align: middle;
}

.banner_box .content_box {
  flex: 1;
  min-height: calc(100vh - 911px - 200px);
  color: white;
  background-color: #080c1a;
  position: relative;
  z-index: 9;
}

/* 这是旧的footer样式，已注释以避免重复和线条问题 */
/* .banner_box .footer_box {
    height: 200px;
    color: white;
    display: flex;
    align-items: center;
    background-image: url("./image/footer_log.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    gap: 260px;
} */

.banner_box .footer_box .footer_left {
  display: flex;
  flex-direction: column;
}

.banner_box .footer_box .footer_left .footer_left_image {
  width: 225px;
  height: 39.56px;
  margin-bottom: 16px;
}

.banner_box .footer_box .footer_left .footer_left_text {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.banner_box .footer_box .footer_left_con {
  display: flex;
  flex-direction: column;
}

/* 平板和中等屏幕设备优化 */
@media (max-width: 1024px) {
  .container_box {
    width: 95%;
  }
}

/* 小平板和大手机优化 */
@media (max-width: 768px) {
  .container_box {
    width: 95%;
  }

  .header_box .header_box_title_log {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .header_box .header_box_left {
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;
  }

  .header_box .header_box_right {
    width: 100%;
    justify-content: center;
  }

  .wrapper .header_box {
    padding: 20px 0;
  }
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #080c1a;
}

.wrapper .video_box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  .wrapper .video_box {
    object-position: center;
  }
}

.container_box {
  width: min(65.57vw, 1200px);
  margin: 0 auto;
  z-index: 1;
}

/* 针对不同屏幕尺寸的容器宽度优化 */
@media (max-width: 1200px) {
  .container_box {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .container_box {
    width: 92%;
  }
}

@media (max-width: 768px) {
  .container_box {
    width: 95%;
  }
}

@media (max-width: 480px) {
  .container_box {
    width: 98%;
  }
}

.wrapper .header_box {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 600px;
  margin-bottom: 0; /* 确保与页脚无缝连接 */
}

.wrapper .header_box .header_box_title_log {
  display: flex;
  align-items: center;
  padding: 35px 0;
  justify-content: space-between;
}

.header_box .header_box_left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header_box .header_box_left .header_box_left_img {
  width: 167.54px;
  height: 29.46px;
  margin-right: 42px;
}

@media (max-width: 768px) {
  .header_box .header_box_left .header_box_left_img {
    width: 120px;
    height: 21px;
    margin-right: 15px;
  }
}

.header_box .header_box_left .header_box_left_text {
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header_box .header_box_right {
  display: flex;
  align-items: center;
}

.header_box .header_box_right .right_img_phone {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.weixin_container {
  position: relative;
  display: inline-block;
  margin-right: 16px;
}

.weixin_popup {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #ddd;
  border-radius: 38px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  margin-top: 5px;
  width: 416px;
  height: 332px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 鼠标设备：使用悬停显示 */
.weixin_container:hover .weixin_popup {
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 触摸设备：使用JavaScript控制显示 */
.weixin_popup.show {
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 移动端优化 */
@media (max-width: 768px) {
  .weixin_popup {
    width: 250px;
    height: 250px;
    margin-top: 10px;
  }

  .weixin_popup img {
    width: 150px !important;
    height: 150px !important;
  }

  .qrCode {
    font-size: 14px !important;
    line-height: 20px !important;
    width: auto;
  }

  .wrapper .header_box {
    height: auto;
    min-height: 500px;
    padding-bottom: 0; /* 移动端移除底部填充，与页脚无缝连接 */
  }

  .header_box .header_box_title_log {
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .header_box .header_box_right {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }
}

.qrcode_img {
  width: 100%;
  height: 100%;
  display: block;
}

.qrcode_placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.qrCode {
  width: 226px;
  height: 67px;
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.header_box .header_box_right .right_phone_text {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 20px;
}

/* 针对不同屏幕尺寸的联系信息优化 */
@media (max-width: 1024px) {
  .header_box .header_box_right .right_phone_text {
    font-size: 15px;
    margin-right: 12px;
  }
}

@media (max-width: 768px) {
  .header_box .header_box_right .right_phone_text {
    font-size: 14px;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .header_box .header_box_right .right_phone_text {
    font-size: 13px;
    margin-right: 8px;
  }
}

.header_box .header_box_right .right_img_weixin {
  width: 40px;
  height: 36px;
  margin-right: 16px;
}

.header_box .header_box_right .right_btn {
  width: 108px;
  height: 40px;
  border-radius: 36px;
  background: linear-gradient(90deg, #146afd 0%, #3393fa 100%);

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 16px;
  color: #f6f7fa;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

/* 针对不同屏幕尺寸的按钮优化 */
@media (max-width: 1024px) {
  .header_box .header_box_right {
    display: flex;
    align-items: center;
  }

  .header_box .header_box_right .right_btn {
    width: 90px;
    height: 35px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .header_box .header_box_right {
    display: flex;
    align-items: center;
  }

  .header_box .header_box_right .right_btn {
    width: 80px;
    height: 32px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .header_box .header_box_right {
    display: flex;
    align-items: center;
  }

  .header_box .header_box_right .right_btn {
    width: 70px;
    height: 30px;
    font-size: 13px;
  }
}

.wrapper .header_box .header_content_log {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrapper .header_box .header_content_log .con_text_one {
  font-family: MiSans, MiSans;
  font-weight: 300;
  font-size: 64px;
  color: #ffffff;
  letter-spacing: 4px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  position: relative;
}

/* 针对不同屏幕尺寸的标题文字优化 */
@media (max-width: 1200px) {
  .wrapper .header_box .header_content_log .con_text_one {
    font-size: 50px;
    letter-spacing: 3px;
  }
}

@media (max-width: 1024px) {
  .wrapper .header_box .header_content_log .con_text_one {
    font-size: 42px;
    letter-spacing: 2.5px;
  }
}

@media (max-width: 768px) {
  .wrapper .header_box .header_content_log .con_text_one {
    font-size: 32px;
    letter-spacing: 2px;
  }
}

@media (max-width: 480px) {
  .wrapper .header_box .header_content_log .con_text_one {
    font-size: 24px;
    letter-spacing: 1px;
  }
}

.wrapper .header_box .con_log {
  width: 51.36px;
  height: 51.49px;
  position: absolute;
  right: -40px;
  top: -20px;
}

.wrapper .header_box .header_content_log .con_text_two {
  font-family: MiSans, MiSans;
  font-weight: bold;
  font-size: 95px;
  color: #ffffff;
  letter-spacing: 4px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 26px;
}

/* 针对不同屏幕尺寸的主标题优化 */
@media (max-width: 1200px) {
  .wrapper .header_box .header_content_log .con_text_two {
    font-size: 70px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .wrapper .header_box .header_content_log .con_text_two {
    font-size: 60px;
    letter-spacing: 2.5px;
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .wrapper .header_box .header_content_log .con_text_two {
    font-size: 48px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .wrapper .header_box .header_content_log .con_text_two {
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}

.wrapper .header_box .header_content_log .con_text_btn {
  width: 202.88px;
  height: 64.88px;
  border-radius: 36px;
  background: linear-gradient(to right, #146afd, #3393fa);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 768px) {
  .wrapper .header_box .header_content_log {
    text-align: center;
  }

  .wrapper .header_box .header_content_log .con_text_btn {
    width: 150px;
    height: 50px;
  }
}

.wrapper .header_box .header_content_log .con_text_btn_span {
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 24px;
  color: #f6f7fa;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

/* 针对不同屏幕尺寸的按钮文字优化 */
@media (max-width: 1024px) {
  .wrapper .header_box .header_content_log .con_text_btn_span {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .wrapper .header_box .header_content_log .con_text_btn_span {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .wrapper .header_box .header_content_log .con_text_btn_span {
    font-size: 16px;
  }

  /* 额外的超小屏幕优化 */
  .wrapper .header_box .header_content_log .con_text_one {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .wrapper .header_box .header_content_log .con_text_two {
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .wrapper .header_box .con_log {
    width: 30px;
    height: 30px;
    right: -25px;
    top: -15px;
  }

  .container_box {
    width: 95%;
  }
}

.wrapper .header_box .header_content_log .con_text_btn_img {
  width: 32.88px;
  height: 32.88px;
  vertical-align: middle;
}

.wrapper .footer_box {
  padding: 53px 129px;
  z-index: 1;
  background-color: #080c1a;
  border-top: none; /* 确保没有顶部边框 */
  box-shadow: none; /* 确保没有阴影 */
}

.wrapper .footer_box .footer_box_container {
  display: flex;
  min-height: 100%; /* 改为最小高度，而不是固定高度 */
  align-items: center;
  gap: 250px;
}

/* 针对不同屏幕尺寸的页脚优化 */
@media (max-width: 1024px) {
  .wrapper .footer_box {
    padding: 40px 60px;
    min-height: 180px;
  }

  .wrapper .footer_box .footer_box_container {
    gap: 100px;
    padding: 15px 0;
  }
}

@media (max-width: 768px) {
  .wrapper .footer_box {
    padding: 30px 20px;
    min-height: 250px;
  }

  .wrapper .footer_box .footer_box_container {
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
    text-align: center;
    border: none; /* 确保移动端没有边框 */
  }

  .footer_box_container .footer_box_left {
    align-items: center;
  }

  .footer_box_container .footer_box_left_title {
    align-items: center;
  }
}

@media (max-width: 480px) {
  .wrapper .footer_box {
    padding: 25px 15px;
    /*min-height: 280px;*/
  }

  .wrapper .footer_box .footer_box_container {
    flex-direction: column;
    gap: 15px;
    padding: 8px 0;
    text-align: center;
    border: none;
  }

  .footer_box_left_title .span_one {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .footer_box_left_title .span_two,
  .footer_box_left_title .span_three {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.footer_box_container .footer_box_left {
  display: flex;
  flex-direction: column;
  min-width: 200px; /* 确保有足够的空间显示文字 */
}

.footer_box_container .footer_box_left .left_png {
  width: 225px;
  height: 39.56px;
  margin-bottom: 16px;
}

.footer_box_container .footer_box_left .left_text {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  word-break: break-word; /* 确保长文本能正常换行 */
}

.footer_box_container .footer_box_left_title {
  display: flex;
  flex-direction: column;
  min-width: 150px; /* 确保标题部分有足够空间 */
}

.footer_box_left_title .span_one {
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
  word-break: break-word; /* 确保长文本能正常换行 */
}

.footer_box_left_title .span_two {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #a7b0b3;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 14px;
  word-break: break-word; /* 确保长文本能正常换行 */
}

.footer_box_left_title .span_three {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #a7b0b3;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  word-break: break-word; /* 确保长文本能正常换行 */
}
