:root {
  --ink: #111827;
  --muted: #8a8f99;
  --line: #eceef2;
  --paper: #f4f5f7;
  --panel: #ffffff;
  --red: #c80f2e;
  --red-dark: #9d0d25;
  --orange: #ff8b31;
  --blue: #e9f6ff;
  --teal: #0e766f;
  --shadow: 0 10px 30px rgba(17, 24, 39, .08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  background: #f4f5f7;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(200, 15, 46, .22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(200, 15, 46, .26);
}

.btn.secondary {
  color: var(--ink);
  background: #f2f3f6;
  box-shadow: none;
}

.btn.teal {
  background: var(--teal);
  box-shadow: 0 10px 22px rgba(14, 118, 111, .2);
}

.field {
  display: grid;
  gap: 7px;
}

.field span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  outline: none;
  padding: 12px 13px;
  transition: border .18s ease, box-shadow .18s ease;
}

.field textarea {
  min-height: 92px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(200, 15, 46, .11);
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f1f2f5;
  color: #555d72;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.status.live {
  background: #eaf8f2;
  color: #0f8f61;
}

.status.drawn {
  background: #fff3d2;
  color: #98630e;
}

.status.ended {
  background: #eceef4;
  color: #515b74;
}

.toast {
  position: fixed;
  left: 50%;
  top: 24px;
  z-index: 100;
  min-width: 220px;
  padding: 12px 16px;
  border-radius: 10px;
  color: #fff;
  background: rgba(17, 24, 39, .92);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-18px);
  transition: opacity .2s ease, transform .2s ease;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.mini-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #202124;
}

