:root {
  --blue: #1688ec;
  --text: #2f2f2f;
  --muted: #6e6e6e;
  --line: #dedede;
  --page: #f4f4f4;
  --top-h: 90px;
  --action-h: 86px;
  --browser-h: 76px;
  --shell-max: 428px;
  --side-pad: clamp(14px, 3.5vw, 22px);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #fff;
  color: var(--text);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  display: flex;
  justify-content: center;
}

.non-wechat body {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

.phone {
  position: relative;
  width: min(100vw, var(--shell-max));
  height: 100dvh;
  min-height: 720px;
  display: grid;
  grid-template-rows: var(--top-h) minmax(0, 1fr) var(--action-h) var(--browser-h);
  overflow: hidden;
  background: var(--page);
}

.home-phone {
  min-height: 560px;
  grid-template-rows: minmax(0, 1fr) var(--action-h);
}

.review-phone {
  min-height: 560px;
  grid-template-rows: minmax(0, 1fr) var(--action-h);
}

.service-phone {
  min-height: 650px;
  grid-template-rows: minmax(0, 1fr) 72px;
  background: #fff;
}

.image-page-phone {
  min-height: 650px;
  grid-template-rows: minmax(0, 1fr);
  background: #fff;
}

.chrome {
  background: #fff;
}

.status-bar {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px 0 58px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.status-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.signal span {
  width: 4px;
  border-radius: 2px;
  background: #000;
}

.signal span:nth-child(1) { height: 7px; }
.signal span:nth-child(2) { height: 10px; }
.signal span:nth-child(3) { height: 13px; }
.signal span:nth-child(4) {
  height: 15px;
  opacity: .14;
}

.wifi {
  position: relative;
  width: 22px;
  height: 16px;
  overflow: hidden;
}

.wifi::before,
.wifi::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #000;
  border-color: #000 transparent transparent transparent;
  border-radius: 50%;
}

.wifi::before {
  width: 26px;
  height: 26px;
  top: 0;
}

.wifi::after {
  width: 15px;
  height: 15px;
  top: 7px;
}

.wifi span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #000;
}

.battery {
  position: relative;
  width: 30px;
  height: 15px;
  border: 1.8px solid #8e8e8e;
  border-radius: 4px;
}

.battery::before {
  content: "";
  position: absolute;
  inset: 2px 7px 2px 2px;
  border-radius: 2px;
  background: #000;
}

.battery::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -4px;
  width: 2px;
  height: 6px;
  border-radius: 1px;
  background: #8e8e8e;
}

