:root {
  --scrollbar-width: 0rem;
}

body {
  background-color: #191b1b;
  display: flex;
  justify-content: center;
}
body.no-scroll {
  overflow: hidden;
}

body.no-scroll #app {
  padding-right: var(--scrollbar-width);
}

.toast-container .toast {
  text-align: center;
}

body .serverChooseAlertCon {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/tcbg1.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}
body .serverChooseAlertConent {
  padding: 0 16px;
  box-sizing: border-box;
}
body .serverChooseAlertTitle {
  position: relative;
  background: none;
  color: transparent;
  pointer-events: none;
}
.serverChooseAlertTitle::after {
  position: absolute;
  left: 0;
  content: '选择您的区服';
  color: #876c42;
}
body .serverChooseAlertClose {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btnf.png) no-repeat;
  background-size: 100% 100%;
}
body .selectUser {
  display: none;
}
body .selectServer .txt {
  display: none;
}
body .selectServer {
  margin: 0;
  margin-bottom: 17px;
  background-color: #fffbed;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  padding: 27px 0 25px;
  height: auto;
  display: flex;
  justify-content: center;
}
body .selectServer .serverSelect {
  width: 258px;
  height: 64px;
  background: none;
}
body .serverSelectCon {
  background-color: #f1e6ca;
  border-radius: 4px;
  color: #876c42;
  position: relative;
}
body .serverSelectCon::after {
  content: '*确定区服后不可更改，请仔细选择';
  font-size: 14px;
  white-space: nowrap;
  color: #92312a;
  display: inline-block;
  position: absolute;
  left: 0%;
  top: 45px;
  width: 100%;
  text-align: center;
}
body .serverSelectCon span {
  color: #876c42;
  font-weight: bold;
}
body .serverSelectCon em {
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #876c42;
}
body .serverChooseAlertConent .btn {
  background-color: #92312a;
  border-radius: 4px;
}

/* 覆盖默认头部logo样式 */
.sgGameGlobalTopCon .logo {
  width: auto;
  margin-top: 0;
  position: static;
}

#app {
  max-width: 750px;
}

[v-cloak] {
  display: none;
}

.container-fluid {
  width: 100%;
  max-width: 750px;

  pointer-events: none;
}
.container {
  width: 100%;
  min-width: 375px;
  max-width: 750px;
  margin: 0 auto;
  pointer-events: all;
}

/* 隐藏 Chrome, Safari 和 Opera 的滚动条 */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
/* 隐藏 IE, Edge 和 Firefox 的滚动条 */
.no-scrollbar {
  -ms-overflow-style: none; /* IE 和 Edge */
  scrollbar-width: none; /* Firefox */
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 0.06rem;
  background-color: #e5e1ce;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #8e4a3e;
  cursor: pointer;
  border-radius: 0.06rem;
}
.scrollbar::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}

button {
  cursor: pointer;
  font-size: inherit;
  background: none;
}

