* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  font-family: "Microsoft YaHei";
}

.terms-body {
  background-color: #fff;
}
.install_body {
  width: 100%;
  background: rgba(5, 15, 14, 0.01);
  background-attachment: fixed;
}
.install_body img {
  max-width: 98%;
  margin-top: 0.1rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 0.15rem;
}

.install_head {
  padding: 0.854rem 0 0.377rem;
}

.install_head a {
  display: inline-block;
  width: 56px;
  height: 56px;
}

.install_head div {
  margin: auto;
  display: flex;
  align-items: center;
}

.install_head h1 {
  width: 100%;
  text-align: center;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 0.68rem;
}

.install_content {
  margin: 0 auto;
  padding: 0.19rem 0.31rem 0.754rem;
  overflow: hidden;
  line-height: 1.6;
  font-size: 0.398rem;
  color: #636363;
}
.install_content div {
  margin: 0;
  padding: 0;
}
.install_content .line {
  margin-top: 0.08rem;
}

.install_content li {
  list-style: inside;
}
.install_content.privacy .line {
  margin-top: 0.23rem;
}
.install_content .space {
  margin-bottom: 20px;
}
.install_content h2 {
  color: #4e4e4e;
  font-family: "Microsoft YaHei";
  margin-top: 20px;
  font-size: 0.43rem;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  margin-right: 4px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(42, 46, 54, 0.65);
  border-radius: 5px;
}
