[v-cloak] {
  display: none;
}

.main {
  max-width: 1920px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl19.jpg) no-repeat;
  background-size: cover;
  /* height: 960px; */
}

.main .nav-logo .logo {
  position: absolute;
  width: 377px;
  height: 105px;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl4.png) no-repeat;
  background-size: 100% 100%;
  top: 20px;
  left: 30px;
}

.main .nav-logo .btns {
  position: absolute;
  top: 32px;
  right: 30px;
}

.main .nav-logo .btns a {
  display: inline-block;
  width: 92px;
  height: 92px;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl18.png);
  background-size: 100% 100%;
  text-decoration: none;
  font-size: 24px;
  color: #58431f;
  text-align: center;
  line-height: 58px;
  font-weight: bold;
  font-size: 0;
}
.main .nav-logo .btns a+a{
  background-image: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl17.png);
}
.main .container {
  position: relative;
  min-height: 1500px;
  max-width: 1575px;
  margin: 0 auto;
}

/* æ ‡é¢˜ç»„ */
.active-title {
  width: 1195px;
  height: 446px;
  margin: 188px auto 0;
  position: relative;
  left: 0;}

.active-title .title {
  height: 100%;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl5.png) center / contain no-repeat;}

.active-title .term {
  position: absolute;
  top: 36px;
  right: 7px;
  width: 57px;
  height: 109px;
  background-image: url('https://img.fxegames.com/fxegames/sgmweb/qyjll/qyjll14.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 100%;
  font-size: 22px;
  color: #fbe7ad;
  padding: 16px 17px;
  box-sizing: border-box;
  line-height: 18px;
  text-shadow: 0px 0px 10px rgb(0 0 0);
  display:none;
}

.active-title .term i {
  width: 45px;
  height: 84px;
  position: absolute;
  left: 5px;
  top: 10px;
  display: block;
  background: none no-repeat center;
  background-size: 100%;
}

/* å±Šæ•°ä¸‹æ‹‰æ¡† */
.term-switch {width: 444px;position: relative;display: flex;justify-content: center;margin: 60px auto;z-index: 3;}

.term-switch .term {
  width: 100%;
  height: 67px;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl15.png) center / 100% no-repeat;
  font-family: LiSu;
  font-size: 27px;
  line-height: 67px;
  letter-spacing: 2px;
  text-align: center;
  color: #352210;
  cursor: pointer;
  position: relative;}

/* ç®­å¤´ */
.term-switch .term::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 68px;
  transform: translateY(-50%);
  width: 29px;
  height: 25px;
  background-image: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl11.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.term-switch:hover .term::after {
  background-image: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl10.png);
}

.term-switch:hover .term-flow {
  display: flex;
}

/* å±Šæ•°åˆ—è¡¨ */
.term-switch .term-flow {
  display: none;
  padding-top: 11px;

  position: absolute;
  bottom: 0px;
  left: 1%;
  transform: translateY(100%);

  width: 100%;
  justify-content: center;
}

.term-switch .termList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;

  width: 88%;
  height: 120px;

  /* åŸºæœ¬æ ·å¼ï¼Œç¡®ä¿æº¢å‡ºæ—¶æ˜¾ç¤ºæ»šåŠ¨æ¡ */
  overflow-y: auto;

  position: relative;
}

/* é’ˆå¯¹ Firefox */
@-moz-document url-prefix() {
  .term-switch .termList {
    scrollbar-width: thin;
    /* è®¾ç½®æ»šåŠ¨æ¡çš„å®½åº¦ */
    scrollbar-color: #7e2e3a;
    /* è®¾ç½®æ»šåŠ¨æ¡çš„é¢œè‰² */
  }
}

/* é’ˆå¯¹ Webkit å¼•æ“Žæµè§ˆå™¨ï¼ˆChrome, Safari, Edgeï¼‰ */
.term-switch .termList::-webkit-scrollbar {
  width: 10px;
}