.mini-device {
  width: min(417px, 100%);
  height: 781px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.wechat-window {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.official-home,
.simple-page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f4f4f4;
}

.official-home {
  overflow-y: auto;
  padding-bottom: 98px;
}

.ios-status {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 8px 34px 0;
  color: #030303;
  font-size: 28px;
  font-weight: 800;
}

.status-right {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.signal {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  height: 20px;
}

.signal i {
  display: block;
  width: 7px;
  border-radius: 2px 2px 0 0;
  background: #030303;
}

.signal i:nth-child(1) {
  height: 8px;
}

.signal i:nth-child(2) {
  height: 12px;
}

.signal i:nth-child(3) {
  height: 16px;
}

.signal i:nth-child(4) {
  height: 20px;
}

.network {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
}

.battery {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  border-radius: 8px;
  color: #fff;
  background: #37c65b;
  font-size: 15px;
  font-weight: 900;
}

.official-hero {
  position: relative;
  min-height: 548px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 23%, rgba(255, 124, 40, .34), transparent 23%),
    linear-gradient(180deg, #f3314e 0%, #f7627b 52%, #fff 100%);
}

.official-hero::before {
  content: "";
  position: absolute;
  left: -46px;
  right: -46px;
  bottom: 88px;
  height: 205px;
  background:
    linear-gradient(rgba(255, 255, 255, .2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .2) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .7;
  transform: perspective(210px) rotateX(58deg);
  transform-origin: bottom;
}

.official-hero::after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -1px;
  height: 122px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #f4f4f4 72%);
}

.home-capsule {
  position: absolute;
  top: 72px;
  right: 16px;
  z-index: 8;
  grid-template-columns: 58px 48px;
  width: 112px;
  height: 42px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(12px);
}

.capsule-dots {
  font-size: 24px;
  letter-spacing: 1px;
}

.capsule-ring {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  border: 4px solid #111827;
  border-radius: 50%;
}

.capsule-ring::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #111827;
}

.official-hero h1 {
  position: relative;
  z-index: 5;
  margin: 88px 0 24px;
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.prize-carousel {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 126px;
  padding-left: 72px;
}

.official-prize-card {
  flex: 0 0 272px;
  padding: 12px 12px 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(30, 20, 20, .13), 0 1px 0 rgba(255, 255, 255, .8) inset;
  text-align: center;
}

.official-prize-card img {
  width: 100%;
  height: 218px;
  border-radius: 10px;
  object-fit: cover;
}

.official-prize-card h2 {
  margin: 18px 0 16px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
}

.official-prize-card button {
  width: 136px;
  height: 48px;
  border-radius: 9px;
  color: #fff;
  background: #ee423d;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(238, 66, 61, .18);
}

.ghost-prize-card {
  flex: 0 0 230px;
  min-height: 322px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
}

.cash-section {
  position: relative;
  z-index: 10;
  margin-top: -12px;
  padding: 0 16px 10px;
  background: #f4f4f4;
}

.cash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.cash-head h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.cash-head p {
  margin: 0;
  color: #777;
  font-size: 16px;
}

.cash-head button {
  width: 64px;
  height: 38px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  color: #777;
  background: #fff;
  font-size: 16px;
  font-weight: 800;
}

.cash-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 18px;
  scroll-snap-type: x mandatory;
}

.cash-scroll::-webkit-scrollbar {
  display: none;
}

.cash-card {
  flex: 0 0 132px;
  height: 160px;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  justify-items: center;
  border-radius: 8px;
  color: #fff;
  background: #ef473f;
}

.cash-card::before,
.cash-card::after {
  content: "";
  position: absolute;
  top: 92px;
  width: 46px;
  height: 20px;
  border-bottom: 3px solid rgba(255, 248, 232, .9);
  border-radius: 50%;
  pointer-events: none;
}

.cash-card::before {
  left: -24px;
  transform: rotate(12deg);
}

.cash-card::after {
  right: -24px;
  transform: rotate(-12deg);
}

.cash-card.first img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cash-card.first span {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.cash-card.first b {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 3px solid #f3d6b3;
  border-radius: 50%;
  color: #c87619;
  background: #fff8df;
  font-size: 30px;
}

.cash-card strong {
  display: block;
  margin-top: 8px;
  font-size: 31px;
  font-weight: 500;
}

.cash-card span {
  display: block;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 900;
}

.cash-card button {
  margin-top: 27px;
  color: #fff;
  background: transparent;
  font-size: 20px;
  font-weight: 900;
}

.official-home .discover-section {
  padding: 14px 8px 88px;
  background: #f4f4f4;
}

.official-home .section-head {
  display: grid;
  gap: 4px;
  padding: 0 4px 12px;
}

.official-home .section-head strong {
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}

.official-home .section-head span {
  color: #8a8f99;
  font-size: 13px;
}

.official-home .discover-grid {
  height: auto;
  overflow: visible;
  padding: 0;
  background: transparent;
}

.official-home .discover-card {
  min-height: 238px;
}

.official-home .discover-card img,
.official-home .discover-card.tall img {
  height: 178px;
}

.official-home .discover-card-body {
  position: static;
}

.simple-top {
  position: relative;
  display: grid;
  place-items: center;
  height: 74px;
  background: #fff;
}

.simple-top strong {
  font-size: 21px;
  font-weight: 500;
}

.simple-top .home-capsule {
  top: 20px;
}

.wx-top {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 74px;
  padding: 0 10px;
  background: rgba(255, 255, 255, .96);
  color: #1f2329;
}

.wx-top.dark {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, 0));
}

.wx-top strong {
  min-width: 0;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  white-space: nowrap;
}

.wx-left {
  display: flex;
  align-items: center;
  min-width: 0;
}

.wx-search {
  display: inline-flex;
  align-items: center;
  height: 34px;
  max-width: 96px;
  padding: 0 12px;
  border-radius: 18px;
  color: #6b7280;
  background: #fff;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 1px 10px rgba(17, 24, 39, .05);
}

.wx-capsule {
  justify-self: end;
  display: inline-grid;
  grid-template-columns: 35px 28px 32px;
  align-items: center;
  height: 34px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 19px;
  background: rgba(255, 255, 255, .92);
  color: #111827;
  text-align: center;
  font-weight: 800;
}

.wx-capsule span + span {
  border-left: 1px solid rgba(17, 24, 39, .08);
}

.wx-back {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #111827;
  background: rgba(255, 255, 255, .86);
  font-size: 34px;
  line-height: 1;
}

.subscribe-row {
  position: absolute;
  top: 24px;
  left: 0;
  right: 118px;
  z-index: 24;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.subscribe-row button {
  height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  color: var(--red);
  background: #fff1f4;
  font-size: 14px;
  pointer-events: auto;
}

.discover-grid {
  height: calc(100% - 74px - 58px);
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 8px;
  padding: 4px 8px 16px;
  background: #fff;
}

.discover-card {
  position: relative;
  overflow: hidden;
  min-height: 346px;
  border-radius: 6px;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .06);
}

