div,
html,
body,
p,
img,
header {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
}
.landing {
  padding-left: 0.31rem;
  padding-right: 0.3rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(230, 231, 233, 1);
}
header {
  font-size: 0.4rem;
  font-weight: 800;
  color: rgba(41, 41, 41, 1);
  padding-top: 0.45rem;
}
.landing-time {
  margin-top: 0.34rem;
  font-size: 0.26rem;
  font-weight: 500;
  color: rgba(175, 176, 176, 1);
}
.landing-content {
  margin-top: 0.52rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: rgba(45, 45, 46, 1);
}
.landing-content > p {
  margin-top: 0.52rem;
}
.landing-source {
  font-size: 0.26rem;
  font-weight: 500;
  color: rgba(175, 176, 176, 1);
  margin-top: 0.57rem;
}
.landing-source > span {
  color: rgba(110, 143, 207, 1);
}
.landing-give {
  display: flex;
  margin-top: 0.64rem;
  align-items: center;
  justify-content: space-between;
}
.landing-button {
  width: 1.26rem;
  height: 0.6rem;
  border: 1px solid rgba(210, 210, 210, 1);
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#landing-fabulous {
  width: 0.29rem;
  height: 0.29rem;
  margin-right: 0.07rem;
  display: block;
}
#landing-dian {
  width: 0.29rem;
  height: 0.29rem;
  margin-right: 0.07rem;
  display: none;
}
.landing-button > span {
  font-size: 0.26rem;
  font-weight: 500;
  color: rgba(41, 41, 41, 1);
}
.landing-image {
  display: flex;
  align-items: center;
}
.landing-image > img {
  width: 0.44rem;
  height: 0.44rem;
  margin-left: 0.12rem;
}
.landing-download {
  height: 2.03rem;
  margin-top: 0.37rem;
}
.landing-blod {
  font-size: 0.32rem;
  font-weight: bold;
  color: rgba(41, 41, 41, 1);
  padding-left: 0.31rem;
}
.landing-dana {
            width: 100%;
            height: 1.33rem;
            background: rgba(246, 246, 246, 1);
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: fixed;
            bottom: 0;
            box-sizing: border-box;
            padding-left: 0.31rem;
            padding-right: 0.3rem;
        }

        .landing-dana>img {
            width: 4.88rem;
            height: 0.9rem;
        }

        .landing-dana>button {
            width: 1.66rem;
            height: 0.6rem;
            background: #2286F8;
            border-radius: 0.08rem;
            outline: none;
            border: none;
            font-size: 0.24rem;
            font-weight: bold;
            color: rgba(255, 255, 255, 1);
        }