/* banner-box */
.banner-box {
  position: relative;
  width: 100%;
  height: 13.78rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/mwbg.jpg) no-repeat;
  background-size: 100% auto;

  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;

  text-align: center;
}
.banner-box .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.9rem;
}
.banner-box .text-box .text-1 {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/slg.png) no-repeat;
  background-size: contain;
  width: 7.5rem;
  height: 1.54rem;
}
.banner-box .text-box .text-2 {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/slg1.png) no-repeat;
  background-size: contain;
  width: 6rem;
  height: 0.6rem;
  margin-top: -0.19rem;
}
.banner-box .times {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(
    to right,
    transparent 0,
    rgba(0, 0, 0, 0.6) 20%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.6) 80%,
    transparent 100%
  );
  color: #ddd;
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding: 0.05rem 0.3rem;

  margin-top: 0.05rem;
}
.banner-box .text-server {
  margin-top: 0.2rem;
  width: 3.52rem;
  height: 0.52rem;
  background-color: #130c03;
  border-radius: 0.08rem;
  border: solid 0.02rem #b69a55;
  opacity: 0.8;
  color: white;
  padding: 0 0.28rem;
  color: #e6cb74;
  font-size: 0.22rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-box .text-server span:last-child {
  flex: 1;
  cursor: pointer;
}

.banner-box .receive-btn {
  margin-top: 0.4rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btnc.png) no-repeat;
  background-size: contain;
  z-index: 10;

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

  width: 2.1rem;
  height: 2.1rem;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #f2e5c2;
  font-weight: bold;
  letter-spacing: 0rem;
}
.banner-box .receive-btn .text {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.banner-box .receive-btn .text-stroke {
  -webkit-text-stroke: 0.04rem #3d3326; /* Chrome, Safari, Opera */
  -moz-text-stroke: 0.04rem #3d3326; /* Firefox */
  text-stroke: 0.04rem #3d3326;
}
.banner-box .receive-btn::before {
  content: '';
  position: absolute;
  width: 1.54rem;
  height: 1.53rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btnc1.png) no-repeat;
  background-size: contain;
  animation: Spin 30s linear infinite;
}
@keyframes Spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.banner-box .big-reward {
  margin-top: 0.2rem;
  position: relative;
  width: 3.84rem;
  height: 1.47rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/jp.png) no-repeat;
  background-size: contain;
}
.banner-box .big-reward .reward {
  position: absolute;
  top: 50%;
  left: 0.36rem;
  transform: translateY(-62%);

  width: 0.73rem;
  height: 0.33rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/jp1.png) no-repeat;
  background-size: contain;
}
.banner-box .big-reward .text {
  position: absolute;
  top: 50%;
  left: 1.37rem;
  transform: translateY(-62%);

  font-size: 0.18rem;
  color: black;

  text-align: left;
  font-weight: bold;
}
.banner-box .big-reward .text-stroke {
  -webkit-text-stroke: 0.04rem #b7a479; /* Chrome, Safari, Opera */
  -moz-text-stroke: 0.04rem #b7a479; /* Firefox */
  text-stroke: 0.04rem #b7a479;
}

/* 右侧预约诸国争霸 */
.right-booking {
  position: fixed;
  z-index: 666;
  left: 0px;
  bottom: 0.62rem;
}
body.no-scroll .right-booking {
  right: calc(0px + var(--scrollbar-width));
}
.right-booking .illustration {
  position: absolute;
  bottom: 33%;
  left: 50%;
  transform: translateX(-54%);
  width: 3.79rem;
  height: 2.65rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/xf2.png) no-repeat;
  background-size: contain;
}
.right-booking button {
  position: relative;
  display: block;
  width: 3.6rem;
  height: 1.29rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/xf1.png) no-repeat;
  background-size: contain;
}
.right-booking .text {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translateX(-50%);

  font-size: 0.24rem;
  color: black;

  font-weight: bold;
  text-wrap: nowrap;
}
.right-booking .text-stroke {
  -webkit-text-stroke: 0.04rem #b7a479; /* Chrome, Safari, Opera */
  -moz-text-stroke: 0.04rem #b7a479; /* Firefox */
  text-stroke: 0.04rem #b7a479;
}

/* 帝国国运 */
.reward-box {
  position: relative;
  z-index: 5;

  margin-top: -0.95rem;
  padding-top: 1rem;
  padding-bottom: 1.7rem;

  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/mwbg1.png) no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.heading-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.heading-box .help-rules {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  color: #bc9946;

  display: flex;
  gap: 0.12rem;
  align-items: center;
}
.heading-box .help-rules .icon {
  width: 0.38rem;
  height: 0.36rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/ico1.png) no-repeat;
  background-size: contain;
}
.heading-box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.19rem;

  font-size: 0.36rem;
  font-weight: bold;
  color: #ffe886;
}
.heading-box .left-arrow {
  width: 1.37rem;
  height: 0.73rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/bt1.png) no-repeat;
  background-size: contain;
}
.heading-box .right-arrow {
  width: 1.37rem;
  height: 0.73rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/bt2.png) no-repeat;
  background-size: contain;
}
.reward-box .reward-list {
  margin-top: 0.58rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}