.term-switch .termList::-webkit-scrollbar-thumb {
  background: #7e2e3a;
  border-radius: 3px;
}

.term-switch .termList::-webkit-scrollbar-track {
  background: #ca896a;
  border-radius: 3px;
}

.term-switch .termList a {
  width: 100%;
  height: 39px;

  font-size: 18px;
  line-height: 39px;
  letter-spacing: 1px;
  color: #9a7552;
  text-align: center;

  background: linear-gradient(90deg, transparent 0%, rgb(102, 71, 47) 16%, rgb(102, 74, 48) 50%, rgb(102, 71, 47) 84%, transparent 100%);

  position: relative;
}

.term-switch .termList a.active,
.term-switch .termList a:hover {
  color: #fbe7ad;
  background: linear-gradient(90deg, transparent 0%, rgb(106, 76, 51) 16%, rgb(122, 89, 59) 50%, rgb(106, 76, 51) 84%, transparent 100%);
}

.term-switch .termList a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, rgb(92, 61, 40) 16%, rgb(86, 58, 38) 50%, rgb(92, 61, 40) 84%, transparent 100%);
}

/* åŒºæœæ  */
.btn-bar {
  display: flex;
  justify-content: flex-end;
  gap: 38px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  color: #5f3110;
  font-weight: 600;

  max-width: 1306px;
  margin: 0 auto;
}

.btn-bar .cur-district {
  width: 495px;
  height: 56px;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl9.png) center/100% 100% no-repeat;
  line-height: 42px;
}

.btn-bar .cur-district .label {
  margin-right: 30px;
}

.btn-bar .district-select {
  position: relative;
}

.btn-bar .district-btn {
  width: 209px;
  height: 58px;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl6.png) center/100% 100% no-repeat;
  line-height: 45px;
  cursor: pointer;
}

.btn-bar .district-select:hover .district-btn {
  background-image: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl7.png);
}

.btn-bar .district-select:hover .district-list {
  display: flex;
}

.btn-bar .district-select .district-list {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 162px;
  height: 180px;
  z-index: 10;
  transform: translate(-47%, 100%);

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

  overflow-y: auto;
}

/* é’ˆå¯¹ Firefox */
@-moz-document url-prefix() {
  .btn-bar .district-select .district-list {
    scrollbar-width: thin;
    /* è®¾ç½®æ»šåŠ¨æ¡çš„å®½åº¦ */
    scrollbar-color: #f3ef7a #dec171;
    /* è®¾ç½®æ»šåŠ¨æ¡çš„é¢œè‰² */
  }
}

/* é’ˆå¯¹ Webkit å¼•æ“Žæµè§ˆå™¨ï¼ˆChrome, Safari, Edgeï¼‰ */
.btn-bar .district-list::-webkit-scrollbar {
  width: 10px;
}

.btn-bar .district-list::-webkit-scrollbar-thumb {
  background: #f3ef7a;
  border-radius: 3px;
}

.btn-bar .district-list::-webkit-scrollbar-track {
  background: #dec171;
  border-radius: 3px;
}

.btn-bar .district-list li {
  background: url('https://img.fxegames.com/fxegames/sgmweb/qyjll/qyjll1.png') center top/100% 110% no-repeat;
  width: 100%;
  height: 45px;
  position: relative;
  font-size: 18px;

  line-height: 40px;

  cursor: pointer;
}

.btn-bar .district-list li.active,
.btn-bar .district-list li:hover {
  background-image: url('https://img.fxegames.com/fxegames/sgmweb/qyjll/qyjll2.png');
}

.btn-bar .rules {
  width: 204px;
  height: 58px;
  background: url('https://img.fxegames.com/fxegames/sgmweb/qyjll/qyjll1.png') center/100% 100% no-repeat;
  line-height: 45px;

  cursor: pointer;
}

.btn-bar .rules:hover {
  background-image: url('https://img.fxegames.com/fxegames/sgmweb/qyjll/qyjll2.png');
}

