body {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  user-select: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

button {
  border: 0;
}

.app-download {
  padding: 15px;
}

.app-download__detail {
  margin-top: 20px;
  padding: 10px;
  border-top: 1px solid #f1f1f1;
}

.app-download__detail h3 {
  font-size: 18px;
  color: #333333;
}

.app-download__detail p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.app-download__list {
  margin-top: 10px;
}

.app-download__copyright {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #999999;
}

.app-download__copyright a {
  color: inherit;
  text-decoration: none;
}

.app-info {
  padding: 20px 10px;
}

.app-info__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.app-info__logo {
  flex: 0 0 55px;
  width: 55px;
  display: block;
}

.app-info__text {
  margin-left: 16px;
}

.app-info__text h1 {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1;
  color: #333333;
}

.app-info__text p {
  font-size: 13px;
  color: #999999;
}

.app-info__medal {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.app-info__medal span {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1;
}

.app-info__medal span:nth-child(2) {
  margin-left: 60px;
}

.app-info__medal span:first-child::before {
  content: "";
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-image: url('../img/official.png');
  background-size: 16px 16px;
}

.app-info__medal span:last-child::before {
  content: "";
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-image: url('../img/fire.png');
  background-size: 16px 16px;
}

.app-info__intro {
  margin-top: 24px;
}

.app-info__intro h2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #22a845;
}

.app-info__intro p {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
}

.app-info__intro span {
  margin: 0 10px;
  font-size: 12px;
  line-height: 1;
}

.app-info__intro strong {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.app-info__btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.app-info__btns button{
  flex: 1;
  height: 44px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 44px;
  letter-spacing: 1px;
  color: #FFFFFF;
  background-color: #22a845;
  border-radius: 6px;
}

.app-info__btns button:nth-child(2), .app-info__btns button:nth-child(4){
  margin-left: 15px;
}
.app-info__btn {
  margin-top: 30px;
  width: 100%;
  height: 44px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 44px;
  letter-spacing: 1px;
  color: #FFFFFF;
  background-color: #22a845;
  border-radius: 6px;
}

.app-title {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.app-title__text {
  font-size: 50px;
  line-height: 1;
  color: #666666;
}

.app-title__sign {
  margin-left: 15px;
}

.app-title__sign p {
  margin-top: 6px;
  font-size: 13px;
  color: #999999;
}

.app-title__more {
  margin-left: 55px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #22a845;
}

.app-title__more::before {
  content: "";
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-image: url('../img/well.png');
  background-size: 16px 16px;
}

.app-list {
  margin-top: 20px;
  padding: 0 10px;
}

.app-list__title {
  font-size: 18px;
  color: #333333;
}

.app-list__items {
  position: relative;
  margin-top: 5px;
}

.app-list__item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}

.app-list__con {
  flex: 1;
  overflow: hidden;
}
.app-list__text {
  font-size: 14px;
  line-height: 3;
  color: #333333;
}

.app-list__name {
  font-size: 12px;
  line-height: 1;
  color: #999999;
}

.app-list__sign {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666666;
}

.app-list__sign::after {
  content: "";
  margin-left: 4px;
  margin-bottom: 4px;
  width: 16px;
  height: 16px;
  background-image: url('../img/good.png');
  background-size: 16px 16px;
}

.app-star {
  width: 70px;
  height: 14px;
  background-image: url('../img/star.png');
  background-size: 14px 14px;
}

.app-pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 66;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8)
}

.app-pop__con {
  padding: 0 40px;
}

.app-pop__con img {
  margin-top: 20px;
  width: 100%;
}
