/* wrap  */
.wrap {
  overflow: hidden;
  position: relative;
  min-width: 1440px;
  margin: 0 auto;
  font-size: 0;
}

.s1 {
  width: 1920px;
  height: 1749px;
  background: url('../images/bg1.jpg') 0 50% / cover;
}

.s1-content {
  position: absolute;
  top: 960px;
  left: 600px;
}

.btn-block {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding-top: 850px;
}

.btn-block a {
  display: block;
  width: 204px;
  height: 50px;
}

.btn-block .gz {
  background: url('../images/btn1.png') 0 0 / cover;
}

.btn-block .jl {
  background: url('../images/btn2.png') 0 0 / cover;
}

.container {
  display: grid;
  grid-template-columns: 488px 491px;
  gap: 48px;
  align-items: start;
  margin-bottom: 90px;
}

.text-list {
  display: grid;
  grid-template-columns: repeat(2, 215px);
  gap: 11px 57px;
  color: #fffdc9;
  font-size: 20px;
  text-align: center;
}

.icon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  margin-top: 7px;
}

.icon-item {
  text-align: center;
  color: #fff7df;
  font-size: 16px;
  height: 173px;
}

.icon-item img {
  display: block;
  margin: 0 auto;
}

.s2 {
  width: 1920px;
  height: 1711px;
  background: url('../images/bg2.jpg') 0 50% / cover;
  position: relative;
}

.s2-content {
  position: absolute;
  top: 219px;
  left: 300px;
}

.rank-container {
  display: grid;
  grid-template-rows: repeat(10, 130px);
  gap: 2px 3px;
  color: #f0c878;
  font-size: 14px;
  text-align: center;
  align-items: center;
}

.rank-item {
  padding: 0 5px;
  line-height: 35px;
  white-space: pre-wrap;
  word-break: break-all;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.rank-item.plural {
  display: block;
}
.rank-item.plural span {
  margin: 0 4px;
}
/* 规则弹窗 */
.rule-container {
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
  color: #fffad5;
  font-size: 18px;
  line-height: 1.6;
}

.rule-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #f6bf5f;
}

.rule-list {
  list-style: none;
  padding: 0;
  counter-reset: rule-counter;
}

.rule-list li {
  margin-bottom: 10px;
  text-align: justify;
  position: relative;
  padding-left: 25px;
  counter-increment: rule-counter;
}

.rule-list li::before {
  content: counter(rule-counter) '. ';
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.reward-rank {
  display: grid;
  grid-template-columns: 200px 730px;
  /* grid-template-rows: 40px auto auto auto auto; */
  gap: 1px;
  padding: 10px;
  border-radius: 6px;
  margin: 20px auto;
  color: #f0c878;
  font-size: 16px;
  width: 930px;
  text-align: center;
}

.pop-rank-header {
  background: #6e3b0e;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5a3a28;
  height: 40px;
}

.pop-rank-item {
  background: #2a1a10;
  border: 1px solid #4a2a18;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  white-space: pre-wrap;
  word-break: break-all;
  min-height: 35px;
}

.pop-operate {
  color: #ffd700;
  font-weight: bold;
  cursor: pointer;
}

.rank-row {
  grid-template-columns: 101px 370px 450px 279px 124px;
  display: grid;
}
