.header-nav {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 100;
  padding: 0 29px 0 51px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.header-nav .left-icons {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}
.header-nav .left-icons .logo {
  background-repeat: no-repeat;
  background-size: contain;
}
.header-nav .sg-logo {
  width: 263px;
  height: 73px;
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/logo-1.png');
}
.header-nav .zg-logo {
  width: 194px;
  height: 122px;
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/LOGO.png');
}

.header-nav .right-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}
.header-nav .user-info {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;

  font-size: 18px;
  color: #513b1f;

  width: 244px;
  height: 72px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btn (75).png') no-repeat;
  background-size: 100%;
}
.header-nav .home-btn {
  display: block;
  width: 78px;
  height: 78px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btna1.png') no-repeat;
  background-size: contain;
}
.header-nav .down-btn {
  display: block;
  width: 78px;
  height: 78px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btna2.png') no-repeat;
  background-size: contain;
}

.part-1 {
  position: relative;
  height: 1080px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/bg.jpg') no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  box-sizing: border-box;
}
.part-1 .slogen {
  width: 650px;
  height: 391px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/slogen.png') no-repeat;
  background-size: cover;
  margin-top: 170px;
}
.part-1 .desc {
  width: 707px;
  height: 85px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btbg.png') no-repeat;
  background-size: cover;
  margin-top: -47px;

  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(73, 42, 3, 0.9), 0px 1px 4px rgba(86, 19, 6, 0.9);

  line-height: 80px;
  text-align: center;
}
.part-1 .time {
  font-size: 24px;
  font-weight: bold;
  color: #3a260f;
}
.part-1 .server-box {
  min-width: 270px;
  height: 42px;
  background-color: rgba(19, 12, 3, 0.8);
  border-radius: 4px;
  border: solid 1px #b69a55;

  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 20px;
  margin-top: 18px;
  box-sizing: border-box;

  color: #e6cb74;
}
.part-1 .server-box .name {
  flex: 1;
  text-align: right;
}
.part-1 .server-box .btn {
  color: #b6654f;
}
.part-1 .float-bottom {
  position: absolute;
  left: 51.2%;
  bottom: 148px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-1 .float-bottom .text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 2px 2px 1px #6d5852, /* 右下 */ -2px -2px 1px #6d5852, /* 左上 */ 2px -2px 1px #6d5852, /* 右上 */ -2px 2px 1px #6d5852; /* 左下 */
  margin-bottom: 5px;
}
.part-1 .float-bottom .arrow {
  width: 77px;
  height: 77px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/next.png') no-repeat;
  background-size: cover;
  animation: arrow-down-up 2s 0s infinite ease-in-out;
}

