body, html {
  padding: 0;
  margin: 0;
  overscroll-behavior: none;
}

a {
  appearance: none;
  text-decoration: none;
}

.container {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  position: relative;
}

.description_top {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1210 / 219;
  background: white;
  flex-direction: column;
  width: 100%;
}

.description_bottom {
  aspect-ratio: 1210 / 407;
  width: 100%;
  position: relative;
  background: white;
}

.description_bottom_container {
  position: absolute;
  left: 17.2%;
  top: 18.18%;
  display: flex;
  flex-direction: column;
}


.line {
  font-family: PingFang SC;
  font-size: 1.157vw;
  font-weight: 400;
  line-height: 206.5%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(0, 0, 0, .5);
  margin: 0;
  width: max-content;
}

.header_bottom {
  font-family: PingFang SC;
  font-size: 1.652vw;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 1.652vw;
}

.line_bottom {
  font-family: PingFang SC;
  font-size: 1.157vw;
  font-weight: 400;
  line-height: 192.5%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(0, 0, 0, .5);
  margin: 0;
  width: max-content;
}

.download_button {
  position: absolute;
  bottom: 11.73%;
  width: 14.13%;
  aspect-ratio: 171 / 51;
  z-index: 1;
  cursor: pointer;
}

.top_banner {
  display: flex;
  width: 100%;
  z-index: 0;
  position: relative;
  justify-content: center;
}

.banner {
  width: 100%;
  vertical-align: bottom;
}

.section1,
.section2,
.section3,
.section4,
.section5 {
  width: 100%;
  display: block;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
}

.footer {
  width: 100%;
  aspect-ratio: 1210 / 67;
  display: flex;
  gap: 0.744vw;
  justify-content: center;
  align-items: center;
  background: rgb(242, 243, 244);
  font-family: PingFang SC;
  font-size: 1.157vw;
  font-weight: 400;
  line-height: 192.5%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(0, 0, 0, .3);
  margin: 0;
}

.link {
  margin-left: 1.57vw;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  font-family: PingFang SC;
  font-size: 1.157vw;
  font-weight: 400;
  line-height: 192.5%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(0, 0, 0, .3);
}

.divider {
  width: 4.75vw;
  aspect-ratio: 57.5 / 0.3;
  background: rgba(0, 0, 0, .13);
  flex-shrink: 0;
}
