body,
html,
img,
li,
p,
span,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}

.appTitle {
  font-size: 20px;
  margin-top: 8px;
}

.main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  position: relative;
}

.main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.main-content div {
  width: 80%;
  text-align: center;
}

.appInfo {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}

.appInfo .item {
  margin-right: 16px;
}

.main-content .appIcon {
  width: 64px;
  height: 64px;
  border: 1px solid #eee;
  border-radius: 16px;
  display: inline-block;
  padding: 4px 0;
  position: relative;
}

.appIcon .tagIcon {
  position: absolute;
  right: -8px;
  top: -6px;
  width: 30px;
  height: 16px;
  line-height: 16px;
  display: block;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  background-color: rgb(29, 130, 255);
}

.appIcon img {
  width: 52px;
  height: 52px;
}

.btnBox {
  margin-top: 24px;
}

.downloadTags {
  display: inline-block;
}

.downloadTags .tag {
  display: inline-block;
  font-size: 12px;
  color: #969696;
}

.downloadTags .tag.tag1 {
  margin-right: 12px;
}

.downloadTags .tag.tag1 {
  margin-right: 12px;
}

.btnBox .downloadTags .icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}

.btn {
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  margin: 0 20px;
  margin-top: 12px;
  display: inline-block;
}

.btn.blue {
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 2px;
  font-size: 16px;
  margin: 12px 0;
}

.main .btn.blue {
  background: #0076fe;
  color: #fff;
}

.main .btn.blue.apkUrl {
  width: 80%;
}

.main .btn.disabled {
  background: #f1f1f1;
  color: #cecece;
}

.bottom {
  position: fixed;
  bottom: 20px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}

.bottom-p {
  height: 24px;
  line-height: 24px;
  color: #666;
}

.bottom .linkBox {
  color: #4f7fba;
}

.bottom .linkBox a {
  margin: 0 10px;
  text-decoration: none;
  color: #4f7fba;
}

.iosTips {
  position: absolute;
  top: 0px;
  height: 40px;
  line-height: 40px;
  background: rgb(24 54 90);
  color: #fff;
  width: 100%;
  padding: 0 12px;
}

.modal_box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
  visibility: hidden;
}

.modal_box.show {
  visibility: visible;
}

.modal_box .modal_bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.modal_content {
  position: fixed;
  z-index: 2;
  right: 40px;
  color: #fff;
  top: 16px;
  font-size: 19px;
}

.modal_content .text {
  margin-bottom: 8px;
}

.modal_content .arrow {
  width: 116px;
  margin-left: 16px;
}

.modal_content .browser {
  width: 36px;
  vertical-align: middle;
}

.main-content .beta {
  width: 64%;
  margin-top: 20px;
  height: 100px;
  border-radius: 4px;
  background: #f6fafe;
}

.beta .info {
  width: 100%;
  padding: 12px 8px 16px;
  font-size: 12px;
  color: #969696;
}

.beta .item1 {
  margin-right: 12px;
}

.beta .btn.blue {
  margin: 0px;
  background: #fff;
  border: 1px solid #0076fe;
  color: #0076fe;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