.discover-card img {
  width: 100%;
  height: 346px;
  object-fit: cover;
  background: #eef0f3;
}

.discover-card.tall img {
  height: 366px;
}

.discover-card.tall {
  min-height: 366px;
}

.discover-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 8px 9px;
  background: #fff;
}

.discover-card h3 {
  margin: 0;
  color: #101318;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
}

.discover-card p {
  margin: 8px 0 6px;
  color: #9ba0aa;
  font-size: 14px;
  line-height: 1.2;
}

.discover-card p b {
  color: #d01631;
  font-weight: 500;
}

.organizer-line,
.sponsor-left {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.organizer-line strong,
.sponsor-left strong {
  min-width: 0;
  color: #2f333a;
  font-size: 15px;
  font-weight: 800;
}

.organizer-line span:last-child {
  margin-left: auto;
  color: #8d929a;
  font-size: 26px;
  line-height: 1;
}

.organizer-mark {
  position: relative;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 36%, transparent 37%), conic-gradient(from 0deg, #e60023 0 25%, #fff 25% 50%, #e60023 50% 75%, #fff 75% 100%);
  border: 1px solid #f0d2d6;
}

.wx-tabbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 58px;
  border-top: 1px solid #edf0f4;
  background: rgba(255, 255, 255, .98);
}

.wx-tabbar.three-tabs {
  grid-template-columns: repeat(3, 1fr);
  height: 88px;
  box-shadow: 0 -1px 10px rgba(17, 24, 39, .04);
}

.wx-tabbar button {
  position: relative;
  display: grid;
  place-items: center;
  gap: 1px;
  padding: 5px 0 4px;
  color: #111827;
  background: transparent;
  font-size: 11px;
  line-height: 1;
}

.wx-tabbar.three-tabs button {
  gap: 5px;
  padding: 12px 0 10px;
  font-size: 17px;
}

.wx-tabbar button.active {
  color: var(--red);
}

.wx-tabbar button.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 58px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12, 166, 255, .22), transparent 68%);
  transform: translateX(-50%);
  pointer-events: none;
}

.tab-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  color: currentColor;
  font-size: 0;
  line-height: 1;
}

.tab-icon::before,
.tab-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.three-tabs .tab-icon {
  width: 32px;
  height: 32px;
}

.three-tabs button.active::before {
  display: none;
}