.part-title {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-title .rules-btn {
  position: absolute;
  left: 15px;
  top: 7px;

  display: flex;
  align-items: center;
  gap: 6px;

  font-size: 14px;
  color: #bc9946;
}
.part-title .rules-btn .icon {
  width: 24px;
  height: 23px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/gz.png') no-repeat;
  background-size: contain;
}
.part-title .point {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 14px;
  color: #bc9946;
}
.part-title .title {
  font-size: 36px;
  font-weight: bold;
  color: #ffe164;

  display: flex;
  align-items: center;
  gap: 24px;
}
.part-title .title::before {
  content: '';
  width: 108px;
  height: 28px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btlr2.png') no-repeat;
  background-size: contain;
}
.part-title .title::after {
  content: '';
  width: 108px;
  height: 28px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btlr1.png') no-repeat;
  background-size: contain;
}
.part-title .desc {
  font-size: 16px;
  color: #cda74a;
  margin-top: 16px;
}

.part-2 {
  position: relative;
  /* height: 1040px; */
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/bg2.jpg') no-repeat;
  background-size: 100%;
  background-position: top center;
  margin-top: -1px;
}
.part-2 .recharge-list {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 41px;
}
.part-2 .recharge-list li {
  position: relative;
  width: 245px;
  height: 222px;

  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/bgz.png') no-repeat;
  background-size: 100% 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-2 .recharge-list .title {
  font-size: 18px;
  font-weight: bold;
  color: #1d1108;
  margin-top: 40px;
}
.part-2 .recharge-list .img-box {
  padding: 1px;
  border: 2px solid #da7a2c;
  border-radius: 3px;
  margin-top: 25px;
}
.part-2 .recharge-list .img-box img {
  width: 53px;
  height: 53px;
  object-fit: cover;
  display: block;
}
.part-2 .recharge-list .price-box {
  display: flex;
  font-size: 18px;
  color: #1d1108;
  font-weight: bold;
  margin-top: 10px;
  line-height: 26px;
}
.part-2 .recharge-list .price-box .price {
  font-size: 24px;
  line-height: 24px;
}
.part-2 .recharge-list button {
  position: absolute;
  bottom: -12px;
  width: 120px;
  height: 43px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btnd1.png') no-repeat;
  background-size: cover;

  font-size: 17px;
  font-weight: bold;
  color: #fff6b6;
  text-shadow: 1px 0 #614219, 0px 1px #614219, -1px 0 #614219, 0 -1px #614219;
}
.part-2 .reward-title {
  text-align: center;
  font-size: 16px;
  color: #cda74a;
  margin-top: 61px;
}
.part-2 .recharge-reward-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.part-2 .recharge-reward-item {
  display: flex;
  align-items: center;
  width: 1232px;
  height: 126px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/bg1.png') no-repeat;
  background-size: cover;
  padding: 0 20px 0 33px;
  box-sizing: border-box;
}
.part-2 .point-box {
  font-size: 24px;
  font-weight: bold;
  color: #1d1108;
  display: flex;
  align-items: flex-end;
  width: 187px;
  justify-content: center;
}
.part-2 .point-box .point {
  font-size: 48px;
}
.part-2 .point-box .unit {
  margin-bottom: 5px;
}
.part-2 .reward-list {
  flex: 1;
  min-width: 0;

  display: flex;
  gap: 16px;
  margin-left: 18px;
}
.part-2 .reward-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.part-2 .reward-item .img-box {
  padding: 1px;
  border: 2px solid #da7a2c;
  border-radius: 3px;
}
.part-2 .reward-item img {
  width: 53px;
  height: 53px;
  object-fit: cover;
  display: block;
}
.part-2 .reward-item p {
  width: 80px;

  font-size: 16px;
  color: #1d1108;
}

.part-2 .receive-btn {
  width: 157px;
  height: 53px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btnb2.png') no-repeat;
  background-size: cover;

  font-size: 24px;
  font-weight: bold;
  color: #1e1815;
  cursor: default;
}
.part-2 .receive-btn.receive {
  color: #fff3bb;
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btnb1.png');
  cursor: pointer;
}

.part-3 {
  padding-top: 100px;
  box-sizing: border-box;

  height: 817px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/cbbg.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.part-3 .slogen {
  width: 500px;
  height: 189px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/cb.png') no-repeat;
  background-size: cover;

  margin: 148px auto 0;
}
.part-3 .receive-btn {
  width: 157px;
  height: 53px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btnb2.png') no-repeat;
  background-size: cover;

  font-size: 24px;
  font-weight: bold;
  color: #1e1815;
  cursor: default;
  display: block;

  margin: 0 auto;
}
.part-3 .receive-btn.receive {
  color: #fff3bb;
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btnb1.png');
  cursor: pointer;
}

.part-4 {
  position: relative;
  height: 1040px;
  box-sizing: border-box;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/bg2.jpg') no-repeat;
  background-size: 100%;
  background-position: top center;
}

.part-4 .team-box {
  position: relative;
  width: 1200px;
  height: 295px;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 2px #fae283;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
  margin: 71px auto 0;
}
.part-4 .team-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 37px;
  height: 37px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/dian.png') no-repeat;
  background-size: cover;
}
.part-4 .team-box .user-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
}
.part-4 .team-box .user-box .img-box {
  position: relative;
  z-index: 1;
  width: 137px;
  height: 136px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/facebg.png') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part-4 .team-box .user-box .img-box img {
  width: 113px;
  height: 113px;
  object-fit: cover;
  border-radius: 50%;
}
.part-4 .team-box .user-box .text {
  color: #ad7128;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -1px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.part-4 .team-box .user-box .captain-tag {
  display: none;
}
.part-4 .team-box .user-box.have .img-box {
  cursor: default;
}
.part-4 .team-box .user-box.have .text {
  color: white;
}
.part-4 .team-box .user-box.captain::after {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 61px;
  height: 58px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/duizhang.png') no-repeat;
  background-size: cover;
}
.part-4 .team-box .user-box.captain .captain-tag {
  display: block;
}
.part-4 .team-box .invite-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 214px;
  height: 76px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btnd1.png') no-repeat;
  background-size: cover;
  font-size: 30px;
  font-weight: bold;
  line-height: 72px;
  color: #020202;
  text-align: center;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.part-4 .team-box .close-team {
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 20px;
  color: #ad7128;
  cursor: pointer;
}
.part-4 .reward-box {
  position: relative;
  width: 1200px;
  min-height: 273px;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 2px #fae283;
  padding: 31px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 33px;

  margin: 63px auto 0;
}
.part-4 .reward-box::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 55%);
  width: 37px;
  height: 37px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/dian.png') no-repeat;
  background-size: cover;
}
.part-4 .reward-box .reward-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part-4 .reward-box p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
.part-4 .reward-box .gift-list {
  display: flex;
  gap: 16px;
  margin: 16px 0 14px;
}
.part-4 .reward-box .gift-list .gift-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-4 .reward-box .gift-list img {
  width: 82px;
  height: 82px;
  object-fit: cover;
}
.part-4 .reward-box .gift-list p {
  width: 120px;
  font-size: 16px;
  line-height: 20px;
  color: #b77f43;
  text-align: center;
  margin-top: 4px;
}
.part-4 .reward-box button {
  position: relative;
  width: 99px;
  height: 37px;
  cursor: default;
}
.part-4 .reward-box button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btne2.png') no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.part-4 .reward-box button span {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  color: #130806;
}
.part-4 .reward-box button.receive {
  cursor: pointer;
}
.part-4 .reward-box button.receive::before {
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btne1.png');
}