.reward-box .reward-list > li {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/mwk1.png) no-repeat;
  background-size: contain;
  width: 7.01rem;
  height: 2.09rem;

  display: flex;
  align-items: center;
}
.reward-box .reward-list .left-title {
  font-size: 0.3rem;
  font-style: italic;
  color: #ffe886;
  font-weight: bold;
  width: 0.3rem;

  padding: 0 0.45rem;
}
.reward-box .reward-list .right-content {
  flex: 1;
  height: 100%;
  padding-left: 0.25rem;
}
.reward-box .reward-list .right-content > li {
  height: 50%;
  display: flex;
  align-items: self-start;

  position: relative;
}
.reward-box .reward-list .right-content .title {
  font-size: 0.2rem;
  color: #67582e;
  width: 1.42rem;
}

.reward-box .reward-list .right-content .reward {
  flex: 1;
  display: flex;
  gap: 0.1rem;
  font-size: 0.18rem;
  color: #ffe886;

  margin-top: 0.12rem;

  flex-wrap: wrap;
}
.reward-box .reward-list .right-content .reward > li {
  display: flex;
  align-items: center;
}
.reward-box .reward-list .right-content .reward .icon {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.17rem;
}
/* .reward-box .reward-list .right-content .reward span {
  text-overflow: ellipsis;
  text-wrap: nowarp;
  overflow: hidden;
} */
.reward-box .reward-list .right-content .rules {
  flex: 1;
  font-size: 14px;
  color: #ffe886;
}
.reward-box .reward-list .right-content .right-btn {
  position: absolute;
  right: 0.14rem;
  bottom: 0.1rem;
  z-index: 10;

  width: 1.27rem;
  height: 0.45rem;

  font-size: 0.18rem;
  color: #0a0b0b;
  font-weight: bold;

  box-sizing: border-box;
  padding-bottom: 0.03rem;

  user-select: none;
  background-size: contain;
  background-repeat: no-repeat;
}
.reward-box .reward-list .right-content .right-btn.gz {
  background-image: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btnd.png);
}
.reward-box .reward-list .right-content .right-btn.gz.disabled {
  background-image: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btnd1.png);
  pointer-events: none;
}
.reward-box .reward-list .right-content .right-btn.zg {
  background-image: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btne.png);
}

/* 任务奖励容器 */
.lottery-task {
  position: relative;
  z-index: 6;
  margin-top: -1.2rem;
  padding-top: 1rem;
  padding-bottom: 1.7rem;

  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/mwbg.png) no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

/* 抽奖区域 */
.lottery-task .lottery-content {
  margin-top: 0.34rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}

/* 轮播区域 */
.lottery-task .lottery-box {
  width: 7.21rem;
  height: 4.41rem;
  border: solid 0.02rem #ffe971;
  padding: 0.03rem;
  box-sizing: border-box;

  position: relative;
}
.lottery-task .lottery-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0.5rem;
  box-sizing: border-box;

  border: solid 1px #ffe971;

  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/img.jpg) no-repeat;
  background-position: center;
  background-size: contain;
}

.lottery-task .swiper-slide {
  position: relative;
  width: 4.5rem;
  height: 2.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/jpbg.png) no-repeat;
  background-size: contain;
}
.lottery-task .swiper-slide img {
  margin-top: 0.87rem;
  width: 0.74rem;
  height: 0.74rem;
  object-fit: contain;
}
.lottery-task .swiper-slide .text-box {
  position: relative;
  margin-top: 0.3rem;
}
.lottery-task .swiper-slide .text-box .text {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translateX(-50%);

  /* width: 0.92rem; */
  white-space: nowrap;
  font-size: 0.186rem;
  line-height: 0.186rem;
  color: black;

  text-align: center;

  font-weight: bold;
}
.lottery-task .swiper-slide .text-box .text-stroke {
  -webkit-text-stroke: 0.04rem #b7a479; /* Chrome, Safari, Opera */
  -moz-text-stroke: 0.04rem #b7a479; /* Firefox */
  text-stroke: 0.04rem #b7a479;
}