.ranking-box {
  width: 1575px;
  height: 991px;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl8.png) center/100% 100% no-repeat;
  /* transform: translateX(-53px); */
  /* padding: 53px; */
  box-sizing: border-box;
  /* margin-bottom: 60px; */
  padding-top: 126px;
}

.ranking-box .title {
  /* display: flex; */
  font-size: 0;
  letter-spacing: 2px;
  color: #fff69e;
  height: 72px;
  line-height: 72px;
  text-align: center;
  margin: 0 auto;
  width: 1120px;
  text-align: center;
  margin: 0 auto;
  /* display: block; */
}

.ranking-box .order-num {
  /* width: 177px; */
  color: #e74700;
  font-size: 22px;
  display: inline-block;
  width: 105px;
  float: left;
  /* background: red; */
}

.ranking-box .name {
  /* width: 177px; */
  color: #e74700;
  font-size: 22px;
  display: inline-block;
  width: 250px;
  float: left;
}

.ranking-box .bonds-num {
  /* width: 177px; */
  color: #e74700;
  font-size: 22px;
  display: inline-block;
  width: 190px;
  float: left;
}
.ranking-box .title li{
  color:#e74700 !important;
}
.ranking-box .reward {
  width: 177px;
  color: #e74700;
  font-size: 22px;
  display: inline-block;
  width: 385px;
  float: left;
}

.ranking-box .row .reward {
  width: 350px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 100px;
  box-sizing: border-box;
  flex:1;
}

.ranking-box .row .reward-in {
  width: 350px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-sizing: border-box;
  /* font-weight: bold; */
  color: #7b5200;
  font-size: 16px;
  position: relative;
}
.ranking-box .row .reward-bg{
  width: 48px;
  height: 45px;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl16.png) center/100% 100% no-repeat;

}
.ranking-box .reward img {
  width: 39px;
  height: 39px;
  object-fit: cover;
  margin: 3px;
}

.ranking-box .body {
  width: 1180px;
  height: 708px;
  overflow-y: auto;
  margin: 0 auto;
  position: relative;
  left: 0;
}

/* é’ˆå¯¹ Firefox */
@-moz-document url-prefix() {
  .ranking-box .body {
    scrollbar-width: thin;
    /* è®¾ç½®æ»šåŠ¨æ¡çš„å®½åº¦ */
    scrollbar-color: #d69270;
    /* è®¾ç½®æ»šåŠ¨æ¡çš„é¢œè‰² */
  }
}

/* é’ˆå¯¹ Webkit å¼•æ“Žæµè§ˆå™¨ï¼ˆChrome, Safari, Edgeï¼‰ */
.ranking-box .body::-webkit-scrollbar {
  width: 10px;
}

.ranking-box .body::-webkit-scrollbar-thumb {
  background: #862c3a;
  border-radius: 10px;
}

.ranking-box .body::-webkit-scrollbar-track {
  background: #d69270;
  border-radius: 10px;
}

.ranking-box .body .row {
  margin-left: 33px;
  display: flex;
  text-align: center;
  line-height: 57px;
  color: #c42d0a;
  position: relative;
  width: 1119px;
  height: 57px;
  background-color: #ffe2b9;
  border-radius: 13px;
  margin-bottom: 13px;
}

.ranking-box .body .row::after {
  /* content: ''; */
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1.5px;
  width: 95%;
  background-image: linear-gradient(90deg, transparent 0%, rgb(178, 165, 132) 16%, #afa381 50%, rgb(178, 165, 132) 84%, transparent 100%);
}

.ranking-box .body .name {
  color: #893c21;
  /* font-weight: bold; */
  font-size: 20px;
}

/* æ´»åŠ¨è§„åˆ™å¼¹çª— */
.alert-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.alert-box .alert-content {
  position: relative;
  z-index: 10;
  width: 955px;
  height: 659px;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl21.png) center/100% 100% no-repeat;
  padding: 32px 60px 60px 60px;
  box-sizing: border-box;
}