.tab-icon-home::before {
  left: 7px;
  top: 13px;
  width: 18px;
  height: 15px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.tab-icon-home::after {
  left: 8px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-radius: 3px 0 0 0;
  transform: rotate(45deg);
}

.tab-icon-gift {
  background:
    linear-gradient(currentColor, currentColor) center 13px / 2px 18px no-repeat,
    linear-gradient(currentColor, currentColor) 5px 17px / 22px 2px no-repeat;
}

.tab-icon-gift::before {
  left: 5px;
  top: 12px;
  width: 22px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.tab-icon-gift::after {
  left: 8px;
  top: 5px;
  width: 16px;
  height: 10px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.tab-icon-mine::before {
  left: 4px;
  top: 5px;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 8px;
}

.tab-icon-mine::after {
  left: 10px;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 8px 0 0 currentColor;
}

.create-page,
.records-page,
.profile-page {
  height: calc(100% - 74px - 58px);
  overflow: auto;
  background: #f1f2f5;
}

.create-page {
  padding: 0 14px 18px;
}

.create-page.no-search {
  height: calc(100% - 74px - 88px);
  padding-top: 112px;
}

.create-spacer {
  height: 128px;
}

.create-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.create-tile {
  min-height: 76px;
  padding: 17px 14px;
  border-radius: 7px;
  background: linear-gradient(180deg, #fff 0%, #fff5f3 100%);
  text-align: left;
  box-shadow: 0 1px 12px rgba(17, 24, 39, .03);
}

.create-tile.feature {
  opacity: .34;
}

.create-tile strong {
  display: block;
  margin-bottom: 7px;
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}

.create-tile span {
  display: block;
  color: #9aa0aa;
  font-size: 14px;
  line-height: 1.25;
}

.machine-list {
  display: grid;
  gap: 10px;
  margin-top: 15px;
  padding: 13px;
  border-radius: 9px;
  background: #fff;
}

.machine-list button {
  height: 52px;
  border-radius: 8px;
  color: #1f2329;
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
  font-size: 17px;
  font-weight: 900;
}

.create-links {
  padding: 20px 0 0;
  color: #6b7280;
  text-align: center;
  font-size: 13px;
}

.record-tabs {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 45px;
  background: #fff;
}

.record-tabs button {
  position: relative;
  color: #111827;
  background: #fff;
  font-size: 16px;
}

.record-tabs button.active {
  color: var(--red);
}

.record-tabs button.active::after {
  content: "";
  position: absolute;
  left: 19px;
  right: 19px;
  bottom: 0;
  height: 2px;
  background: var(--red);
}

.recommend-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 37px;
  padding: 0 10px 0 22px;
  background: #fff4e3;
  color: #e6a554;
  font-size: 13px;
}

.recommend-strip button {
  height: 28px;
  padding: 0 13px;
  border-radius: 4px;
  color: #fff;
  background: var(--orange);
  font-size: 14px;
  font-weight: 800;
}

.empty-record {
  display: grid;
  place-items: center;
  align-content: center;
  height: calc(100% - 82px);
  color: #9aa0aa;
}

.empty-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
  color: #c9cdd3;
  font-size: 60px;
}

.record-list {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.record-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}

.record-item img {
  width: 76px;
  height: 76px;
  border-radius: 6px;
  object-fit: cover;
}

.record-item strong,
.record-item span {
  display: block;
}

.record-item span {
  margin-top: 8px;
  color: #8a8f99;
  font-size: 13px;
}

.profile-page {
  padding: 8px;
}

.profile-login,
.profile-row {
  display: grid;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 0 16px;
  border-bottom: 1px solid #edf0f4;
  background: #fff;
  text-align: left;
}

.profile-login {
  grid-template-columns: auto 1fr auto;
  min-height: 86px;
  margin-bottom: 8px;
  border-radius: 7px;
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .02);
}

.profile-row {
  grid-template-columns: 1fr auto;
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  border-radius: 50%;
  color: #fff;
  background: #e5e7eb;
  font-weight: 900;
}

.profile-login strong,
.profile-row span {
  font-size: 17px;
  font-weight: 500;
}

.profile-login > span:last-child,
.profile-row b {
  color: #bdc2ca;
  font-size: 24px;
  font-weight: 400;
}

.profile-row:first-of-type {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.profile-row:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.detail-page {
  position: relative;
  height: 100%;
  overflow: auto;
  padding-bottom: 66px;
  background: #f3f4f6;
}

.detail-hero {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background: #030712;
}

.detail-hero img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  object-position: center top;
}

.ticker {
  position: absolute;
  left: 0;
  top: 82px;
  display: flex;
  gap: 18px;
  width: max-content;
  color: #fff;
  font-size: 14px;
  animation: ticker 18s linear infinite;
}

.ticker span {
  padding-left: 10px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
}

.detail-card,
.sponsor-card,
.join-rank,
.notice-box {
  margin: 8px 8px 0;
  border-radius: 8px;
  background: #fff;
}

.detail-card {
  padding: 12px;
}

.detail-card h1 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.28;
}

.prize-summary {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  background: #f5f6f8;
}

.prize-summary img {
  width: 82px;
  height: 70px;
  border-radius: 5px;
  object-fit: cover;
}

.prize-summary strong,
.prize-summary span {
  display: block;
}

.prize-summary strong {
  font-size: 15px;
  line-height: 1.35;
}

.prize-summary span {
  margin-top: 8px;
  color: #8a8f99;
  font-size: 13px;
}

.detail-card p {
  margin: 10px 0 0;
  color: #5d6470;
  font-size: 15px;
}

.sponsor-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}

.sponsor-left em {
  margin-left: 2px;
  padding: 1px 5px;
  border: 1px solid #8bd3ff;
  border-radius: 3px;
  color: #2384bb;
  font-size: 12px;
  font-style: normal;
}

