.container {
  display: none;
}

body,
html,
p,
h2 {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

body,
html {
  width: 100%;
  height: 100%;
}

.h5-container {
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.h5-container img {
  width: 100%;
}

.h5-container .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h5-container .content .btn {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  color: rgba(21, 21, 21, 0.768);
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  cursor: pointer;
  margin-bottom: 20px;
}

.h5-container .content .btn:nth-child(1) img {
  width: 24px;
  height: 24px;
}

.h5-container .content .btn:nth-child(2) img {
  width: 20px;
  height: 22px;
}

.h5-container .content .btn p {
  margin-left: 14px;
  font-size: 16px;
  font-weight: 500;
}

.bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #6f6f6f;
  font-size: 13px;
  background-color: #fafafa;
}
/*# sourceMappingURL=phone-index.css.map */