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

ul {
  list-style: none;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.h5-container {
  display: none;
}

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

.container img {
  width: 100%;
}

.container .content {
  position: absolute;
  top: 8%;
  right: 22%;
  color: white;
}

.container .content h2 {
  font-size: 44px;
  margin-bottom: 10px;
}

.container .content p {
  font-size: 22px;
  letter-spacing: .4px;
}

.container .content .box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .content .box .content-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .content .box .content-left .and-btn {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid white;
  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: 34px;
}

.container .content .box .content-left .and-btn img {
  width: 28px;
  height: 26px;
}

.container .content .box .content-left .and-btn p {
  margin-left: 8px;
  font-size: 14px;
}

.container .content .box .content-right {
  background-color: #77eafa;
  margin-left: 30px;
  padding: 0 20px;
  width: 30%;
  border-radius: 6px;
}

.container .content .box .content-right p {
  text-align: center;
  font-size: 14px;
  margin-top: 6px;
}

.container .content .box .content-right .code {
  width: 100%;
  height: 90px;
  margin: 10px 0;
  background-color: white;
  border-radius: 10px;
}

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