.sponsor-card button {
  width: 62px;
  height: 31px;
  border: 1px solid var(--red);
  border-radius: 4px;
  color: var(--red);
  background: #fff;
  font-weight: 800;
}

.join-rank {
  padding: 12px 16px;
}

.join-rank button {
  width: 100%;
  height: 46px;
  border-radius: 6px;
  color: #fff;
  background: var(--red);
  font-size: 18px;
  font-weight: 900;
}

.join-rank button:disabled {
  background: #aab0ba;
}

.join-rank p {
  margin: 10px 0 0;
  color: #666c76;
  text-align: center;
  font-size: 14px;
}

.notice-box {
  padding: 16px;
}

.notice-box strong {
  display: block;
  margin-bottom: 8px;
}

.notice-box p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}

.detail-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 8px;
  height: 58px;
  padding: 7px 9px;
  background: rgba(255, 255, 255, .98);
  border-top: 1px solid #edf0f4;
}

.detail-bottom button {
  border-radius: 5px;
  color: var(--red);
  background: #fff2f4;
  font-size: 15px;
  font-weight: 800;
}

.detail-bottom button:last-child {
  color: #fff;
  background: var(--red);
  font-size: 16px;
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 248px 1fr;
  background: #f5f6f8;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 24px 18px;
  color: #fff;
  background: #151b28;
}

.brand {
  margin-bottom: 28px;
}

.brand b {
  display: block;
  font-size: 22px;
}

.brand span {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 800;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  margin-bottom: 6px;
  padding: 0 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, .72);
  background: transparent;
  text-align: left;
  font-weight: 800;
}

.nav-item.active,
.nav-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, .09);
}

.admin-main {
  padding: 26px 32px 40px;
}

.admin-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.admin-header h1 {
  margin: 0 0 6px;
  font-size: 28px;
}

.admin-header p {
  margin: 0;
  color: var(--muted);
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.summary {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 32, 51, .06);
}

.summary span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.summary strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 16px;
  align-items: start;
}

.panel {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 32, 51, .06);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 0;
}

.panel-head h2 {
  margin: 0;
  font-size: 18px;
}

.panel-body {
  padding: 18px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 13px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.table th:nth-child(2),
.table td:nth-child(2) {
  width: 86px;
}

.table th:nth-child(3),
.table td:nth-child(3) {
  width: 56px;
  text-align: center;
}

.table th:nth-child(4),
.table td:nth-child(4) {
  width: 72px;
}

.table th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.table tr {
  transition: background .16s ease;
}

.table tbody tr:hover,
.table tbody tr.selected {
  background: #fff7ee;
}

.table button.link {
  padding: 0;
  color: var(--red);
  background: transparent;
  font-weight: 900;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-grid .wide {
  grid-column: 1 / -1;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.admin-list {
  display: grid;
  gap: 10px;
}

.admin-list-item {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-list-item img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
}

.admin-list-item strong,
.admin-list-item span {
  display: block;
}

.admin-list-item span {
  color: var(--muted);
  font-size: 12px;
}

.avatar-dot {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.split-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.split-tabs button {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--muted);
  background: #f2f3f7;
  font-weight: 900;
}

.split-tabs button.active {
  color: #fff;
  background: var(--ink);
}

.empty {
  padding: 22px;
  border: 1px dashed #d9dce6;
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, .65);
  text-align: center;
  font-weight: 700;
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }
  .sidebar {
    position: static;
    height: auto;
  }
  .summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .mini-page {
    padding: 0;
    background: #fff;
  }
  .mini-device {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
  }
  .admin-main {
    padding: 20px 14px;
  }
  .summary-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-07-04 mini preview reference alignment */
.wechat-window .discover-feed-page,
.wechat-window .create-reference-page,
.wechat-window .reference-records,
.wechat-window .reference-profile {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  background: #f1f2f5;
}

.wechat-window .discover-feed-page {
  padding: 0 8px 70px;
  background: #fff;
}

.wechat-window .ios-status {
  position: relative;
  z-index: 22;
}

.wechat-window .home-capsule {
  right: 12px;
}

.wechat-window .discover-feed-page .home-capsule {
  top: 62px;
  z-index: 24;
}

.wechat-window .create-reference-page .home-capsule,
.wechat-window .reference-records .home-capsule,
.wechat-window .reference-profile .home-capsule {
  top: 22px;
}

.wechat-window .discover-nav {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding-right: 112px;
  background: #fff;
}

.wechat-window .discover-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wechat-window .discover-title-row strong {
  color: #111827;
  font-size: 18px;
  font-weight: 500;
}

.wechat-window .subscribe-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  padding: 0 8px;
  border-radius: 14px;
  color: #d70c25;
  background: #fff0f2;
  font-size: 12px;
}

.wechat-window .subscribe-badge i {
  width: 8px;
  height: 8px;
  border: 2px solid #d70c25;
  border-radius: 50%;
  box-sizing: border-box;
}

.wechat-window .discover-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 8px;
  height: auto;
  overflow: visible;
  padding: 4px 0 16px;
  background: #fff;
}

