[v-cloak] {
  display: none;
}
.main {
  max-width: 1920px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  background: url('https://img.fxegames.com/fxegames/sgmweb/qyjll/qyjll6.jpg') no-repeat;
  background-size: cover;
  min-height: 1500px;
}

.main .nav-logo .logo {
  position: absolute;
  width: 353px;
  height: 99px;
  background: url('https://test-sgm.fxegames.com/hd/cqbyl/images/logo.png') no-repeat;
  background-size: 100% 100%;
  top: 20px;
  left: 30px;
}

.main .nav-logo .btns {
  position: absolute;
  top: 54px;
  right: 77px;
}

.main .nav-logo .btns a {
  display: inline-block;
  width: 185px;
  height: 58px;
  background: url('https://test-sgm.fxegames.com/hd/cqbyl/images/btn.png');
  background-size: 100% 100%;
  text-decoration: none;
  font-size: 24px;
  color: #58431f;
  text-align: center;
  line-height: 58px;
  font-weight: bold;
}

.main .container {
  position: relative;
  min-height: 1500px;
  max-width: 1302px;
  margin: 0 auto;
}

/* 标题组 */
.active-title {
  width: 907px;
  height: 384px;

  margin: 211px 0 0 301px;
  position: relative;
}

.active-title .title {
  height: 100%;

  background: url('https://img.fxegames.com/fxegames/sgmweb/qyjll/qyjll3.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%;
}
.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 {
  margin: 60px 0 320px 535px;
  width: 444px;
  position: relative;

  display: flex;
  justify-content: center;
}

.term-switch .term {
  width: 100%;
  height: 67px;

  background: url('https://img.fxegames.com/fxegames/sgmweb/qyjll/qyjll11.png') center/100% no-repeat;

  font-family: LiSu;
  font-size: 27px;
  line-height: 67px;
  letter-spacing: 2px;
  text-align: center;
  color: #fbe7ad;
  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/sgmweb/qyjll/qyjll9.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.term-switch:hover .term::after {
  background-image: url('https://img.fxegames.com/fxegames/sgmweb/qyjll/qyjll8.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: #cc9d6a #815d3c; /* 设置滚动条的颜色 */
  }
}

/* 针对 Webkit 引擎浏览器（Chrome, Safari, Edge） */
.term-switch .termList::-webkit-scrollbar {
  width: 10px;
}
.term-switch .termList::-webkit-scrollbar-thumb {
  background: #cc9d6a;
  border-radius: 3px;
}
.term-switch .termList::-webkit-scrollbar-track {
  background: #815d3c;
  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%, rgba(102, 71, 47) 16%, rgba(102, 74, 48) 50%, rgba(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%, rgba(106, 76, 51) 16%, rgba(122, 89, 59) 50%, rgba(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%, rgba(92, 61, 40) 16%, rgba(86, 58, 38) 50%, rgba(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/sgmweb/qyjll/qyjll5.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/sgmweb/qyjll/qyjll1.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/sgmweb/qyjll/qyjll2.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: 1442px;
  height: 1035px;
  background: url('https://img.fxegames.com/fxegames/sgmweb/qyjll/x4.png') center/100% 100% no-repeat;
  transform: translateX(-53px);
  padding: 53px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.ranking-box .title {
  display: flex;

  font-size: 24px;
  letter-spacing: 2px;
  color: #fff69e;

  height: 90px;
  line-height: 72px;
  text-align: center;
}

.ranking-box .order-num {
  width: 177px;
  color: #e74700;
  font-size: 22px;
}

.ranking-box .name {
  width: 400px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}

.ranking-box .bonds-num {
  width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
  font-weight: bold;
  color: #c42d0a;
  font-size: 20px;
}

.ranking-box .reward {
  width: 350px;
}

.ranking-box .row .reward {
  width: 350px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 100px;
  box-sizing: border-box;
}
.ranking-box .row .reward-in{
  width: 350px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: bold;
  color: #902209;
}
.ranking-box .reward img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.ranking-box .body {
  width: 1286px;
  height: 790px;
  overflow-y: auto;
}
/* 针对 Firefox */
@-moz-document url-prefix() {
  .ranking-box .body {
    scrollbar-width: thin; /* 设置滚动条的宽度 */
    scrollbar-color: #c0391a #b86634; /* 设置滚动条的颜色 */
  }
}

/* 针对 Webkit 引擎浏览器（Chrome, Safari, Edge） */
.ranking-box .body::-webkit-scrollbar {
  width: 10px;
}
.ranking-box .body::-webkit-scrollbar-thumb {
  background: #c0391a;
  border-radius: 10px;
}
.ranking-box .body::-webkit-scrollbar-track {
  background: #b86634;
  border-radius: 10px;
}
.ranking-box .body .row {
  margin-left: 33px;
  display: flex;
  text-align: center;
  height: 79px;
  line-height: 79px;
  color: #c42d0a;
  position: relative;
}

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

.ranking-box .body .name {
  color: #df2500;
  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;
}

.alert-box .alert-content {
  position: relative;
  z-index: 10;
  width: 1010px;
  height: 746px;

  background: url('https://img.fxegames.com/fxegames/sgmweb/qyjll/qyjll4.png') center/100% 100% no-repeat;

  padding: 62px 67px 80px 68px;
  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: 32px auto 0;
}

.alert-box .content {
  height: 450px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 50px 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: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #5f3110;
}

.alert-box .close-btn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 49px;
  height: 49px;
  background: #776046;
  box-shadow: 0px 0px 10px 4px #594b3f;
  border-radius: 50%;

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

  cursor: pointer;
}

.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:59px;
  height: 74px;
  background:url(https://img.fxegames.com/fxegames/sgmweb/qyjll/x1.png) no-repeat center;
  background-size: 100%;
  display: block;
  margin: auto;
}
.ranking-box .num2{
  font-size: 0;
}
.ranking-box .num2:before{
  content:"";
  width:60px;
  height: 73px;
  background:url(https://img.fxegames.com/fxegames/sgmweb/qyjll/x2.png) no-repeat center;
  background-size: 100%;
  display: block;
  margin: auto;
}
.ranking-box .num3{
  font-size: 0;
}
.ranking-box .num3:before{
  content:"";
  width:60px;
  height: 72px;
  background:url(https://img.fxegames.com/fxegames/sgmweb/qyjll/x3.png) no-repeat center;
  background-size: 100%;
  display: block;
  margin: auto;
}
.yellow{
  text-shadow:1px 1px 2px rgba(255, 243, 166, 0.93),1px -1px 2px rgba(255, 243, 166, 0.93),-1px 1px 2px rgba(255, 243, 166, 0.93),-1px -1px 2px rgba(255, 243, 166, 0.93) !important;
}