.lottery-task .swiper-button-prev {
  position: absolute;
  left: 1.5rem;
  top: 87%;
  width: 1.03rem;
  height: 0.57rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/lr1.png) no-repeat;
  background-size: contain;
}
.lottery-task .swiper-button-next {
  position: absolute;
  right: 1.5rem;
  top: 87%;
  width: 1.03rem;
  height: 0.57rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/lr2.png) no-repeat;
  background-size: contain;
}
.lottery-task .swiper-button-prev::after,
.lottery-task .swiper-button-next::after {
  display: none;
}
.lottery-task .lottery-box .text-tip {
  position: absolute;
  z-index: 10;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);

  width: 1.67rem;
  height: 0.36rem;
  background-color: #000000;
  border-radius: 0.04rem;
  border: solid 1px #b69a55;
  opacity: 0.8;
  font-size: 0.2rem;
  color: #c09145;

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

.lottery-task .lottery-box .lottery-btn {
  position: absolute;
  z-index: 10;
  bottom: -0.28rem;
  left: 50%;
  transform: translateX(-50%);

  width: 1.48rem;
  height: 0.53rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btnd.png) no-repeat;
  background-size: contain;
  font-size: 0.18rem;
  color: #0a0b0b;
  font-weight: bold;

  padding-bottom: 0.03rem;
  box-sizing: border-box;
}

/* 任务区域 */
.lottery-task .task-box {
  width: 7.21rem;
  height: 4.41rem;
}

.lottery-task .task-box .top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lottery-task .task-box .top-title .title {
  font-size: 0.24rem;
  color: #ffe886;
  font-weight: bold;

  display: flex;
  align-items: center;
}
.lottery-task .task-box .top-title .title::before {
  content: '';
  display: inline-block;
  width: 0.06rem;
  height: 0.24rem;
  background-color: #ffe886;

  margin-right: 0.09rem;
}

.lottery-task .task-box .action-btns {
  display: flex;
  gap: 0.72rem;
}

.lottery-task .task-box .action-btns button {
  font-size: 0.24rem;
  color: #bc9946;

  display: flex;
  align-items: center;
  gap: 0.08rem;
}
.lottery-task .task-box .action-btns .bag-btn .icon {
  width: 0.26rem;
  height: 0.28rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/ico2.png) no-repeat;
  background-size: contain;
}
.lottery-task .task-box .action-btns .address-btn .icon {
  width: 0.19rem;
  height: 0.24rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/ico3.png) no-repeat;
  background-size: contain;
}