.wechat-window .discover-card {
  position: static;
  min-height: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .06);
}

.wechat-window .discover-card img {
  display: block;
  width: 100%;
  height: 248px;
  object-fit: cover;
  background: #eef0f3;
}

.wechat-window .discover-card-body {
  position: static;
  padding: 7px 8px 9px;
  background: #fff;
}

.wechat-window .discover-card h3 {
  margin: 0;
  color: #101318;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.28;
}

.wechat-window .discover-card p {
  margin: 7px 0 6px;
  color: #9ba0aa;
  font-size: 13px;
}

.wechat-window .discover-card p b {
  color: #d01631;
  font-weight: 500;
}

.wechat-window .tool-logo {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: #e11d2f;
  font-size: 12px;
  font-weight: 900;
}

.wechat-window .organizer-line strong {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.wechat-window .discover-empty {
  display: grid;
  place-items: center;
  height: 300px;
  color: #9aa0aa;
  font-size: 14px;
}

.wechat-window .wx-tabbar {
  grid-template-columns: repeat(4, 1fr);
  height: 58px;
}

.wechat-window .wx-tabbar button {
  gap: 3px;
}

.wechat-window .tab-symbol {
  display: block;
  height: 24px;
  color: #1f2329;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
}

.wechat-window .wx-tabbar button.active .tab-symbol,
.wechat-window .wx-tabbar button.active span:last-child {
  color: #c80f2e;
}

.wechat-window .create-reference-page {
  padding: 0 12px 72px;
  background: #f1f2f5;
}

.wechat-window .create-hero {
  position: relative;
  min-height: 198px;
  margin: 0 -12px;
  padding: 34px 18px 62px;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ff111a 0%, #ff4658 56%, #ff8a88 78%, #f1f2f5 100%);
}

.wechat-window .create-hero::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 24px;
  height: 56px;
  border: 4px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  transform: rotate(-5deg);
}

.wechat-window .create-topbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 86px 1fr 86px;
  align-items: center;
}

.wechat-window .create-search {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 12px;
  border-radius: 16px;
  color: #8a8f99;
  background: rgba(255, 255, 255, .95);
  font-size: 14px;
}

.wechat-window .create-search span {
  width: 12px;
  height: 12px;
  border: 2px solid #98a0ad;
  border-radius: 50%;
}

.wechat-window .create-topbar strong {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.wechat-window .create-hero h1 {
  position: relative;
  z-index: 2;
  margin: 58px 0 0;
  color: #fff7d7;
  text-align: center;
  font-size: 34px;
  line-height: 1;
}

.wechat-window .create-template-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: -38px;
}

.wechat-window .create-template {
  position: relative;
  min-height: 64px;
  padding: 12px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fff6f3 100%);
  text-align: left;
  box-shadow: 0 4px 12px rgba(60, 31, 35, .06);
}

