#app {
  height: 100vh;
  height: 100dvh;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/bg2.jpg');
}

.top-header {
  position: fixed;
  z-index: 5;
  top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 37px 0 63px;
  box-sizing: border-box;
}
.top-header .logo {
  width: 353px;
  height: 99px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/logo.png') no-repeat;
  background-size: cover;
}
.top-header .right-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-header .right-actions .user-box {
  min-width: 230px;
  height: 78px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/btna3.png') no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #665c3d;
}
.top-header .right-actions .home-btn {
  width: 78px;
  height: 78px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/btna1.png') no-repeat;
  background-size: cover;
}
.top-header .right-actions .down-btn {
  width: 78px;
  height: 78px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/btna2.png') no-repeat;
  background-size: cover;
}

.part-1 {
  background-image: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/bg1.jpg') !important;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.part-1 .slogan {
  width: 1225px;
  height: 589px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/slg.png') no-repeat;
  background-size: cover;
  margin-bottom: -160px;
}
.part-1 .join-btn {
  width: 374px;
  height: 137px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/btna.png') no-repeat;
  background-size: cover;

  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  padding-top: 27px;

  margin-bottom: 104px;
}

.common-part {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common-part .part-title {
  width: 758px;
  height: 111px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/btbg.png') no-repeat;
  background-size: cover;
  margin-bottom: -10px;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #f8dc9f;
}
.common-part .part-title .stroke {
  -webkit-text-stroke: 6px #2f2118;
}
.common-part .part-title span {
  position: absolute;
}
.common-part .part-content {
  position: relative;
  z-index: 1;
  width: 1357px;
  height: 730px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/bg.png') no-repeat;
  background-size: cover;
  padding: 119px 237px 113px;
  box-sizing: border-box;
}
.common-part .float-bottom-arrow {
  position: absolute;
  bottom: 25px;
  margin: 0 auto;
  width: 86px;
  height: 98px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/next.png') no-repeat;
  background-size: cover;
  animation: arrow-down-up 2s ease-in-out 0s infinite;
}
@keyframes arrow-down-up {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translate(0);
  }
}
.common-part .richtext {
  height: 100%;
  overflow-y: auto;
}
.common-part .richtext::-webkit-scrollbar {
  display: none;
}
.common-part .richtext h1 {
  width: 402px;
  height: 63px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/btbg1.png') no-repeat;
  background-size: cover;

  font-size: 18px;
  font-weight: bold;
  color: #ffe19b;
  line-height: 56px;
  padding-left: 70px;
  box-sizing: border-box;
}
.common-part .richtext p {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #774e34;
}
.common-part .richtext .orange {
  color: #ff470e;
}
.common-part .richtext .blue {
  color: #3761ca;
}
.common-part .richtext .green {
  color: #20991d;
}
.common-part .richtext .red {
  color: red;
}
.common-part .richtext .br {
  height: 30px;
}
.common-part .tip-text {
  position: absolute;
  left: 36px;
  bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #735942;
}
.common-part .btn {
  display: block;
  width: 175px;
  height: 64px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/btna.png') no-repeat;
  background-size: cover;

  font-size: 18px;
  line-height: 78px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;

  margin: 0 auto;
}

.richtext-menu {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.richtext-menu .menu-item {
  width: 272px;
  height: 100px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/btnb2.png') no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: background-image 0.2s;

  font-size: 24px;
  font-weight: bold;
  color: #ffffc3;
  text-align: center;
  line-height: 86px;
  user-select: none;
}
.richtext-menu .menu-item.active {
  background-image: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/btnb1.png');
}

.part-2-1 .richtext {
  padding-top: 80px;
  box-sizing: border-box;
}
.part-2 .reward-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 53px;
  align-content: flex-start;
}
.part-2 .reward-list .reward-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.part-2 .reward-list .reward-item.row {
  flex-direction: row;
  gap: 40px;
}
.part-2 .reward-item .img-box {
  width: 66px;
  height: 66px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/icobg.png') no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part-2 .reward-item .img-box img {
  width: 51px;
  height: 51px;
  object-fit: contain;
}
.part-2 .reward-item .title {
  width: 203px;
  height: 55px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/icowbg.png') no-repeat;
  background-size: cover;

  font-size: 20px;
  color: #fdd56a;
  text-align: center;
  line-height: 55px;
  font-weight: normal;
}