.lottery-task .task-box .task-table-wrapper {
  margin-top: 0.16rem;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lottery-task .task-box .task-table-wrapper > li {
  display: flex;
  height: 0.57rem;
  background-color: #000000;
  border: solid 0.02rem #856d30;
  box-sizing: border-box;
}

.lottery-task .task-table-wrapper .task-type {
  width: 1.11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #856d30;

  font-size: 0.193rem;
  color: #000000;
  font-weight: bold;
}

.lottery-task .task-table-wrapper .task-name {
  flex: 1;

  display: flex;
  align-items: center;
}

.lottery-task .task-name .name {
  font-size: 0.193rem;
  color: #ffe886;
  flex: 1;
  padding: 0 0.3rem;
}

.lottery-task .task-name button {
  position: relative;
  width: 1.07rem;
  height: 0.43rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-right: 0.06rem;

  background-image: linear-gradient(0deg, #b58d2c 0%, #ffe886 100%), linear-gradient(#f4db79, #f4db79);
  background-blend-mode: normal, normal;

  font-size: 0.193rem;
  color: #000000;
}
.lottery-task .task-name button span {
  position: relative;
}
.lottery-task .task-name button.btn-1 {
  color: #e1c364;
  font-weight: bold;
}
.lottery-task .task-name button.btn-1::before {
  position: absolute;
  content: '';
  height: 0.395rem;
  width: 1.04rem;
  background-color: #070808;
}
.lottery-task .task-name button.btn-2 {
  font-weight: bold;
}
.lottery-task .task-name button.btn-3 {
  background: #666666;
  pointer-events: none;
}
.lottery-task .task-name button.btn-4 {
  font-weight: bold;
}

/* 奖励历程 */
.reward-course {
  position: relative;
  z-index: 7;
  margin-top: -0.95rem;
  padding-top: 1rem;
  padding-bottom: 1.7rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/mwbg1.png) no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.reward-course .reward-count {
  font-size: 0.28rem;
  color: #bc9946;
  text-align: center;
}

.reward-course .to-gz-box {
  margin-top: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reward-course .to-gz-box .gz-bg {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/mlogo2.png) no-repeat;
  background-size: contain;
  width: 4.84rem;
  height: 3.04rem;
}
.reward-course .to-gz-box span {
  font-size: 0.24rem;
  color: #67582e;
}
.reward-course .to-gz-box button {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btne.png) no-repeat;
  background-size: 100% 100%;
  cursor: default;
  width: 1.27rem;
  height: 0.45rem;
  font-size: 0.18rem;
  font-weight: bold;
  margin-top: 0.2rem;
  padding-bottom: 0.03rem;
  color: #67582e;
}

.reward-course .reward-list {
  width: 7.01rem;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;

  margin: 0.4rem auto 0;
}

.reward-course .reward-list li.header {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 0.2rem;
  color: #ffe886;
  font-weight: bold;
  height: 0.68rem;

  border: solid 0.02rem #bf9a3a;
  box-sizing: border-box;

  position: relative;

  background: rgba(0, 0, 0, 0.4);
}
.reward-course .reward-list li.header::before {
  content: '';
  border: solid 0.03rem #1d110d;
  width: calc(100% - 0.07rem);
  height: calc(100% - 0.07rem);

  position: absolute;

  pointer-events: none;
}
.reward-course .reward-list li.header::after {
  content: '';
  border: solid 1px #856d30;
  position: absolute;
  width: calc(100% - 0.09rem);
  height: calc(100% - 0.09rem);
  pointer-events: none;
}
.reward-course .reward-list li.header .num {
  font-style: normal;
  font-size: 0.2rem;
  text-align: center;
  padding: 0;
}
.reward-course .reward-list li.header .gzReward {
  justify-content: center;
}
.reward-course .reward-list li.header .zgReward {
  justify-content: center;
}

.reward-course .reward-list > li.item {
  height: 1.17rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/mwk2.png) no-repeat;
  background-size: 100% 100%;

  display: flex;
  align-items: center;
}
.reward-course .reward-list > li.disabled {
  opacity: 0.6;
}
.reward-course .reward-list .num {
  font-size: 0.31rem;
  font-style: italic;
  color: #ffe886;
  font-weight: bold;

  width: 2.92rem;
  text-align: left;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.reward-course .reward-list .num span {
  font-size: 0.51rem;
}
.reward-course .reward-list .gzReward {
  flex: 1;
  display: flex;
  align-items: center;
}
.reward-course .reward-list .reward {
  font-size: 0.18rem;
  color: #ffe886;

  flex: 1;

  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
.reward-course .reward-list .reward > li {
  display: flex;
  align-items: center;
  gap: 0.17rem;
}

.reward-course .reward-list .gzReward .icon {
  width: 0.32rem;
  height: 0.32rem;
}

.reward-course .reward-list .gzReward > button {
  width: 1.27rem;
  height: 0.45rem;

  font-size: 0.18rem;
  color: #0a0b0b;
  font-weight: bold;

  box-sizing: border-box;
  padding-bottom: 0.03rem;
  margin-right: 0.2rem;
}
.reward-course .reward-list .gzReward > button.btn-1 {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btnd1.png) no-repeat;
  background-size: 100% 100%;
  cursor: default;
}
.reward-course .reward-list .gzReward > button.btn-2 {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btnd.png) no-repeat;
  background-size: 100% 100%;
}
.reward-course .reward-list .gzReward > button.btn-3 {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btnd1.png) no-repeat;
  background-size: 100% 100%;
  cursor: default;
}

