@font-face {
  font-family: "iconfont";
  /* Project id  */
  src: url("../font/iconfont.ttf?t=1631269061346") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iphone:before {
  content: "\e62e";
}

.icon-ios:before {
  content: "\e601";
}

.icon-windows:before {
  content: "\e74d";
}

.icon-android:before {
  content: "\e616";
}

.icon-local:before {
  content: "\e6b8";
}

.icon-lightning:before {
  content: "\e67f";
}

.icon-none:before {
  content: "\e604";
}

.download-btn {
  font-size: 14px;
  text-decoration: none;
  display: flex;
  border-radius: 6px;
  width: 150px;
  box-sizing: border-box;
  padding: 6px;
  margin-bottom: 8px;
}
.download-btn .icon {
  width: 32px;
  align-self: center;
  text-align: right;
}
.download-btn .icon .iconfont {
  font-size: 22px;
}
.download-btn .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.download-btn .info .title {
  flex: 1;
  align-self: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
.download-btn .info .meta {
  text-align: center;
  font-size: 12px;
  height: 18px;
}
.download-btn.android {
  background-color: #11c382;
  color: #f5f5f7;
}
.download-btn.ios {
  background-color: #000;
  color: #f5f5f7;
}
.download-btn.local {
  background-color: #e1e1e1;
  color: #999;
}
.download-btn.downloader {
  background-color: #008ee1;
  color: #f5f5f7;
}
.download-btn.none {
  background-color: #e1e1e1;
  color: #999;
}

/*# sourceMappingURL=btns.css.map */