.wechat-window .create-template.feature {
  grid-row: span 2;
  min-height: 136px;
  background: linear-gradient(135deg, #ff604f 0%, #ffd18c 100%);
}

.wechat-window .create-template strong {
  display: block;
  padding-right: 28px;
  color: #111827;
  font-size: 16px;
  line-height: 1.2;
}

.wechat-window .create-template span {
  display: block;
  margin-top: 6px;
  color: #8a909c;
  font-size: 13px;
  line-height: 1.25;
}

.wechat-window .create-template.feature strong,
.wechat-window .create-template.feature span {
  color: #fff;
}

.wechat-window .create-template i {
  position: absolute;
  right: 14px;
  bottom: 10px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #a50f22;
  background: #fff4f4;
  font-style: normal;
  font-weight: 900;
}

.wechat-window .create-template.feature i {
  left: 14px;
  right: auto;
  bottom: 16px;
  color: #f24940;
  background: #fff;
}

.wechat-window .create-machine-panel {
  margin-top: 16px;
  padding: 14px 12px;
  border-radius: 10px;
  background: #fff;
}

.wechat-window .create-machine-button {
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 9px;
  padding: 0 14px;
  border-radius: 8px;
  color: #141922;
  background: #fff7f8;
  text-align: left;
}

.wechat-window .machine-icon {
  color: #ff4a47;
  font-size: 18px;
}

.wechat-window .create-links {
  padding: 18px 0 8px;
  color: #d01831;
  text-align: center;
  font-size: 14px;
}

.wechat-window .reference-records {
  padding-bottom: 70px;
}

.wechat-window .simple-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding-top: 16px;
  background: #fff;
  box-sizing: border-box;
}

.wechat-window .simple-top strong {
  color: #111827;
  font-size: 16px;
}

.wechat-window .record-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 42px;
  background: #fff;
}

.wechat-window .record-tabs button {
  position: relative;
  color: #111827;
  font-size: 14px;
}

.wechat-window .record-tabs button.active {
  color: #c80f2e;
}

.wechat-window .record-tabs button.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  background: #c80f2e;
}

.wechat-window .reference-records .recommend-strip {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  min-height: 32px;
  padding: 0 8px;
  color: #ff7a1a;
  background: #fff0df;
  font-size: 12px;
}

.wechat-window .reference-records .recommend-strip span {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid #ff7a1a;
  border-radius: 50%;
}

.wechat-window .reference-records .recommend-strip strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.wechat-window .reference-records .recommend-strip button {
  height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  color: #fff;
  background: #ff912f;
  font-weight: 800;
}

.wechat-window .record-empty-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 210px;
  color: #8e949e;
  font-size: 14px;
}

.wechat-window .empty-document {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
}

.wechat-window .empty-document div {
  width: 42px;
  height: 54px;
  border: 4px solid #d0d3d8;
  border-radius: 6px;
}

.wechat-window .empty-document i {
  position: absolute;
  right: 6px;
  bottom: 5px;
  width: 22px;
  height: 38px;
  border: 4px solid #d0d3d8;
  border-radius: 6px;
  background: #f1f2f5;
  transform: rotate(45deg);
}

.wechat-window .reference-profile {
  padding: 0 8px 70px;
  background: #f1f2f5;
}

.wechat-window .reference-profile .profile-login {
  display: grid;
  grid-template-columns: 52px 1fr 20px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  margin: 8px 0;
  padding: 0 16px;
  border-radius: 8px;
  background: #fff;
  text-align: left;
}

.wechat-window .reference-profile .profile-login img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e5e7eb;
}

.wechat-window .reference-profile .profile-login strong {
  color: #111827;
  font-size: 16px;
  font-weight: 400;
}