/* 弹出框 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;

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

  --bg-content: #fffbed;
}
.modal-container {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/tcbg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.24rem 0.24rem 0.4rem;
  width: 4.68rem;
  max-width: 90%;
  box-sizing: border-box;
}
.modal-container .modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 0 0.04rem 0 0.15rem;
  margin-bottom: 0.16rem;
  position: relative;
}
.modal-container .modal-header .title {
  flex: 1;
  font-size: 0.24rem;
  color: #876c42;
  font-weight: bold;
}
.modal-container .modal-header .close-btn {
  width: 0.25rem;
  height: 0.25rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/btnf.png) no-repeat;
  background-size: 100% 100%;
}
.modal-container .content {
  background-color: var(--bg-content);
  border-radius: 0.04rem;
  padding: 0.25rem;
  font-size: 0.2rem;
}

.modal-container .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.14rem;
  margin-top: 0.17rem;
}
.modal-container .modal-footer .modal-btn {
  min-width: 1.31rem;
  height: 0.5rem;
  padding: 0 0.2rem;
  border-radius: 0.04rem;
  font-size: 0.24rem;
  font-weight: bold;
}
.modal-container .modal-footer .modal-btn.ok {
  background-color: #92312a;
  color: #ffffff;
}
.modal-container .modal-footer .modal-btn.cancel {
  border: solid 0.01rem #92312a;
  color: #92312a;
}
/* 国运弹窗 */
.gyModal .modal-container {
  width: 4.8rem;
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/tcbg5.png) no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.gyModal .modal-header .close-btn {
}
.gyModal .modal-header .title {
  position: absolute;
  left: 50%;
  top: 0.1rem;
  transform: translateX(-50%);
}
.gyModal .modal-header .flag-title {
  position: absolute;
  left: 47%;
  top: 1.08rem;
  transform: translateX(-50%);

  font-size: 0.59rem;
  font-style: italic;
  color: #ffe886;
  font-weight: bold;
  text-wrap: nowrap;

  text-shadow: 0.01rem 0.01rem 0.05rem black, 0 0 1em black, 0 0 0.2em black;
}
.gyModal .modal-body {
  margin-top: 2.08rem;
  position: relative;
}
.gyModal .modal-body > p {
  font-size: 0.18rem;
  color: #56462e;
  text-align: center;
  font-weight: bold;
}
.gyModal .reward > p {
  font-size: 0.24rem;
  color: #876c42;
  text-align: center;
  font-weight: bold;
}
.gyModal .reward.content {
  margin-top: 0.19rem;
  padding: 0.16rem 0.13rem 0.1rem;
}
.gyModal .reward > ul {
  margin-top: 0.13rem;
  height: 1.14rem;
  background-color: #f1e6ca;
  border-radius: 0.04rem;

  display: flex;
  flex-wrap: nowrap;

  overflow-x: scroll;
}
.gyModal .reward li {
  flex-shrink: 0;
  width: 1.04rem;
  padding: 0 0.14rem;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.03rem;
}
.gyModal .reward li img {
  width: 0.32rem;
  height: 0.32rem;
}
.gyModal .reward li span {
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #412c18;
}
/* 分享弹窗 */
.shareModal .content {
  padding: 0.42rem 0.25rem 0.26rem;
}
.shareModal .content p {
  font-size: 0.18rem;
  color: #876c42;
  text-align: center;
}
.shareModal .content div {
  height: 0.64rem;
  background-color: #f1e6ca;
  border-radius: 0.04rem;

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

  margin-top: 0.32rem;

  word-break: break-all;
  padding: 0 0.16rem;
}

