@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #000;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  height: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}
img {
  width: 100%;
}
.container {
  display: flex;
  flex-direction: column;
}
.button1 {
  background: #1ead9500;
  width: 4.35rem;
  height: 1.11rem;
  line-height: 1.11rem;
  border-radius: 100px 100px 100px 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-47%);
  top: 6.88rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  /* cursor: pointer; */
}
.foot {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 19.2rem;
  height: 2.46rem;
  background: #33b6a1;
  border-radius: 0px 0px 0px 0px;
  position: relative;
  flex-direction: column;
}
.foot_text {
  font-family: PingFang SC, PingFang SC;
  /* font-weight: 500; */
  font-size: 0.25rem;
  color: #ffffff;
  line-height: 0.38rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.foot_link {
  display: flex;
  font-family: PingFang SC, PingFang SC;
  /* font-weight: 500; */
  font-size: 0.26rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-decoration-line: underline;
  text-transform: none;
  width: 649px;
  justify-content: space-around;
}
.header {
  display: flex;
  position: absolute;
  top: 0.3rem;
  left: 1rem;
  align-items: center;
}
.header_text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.36rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.header_logo {
  width: 0.7rem;
  height: 0.7rem;
  background: #909090;
  border-radius: 0.2rem;
  margin-right: 0.25rem;
}