.part-3 .top-title {
  background: linear-gradient(to right, transparent, rgb(242, 205, 131), transparent);
  text-align: center;
  padding: 11px 0;
  margin-top: 10px;
}
.part-3 .top-title .title {
  font-size: 18px;
  font-weight: bold;
  color: #573e2d;
}
.part-3 .top-title .desc {
  font-size: 16px;
  color: #876853;
  margin-top: 5px;
}
.part-3 .tip {
  font-size: 14px;
  font-weight: bold;
  color: #735942;
  margin-top: 10px;
  margin-left: 10px;
}
.common-part .order-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  gap: 7px;
}
.common-part .order-item {
  position: relative;
  width: 865px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 29px;
  box-sizing: border-box;
}
.common-part .order-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/bdbg.png') no-repeat;
  opacity: 0.5;
}
.common-part .order-item:first-child .order-num .value {
  color: transparent;
  width: 67px;
  height: 68px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/1.png') no-repeat;
  background-size: cover;
}
.common-part .order-item:first-child::before {
  opacity: 1;
}
.common-part .order-item .label {
  font-size: 16px;
  font-style: italic;
  color: #876853;
  letter-spacing: -2px;
}
.common-part .order-item .order-num {
  position: relative;
  display: flex;
  align-items: center;
  width: 169px;
}
.common-part .order-item .order-num .value {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: #e88e4a;
  letter-spacing: -2px;
}
.common-part .order-item .order-reward {
  position: relative;
  display: flex;
  align-items: center;
  width: 481px;
}
.common-part .order-item .order-reward .value {
  display: flex;
  align-items: center;
  gap: 10px;

  font-size: 14px;
  color: #693d27;
}
.common-part .order-item .order-reward .value .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgb(157, 130, 58);
  margin-left: 20px;
}
.common-part .order-item .order-reward .value img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border: 2px solid rgb(255, 230, 123);
}
.common-part .order-item .order-name {
  position: relative;
  display: flex;
  align-items: center;
}

.part-4 .reward-list {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.part-4 .reward-list .reward-item {
  width: 400px;
}
.part-4 .img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  row-gap: 8px;
}
.part-4 .img-list .img-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 112px;
}
.part-4 .img-list .img-item .img-box {
  width: 66px;
  height: 66px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/icobg.png') no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part-4 .img-list .img-item .img-box img {
  width: 51px;
  height: 51px;
}
.part-4 .img-list .img-item .title {
  font-size: 14px;
  font-weight: bold;
  color: #735942;
  margin-top: 7px;
  text-align: center;
}
.part-4 .reward-item .btn {
  display: block;
  width: 175px;
  height: 64px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/btna.png') no-repeat;
  background-size: cover;
  margin: 0 auto 0;

  font-size: 18px;
  line-height: 78px;
  font-weight: bold;
  color: #ffffff;

  filter: grayscale(0.5);
  cursor: default;
}
.part-4 .reward-item .btn.receive {
  filter: grayscale(0);
  cursor: pointer;
}
.part-4 .reward-item .tip {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #774e34;
}

.part-5 .reward-list {
  display: flex;
  gap: 27px;
  justify-content: center;
}
.part-5 .reward-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 98px;
}
.part-5 .reward-item .img-box {
  width: 66px;
  height: 66px;
  background: url('https://img.fxegames.com/fxegames/sgm/jwzzhdy/icobg.png') no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part-5 .reward-item .img-box img {
  width: 51px;
  height: 51px;
  object-fit: contain;
}
.part-5 .reward-item .title {
  font-size: 14px;
  font-weight: bold;
  color: #735942;
  text-wrap: nowrap;
}
.part-5 .reward-item.is-name .img-box img {
  width: 195px;
  height: 82px;
  margin-bottom: 14px;
}
.part-5 .right-btn {
  width: 183px;
  margin-top: -11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 7px auto 0;
}
.part-5 .right-btn .desc {
  font-size: 14px;
  color: #ac7233;
  text-align: center;
  font-weight: normal;
}
.part-5 .part-content {
  padding-right: 187px;
}