.part-5 {
  margin-top: -147px;
}
.part-5 .reward-list-box {
  position: relative;
  width: 1200px;
  margin: 31px auto 0;
}
.part-5 .reward-list-box .reward-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.part-5 .reward-list .reward-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
}
.part-5 .reward-list .reward-item .imgs-box {
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part-5 .reward-list .rewards {
  display: flex;
  gap: 10px;
  height: 112px;
}
.part-5 .reward-list .rewards li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
}
.part-5 .reward-list .reward-item img {
  width: 82px;
  height: 82px;
  object-fit: cover;
}
.part-5 .reward-list .reward-item .name {
  font-size: 16px;
  color: #ffffff;
  margin-top: 8px;
  font-weight: bold;
  text-align: center;
}
.part-5 .reward-list .reward-item .icon {
  width: 37px;
  height: 37px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/dian2.png') no-repeat;
  background-size: cover;
  margin-top: 19px;
}
.part-5 .reward-list .reward-item .icon.active {
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/dian.png');
}
.part-5 .reward-list .reward-item .point {
  font-size: 18px;
  color: #ffffff;
  margin-top: 8px;
  font-weight: bold;
}
.part-5 .reward-list .reward-item button {
  position: relative;
  width: 99px;
  height: 37px;
  margin-top: 17px;
  cursor: default;
}
.part-5 .reward-list .reward-item button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btne2.png') no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.part-5 .reward-list .reward-item button span {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0px;
  color: #130806;
}
.part-5 .reward-list .reward-item button.receive {
  cursor: pointer;
}
.part-5 .reward-list .reward-item button.receive::before {
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btne1.png');
}
.part-5 .line-process {
  position: absolute;
  top: 145px;
  left: 0;

  width: 100%;
  height: 6px;
  background-color: #000000;
  border: solid 1px #000000;
}
.part-5 .line-process .thumb {
  background-color: #c0504c;
  width: 0%;
  height: 100%;
  transition: width 0.5s ease;
}
.part-5 .task-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 37px;
  gap: 5px;
}
.part-5 .task-list .task-item {
  width: 1228px;
  height: 79px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/bg2.png') no-repeat;
  background-size: cover;

  display: flex;
  align-items: center;
  gap: 54px;

  font-size: 24px;
  font-weight: bold;
  color: #1d1108;
  padding: 0 21px 0 42px;
  box-sizing: border-box;
}
.part-5 .task-list .task-item .title {
  flex: 1;
}
.part-5 .task-list .task-item .receive-btn {
  width: 157px;
  height: 53px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btnb2.png') no-repeat;
  background-size: cover;

  font-size: 24px;
  font-weight: bold;
  color: #1e1815;
  cursor: default;
}
.part-5 .task-list .task-item .receive-btn.receive {
  color: #fff3bb;
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btnb1.png');
  cursor: pointer;
}