.rewardRulesModal .content,
.lotteryRulesModal .content {
  padding-right: 0.15rem;
}
.rewardRulesModal .rules-content,
.lotteryRulesModal .rules-content {
  font-size: 0.2rem;
  color: #876c42;
  overflow-y: auto;

  height: 3.8rem;

  padding: 0 0.15rem 0 0;
}

.bag-modal .modal-container {
  width: 7rem;
}
.bag-modal .modal-body {
  background-color: var(--bg-content);
  border-radius: 0.04rem;
  overflow: hidden;
}
.bag-modal .tabs {
  display: flex;
  overflow-x: auto;

  background: #c1b38e;
}
.bag-modal .tabs li {
  cursor: pointer;
  user-select: none;

  width: 2.01rem;
  height: 0.57rem;

  display: flex;
  justify-content: center;
  align-items: center;
  color: #fffbed;
}
.bag-modal .tabs li.active {
  background-color: #fffbed;
  font-size: 0.22rem;
  color: #876c42;
  font-weight: bold;
}
.bag-modal .tabs-content {
  padding: 0.1rem 0.06rem 0.1rem 0.12rem;
  height: 3.72rem;
  box-sizing: border-box;
}
.bag-modal .tab-content {
  padding-right: 0.06rem;
  height: 100%;
  overflow-y: auto;
}
.bag-modal .tab-content ul {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
}
.bag-modal .tab-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.2rem;
  padding: 0 0.32rem;

  height: 0.42rem;
  background-color: #d7be8935;

  font-size: 0.2rem;
  color: #6e6b65;
}
.bag-modal .tab-content li .text {
  flex: 1;
}
.bag-modal .tab-content li .btn {
  width: 2.6rem;
  text-align: center;
  font-size: 0.2rem;
  color: #9e3c28;
}
.bag-modal .tab-content li .btn.disabled {
  color: #938b8a;
  user-select: none;
}
.bag-modal .tab-content li .btn.underline {
  text-decoration: underline;
}
.bag-modal .no-data {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bag-modal .no-data .no-data-img {
  background: url(https://img.fxegames.com/fxegames/sgmweb/dwgk/zwjp.png) no-repeat;
  background-size: contain;
  width: 1.78rem;
  height: 2.25rem;
}
.bag-modal .no-data .no-data-text {
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #cab883;
  font-weight: bold;
}

/* 管理地址弹窗 */
.write-address-modal form {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
.write-address-modal .form-item {
  /* background-color: ; */
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.write-address-modal .form-item span {
  font-size: 0.2rem;
  color: #876c42;
}
.write-address-modal .form-item input,
.write-address-modal .form-item textarea {
  background-color: #f1e6ca;
  border-radius: 0.04rem;
  padding: 0.1rem 0.2rem;
  resize: none;
}

.lottery-tip-modal .modal-header .title {
  position: absolute;
  left: 50%;
  top: 0.1rem;
  transform: translateX(-50%);
}
.lottery-tip-modal .modal-body .desc {
  text-align: center;
  color: #876c42;
  font-weight: bold;
  margin: 0.2rem 0 0.14rem;
}

.lottery-tip-modal .modal-body .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #876c42;
  gap: 0.16rem;
}
.lottery-tip-modal .modal-body .content img {
  width: 0.66rem;
  height: 0.66rem;
  object-fit: contain;
}

.gy-tip-modal .modal-body h1 {
  color: #876c42;
}
.gy-tip-modal .modal-body p {
  color: #333333;
  line-height: 0.32rem;
}
.loading-box {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);

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

  user-select: none;

  position: fixed;
  left: 0;
  top: 0;

  z-index: 99999999;
}

.loading-box .loading {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 3px solid #ccc;
  border-radius: 50%;
  border-top: 3px solid #ecce78;
  animation: loadingAnimation 1s infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@keyframes loadingAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
