.top-header {
  position: absolute;
  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/wsdfs/hd_19.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/wsdfs/hd_10.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/wsdfs/hd_8.png') no-repeat;
  background-size: cover;
}
.top-header .right-actions .down-btn {
  width: 78px;
  height: 78px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_9.png') no-repeat;
  background-size: cover;
}

.part-1 {
  width: 100%;
  height: 1080px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_4.jpg') no-repeat;
  background-size: cover;
  background-position: center;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-1 .slogan {
  width: 986px;
  height: 369px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_30.png') no-repeat;
  background-size: cover;
  margin-top: 470px;
}
.part-1 .join-btn {
  width: 322px;
  height: 119px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_11.png') no-repeat;
  background-size: cover;
  transition: background-image 0.3s;

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

  margin-top: -34px;
}
.part-1 .join-btn:hover {
  background-image: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_12.png');
}

.common-title {
  position: relative;
  display: flex;
  justify-content: center;
}
.common-title .title {
  width: 572px;
  height: 133px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_7.png') no-repeat;
  background-size: cover;

  font-size: 36px;
  font-weight: bold;
  letter-spacing: 7px;
  color: #f5ca61;

  text-align: center;
  line-height: 151px;
}
.common-title .actions {
  position: absolute;
  margin-left: 661px;
  margin-top: 52px;
  transform: translateX(50%);
  display: flex;
  align-items: center;
}
.common-title .actions .btn {
  width: 125px;
  height: 36px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_13.png') no-repeat;
  background-size: cover;
  transition: background-image 0.3s;

  font-size: 18px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1px;
  color: #f5ca61;

  margin-right: 15px;

  cursor: pointer;
}
.common-title .actions .btn:hover {
  background-image: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_14.png');
}

.part-2 {
  width: 100%;
  height: 1022px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_5.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 37px;
  box-sizing: border-box;
}
.part-2 .order-box {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-top: 34px;
}
.part-2 .order-item {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.part-2 .order-item-1 {
  width: 440px;
  height: 700px;
  background-image: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_2.png');
  margin-top: 29px;
  margin-right: 15px;
}
.part-2 .order-item-2 {
  width: 463px;
  height: 809px;
  background-image: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_1.png');
}
.part-2 .order-item-3 {
  width: 440px;
  height: 700px;
  background-image: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_3.png');
  margin-top: 29px;
}
.part-2 .order-item .title {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 2px;
  color: #000000;
  width: 80px;
  height: 135px;
  writing-mode: vertical-lr;

  display: flex;
  align-items: center;
  justify-content: center;
}
.part-2 .order-item .title span {
  position: absolute;
  height: 100%;
}
.part-2 .order-item .title .mask {
  -webkit-text-stroke: 7px #c73801;
}
.part-2 .order-item-1 .title {
  top: 125px;
  left: 179px;
  transform: rotate(-4deg);
  color: #a98356;
}
.part-2 .order-item-1 .title .mask {
  -webkit-text-stroke: 7px #36281d;
}
.part-2 .order-item-2 .title {
  top: 155px;
  left: 189px;
  color: #fffd7a;
}
.part-2 .order-item-3 .title {
  top: 125px;
  right: 178px;
  transform: rotate(4deg);
}
.part-2 .order-item .reward-list {
  position: absolute;
  left: 50%;
  bottom: 59px;
  transform: translateX(-50%);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 28px;
  box-sizing: border-box;

  width: 288px;
  height: 100px;
  background-image: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_17.png');
}
.part-2 .order-item-2 .reward-list {
  bottom: 78px;
}
.part-2 .reward-list-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgb(229, 209, 204);
}
.part-2 .reward-item {
  position: relative;
  border: 3px solid rgb(168, 140, 64);
}
.part-2 .reward-item:has(.float-detail-wrap) {
  cursor: pointer;
}
.part-2 .reward-item .img-box {
  border: 2px solid rgb(255, 228, 122);
  width: 62px;
  height: 62px;
}
.part-2 .reward-item.level-1 {
  border-color: rgb(152, 114, 253);
}
.part-2 .reward-item.level-1 .img-box {
  border-color: rgb(214, 190, 255);
}
.part-2 .reward-item.level-2 {
  border: none;
}
.part-2 .reward-item.level-2 .img-box {
  border: none;
  width: 130px;
  height: 74px;
  /* margin-left: -7px; */
}
.part-2 .reward-item.level-2 .img-box img {
  transform: translateY(-11px);
}
.part-2 .reward-item.level-2 .img-box .text {
  background: url('https://img.fxegames.com/fxegames/sgmweb/paihang/bg_ch_bg.png');
  width: 130px;
  height: 20px;
  line-height: 20px;
  background-size: 100% 100%;
  /* left: -7px; */
  bottom: 6px;
}
.part-2 .reward-item .float-text {
  position: absolute;
  height: 18px;
  background: rgb(255, 222, 118);
  top: 0;
  left: 0;
  font-size: 12px;
  color: rgb(86, 70, 26);
  padding: 0 5px;
  line-height: 18px;
  border-bottom-right-radius: 4px;
}
.part-2 .reward-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part-2 .reward-item .img-box .text {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 62px;
  height: 20px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
}
.part-2 .reward-item:hover .float-detail-wrap {
  opacity: 1;
  visibility: visible;
}
.part-2 .float-detail-wrap {
  position: absolute;
  top: 0;
  left: 32px;
  transform: translate(0, -100%);
  padding-bottom: 51px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
.part-2 .float-detail-wrap .arrow {
  position: absolute;
  bottom: 13px;
  width: 34px;
  height: 35px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_18.png') no-repeat;
  background-size: cover;
}
.part-2 .float-detail {
  width: 222px;
  background-color: #f1eae2;
  border: 5px solid #644d1f;
  padding: 22px 12px 27px;
  box-sizing: border-box;
  text-align: center;
  transform: translateX(34px);
}
.part-2 .float-detail .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 1px;
  color: #382c12;
  margin-bottom: 10px;
}
.part-2 .float-detail .type {
  font-size: 13px;
  color: #db1a06;
  margin-bottom: 10px;
}
.part-2 .float-detail .attribute {
  font-size: 16px;
  color: #694d28;
  margin-bottom: 10px;
}
.part-2 .float-detail .desc {
  font-size: 16px;
  color: #b6884b;
}

.part-3 {
  width: 100%;
  height: 1043px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_6.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 158px;
  box-sizing: border-box;
}
.part-3 .common-title .title {
  font-size: 30px;
  letter-spacing: 0px;
}
.part-3 .users-list {
  display: flex;
  justify-content: center;
  margin-top: 118px;
}
.part-3 .user-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-3 .user-item .nickname {
  width: 217px;
  height: 43px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_20.png') no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  line-height: 43px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 14px;
}
.part-3 .user-item .img-box {
  position: relative;
  z-index: 1;
  margin-bottom: -166px;
  width: 314px;
  height: 379px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.part-3 .user-item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.part-3 .user-item .img-box.null img {
  filter: brightness(0);
}
.part-3 .user-item .img-box .tag {
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  transform: translate(-22px, -22px);
  user-select: none;
}
.part-3 .user-item .footer-base {
  width: 270px;
  height: 252px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_29.png') no-repeat;
  background-size: cover;
  transform: translateX(-22px);
}
.part-3 .user-item:nth-of-type(2),
.part-3 .user-item:nth-of-type(3) {
  margin-top: 20px;
}
.part-3 .common-title {
  z-index: 5;
}
.part-3 .toggle-menu {
  position: relative;
}
.part-3 .toggle-menu:hover .float-menu-wrap {
  opacity: 1;
  visibility: visible;
}
.part-3 .toggle-menu .float-menu-wrap {
  position: absolute;
  z-index: 10;
  opacity: 0;
  transform: translateZ(0);
  visibility: hidden;
  transition: opacity 0.2s;
}
.part-3 .toggle-menu .float-menus {
  width: 120px;
  background-color: rgba(145, 22, 12, 0.5);
  border-radius: 4px;
  margin-top: 2px;

  font-size: 16px;
  line-height: 30px;
  color: #e1b377;
  padding: 10px 0;
  box-sizing: border-box;
}
.part-3 .toggle-menu .menu-item {
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.part-3 .toggle-menu .menu-item.active {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
}

.rules-modal {
  position: relative;
  width: 489px;
  height: 640px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_31.png') no-repeat;
  background-size: cover;
  padding: 49px 49px 36px 67px;
  box-sizing: border-box;
}
.rules-modal .modal-close {
  position: absolute;
  top: -83px;
  right: -53px;
  width: 56px;
  height: 56px;
  background: url('https://img.fxegames.com/fxegames/sgm/wsdfs/hd_15.png') no-repeat;
  background-size: cover;
}
.rules-modal .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 1px;
  color: #382c12;
  text-align: center;
  margin-bottom: 15px;
}
.rules-modal .content {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #694d28;
  overflow-y: auto;
  height: 500px;
  padding-right: 10px;
  box-sizing: border-box;
}
.rules-modal .content h1 {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}
.rules-modal .content p {
  margin-bottom: 20px;
}
.rules-modal .content::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #695221;
}

.rules-modal .content::-webkit-scrollbar-thumb {
  background: #ffbe34;
  cursor: pointer;
  border-radius: 3px;
}

.rules-modal .content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