.part-6 {
  position: relative;
  min-height: 817px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/jlbbg.png') no-repeat;
  background-size: 100% auto;
  background-position: top center;

  padding-top: 65px;
  box-sizing: border-box;

  margin-top: 48px;
}
.part-6 .vip-btn {
  display: block;
  margin: 413px auto 0;
  width: 157px;
  height: 53px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/btnb1.png') no-repeat;
  background-size: cover;

  font-size: 18px;
  font-weight: bold;
  color: #fff3bb;
  text-align: center;
  line-height: 53px;
}

.part-6 .vip-rules {
  width: 100%;
  height: 900px;

  margin-top: 38px;
}

.float-menus {
  position: fixed;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  z-index: 666;

  opacity: 1;
  transition: opacity 0.1s;
}
.float-menus.hide {
  opacity: 0;
}
.float-menus .menu-list {
  width: 169px;
  height: 336px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/dh1.png') no-repeat;
  background-size: cover;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding-top: 33px;
  box-sizing: border-box;
}

.float-menus .menu-list li {
  position: relative;
  text-align: center;
  width: 100%;
  height: 42px;
  line-height: 42px;

  font-size: 18px;
  letter-spacing: 1px;
  color: #20150d;

  cursor: pointer;
}

.float-menus .menu-list li span {
  position: relative;
}
.float-menus .menu-list li.active {
  font-size: 20px;
  color: white;
  letter-spacing: 2px;
  font-weight: bold;
}
.float-menus .menu-list li.active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-48%);
  width: 165px;
  height: 57px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/dh2.png') no-repeat;
  background-size: cover;
}
.float-menus .backtop-btn {
  position: absolute;
  left: 50%;
  bottom: -76px;
  transform: translateX(-50%);
  width: 66px;
  height: 100px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/top.png') no-repeat;
  background-size: cover;
}

.float-btn {
  position: fixed;
  top: 50%;
  right: 17px;
  transform: translateY(18%);
  z-index: 666;
  /* width: 577px;
  height: 583px; */
  width: 288.5px;
  height: 291.5px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/float_btn_zg.png') no-repeat;
  background-size: cover;
}
.float-btn .close {
  position: absolute;
  top: 0px;
  right: 19px;
  width: 42px;
  height: 42px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/float_close_btn.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}

.modal-box .close-btn {
  position: absolute;
  z-index: 1;
  top: 19px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url('https://img.fxegames.com/fxegames/sgmweb/dwgk/btnf.png') no-repeat;
  background-size: 100% 100%;
}
.modal-container {
  width: 500px;
  position: relative;
  padding: 20px;
  min-width: 450px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.modal-container::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -9px;
  width: 104%;
  height: 102%;
  background: url('https://img.fxegames.com/fxegames/zgzb/ffcs/tcbg6.png') no-repeat;
  background-size: cover;
}
.modal-container .modal-header {
  padding-left: 7px;
  margin-bottom: 16px;
  position: relative;
}
.modal-container .modal-header .title {
  font-size: 24px;
  color: #876c42;
  font-weight: bold;
}
.modal-container .modal-body {
  position: relative;
  flex: 1;
  background-color: #fffbed;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.modal-container .modal-footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 17px;
}
.modal-container .modal-footer .modal-btn {
  width: 151px;
  height: 50px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
}
.modal-container .modal-footer .modal-btn.ok {
  background-color: #92312a;
  color: #ffffff;
}
.modal-container .modal-footer .modal-btn.cancel {
  border: solid 1px #92312a;
  color: #92312a;
}

.invite-modal .modal-body h1 {
  font-size: 16px;
  color: #876c42;
  text-align: center;
}
.invite-modal .modal-body p {
  min-height: 64px;
  background-color: #f1e6ca;
  border-radius: 4px;

  font-size: 18px;
  color: #876c42;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 32px;

  word-break: break-all;
  padding: 6px 16px;
}

