.wallpaper{
    background-color: #2d2d2d;
}


.wallpaper .ci {
 
  margin-top: 40px; 
  /* 左对齐，保留文字与左侧的轻微间距（避免贴边） */
  text-align: right;
  margin-left: 15px; 

  /* 排版优化：提升古风质感 */
  font-family: "SimHei", "Microsoft Yahei", serif; /* 适配中文的字体 */
  font-size: 22px; /* 字号适中，不挤也不突兀 */
  color: #f8f8f8; /* 浅白文字，适配暗黑背景 */
  line-height: 2; /* 行高拉开，阅读更舒适 */
  letter-spacing: 1.5px; /* 轻微字间距，增加古风感 */

  /* 细节优化：避免文字堆叠、增强层次感 */
  margin-bottom: 20px; /* 与下方内容留间距 */
  padding: 10px 15px; /* 内部留白，文字不贴边 */
  background-color:#2d2d2d; 
  border: 1px solid rgba(85, 85, 85, 0.3);
  border-radius: 4px; /* 轻微圆角，更柔和 */
}

/* 可选：如果下移后想和图片底部对齐更精准，加这个 */
.wallpaper {
  position: relative; /* 父容器相对定位 */
}
.wallpaper .ci {
  position: relative;
  top: 10px; /* 微调垂直位置（正负都可，比如top: -5px就是上移） */
}


.wallpaper .jianlai {
    display: flex;
    align-items:center;
    gap: 450px;
    padding: 20px;
    background-color: #2d2d2d;
    margin-bottom: 20px;
    border-radius: 8px;

}

.wallpaper .wushi {
  display: flex;
  align-items: center; /* 垂直方向居中对齐 */
  /* align-items: flex-start; 可选：垂直方向顶部对齐 */
  gap: 450px; /* 图片和文字之间的间距，避免挤在一起 */
  padding: 20px;
  background-color: #2d2d2d;
  margin-bottom: 20px;
  border-radius: 8px;
}


.wallpaper .cat {
  display: flex;
  align-items: center; /* 垂直方向居中对齐 */
  /* align-items: flex-start; 可选：垂直方向顶部对齐 */
  gap: 550px; /* 图片和文字之间的间距，避免挤在一起 */
  padding: 20px;
  background-color: #2d2d2d;
  margin-bottom: 20px;
  border-radius: 8px;
}


.wallpaper .meinv {
  display: flex;
  align-items: center; /* 垂直方向居中对齐 */
  /* align-items: flex-start; 可选：垂直方向顶部对齐 */
  gap: 405px; /* 图片和文字之间的间距，避免挤在一起 */
  padding: 20px;
  background-color: #2d2d2d;
  margin-bottom: 20px;
  border-radius: 8px;
}



.wallpaper .maliao {
  display: flex;
  align-items: center; /* 垂直方向居中对齐 */
  /* align-items: flex-start; 可选：垂直方向顶部对齐 */
  gap: 450px; /* 图片和文字之间的间距，避免挤在一起 */
  padding: 20px;
  background-color: #2d2d2d;
  margin-bottom: 20px;
  border-radius: 8px;
}

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