.playmo-beian {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 14px;
  color: rgba(17, 17, 17, 0.62);
  font: 600 12px/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI",
    "Microsoft YaHei", Arial, sans-serif;
  text-align: center;
}

.playmo-beian a {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.playmo-beian a:hover {
  color: #0f6cdb;
}

.playmo-beian__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-right: 4px;
}

.playmo-beian--fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 6px;
  z-index: 80;
  padding: 0 12px;
  pointer-events: none;
}

.playmo-beian--fixed a {
  pointer-events: auto;
}

.playmo-beian--dark {
  color: rgba(255, 255, 255, 0.58);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.playmo-beian--page {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 0 0 28px;
}

.playmo-beian--payment {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 12px;
  z-index: 20;
}

@media (max-width: 720px) {
  .playmo-beian {
    gap: 4px 10px;
    font-size: 11px;
  }
}