.wechat-window .profile-list {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.wechat-window .reference-profile .profile-row {
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid #edf0f4;
  text-align: left;
}

.wechat-window .reference-profile .profile-row:last-child {
  border-bottom: 0;
}

.wechat-window .reference-profile .profile-row strong {
  color: #111827;
  font-size: 15px;
  font-weight: 400;
}

.wechat-window .reference-profile .profile-row b,
.wechat-window .reference-profile .profile-login span {
  color: #bdc2ca;
  text-align: right;
  font-size: 24px;
  font-weight: 400;
}

.wechat-window .mine-page {
  padding: 0 10px 70px;
  background: #f1f2f5;
}

.wechat-window .mine-card,
.wechat-window .mine-assets,
.wechat-window .mine-tools {
  margin-top: 10px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.wechat-window .mine-user {
  display: grid;
  grid-template-columns: 48px 1fr 18px;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 0 14px;
  text-align: left;
}

.wechat-window .mine-user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e5e7eb;
}

.wechat-window .mine-user div {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.wechat-window .mine-user strong {
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.wechat-window .mine-user span {
  color: #8a8f99;
  font-size: 13px;
  text-align: left;
}

.wechat-window .mine-user b {
  color: #bdc2ca;
  font-size: 24px;
  font-weight: 400;
}

.wechat-window .mine-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wechat-window .mine-assets,
.wechat-window .mine-tools {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 14px 8px;
  gap: 12px 4px;
}

.wechat-window .mine-stats {
  border-top: 1px solid #edf0f4;
}

.wechat-window .mine-stats button,
.wechat-window .mine-assets button,
.wechat-window .mine-tools button {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 66px;
  gap: 6px;
  color: #111827;
}

.wechat-window .mine-stats strong {
  font-size: 20px;
}

.wechat-window .mine-stats span,
.wechat-window .mine-assets span,
.wechat-window .mine-tools span {
  color: #555b65;
  font-size: 13px;
}

.wechat-window .profile-line-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 2px solid #2f333a;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.wechat-window .profile-line-icon::before,
.wechat-window .profile-line-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.wechat-window .icon-wallet::before {
  left: 6px;
  top: 9px;
  width: 18px;
  height: 12px;
  border: 2px solid #2f333a;
  border-radius: 4px;
}

.wechat-window .icon-wallet::after {
  right: 7px;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2f333a;
}

.wechat-window .icon-coupon::before {
  left: 5px;
  top: 9px;
  width: 20px;
  height: 12px;
  border: 2px solid #2f333a;
  border-radius: 5px;
}

.wechat-window .icon-coupon::after {
  left: 14px;
  top: 9px;
  width: 0;
  height: 12px;
  border-left: 2px dotted #2f333a;
}

.wechat-window .icon-order::before,
.wechat-window .icon-records::before {
  left: 7px;
  top: 5px;
  width: 16px;
  height: 20px;
  border: 2px solid #2f333a;
  border-radius: 4px;
}

.wechat-window .icon-order::after,
.wechat-window .icon-records::after {
  left: 11px;
  top: 12px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #2f333a;
  box-shadow: 0 5px 0 #2f333a;
}

.wechat-window .icon-launch::before {
  left: 8px;
  top: 14px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #2f333a;
}

.wechat-window .icon-launch::after {
  left: 14px;
  top: 8px;
  width: 2px;
  height: 14px;
  border-radius: 2px;
  background: #2f333a;
}

.wechat-window .icon-winner::before {
  left: 8px;
  top: 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #2f333a;
  border-radius: 50%;
}

.wechat-window .icon-winner::after {
  left: 11px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-left: 3px solid #2f333a;
  border-right: 3px solid #2f333a;
}

.wechat-window .icon-message::before {
  left: 6px;
  top: 7px;
  width: 18px;
  height: 14px;
  border: 2px solid #2f333a;
  border-radius: 6px;
}

.wechat-window .icon-message::after {
  left: 12px;
  top: 20px;
  width: 7px;
  height: 5px;
  border-left: 2px solid #2f333a;
  border-bottom: 2px solid #2f333a;
  transform: skewX(-24deg);
}

.wechat-window .icon-settings::before {
  left: 7px;
  top: 7px;
  width: 16px;
  height: 16px;
  border: 3px solid #2f333a;
  border-radius: 50%;
}

.wechat-window .icon-settings::after {
  left: 13px;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2f333a;
}

.wechat-window .icon-service::before {
  left: 6px;
  top: 7px;
  width: 18px;
  height: 15px;
  border: 2px solid #2f333a;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.wechat-window .icon-service::after {
  right: 6px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2f333a;
  border-bottom: 2px solid #2f333a;
  border-radius: 0 0 5px 0;
}

.wechat-window .icon-help::before {
  left: 7px;
  top: 5px;
  width: 16px;
  height: 16px;
  border: 2px solid #2f333a;
  border-radius: 50%;
}

.wechat-window .icon-help::after {
  left: 14px;
  top: 14px;
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background: #2f333a;
  box-shadow: 0 5px 0 #2f333a;
}

.wechat-window .mine-assets em {
  color: #c80f2e;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}
