* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
  height: 100%;
  font-size: 18px;
  background: radial-gradient(ellipse at top, #f4f7ff 0%, #e4ecff 45%, #d8e2f8 100%) fixed;
}

body {
  -webkit-touch-callout: none;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: inherit;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a.contact-jump {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.pop-cpt-bd > a.contact-jump:not(.pop-cpt-close) {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.wraper {
  max-width: 700px;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  position: relative;
}

/* 顶部海报：CSS 自绘，不引用外部站资源 */
.hero {
  width: 100%;
  min-height: 168px;
  padding: 28px 16px 48px;
  text-align: center;
  color: #fff8e1;
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 215, 80, 0.55), transparent 42%),
    radial-gradient(circle at 82% 70%, rgba(255, 80, 60, 0.4), transparent 46%),
    linear-gradient(135deg, #8b0000 0%, #d32f2f 38%, #c62828 62%, #7f1010 100%);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -18px;
  height: 56px;
  background: radial-gradient(ellipse at center, rgba(255, 213, 79, 0.55), transparent 70%);
}

.hero h1 {
  position: relative;
  z-index: 1;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 6px;
  color: #ffe082;
  text-shadow: 0 2px 0 #7f1010, 0 6px 16px rgba(0, 0, 0, 0.35);
}

.hero p {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff3c4;
}

.hero-balls {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hero-balls i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  color: #111;
  box-shadow: inset -2px -2px 4px rgba(0, 0, 0, 0.25), 0 2px 3px rgba(0, 0, 0, 0.2);
}

.hero-balls i.r { background: radial-gradient(circle at 30% 30%, #ffcdd2, #e53935); }
.hero-balls i.b { background: radial-gradient(circle at 30% 30%, #bbdefb, #1e88e5); }
.hero-balls i.g { background: radial-gradient(circle at 30% 30%, #c8e6c9, #43a047); }

.container {
  max-width: 700px;
  width: 94%;
  margin: -85px auto 0;
}

.yuzhua-navigation {
  width: 100%;
  padding: 5px 10px 10px;
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid #fff;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 33px rgb(190 196 207 / 28%);
}

.navigation-row {
  display: flex;
  justify-content: space-between;
}

.navigation-item {
  display: block;
  text-decoration: none;
  text-align: center;
}

.navigation-item .icon {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto 8px;
}

.navigation-item .name {
  font-size: 15px;
  font-weight: 700;
  color: #3f3f3f;
}

.yuzhua-transaction-data {
  padding: 10px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #d21712;
  border-radius: 5px;
  margin-top: 15px;
}

.yuzhua-transaction-data .title {
  display: flex;
  align-items: center;
}

.yuzhua-transaction-data .title .icon-money {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.yuzhua-transaction-data .title span {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.yuzhua-transaction-data .data {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.yuzhua-transaction-data .data span {
  padding: 1px 3px;
  font-size: 17px;
  font-weight: 600;
  color: #fbff00;
  line-height: 16px;
  border-radius: 5px;
  border: 1px solid #fbff00;
}

.cta-banner {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 14px 12px;
  text-align: center;
  color: #7f1010;
  font-weight: 700;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #ffe9d1 0%, #e4b182 50%, #ffe9d1 100%);
  border-top: 1px solid #fde6cc;
  border-bottom: 1px solid #fde6cc;
}

.cta-banner strong {
  display: block;
  font-size: 18px;
  color: #c62828;
}

.cta-banner span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #8d6e63;
}

.strip {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.strip-gold {
  background: linear-gradient(90deg, #b71c1c, #ff8f00 30%, #ffd54f 50%, #ff8f00 70%, #b71c1c);
  animation: stripShine 2.4s linear infinite;
  background-size: 200% 100%;
}

.strip-green {
  background: linear-gradient(90deg, #1b5e20, #43a047 30%, #a5d6a7 50%, #43a047 70%, #1b5e20);
  animation: stripShine 2.4s linear infinite;
  background-size: 200% 100%;
}

@keyframes stripShine {
  0% { background-position: 0 0; }
  100% { background-position: 200% 0; }
}

.row-index6 {
  padding: 10px 0;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.row-index6 .g-tite1 {
  padding: 10px 10px 0;
  text-align: center;
  font-size: 20px;
}

.g-tite1 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #000;
}

.g-tite1 .desc {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  padding-top: 4px;
}

.fcsd,
.fcsda {
  width: 100%;
  margin: 0 0 15px;
  position: relative;
}

.table {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}

.tableTitle {
  display: flex;
  justify-content: space-between;
  background-color: #04B783;
  height: 42px;
  align-items: center;
  border-top: 1px solid #dad7d7;
  border-bottom: 1px solid #dad7d7;
  border-left: 1px solid #dad7d7;
}

.tableTitle > p {
  font-size: 16px;
  color: #ffffff;
  border-right: 1px solid #dad7d7;
  width: 20%;
  text-align: center;
  height: 42px;
  line-height: 42px;
}

.tableContent:nth-child(even) {
  display: flex;
  justify-content: space-between;
  background-color: white;
  height: 42px;
  align-items: center;
  border-bottom: 1px solid #dad7d7;
  border-left: 1px solid #dad7d7;
}

.tableContent:nth-child(odd) {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  height: 42px;
  align-items: center;
  border-bottom: 1px solid #dad7d7;
  border-left: 1px solid #dad7d7;
}

.tableContent > p {
  font-size: 16px;
  color: #363635;
  border-right: 1px solid #dad7d7;
  width: 20%;
  text-align: center;
  height: 42px;
  line-height: 42px;
}

.result {
  font-size: 16px;
  color: #F92639 !important;
  border-right: 1px solid #dad7d7;
  width: 20%;
  text-align: center;
  height: 42px;
  line-height: 42px;
}

.result img {
  width: 56px;
  height: 28px;
  margin: 6px auto 0;
  display: inline-block;
  cursor: pointer;
}

.comment {
  width: 100%;
  margin: 10px 0 20px;
  padding: 0 8px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: white;
}

.commentTitle {
  color: #C7A86D;
  font-size: 14px;
  width: 94%;
  margin: 0 auto;
  border-bottom: 1px solid #dad7d7;
  padding: 0 0 5px 0;
}

.commentList {
  width: 94%;
  margin: 0 auto;
}

.commentItem {
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px;
}

.commentPic {
  margin-right: 10px;
}

.commentPic > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #eee;
}

.commentRight {
  flex: 1;
}

.name {
  font-size: 16px;
  color: #333333;
}

.commentC {
  font-size: 15px;
  color: #666666;
}

.commentRightBottom {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.commentRightBottom > p {
  font-size: 14px;
  color: #999999;
}

.likeRight {
  margin-right: 20px;
  display: flex;
}

.likeRight > span {
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
  margin-left: 5px;
}

.likeRight > img {
  width: 13px;
  height: 13px;
}

.relay {
  display: flex;
  margin-top: 5px;
}

.relay > p {
  font-size: 15px;
  color: #333333;
}

.size {
  height: 80px;
  width: 100%;
}

.copy_btn {
  width: 70px;
  height: 70px;
  position: absolute;
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation: scaleDraw 3s ease-in-out infinite;
}

@keyframes scaleDraw {
  0% { transform: scale(1); }
  25% { transform: scale(1.2); }
  50% { transform: scale(1); }
  75% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

#touch {
  position: fixed;
  top: auto;
  bottom: 160px;
  right: 12px;
  cursor: pointer;
  z-index: 999;
}

#touch img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 3px solid #07c160;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}

.float_plu {
  bottom: 0;
  width: 100%;
  max-width: 700px;
  height: 65px;
  overflow: visible;
  transform: translateZ(0);
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  z-index: 10000 !important;
  background-color: #1746ae;
  border: none;
  text-align: center;
  font-size: 16px;
  padding: 5px 0 0 0;
}

.float_plu p {
  line-height: 30px;
}

.float_plu .btns {
  display: inline-block;
  animation: scale 4s linear infinite;
  position: relative;
  border: none;
  width: 100px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
  background-image: linear-gradient(90deg, #fff3da 4%, #ffe7a2 96%);
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  color: red;
  margin-top: 2px;
  cursor: pointer;
}

@keyframes scale {
  0% { transform: scale(1); }
  12.5% { transform: scale(1.1); }
  25% { transform: scale(1); }
  37.5% { transform: scale(1.1); }
  50% { transform: scale(1); }
  100% { transform: scale(1); }
}

.wx-ico,
.hand-ico {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.pop-cpt {
  z-index: 999999999;
  position: relative;
}

.pop-cpt2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
  background: rgba(32, 32, 32, 0.88);
}

.pop-cpt .pop-cpt-bd {
  width: 88vw;
  max-width: 380px;
  max-height: 92vh;
  overflow: visible;
  box-sizing: border-box;
  border-radius: 28px;
  border: 3px solid #f5d060;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 90, 70, 0.55) 0%, transparent 46%),
    linear-gradient(180deg, #ee3a2c 0%, #d2251a 42%, #a81812 100%);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 220, 140, 0.35);
  font-size: 14px;
  color: #fff;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  position: relative;
}

.pop-cpt .pop-cpt-inner {
  padding: 14px 14px 14px;
  cursor: pointer;
  max-height: calc(92vh - 16px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pop-cpt .pop-cpt-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e53935;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  z-index: 3;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  border: 2px solid #fff;
}

.pop-spark {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ffe566;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  pointer-events: none;
  animation: popTwinkle 1.6s ease-in-out infinite;
  filter: drop-shadow(0 0 3px #ffe082);
}

.pop-spark-tl {
  top: 18px;
  left: 18px;
  width: 14px;
  height: 14px;
}

.pop-spark-br {
  right: -6px;
  bottom: -6px;
  width: 12px;
  height: 12px;
}

.pop-spark-tl2 {
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
}

@keyframes popTwinkle {
  0%, 100% { opacity: 1; transform: scale(1) rotate(0deg); }
  50% { opacity: 0.45; transform: scale(0.75) rotate(20deg); }
}

.pop-gift {
  display: flex;
  justify-content: center;
  margin: 0 0 4px;
  flex-shrink: 0;
}

.pop-gift img {
  width: 66px;
  height: 66px;
  display: block;
  object-fit: cover;
  border-radius: 22%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
}

.pop-badge {
  display: table;
  margin: 0 auto 8px;
  padding: 2px 12px;
  border-radius: 20px;
  background: #ffe566;
  color: #c41e1e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

.pop-cpt .pop-cpt-tit {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  margin-bottom: 8px;
  flex-shrink: 0;
}

.pop-qa {
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
  flex: 1 1 auto;
  padding-right: 2px;
}

.pop-qa::-webkit-scrollbar {
  width: 3px;
}

.pop-qa::-webkit-scrollbar-thumb {
  background: rgba(255, 220, 120, 0.55);
  border-radius: 3px;
}

.pop-qa p + p {
  margin-top: 6px;
}

.pop-qa-k {
  font-weight: 700;
}

.pop-timer-box {
  position: relative;
  margin: 0 2px 12px;
  padding: 8px 12px 6px;
  border-radius: 14px;
  background: rgba(90, 8, 6, 0.55);
  border: 1px solid #f5d060;
  text-align: center;
  flex-shrink: 0;
}

.pop-timer-tip {
  font-size: 12px;
  color: #ffe9a0;
  letter-spacing: 0.5px;
}

.pop-timer {
  margin-top: 2px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
  color: #fcd96d;
  letter-spacing: 2px;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 2px 0 rgba(120, 20, 10, 0.45);
}

.pop-cpt-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.pop-btn {
  flex: 1;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
}

.pop-btn-claim {
  color: #111;
  background: linear-gradient(180deg, #ffe566 0%, #f5c400 100%);
  border: 2px solid #c62828;
  box-shadow: inset 0 0 0 1px #fff8d6;
  animation: claimPulse 1.8s ease-in-out infinite;
}

.pop-btn-detail {
  color: #fff;
  background: #8b0000;
  border: 1.5px solid #f5d060;
}

@keyframes claimPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

.hidden { display: none; }

@media (min-width: 768px) {
  .container {
    margin: -45px auto 0;
  }
}

@media (max-width: 750px) {
  html,
  body {
    font-size: 16px;
  }

  .container {
    max-width: 700px;
    width: 94%;
    margin: -28px auto 0;
  }

  .hero h1 {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .yuzhua-navigation {
    padding: 8px 6px 10px;
  }

  .navigation-item .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 5px;
  }

  .navigation-item .name {
    font-size: 13px;
    line-height: 1.2;
  }

  .yuzhua-transaction-data {
    flex-wrap: nowrap;
    gap: 2px;
    padding: 8px 4px;
  }

  .yuzhua-transaction-data .title span,
  .yuzhua-transaction-data .data {
    font-size: 13px;
    white-space: nowrap;
  }

  .yuzhua-transaction-data .data span {
    font-size: 14px;
    padding: 0 2px;
  }

  .tableTitle > p,
  .tableContent > p,
  .result {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tableTitle,
  .tableContent:nth-child(even),
  .tableContent:nth-child(odd) {
    height: 40px;
  }

  .result img {
    width: 52px;
    height: 26px;
    margin-top: 7px;
  }

  .strip {
    height: 40px;
    font-size: 17px;
    letter-spacing: 1px;
  }

  .row-index6 .g-tite1 {
    font-size: 18px;
    padding: 8px 4px 0;
  }

  .g-tite1 .desc {
    font-size: 14px;
  }

  .commentC,
  .relay > p,
  .name,
  .commentRightBottom > p,
  .likeRight > span {
    font-size: 15px;
  }

  .commentPic > img {
    width: 34px;
    height: 34px;
  }

  .float_plu {
    height: auto;
    font-size: 15px;
    padding: 4px 6px 6px;
  }

  .float_plu p {
    line-height: 24px;
  }

  .float_plu .btns {
    width: 88px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }

  .pop-cpt .pop-cpt-bd {
    width: 92vw;
    max-width: 380px;
  }

  .pop-cpt .pop-cpt-tit {
    font-size: 16px;
  }

  .pop-qa {
    font-size: 12px;
    line-height: 1.7;
  }

  .pop-timer {
    font-size: 40px;
  }

  .pop-btn {
    height: 40px;
    font-size: 15px;
  }

  #touch {
    position: fixed;
    top: auto;
    bottom: 140px;
    right: 4px;
    cursor: pointer;
    z-index: 999;
  }

  #touch img {
    width: 58px;
    height: 58px;
    border-width: 2px;
  }
}

@media (max-width: 360px) {
  html,
  body {
    font-size: 15px;
  }

  .navigation-item .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 4px;
  }

  .navigation-item .name {
    font-size: 12px;
  }

  .yuzhua-transaction-data .title span,
  .yuzhua-transaction-data .data {
    font-size: 12px;
  }

  .tableTitle > p,
  .tableContent > p,
  .result {
    font-size: 14px;
  }

  .strip {
    font-size: 15px;
    letter-spacing: 0;
  }

  .float_plu {
    font-size: 14px;
  }

  .pop-cpt .pop-cpt-inner {
    padding: 14px 12px 12px;
  }

  .pop-gift img {
    width: 66px;
    height: 66px;
  }

  .pop-timer {
    font-size: 36px;
  }
}
