.mt-20 {
  margin-top: 20px;
}

.app_download_tab {
  padding: 2px;
  background: #000;
  display: flex;
  align-items: stretch;
  gap: 4px;
  margin-top: 10px;
}

.app_download_tab,
.app_download_tab .tab,
.app_download_button {
  border-radius: 999px;
}

.app_download_tab .tab {
  flex: 1;
  height: 38px;
  line-height: 38px;
  background: #ffffff1a;
  text-align: center;
  font-size: 16px;
  color: #a4aab6;
}

.app_download_tab .tab.active {
  background: #fff;
  color: #121212;
  font-weight: 700;
}

.app_download_content {
  margin-top: 42px;
  padding: 0 18px;
}

.tab_content {
  color: #fff;
  display: none;
  text-align: center;
}

.tab_content .logo img {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  margin: 0 auto;
}

.tab_content .logo .name {
  font-size: 18px;
  margin-top: 8px;
  font-weight: 700;
}

.app_download_button {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #FFFF2A;
  height: 48px;
  padding: 0 13px 0 6px;
  margin: 0 auto;
}

.app_download_button .text {
  flex: 1;
  overflow: hidden;
  text-align: left;
  color: #2C3040;
}

.app_download_button .text .name {
  font-size: 14px;
  font-weight: 700;
}

.app_download_button .text .desc {
  font-size: 11px;
  opacity: 0.7;
}

.app_download_button .icon_wrap {
  border-radius: 100%;
  background: #2C304026;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app_download_button .icon_wrap.logo {
  width: 36px;
  height: 36px;
}

.app_download_button .icon_wrap.logo img {
  width: 24px;
  height: 24px;
}

.app_download_button .icon_wrap.down {
  width: 22px;
  height: 22px;
}

.app_download_button .icon_wrap.down img {
  width: 9px;
}

.tab_content[data-tab="android"] .app_download_button {
  margin-top: 20px;
  width: 200px;
}

.tab_content[data-tab="ios"] .app_download_button {
  margin-top: 16px;
  width: 230px;
}

.app_download_desc {
  font-size: 12px;
  margin-top: 14px;
  color: #a4aab6;
}

.app_download_step {
  margin-bottom: 28px;
}
.app_download_step .title {
  font-size: 18px;
  font-weight: 700;
}
.app_download_step .sub_title {
  font-size: 12px;
  color: #a4aab6;
  line-height: 18px;
  margin-top: 8px;
}
.app_download_step .sub_title span {
  color: #fff;
  font-weight: 700;
}
.app_download_step .step_cover:not(.no_inset) {
    margin-top: 16px;
}

.app_download_step .step_cover img {
  width: 100%;
}
