body,
html,
p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container {
  width: 100vw;
  min-height: 100vh;
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 16rem;
  position: relative;
}
.container .lang {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.container .logo-container {
  text-align: center;
  padding-top: 4.5rem;
  color: white;
  font-size: 1.2rem;
}
.container .logo-container p {
  position: relative;
  top: -0.5rem;
}
.container .btn-container {
  display: flex;
  margin-top: 5rem;
  padding: 0 2rem;
  justify-content: space-between;
}
.container .btn-container .btn {
  width: 8rem;
  background-color: #1BB8CE;
  border-radius: 3rem;
  padding: 0.6rem 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.container .btn-container .btn .iconfont {
  font-size: 1.2rem;
  padding-right: 0.4rem;
}
.container .btn-container .btn .icon-ios {
  margin-top: -0.1rem;
}
.container .textarea {
  padding: 2rem 1.6rem 1rem;
}
.container .textarea .title {
  border-left: 0.4rem solid #1BB8CE;
  color: #1BB8CE;
  padding-left: 0.3rem;
}
.container .textarea .title2 {
  color: #333;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}
.container .textarea .title3 {
  color: #333;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}
.container .textarea ul {
  font-size: 0.8rem;
  color: #666666;
}
.container .wx {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  text-align: right;
}
.container .wx img {
  width: 100px;
  height: 100px;
  margin-right: 0.7rem;
}
.container .wx .text {
  color: white;
  margin-right: 0.7rem;
}