.team-modal {
  width: 560px;
}
.team-modal .team-list {
  display: flex;
  margin-top: 17px;
}
.team-modal .team-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
}
.team-modal .team-item .img-box {
  position: relative;
  z-index: 1;
  width: 77px;
  height: 76px;
  background: url('https://img.fxegames.com/fxegames/zgzb/ffcs/face1.png') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-modal .team-item .img-box img {
  width: 63px;
  height: 63px;
  object-fit: cover;
  border-radius: 50%;
}
.team-modal .team-item .text {
  color: #ad7128;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -1px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.team-modal .team-item .captain-tag {
  display: none;
}
.team-modal .team-item.have .img-box {
  cursor: default;
}
.team-modal .team-item.have .text {
  color: black;
}
.team-modal .team-item.captain::after {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 33px;
  background: url('https://img.fxegames.com/fxegames/zgzb/ffcs/qizi.png') no-repeat;
  background-size: cover;
}
.team-modal .team-item.captain .captain-tag {
  display: block;
}
.team-modal .tip {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

.rules-modal.modal-container {
  width: 460px;
  min-height: 381px;
  max-height: 381px;
}
.rules-modal .rule-list {
  padding-right: 21px;
  box-sizing: border-box;
  font-size: 16px;
  color: #876c42;
}
.rules-modal .rule-list h1 {
  font-weight: bold;
}
.rules-modal .rule-list p {
  line-height: 24px;
  margin-bottom: 20px;
}

.goods-modal .reward-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.goods-modal .reward-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods-modal .reward-list li img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.goods-modal .reward-list li span {
  font-size: 18px;
}

.tip-modal .tip {
  text-align: center;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 16px;
  box-sizing: border-box;
}
.form .form-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.form .form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/sx2.png');
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.form .form-select:invalid {
  color: #868686;
}
.form .form-select option {
  color: rgba(0, 0, 0, 0.88);
}
.form .form-select:focus {
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/sx1.png');
}
.form .wrapper {
  flex: 1;
}
.form .label {
  width: 80px;
  text-align: left;
  font-size: 16px;
  color: #876c42;
}
.form .form-input {
  width: 100%;
  height: 36px;
  background-color: #f1e6ca;
  padding: 0 9px;
  box-sizing: border-box;
}
.form .input-number {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-end;
}
.form .input-number button {
  width: 36px;
  height: 36px;
  border: solid 1px #92312a;
  box-sizing: border-box;
  color: #92312a;
}
.form .input-number .num {
  min-width: 95px;
  height: 36px;
  background-color: #f1e6ca;
  padding: 0 10px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
}
.form .price {
  text-align: right;
}
.form .pay-way {
  display: flex;
  align-items: center;
  gap: 31px;
}

.form .pay-way label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.form .pay-way input[type='radio'] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 18px;
  height: 18px;
  background-color: #f1e6ca;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form .pay-way input[type='radio']:checked::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #92312a;
}
.form .pay-way .wx-img {
  width: 106px;
  height: 30px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/wx_pay.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}
.form .pay-way .zfb-img {
  width: 83px;
  height: 30px;
  background: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/zfb_pay.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}

.code-modal {
  z-index: 1001;
}
.code-modal .modal-box {
  width: 263px;
  height: 350px;
  background-color: #ffffff;
  border: solid 1px #c4b993;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 23px;
  gap: 14px;
}
.code-modal .modal-box .tip {
  color: #666666;
  font-size: 16px;
}
.code-modal .modal-box .pay-way {
  background-repeat: no-repeat;
  background-size: contain;
}
.code-modal .modal-box .pay-way.pay-1 {
  width: 108px;
  height: 39px;
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/zfb_pay.png');
}
.code-modal .modal-box .pay-way.pay-2 {
  width: 146px;
  height: 41px;
  background-image: url('https://img.fxegames.com/fxegames/sgm/hzldzgbq/wx_pay.png');
}

.pay-result-modal .img-ico {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}
.pay-result-modal .img-ico .status {
  width: 36px;
  height: 36px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.pay-result-modal .img-ico .status.success {
  background-image: url('https://img.fxegames.com/fxegames/zgzb/payment/zf8.png');
}
.pay-result-modal .img-ico .status.fail {
  background-image: url('https://img.fxegames.com/fxegames/zgzb/payment/zf8_1.png');
}
.pay-result-modal .img-ico .text {
  font-size: 30px;
}
.pay-result-modal .status-code {
  font-size: 20px;
  color: #606060;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
}
