body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

  /* 固定按钮图片样式 */
  .download-bg {
  position: fixed;
  top: 0px;
  max-width: 100%;
  min-height: 55px;
  height: auto;
}

/* 固定按钮图片样式 */
.fixed-button {
  position: fixed;
  top: 6px;
  transform: translateX(100%);
  max-width: 30%;
  margin-right: 10px;
  /* 根据需要调整按钮图片大小 */
  height: auto;
  cursor: pointer;
  /* 鼠标悬停时显示手型指针 */
}

.fixed-button-right {
  position: fixed;
  top: 10px;
  left: 50%+180;
  transform: translateX(50%);
  max-width: 50%;
  /* 根据需要调整按钮图片大小 */
  height: auto;
  cursor: pointer;
  /* 鼠标悬停时显示手型指针 */
}