.web-bar {
  position: relative;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.icon-btn {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #111;
  line-height: 1;
  cursor: pointer;
}

.close-btn {
  left: 8px;
  font-size: 38px;
  font-weight: 200;
}

.more-btn {
  right: 8px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
}

.screen {
  overflow-y: auto;
  background: var(--page);
  scrollbar-width: none;
}

.service-screen {
  background: #fff;
}

.image-page-screen {
  position: relative;
  background: #fff;
}

.full-page-art {
  display: block;
  width: 100%;
  height: auto;
}

.verify-code-wrap {
  position: relative;
}

.verify-code-form {
  position: absolute;
  left: 4.7%;
  right: 4.7%;
  top: 34.8%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.4%;
}

.verify-code-input {
  width: 100%;
  aspect-ratio: 1.48;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #111;
  font-size: clamp(26px, 8vw, 38px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.verify-code-input:focus {
  background: rgba(255, 255, 255, .18);
}

.verify-result-wrap {
  position: relative;
}

.verify-result-patch {
  position: absolute;
  background: #fff;
}

.verify-result-time-patch {
  left: 9.7%;
  top: 11.1%;
  width: 82.5%;
  height: 3.9%;
}

.verify-result-count-patch {
  left: 33.5%;
  top: 26.4%;
  width: 34%;
  height: 18%;
  border-radius: 50%;
  background: #eefbdf;
}

.verify-result-message-patch {
  left: 10%;
  top: 44.9%;
  width: 80%;
  height: 6.5%;
}

.verify-result-time {
  position: absolute;
  left: 11.3%;
  right: 8%;
  top: 11.65%;
  margin: 0;
  color: #333;
  font-size: clamp(17px, 5vw, 25px);
  line-height: 1.15;
  white-space: nowrap;
}

.verify-result-count {
  position: absolute;
  left: 0;
  right: 0;
  top: 26.1%;
  margin: 0;
  color: #f40000;
  line-height: 1;
  text-align: center;
}

.verify-result-count span {
  font-size: clamp(96px, 31vw, 154px);
  font-weight: 400;
}

.verify-result-count em {
  margin-left: .16em;
  color: #111;
  font-size: clamp(19px, 6vw, 31px);
  font-style: normal;
}

.verify-result-message {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 46.1%;
  margin: 0;
  color: #f40000;
  font-size: clamp(22px, 6.8vw, 35px);
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.anti-fake-screen {
  line-height: 0;
}

.anti-fake-art {
  display: block;
  width: 100%;
  height: auto;
}

.anti-knowledge-phone {
  background: #fff;
}

.anti-knowledge-screen {
  background: #fff;
}

.anti-knowledge-hero {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 17px 24px;
  background: #c9f3bd;
}

.anti-knowledge-hero h1 {
  margin: 0;
  color: #050505;
  font-size: clamp(26px, 7.6vw, 36px);
  font-weight: 800;
  line-height: 1;
}

.anti-knowledge-layout {
  display: grid;
  grid-template-columns: 24% minmax(0, 1fr);
  align-items: start;
  min-height: calc(100% - 76px);
  background: #fff;
}

.anti-brand-list {
  position: sticky;
  top: 0;
  align-self: start;
  z-index: 2;
  min-height: 100dvh;
  border-right: 1px solid #eadfb9;
  background: #fff9df;
}

.anti-brand-tab {
  width: 100%;
  min-height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-bottom: 1px solid #eadfb9;
  padding: 9px 4px;
  background: #fff9df;
  color: #171717;
  cursor: pointer;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.anti-brand-tab.active {
  background: #fff;
}

.anti-brand-tab:disabled {
  cursor: default;
}

.anti-brand-cn {
  display: block;
  font-size: clamp(15px, 4.3vw, 19px);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
}

.anti-brand-en {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: clamp(8px, 2.5vw, 11px);
  font-weight: 700;
  line-height: 1.05;
  overflow: hidden;
  text-align: center;
  word-break: normal;
}

.brand-chunghwa,
.brand-peony {
  color: #c99722;
  letter-spacing: 1.4px;
}

.brand-panda-word {
  color: #0a633f;
  font-family: "Brush Script MT", "Snell Roundhand", cursive;
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
}

.brand-znh {
  color: #111;
  font-size: clamp(6px, 1.8vw, 8px);
  letter-spacing: .6px;
}

.brand-shuangxi-word {
  color: #d6252d;
  font-size: clamp(7px, 2vw, 10px);
}

.brand-hengda-word {
  color: #c6462f;
  font-size: clamp(12px, 3.8vw, 17px);
  line-height: .9;
}

.anti-brand-muted {
  opacity: .76;
}

.anti-content {
  min-width: 0;
  padding: 24px 11px 28px;
  border-top-left-radius: 24px;
  background: #fff;
}

.anti-panel h2 {
  margin: 0 0 18px;
  color: #171717;
  font-size: clamp(21px, 6vw, 29px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.anti-panel[hidden] {
  display: none;
}

.anti-material-stack {
  display: grid;
  gap: 8px;
}

.anti-material-stack img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.announcement-phone {
  width: min(100vw, var(--shell-max));
  background: #fff;
}

.announcement-screen {
  width: 100%;
  background: #fff;
}

.announcement-hero,
.announcement-detail-hero {
  width: 100%;
  height: clamp(88px, 23vw, 102px);
  overflow: hidden;
  background: #c9f3bd;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  flex: 0 0 auto;
}

.announcement-hero {
  background-image: url("../assets/images/cp/ggxx/IMG_9381.jpeg");
}

.announcement-detail-hero {
  background-image: url("../assets/images/cp/ggxxnr/01/IMG_9399.jpeg");
}

.announcement-list {
  margin-top: -1px;
  padding: 18px 20px 26px;
  border-top-right-radius: 28px;
  background: #fff;
}

.announcement-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 9px;
  padding: 17px 0 19px;
  border-bottom: 1px solid #ececec;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.announcement-index {
  color: #43bd12;
  font-size: clamp(24px, 6.8vw, 30px);
  font-style: italic;
  font-weight: 700;
  line-height: .98;
}

.announcement-body {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.announcement-title {
  color: #151515;
  font-size: clamp(17px, 4.75vw, 21px);
  font-weight: 800;
  line-height: 1.22;
}

.announcement-date {
  color: #48b91d;
  font-size: clamp(16px, 4.4vw, 19px);
  line-height: 1.15;
}

.announcement-summary {
  color: #666;
  font-size: clamp(16px, 4.35vw, 19px);
  line-height: 1.45;
}

.announcement-detail {
  min-height: 100%;
  background: #fff;
}

.announcement-article {
  min-height: calc(100% - 102px);
  margin-top: -1px;
  padding: 26px 26px 38px;
  border-top-right-radius: 28px;
  background: #fff;
  color: #333;
}

.announcement-article h2 {
  margin: 0 auto 16px;
  color: #171717;
  font-size: clamp(20px, 5.6vw, 25px);
  font-weight: 800;
  line-height: 1.22;
  text-align: center;
}

.announcement-article time {
  display: block;
  margin-bottom: 24px;
  color: #777;
  font-size: clamp(14px, 4vw, 17px);
  line-height: 1.2;
  text-align: center;
}

.announcement-copy {
  display: grid;
  gap: 8px;
  color: #3f3f3f;
  font-size: clamp(16px, 4.45vw, 19px);
  line-height: 1.72;
}

.announcement-copy p {
  margin: 0;
  text-indent: 2em;
}

.announcement-copy p.plain {
  text-indent: 0;
}

.announcement-notice {
  margin-top: 22px;
}

.announcement-value-table {
  width: 100%;
  margin: 20px 0 8px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #333;
  font-size: clamp(11px, 3.1vw, 14px);
  line-height: 1.35;
}

.announcement-value-table th,
.announcement-value-table td {
  border: 1px solid #555;
  padding: 8px 4px;
  text-align: center;
  vertical-align: middle;
}

.announcement-value-table th {
  background: #f7f7f7;
  font-weight: 700;
}

.announcement-value-table em {
  color: #f02424;
  font-style: normal;
  font-weight: 700;
}

.announcement-table-compact {
  font-size: clamp(10px, 2.8vw, 13px);
}

.announcement-signature {
  display: grid;
  gap: 6px;
  justify-items: end;
  margin: 34px 0 18px;
  color: #3f3f3f;
  font-size: clamp(16px, 4.3vw, 19px);
  line-height: 1.2;
}

.announcement-signature p {
  margin: 0;
}

.announcement-media-section {
  margin-top: 24px;
}

.announcement-media-label {
  margin: 0 0 12px;
  color: #555;
  font-size: clamp(15px, 4.2vw, 18px);
  line-height: 1.2;
}

.announcement-media-stack {
  display: grid;
  gap: 18px;
}

.announcement-media-image {
  display: block;
  width: 100%;
  height: auto;
}

.announcement-media-tall .announcement-media-image {
  width: min(100%, 320px);
  margin: 0 auto;
}

.announcement-media-wide .announcement-media-stack {
  gap: 18px;
}

.announcement-detail-content {
  display: grid;
  gap: 18px;
  color: #5f5f5f;
  font-size: clamp(18px, 5.2vw, 23px);
  line-height: 1.65;
}

.announcement-detail-content p {
  margin: 0;
}

.click-map-screen {
  position: relative;
}

.image-hotspot {
  position: absolute;
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
  user-select: none;
}

.image-hotspot:active,
.image-hotspot:focus,
.image-hotspot:focus-visible {
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.brand-hotspot {
  left: 3.9%;
  width: 44.5%;
  height: 19.3%;
}

.brand-zhonghua {
  top: 12.2%;
  left: 3.9%;
  width: 92.2%;
  height: 20.7%;
}

.brand-panda,
.brand-mudan {
  top: 34.5%;
}

.brand-panda,
.brand-zhongnanhai,
.brand-hengda {
  left: 4%;
}

.brand-mudan,
.brand-shuangxi,
.brand-qianmen {
  left: 51.8%;
}

.brand-zhongnanhai,
.brand-shuangxi {
  top: 56.2%;
}

.brand-hengda,
.brand-qianmen {
  top: 78%;
}

.series-segment {
  position: relative;
  display: block;
  line-height: 0;
}

.series-segment + .series-segment {
  margin-top: 0;
}

.series-segment .full-page-art {
  display: block;
  width: 100%;
  height: auto;
}

.series-card {
  width: 43.8%;
}

.segment-one .series-card,
.panda-segment .series-card {
  height: 44%;
}

.segment-one .card-row-1,
.panda-segment .card-row-1 {
  top: 17.2%;
}

.segment-one .card-row-2,
.panda-segment .card-row-2 {
  top: 62.6%;
  height: 36.3%;
}

.segment-two .series-card {
  height: 50.4%;
}

.segment-three .series-card {
  height: 49%;
}

.segment-four .series-card {
  height: 88%;
}

.segment-two .card-row-1 {
  top: 3.7%;
}

.segment-three .card-row-1 {
  top: 3.4%;
}

.segment-two .card-row-2 {
  top: 55.3%;
  height: 44.2%;
}

.segment-three .card-row-2 {
  top: 53.9%;
  height: 44.5%;
}

.segment-four .card-row-1 {
  top: 4.8%;
}

.md-segment-two .series-card,
.md-segment-three .series-card {
  height: 49.4%;
}

.md-segment-two .card-row-1,
.md-segment-three .card-row-1 {
  top: 3.2%;
}

.md-segment-two .card-row-2,
.md-segment-three .card-row-2 {
  top: 54%;
  height: 44.8%;
}

.md-segment-four .series-card {
  height: 45.4%;
}

.md-segment-four .card-row-1 {
  top: 3.2%;
}

.md-segment-four .card-row-2 {
  top: 53%;
}

.znh-segment-two .series-card,
.znh-segment-three .series-card {
  height: 49%;
}

.znh-segment-two .card-row-1,
.znh-segment-three .card-row-1 {
  top: 3.1%;
}

.znh-segment-two .card-row-2,
.znh-segment-three .card-row-2 {
  top: 53.7%;
  height: 44.8%;
}

.znh-segment-four .series-card {
  height: 47.6%;
}

.znh-segment-four .card-row-1 {
  top: 3.1%;
}

.znh-segment-four .card-row-2 {
  top: 52.2%;
  height: 46.1%;
}

.znh-segment-five .series-card {
  height: 91%;
}

.znh-segment-five .card-row-1 {
  top: 3.8%;
}

.sx-segment-two .series-card {
  height: 44%;
}

.sx-segment-two .card-row-1 {
  top: 3.4%;
}

.sx-segment-two .card-row-2 {
  top: 48.7%;
}

.single-segment .series-card {
  height: 44%;
}

.single-segment .card-row-1 {
  top: 17.2%;
}

.card-left {
  left: 5.1%;
}

.card-right {
  left: 51.5%;
}

.product-detail-screen {
  position: relative;
  overflow-x: hidden;
}

.product-carousel {
  min-height: 100%;
}

.carousel-controls {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 3;
  display: none;
  justify-content: center;
  gap: 7px;
  padding: 8px 0;
  pointer-events: none;
}

.carousel-controls button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(90, 160, 60, .35);
  pointer-events: auto;
}

.carousel-controls button.active {
  width: 18px;
  border-radius: 5px;
  background: #78b83b;
}

.screen::-webkit-scrollbar {
  display: none;
}

.view {
  min-height: 100%;
  padding: 7px var(--side-pad) 30px;
}

.hero-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 690 / 390;
  border-radius: 8px;
  background: #c8c8c8;
}

.hero-card .product {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-logo {
  position: absolute;
  top: 22px;
  left: 23px;
  width: 92px;
  height: auto;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 24px 0 22px;
  color: var(--blue);
  font-size: clamp(18px, 4.7vw, 22px);
  font-weight: 700;
  line-height: 1.25;
}

.section-title::before {
  content: "";
  width: 3px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 2px;
  background: var(--blue);
}

.info-card,
.form-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.info-card {
  min-height: 65px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  color: var(--muted);
  font-size: clamp(15px, 4vw, 17px);
}

.info-card.two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  gap: 12px;
  padding-right: 30px;
}

.field {
  display: flex;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
}

.field .label {
  flex: 0 0 auto;
  color: var(--text);
  font-weight: 500;
}

.field .value {
  min-width: 0;
  margin-left: 9px;
  overflow: hidden;
  color: var(--muted);
  text-overflow: ellipsis;
}

.hotline-card {
  justify-content: center;
  color: var(--blue);
  font-weight: 500;
}

.review-view {
  padding-top: 34px;
}

.review-view .section-title {
  margin-top: 0;
  margin-bottom: 24px;
}

.review-view .section-title + .form-card {
  margin-bottom: 24px;
}

.form-row {
  min-height: 56px;
  display: flex;
  align-items: center;
  margin: 0 11px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: clamp(15px, 4vw, 17px);
}

.form-row:last-child {
  border-bottom: 0;
}

.form-label {
  flex: 0 0 96px;
  color: var(--text);
  font-weight: 500;
}

.price-input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--muted);
  background: transparent;
}

.price-input::placeholder,
.suggestion-box::placeholder {
  color: #b7b7b7;
  opacity: 1;
}

.stars {
  display: flex;
  gap: clamp(6px, 2.6vw, 10px);
  height: 40px;
  align-items: center;
}

.star {
  border: 0;
  padding: 0;
  background: transparent;
  color: #d8d8d8;
  font-size: clamp(22px, 6vw, 25px);
  line-height: 1;
  cursor: pointer;
}

.star.active {
  color: #ffc83d;
}

.suggestion-row {
  min-height: 168px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 21px;
}

.suggestion-row .form-label {
  flex-basis: 100%;
  margin-bottom: 17px;
}

.suggestion-box {
  width: 100%;
  height: 95px;
  resize: none;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 12px 7px;
  outline: 0;
  color: var(--muted);
  background: #fff;
}

.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(32px, 12vw, 52px);
  background: #fff;
}

.actions.review-actions {
  padding: 0 clamp(24px, 7.5vw, 32px);
}

.pill {
  height: 40px;
  width: clamp(104px, 26vw, 110px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 22px;
  background: var(--blue);
  color: #fff;
  font-size: clamp(15px, 4vw, 17px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.review-actions .pill {
  width: clamp(132px, 35vw, 150px);
}

.browser-nav {
  background: #f9f9f9;
  border-top: 1px solid #e9e9e9;
}

.nav-chevrons {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.chevron {
  width: 19px;
  height: 19px;
  border: solid #151515;
  border-width: 0 3px 3px 0;
  transform: rotate(135deg);
}

.chevron.disabled {
  border-color: #b8b8b8;
}

.chevron.next {
  transform: rotate(-45deg);
}

.home-indicator {
  width: 154px;
  height: 5px;
  margin: 11px auto 0;
  border-radius: 3px;
  background: #000;
}

.service-article {
  padding: 27px 20px 80px;
  background: #fff;
}

.service-article h1 {
  margin: 0 0 20px;
  color: #111;
  font-size: clamp(26px, 7.4vw, 32px);
  font-weight: 700;
  line-height: 1.2;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 13px;
  margin-bottom: 16px;
  color: #b6b6b6;
  font-size: clamp(15px, 4.5vw, 18px);
  line-height: 1.4;
}

.article-meta .meta-name,
.article-stats {
  color: #536d9c;
}

.article-stats {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 34px;
  font-size: clamp(16px, 4.7vw, 19px);
  line-height: 1;
}

.headset-icon {
  position: relative;
  width: 17px;
  height: 18px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
}

.headset-icon::before,
.headset-icon::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 4px;
  height: 8px;
  border-radius: 2px;
  background: currentColor;
}

.headset-icon::before {
  left: -3px;
}

.headset-icon::after {
  right: -3px;
}

.star-outline {
  font-size: 24px;
  line-height: .75;
}

.star-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #536d9c;
  font: inherit;
  cursor: pointer;
}

.star-toggle.active {
  color: #f5b72f;
}

.qr-preview-trigger,
.service-poster {
  display: block;
  width: 100%;
}

.qr-preview-trigger {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: default;
  touch-action: manipulation;
}

.service-poster {
  height: auto;
  -webkit-touch-callout: default;
  user-select: auto;
}

.article-read {
  margin: 76px 0 0;
  color: #b5b5b5;
  font-size: clamp(14px, 4.1vw, 17px);
  line-height: 1.5;
}

.article-toolbar {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  border-top: 1px solid #eeeeee;
  background: #fff;
}

.publisher {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.publisher-avatar {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #f8ead7;
  color: #c08d45;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
}

.publisher-name {
  min-width: 0;
  overflow: hidden;
  color: #1d1d1d;
  font-size: clamp(17px, 4.9vw, 21px);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.verify-badge {
  width: 13px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #1595ff;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.article-actions {
  display: flex;
  align-items: center;
  gap: clamp(16px, 6vw, 28px);
}

.article-action {
  min-width: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #222;
  font-size: clamp(12px, 3.3vw, 15px);
  line-height: 1;
  cursor: pointer;
}

.thumb-icon,
.share-icon,
.heart-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.thumb-icon::before {
  content: "♡";
  position: absolute;
  inset: 0;
  transform: rotate(180deg);
  font-size: 30px;
  line-height: 22px;
}

.share-icon::before {
  content: "↗";
  position: absolute;
  inset: 0;
  font-size: 32px;
  line-height: 22px;
}

.heart-icon::before {
  content: "♡";
  position: absolute;
  inset: 0;
  font-size: 33px;
  line-height: 22px;
}

.favorite-action.active {
  color: #eb4d5c;
}

.favorite-action.active .heart-icon::before {
  content: "♥";
}

.submit-modal {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .46);
}

.submit-modal[hidden] {
  display: none;
}

.modal-dialog {
  width: min(75vw, 320px);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.modal-dialog h3 {
  margin: 35px 0 20px;
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.modal-dialog p {
  margin: 0 0 32px;
  color: #7d7d7d;
  font-size: 19px;
  line-height: 1.2;
}

.modal-confirm {
  width: 100%;
  height: 56px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  background: #fff;
  color: #536a91;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.wechat-warning {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #fff;
}

.wechat-warning img {
  width: 100%;
  max-width: 428px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 374px) {
  :root {
    --side-pad: 12px;
  }

  .status-bar {
    padding-left: 48px;
    padding-right: 22px;
  }

  .brand-logo {
    top: 17px;
    left: 18px;
    width: 80px;
  }

  .info-card.two {
    min-height: 84px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 8px;
    padding-right: 11px;
  }

  .form-label {
    flex-basis: 88px;
  }

  .actions,
  .actions.review-actions {
    padding-left: 22px;
    padding-right: 22px;
  }

  .service-article {
    padding-left: 18px;
    padding-right: 18px;
  }

  .article-toolbar {
    padding-left: 14px;
    padding-right: 14px;
  }

  .article-actions {
    gap: 13px;
  }
}

@media (min-width: 720px) {
  body {
    min-height: 100dvh;
    align-items: center;
    padding: 24px;
    background: #e9e9e9;
  }

  .phone {
    --shell-max: 520px;
    height: min(100dvh - 48px, 940px);
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .14);
  }

  .brand-logo {
    width: 110px;
  }

  .info-card,
  .form-row {
    min-height: 70px;
  }
}
