* {
  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-cpt2 > a.contact-jump {
  display: block;
  width: 300px;
  flex: 0 0 auto;
}

.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;
  background: rgba(0, 0, 0, 0.7);
}

.pop-cpt .pop-cpt-bd {
  width: 300px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #1746ae;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", sans-serif;
  position: relative;
  height: auto;
}

.pop-cpt .pop-cpt-close {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}

.pop-cpt .pop-cpt-tit {
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.pop-cpt .pop-cpt-con {
  padding: 10px 0;
  border-radius: 15px;
  background: #fff;
}

.pop-cpt .pop-cpt-con1 {
  text-align: center;
  line-height: 24px;
  font-size: 15px;
}

.pop-cpt .pop-cpt-con2-tit {
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}

.pop-cpt .pop-cpt-con2-tit span {
  display: inline-block;
  width: 26px;
  line-height: 26px;
  margin-left: -3px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  background: #1746ae;
}

.pop-cpt .pop-cpt-con2-logo {
  display: flex;
  justify-content: center;
  height: 20px;
}

.pop-cpt .pop-cpt-con3 {
  padding: 10px;
}

.pop-cpt .pop-cpt-con3 table {
  font-weight: bold;
  border-collapse: collapse;
  width: 100%;
}

.pop-cpt .pop-cpt-con3 th {
  text-align: center;
  color: #fff;
  border: solid 1px #1746ae;
  background: #1746ae;
  font-size: medium;
  line-height: normal;
  padding: 6px 0;
}

.pop-cpt .pop-cpt-con4 {
  text-align: center;
}

.pop-cpt .pop-cpt-con4 span {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ff0;
  border-radius: 10px;
  background-color: #1746ae;
}

.pop-cpt .pop-cpt-footer {
  padding: 10px 0;
  color: #fff;
  text-align: center;
}

.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: 88vw;
    max-width: 300px;
  }

  .pop-cpt .pop-cpt-tit {
    font-size: 16px;
  }

  .pop-cpt .pop-cpt-con1 {
    font-size: 15px;
    line-height: 24px;
  }

  .pop-cpt .pop-cpt-con4 span {
    width: 86%;
    max-width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
  }

  #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-con2-tit span {
    width: 22px;
    line-height: 22px;
    font-size: 13px;
  }
}
