.page {
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
}

.block_1 {
  height: 56.25vw;
  background: url(./img/FigmaDDSSlicePNGffc4d51218753a48cf896f560244eb66.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.box_1 {
  width: 18.75vw;
  height: 6.25vw;
  margin: 40.05vw 0 0 4.16vw;
}

.box_2 {
  height: 6.25vw;
  background: url(./img/FigmaDDSSlicePNGdcc37e42ed6d671ef9d246d5c583841f.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 18.75vw;
  position: relative;
  opacity: 1;
}

.download {
  background-color: rgba(217, 217, 217, 0);
  border-radius: 16px;
  width: 18.44vw;
  height: 5.94vw;
  margin: 0.15vw 0 0 0.15vw;
}

.download {
  position: absolute;
  left: 0;
  top: 0;
  width: 18.75vw;
  height: 6.25vw;
  opacity: 1;
}

.text-wrapper_1 {
  width: 11.78vw;
  height: 2.5vw;
  margin: 1.87vw 0 5.57vw 31.82vw;
}

.a-color-999999-end {
  width: 11.78vw;
  height: 2.5vw;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 1.77vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.78vw;
}

/* 让下载链接铺满整个按钮区域，可点击跳转 */
.download .download-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 16px;
  transition: background-color 0.2s ease;
}

.download .download-link:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.download .download-link:active {
  background-color: rgba(255, 255, 255, 0.2);
}