.alert-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

  background: rgba(0, 0, 0, 0.6);
}

.alert-box .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #4f290d;
  width: 672px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 22px auto 0;
}

.alert-box .content {
  height: 450px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 10px 81px 30px;
  box-sizing: border-box;
}

.alert-box .content .tips-text,
.alert-box .content .context span {
  color: red;
}

.alert-box .content .tip,
.alert-box .content .context span {
  font-size: 18px;
}

/* é’ˆå¯¹ Firefox */
@-moz-document url-prefix() {
  .alert-box .content {
    scrollbar-width: thin;
    /* è®¾ç½®æ»šåŠ¨æ¡çš„å®½åº¦ */
    scrollbar-color: #785f44 #bb9d81;
    /* è®¾ç½®æ»šåŠ¨æ¡çš„é¢œè‰² */
  }
}

/* é’ˆå¯¹ Webkit å¼•æ“Žæµè§ˆå™¨ï¼ˆChrome, Safari, Edgeï¼‰ */
.alert-box .content::-webkit-scrollbar {
  width: 13px;
}

.alert-box .content::-webkit-scrollbar-thumb {
  background: #785f44;
}

.alert-box .content::-webkit-scrollbar-track {
  background: #bb9d81;
}

.alert-box .content li,
.alert-box .content .context {
  list-style: decimal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #4f290d;
}

.alert-box .close-btn {
  position: absolute;
  right: 38px;
  top: 52px;
  transform: translateX(-50%);
  width: 39px;
  height: 37px;
  background: #776046;
  /* box-shadow: 0px 0px 10px 4px #594b3f; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl20.png) no-repeat;
  background-size: 100%;
}

.alert-box .close-btn::before,
.alert-box .close-btn::after {
  /* content: ''; */
  position: absolute;
  width: 2px;
  height: 70%;
  background: #e7d1a5;
  border-radius: 2px;
}

.alert-box .close-btn::before {
  transform: rotate(45deg);
}

.alert-box .close-btn::after {
  transform: rotate(-45deg);
}


.ranking-box .num1 {
  font-size: 0;
}

.ranking-box .num1:before {
  content: "";
  width: 51px;
  height: 51px;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl1.png) no-repeat center;
  background-size: 100%;
  display: block;
  margin: auto;
}

.ranking-box .num2 {
  font-size: 0;
}

.ranking-box .num2:before {
  content: "";
  width: 51px;
  height: 51px;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl2.png) no-repeat center;
  background-size: 100%;
  display: block;
  margin: auto;
}

.ranking-box .num3 {
  font-size: 0;
}

.ranking-box .num3:before {
  content: "";
  width: 51px;
  height: 51px;
  background: url(https://img.fxegames.com/fxegames/sgm/spzl/spzl3.png) no-repeat center;
  background-size: 100%;
  display: block;
  margin: auto;
}

.yellow {
  text-shadow: 1px 1px 2px rgba(255, 208, 94, 0.57), 1px -1px 2px rgba(255, 208, 94, 0.57), -1px 1px 2px rgba(255, 208, 94, 0.57), -1px -1px 2px rgba(255, 208, 94, 0.57) !important;
}

.float-detail {
  visibility: hidden;
  position: absolute;
  left: 35%;
  background: url(https://img.fxegames.com/fxegames/sgm/bg_zq.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  width: 300px;
  padding: 55px 80px 60px;
  /* bottom: 60%; */
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  z-index: 10;
  top: 29px;
  user-select: none;
  pointer-events: none;
}

.float-detail h1 {
  color: #521711;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.float-detail h1+h1{
  margin-bottom: 10px;
}
.float-detail span {
  display: block;
  color: #7e4f3a;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  width: 100%;
}
.reward-in.active .float-detail{
  visibility: visible;
}
