.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width: 100%;
  min-width: 1024px;
  min-height: 768px;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.group_1 {
  background-image: url('./14081748876401_.pic.jpg');
  background-repeat: repeat;
  width: 100%;
  min-width: 1024px;
  height: 100%;
  min-height: 768px;
  border: 1px solid rgba(151, 151, 151, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block_1 {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  align-items: center;
  min-width: 1024px;
  height: 60px;

  padding: 0 5vw;
}

.content {

}

.box_2 {
  width: 100%;
  max-width: 1920px;
  height: calc(100% - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5vw;
}

.group_6 {
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 修改其他相关样式以适应自适应布局 */
.label_1 {
  width: 29px;
  height: 40px;
  margin: 0 5px 0 0;
}

.text_1 {
  margin: 0;
  font-weight: bold;
}

.box_3 {
  margin: 0;
  height: auto;
}

/* 修改图片相关样式 */
.image_1 {
  max-width: 50%;
  height: auto;
  object-fit: contain;
}

/* 修改文字相关样式，使用vw单位实现响应式 */
.text_2 {
  width: 100%;
  height: auto;
  white-space: normal;
  font-weight: bold;
}

.text_3 {
  width: 100%;
  height: auto;
  white-space: normal;
  margin-top: 10px;
  font-weight: bold;
}

.text_4 {
  margin-top: 20px;
  width: 100%;
  height: auto;
  white-space: normal;
  font-weight: 400;
}

.box_3 {
  width: 45%;
  height: auto;
  margin: 0;
}


/* 添加媒体查询确保最小尺寸时的可读性 */
@media screen and (max-width: 1024px) {
  .box_3 {
    width: 48%;
  }
  
  .text_2 {
    font-size: 24px;
  }
  
  .text_3,
  .text_4 {
    font-size: 16px;
  }
  
}

/* 添加媒体查询以处理大屏幕 */
@media screen and (min-width: 1920px) and (min-height: 1200px) {
  .group_1 {
    background-size: auto;
  }
  
  .box_2 {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 2000px) {
  .text_2,
  .text_3 {
    line-height: 1.4;
  }
}


/* 保留新添加的层级样式 */
.paragraph-layer {
  margin-top: 40px;
  margin-bottom: 30px;
}

.paragraph-layer:last-child {
  margin-bottom: 0;
}

/* 基础样式（适用于1024*768） */
.paragraph-layer span {
  display: block;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
}

/* 1920*1080屏幕 */
@media screen and (min-width: 1920px) and (min-height: 1080px) {
  .paragraph-layer span {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

/* 2560*1440屏幕 */
@media screen and (min-width: 2560px) and (min-height: 1440px) {
  .paragraph-layer span {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

/* 标题样式 */
.text_2 {
  font-size: 28px;
  line-height: 40px;
}

.text_3 {
  font-size: 20px;
  line-height: 32px;
}

.text_4 {
  font-size: 20px;
  line-height: 28px;
}

/* 1920*1080屏幕标题样式 */
@media screen and (min-width: 1920px) and (min-height: 1080px) {
  .text_2 {
    font-size: 36px;
    line-height: 48px;
  }

  .text_3,
  .text_4 {
    font-size: 24px;
    line-height: 28px;
  }

  .image_1 {
    max-width: 35%;
  }

}

/* 2560*1440屏幕标题样式 */
@media screen and (min-width: 2560px) and (min-height: 1440px) {
  .text_2 {
    font-size: 40px;
    line-height: 60px;
  }

  .text_3 {
    font-size: 28px;
    line-height: 44px;
  }

  .text_4 {
    font-size: 28px;
    line-height: 42px;
  }
}
.paragraph-layer span:last-child {
  margin-bottom: 0;
}

.bottom {
  background-color: #000000;
  opacity: 0.2;
  width:  100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.bottom span {
  color: #fff;
}
