blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
legend,
li,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul,
aside {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: "Microsoft YaHei", Tahoma, Arial, sans-serif;
}

html {
  min-width: 1200px;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  min-width: 1200px;
  overflow-x: hidden;
  background: #b9df4d;
  color: #9b462d;
  font-family: "Microsoft YaHei", Tahoma, Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
  border: 0;
  -webkit-user-drag: none;
}

.container {
  position: relative;
  min-height: 3760px;
  overflow: hidden;
}

.body-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.body-bg .bg {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

.body-bg1 {
  height: 1232px;
  background-image: url("../images/pcHome/image_1.jpg");
}

.body-bg2 {
  height: 1086px;
  background-image: url("../images/pcHome/image_2.jpg");
}

.body-bg3 {
  height: 1442px;
  background-image: url("../images/pcHome/image_3.jpg");
}

.main {
  position: relative;
  z-index: 1;
  width: 1192px;
  min-height: 3760px;
  margin: 0 auto;
}

.section {
  position: absolute;
  left: 0;
  width: 1192px;
}

.hero-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 1192px;
  height: 1010px;
}

.hero-entry-panel {
  position: absolute;
  top: 12px;
  right: -300px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-entry-btn {
  display: block;
  width: 174px;
  height: 60px;
  transition: transform 0.18s ease, filter 0.18s ease;
}



.hero-entry-btn img {
  width: 100%;
  height: 100%;
}

.hero-user {
  position: absolute;
  top: 327px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 860px;
  transform: translateX(-50%);
  color: #9B2517;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.hero-user-label {
  display: inline-block;
  max-width: 760px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-user-action {
  color: #EC3A00;
  flex-shrink: 0;
  font-weight: 900;
  white-space: nowrap;
}

.hero-controls {
  position: absolute;
  top: 895px;
  left: 176px;
  display: flex;
  align-items: flex-start;
  gap: 64px;
}

.box-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 222px;
  height: 50px;
  color: #934426;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 249, 225, 0.56);
}

.box-left-label {
  transform: translateY(-1px);
  font-size: 20px;
  color: #772016;
}

.box-left-value {
  color: #ff0000;
  font-size: 20px;
}

.open-box-wrap {
  position: relative;
  width: 279px;
  min-height: 197px;
  padding-bottom: 124px;
  margin-top: -6px;
}

.open-box-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 279px;
  height: 66px;
  padding: 0;
  background: url("../images/pcHome/group_100.png") center/100% 100% no-repeat;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.open-box-btn img {
  width: 191px;
  height: 47px;
  margin-right: 30px;
}

.open-box-toggle {
  position: absolute;
  top: 13px;
  right: 16px;
  width: 39px;
  height: 39px;
  padding: 0;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.open-box-toggle img {
  width: 39px;
  height: 39px;
  transition: transform 0.18s ease;
}

.open-box-wrap.open .open-box-toggle img {
  transform: rotate(180deg);
}

.open-box-menu {
  position: absolute;
  top: 64px;
  left: 30px;
  width: 222px;
  height: 131px;
}

.open-box-menu-bg {
  width: 222px;
  height: 131px;
}

.open-box-menu-item {
  position: absolute;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 47px;
  overflow: hidden;
  transition: transform 0.18s ease, filter 0.18s ease, background-color 0.18s ease;
}

.open-box-menu-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background-color 0.18s ease;
}

.open-box-menu-item:hover::before {
  background: #FFE04A;
}

.open-box-menu-item img {
  position: relative;
  z-index: 1;
}

.open-box-menu-item:hover {
  filter: none;
}


.open-box-menu-item-5 {
  top: 18px;
}

.open-box-menu-item-10 {
  top: 67px;
}

.open-box-menu-item-5 img {
  width: 191px;
  height: 47px;
}

.open-box-menu-item-10 img {
  width: 204px;
  height: 47px;
}

.welfare-section {
  top: 1190px;
}

.section-title {
  display: flex;
  justify-content: center;
}

.welfare-section .section-title img,
.play-title img {
  width: 608px;
  height: 139px;
}

.section-note {
  margin-top: -6px;
  color: #9C4625;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.welfare-panels {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.welfare-card {
  position: relative;
  width: 581px;
  height: 424px;
}

.card-bg {
  position: absolute;
  inset: 0;
  width: 581px;
  height: 424px;
}

.welfare-note {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.welfare-note-blue {
  color: #FB5801;
}

.welfare-note-orange {
  top: 67px;
  color: #f25f22;
}

.coupon-row {
  position: absolute;
  top: 116px;
  left: 34px;
  display: flex;
  gap: 7px;
}

.coupon-row li {
  text-align: center;
}

.coupon-row img {
  width: auto;
}

.claim-btn {
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: 237px;
  height: 65px;
  transform: translateX(-50%);
  color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.claim-btn:hover {
  filter: brightness(1.05);
  transform: translateX(-50%);
}

.claim-btn.is-disabled {
  cursor: not-allowed;
  opacity: 1;
  filter: none;
  background-image: url("../images/pcHome/disabledBtn.png");
  transform: translateX(-50%);
}

.claim-btn.is-disabled:hover {
  filter: none;
  transform: translateX(-50%);
}

.claim-blue {
  background-image: url("../images/pcHome/group_64.png");
}

.claim-orange {
  width: 240px;
  height: 66px;
  background-image: url("../images/pcHome/group_65.png");
}

.play-section {
  top: 1956px;
  min-height: 1510px;
}

.play-desc {
  margin: 5px auto 18px;
  color: #3A7329;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.play-desc-2 {
  text-align: center;
  font-size: 18px;
  color: #E45D42;
  margin-bottom: 8px;
}

.rank-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}

.play-value {
  height: 40px;
  padding: 0 24px;
  border-radius: 26px;
  background: #F4F8CC;
  color: #8d5c22;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.play-value strong {
  color: #ff5b23;
}

.summary-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.summary-btn {
  width: 203px;
  height: 40px;
  flex-shrink: 0;
  color: transparent;
  background: url("../images/pcHome/claim_copy_2.png") center/100% 100% no-repeat;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.summary-refresh-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 2px;
  color: #f15a24;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: transform 0.18s ease, filter 0.18s ease;
}

.summary-refresh-btn img {
  width: 88px;
  flex-shrink: 0;
}

.summary-btn:hover,
.summary-refresh-btn:hover,
.all-reward-btn:hover,
.more-btn:hover {
  filter: brightness(1.04);
}

.tab-panel {
  position: relative;
}

.rank-panel {
  min-height: 1040px;
}

.rank-prizes {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.prize-card {
  position: relative;
  width: 371px;
  height: 501px;
  transition: transform 0.2s ease;
}

.prize-card:hover {
  filter: brightness(1.03);
}

.prize-card-2,
.prize-card-3 {
  margin-top: 58px;
}

.prize-card img {
  width: 371px;
  height: 501px;
}

.prize-meta {
  position: absolute;
  left: 0;
  bottom: 34px;
  width: 100%;
  text-align: center;
}

.prize-card-1 .prize-meta {
  bottom: 28px;
}

.prize-name {
  color: #3A270F;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.prize-user {
  margin-top: 16px;
  color: #644D2F;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prize-card .prize-user-icon {
  width: 18px;
  height: 21px;
  margin-right: 5px;
}

.prize-value {
  margin-top: 14px;
  color: #E45D42;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.rank-coupons {
  position: relative;
  z-index: 1;
  width: 1192px;
  height: 290px;
  margin-top: 24px;
}

.rank-coupons>img {
  width: 1192px;
  height: 290px;
}

.rank-list {
  position: absolute;
  top: 65px;
  width: 352px;
}

.rank-list-mid {
  left: 400px;
}

.rank-list-last {
  right: 38px;
}

.rank-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 5px;
  height: 38px;
  margin-bottom: 14px;
  padding: 0 18px;
  overflow: hidden;
  color: #E45D42;
  font-size: 20px;
  line-height: 38px;
  white-space: nowrap;
  background: #FFEDC1;
  border-radius: 6px 6px 6px 6px;
}

.rank-user-icon {
  width: 18px;
  height: 21px;
}

.rank-user-name {
  overflow: hidden;
  color: #644D2F;
  font-size: 20px;
  text-overflow: ellipsis;
}

.rank-user-value {
  color: #E45D42;
  font-size: 20px;
  font-weight: 700;
}

.rank-bottom {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.all-reward {
  position: relative;
  width: 694px;
  height: 185px;
}

.all-reward img {
  width: 694px;
  height: 185px;
}

.all-reward-text {
  position: absolute;
  top: 39px;
  right: 42px;
  width: 394px;
  color: #9C4625;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.all-reward-text span {
  color: #FF4800;
}

.all-reward-btn {
  position: absolute;
  right: 118px;
  bottom: 34px;
  width: 240px;
  height: 66px;
  color: transparent;
  background: url("../images/pcHome/group_84.png") center/100% 100% no-repeat;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.all-reward-btn.is-disabled {
  cursor: not-allowed;
  filter: none;
  background-image: url("../images/pcHome/disabledBtn.png");
}

.rank-rules {
  width: 100%;
  margin: 70px auto 0;
  color: #3A7329;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  text-shadow: 0 1px 0 rgba(251, 255, 221, 0.45);
}

.rank-rules-title {
  margin-bottom: 5px;
}

.rank-rules-list {
  list-style: none;
}

.rank-rules-list li {
  margin-bottom: 4px;
}

.reward-panel {
  padding: 8px 0 0;
}

.reward-list {
  display: grid;
  grid-template-columns: repeat(3, 182px);
  justify-content: center;
  gap: 34px 74px;
}

.reward-list li {
  text-align: center;
}

.reward-list img {
  width: 172px;
  height: 194px;
  margin: 0 auto;
}

.small-claim {
  width: 136px;
  height: 38px;
  margin-top: 12px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffcf42 0%, #ff8220 100%);
  box-shadow: 0 5px 0 #c65b13;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 38px;
  text-shadow: 0 1px 0 rgba(131, 54, 14, 0.45);
}

.side-tab {
  position: fixed;
  top: 60%;
  margin-top: -204px;
  right: max(20px, calc((100vw - 1192px) / 2 - 293px));
  z-index: 10;
  width: 203px;
  height: 572px;
  background: url("../images/pcHome/tab.png") center/100% 100% no-repeat;
}

.side-link {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  transform-origin: center;
  width: 100%;
  height: 50px;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.side-link img {
  display: block;
  height: auto;
  filter: drop-shadow(0 2px 2px rgba(255, 248, 215, 0.5));
}



.side-link-hero {
  margin-top: 178px
}

.side-link-welfare {
  margin-top: 10px;
  margin-left: 7px;
}

.side-link-rank {
  margin-top: 13px;
  margin-left: 7px;
}

.activity-toast {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  min-width: 260px;
  max-width: 560px;
  padding: 18px 34px;
  transform: translate(-50%, -50%);
  border-radius: 18px;
  background: rgba(115, 62, 24, 0.92);
  color: #fff8d5;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.loading-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrapper .loading-main {
  padding: 30px 44px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: 0 0 10px 2px #acaaaa;
}

.loading-wrapper .loading-main p {
  font-size: 14px;
  margin-top: 14px;
}

.loading,
.loading>div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: block;
  font-size: 0;
  color: #000;
  width: 32px;
  height: 32px;
}

.loading.la-dark {
  color: #333;
}

.loading>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
}

.loading>div:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  border-right-color: transparent;
  border-left-color: transparent;
}

.loading>div:last-child {
  width: 16px;
  height: 16px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

@keyframes ball-clip-rotate-multiple-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.activity-toast-enter-active,
.activity-toast-leave-active {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.activity-toast-enter,
.activity-toast-leave-to {
  opacity: 0;
  transform: translate(-50%, -46%);
}

@media (max-width: 1400px) {
  .side-tab {
    right: 12px;
    transform: scale(0.88);
    transform-origin: top right;
  }
}