:root {
  --header-height: 80px;
}
header {
  height: var(--header-height);
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  width: 100%;
}
header .container {
  height: 100%;
  display: flex;
  align-items: center;
}
header .container .logo {
  height: 60px;
  margin-right: 20px;
}
header .container .logo img {
  height: 100%;
  width: 100%;
}
header .container h1 {
  font-weight: 700;
  font-size: 22px;
  color: #6F6DFD;
}
section.main {
  padding: calc(var(--header-height) + 80px) 0 50px;
  background-image: url(https://data.chizhouyuanzhou.cn/ccdp/images/20260122/top_images.png);
  background-size: cover;
}
section.main .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
section.main .container h2 {
  font-weight: 700;
  font-size: 72px;
  color: #222222;
  line-height: 101px;
}
section.main .container p {
  margin-top: 25px;
  font-size: 22px;
  color: #666666;
  line-height: 29px;
}
section.main .container #download_button {
  margin-top: 70px;
  background-image: url(https://data.chizhouyuanzhou.cn/ccdp/images/20260122/download_hover.png);
  width: 460px;
  aspect-ratio: 920 / 188;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
}
section.main .container #download_button:hover {
  transform: scale(1.1);
  background-image: url(https://data.chizhouyuanzhou.cn/ccdp/images/20260122/download.png);
}
section.main .container #download_button:active {
  transform: scale(1);
}
section.main .container #download_button img {
  position: absolute;
  width: 130px;
  bottom: calc(100% - 10px);
  right: -15px;
}
section.main .container nav {
  background-image: url(https://data.chizhouyuanzhou.cn/ccdp/images/20260122/nav.png);
  aspect-ratio: 2004/162;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}
main {
  background-image: url(https://data.chizhouyuanzhou.cn/ccdp/images/20260122/bottom_images.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 100px 0 50px;
}
main .container img {
  width: 100%;
}
main .container p {
  margin-top: 160px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(167, 179, 255, 0.8);
  line-height: 21px;
  text-align: center;
}
footer {
  background-color: #333;
  color: white;
  padding: 20px 0;
}
footer .container {
  height: 100%;
  width: 599px;
  font-size: 13px;
  color: #9E9E9E;
  line-height: 20px;
}
footer .container .cop_info,
footer .container .des {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
footer .container .des {
  margin-top: 5px;
}
