html,
body,
h1,
ul,
li,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  font-size: 12px;
  background-color: #f5f5f9;
  background-image: url("../images/background.jpg?v=0.1");
  background-repeat: no-repeat;
  background-size: 100%;
}
.main {
  /* background-color: #fff; */
  margin-top: 3rem;
  border-top: 1px solid #dfe1e6;
}
.title {
  position: relative;
  width: 10rem;
  margin: 0 auto;
  font-size: 2rem;
  /*color: #717787;*/
  text-align: center;
  padding-top: 3rem;
  line-height: 2rem;
}
.title::before,
.title::after {
  content: "";
  position: absolute;
  font-size: 0;
  line-height: 0;
  width: 3rem;
  height: 1px;
  margin: 1rem 0 0 -4rem;
  background-color: #a1a6b3;
}
.title::after {
  margin: 1rem 0 0 1rem;
}
.list {
  display: flex;
  padding: 5rem 0 5rem 0;
}
.list li {
  display: inline-block;
  flex: 1;
  text-align: center;
}
.list img {
  width: 5rem;
}
.list p {
  margin: 1rem 0;
  font-size: 1.2rem;
}
.link-ios,
.link-android {
  color: #fff;
  padding: .3rem 1rem;
  border-radius: 4rem;
  text-decoration: none;
  background-color: skyblue;
}
.link-android {
  background-color: yellowgreen;
}
.qr-code {
  /* background-color: #fff; */
  font-size: 1.2rem;
  text-align: center;
  border-top: 1px solid #dfe1e6;
  padding-top: 1rem;
}
.qr-code img {
  max-width: 50%;
}
.qr-code p {
  line-height: 25px;
}