body {
  margin: 30px 16px;
  background-image: linear-gradient(180deg, #193f6e, #0e2346);
}

.index {
  margin: 0;
  margin-bottom: 20px;
}

.container {
  margin: 0 auto;
  max-width: 680px;
  color: #fff;
}

.title {
  display: flex;
  align-items: center;
}

.title img {
  width: 20px;
  height: 20px;
}

.title span {
  flex: 1;
  margin: 0 10px;
  font-weight: 700;
}

.title a {
  text-decoration: none;
  color: #ff6600;
  font-size: 14px;
}

.card {
  margin: 16px 0;
  /* background-color: rgba(255, 255, 255, 0.1254901961); */
  border-radius: 16px;
  border: 1px solid #666;
  box-sizing: border-box;
  padding: 0 16px;
}

.item {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 16px 0;
}

.item:not(:last-child) {
  border-bottom: 1px solid #666;
}

.item > img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.item .left {
  flex: 1;
}

.item .right {
  margin-left: 10px;
}

.latest.item {
  color: #ff9900;
}

.latest.item .button {
  color: #fff;
  background: linear-gradient(to bottom right, #ff6600, #ff9900);
}

.sub-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

.sub-title span {
  margin-right: 10px;
}

.button {
  display: flex;
  width: 80px;
  height: 32px;
  border-radius: 32px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.05);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.button:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.tag {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 4px;
}

.primary {
  background-color: #ff6600;
}

.default {
  background: rgba(0, 0, 0, 0.05);
}

.download-tips {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.download-tips img {
  width: 20px;
  height: 20px;
}

.download-tips span {
  margin-top: 6px;
  font-size: 12px;
  color: #fff;
}

.qrcode-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.qrcode-wrap span {
  margin-top: 10px;
  font-size: 14px;
}

.qrcode-layout {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}