@charset "utf-8";

.rule_page {
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 99999;
  /* min-height: 1624px; */
  top: 0;
}

.back_img {
  opacity: 1;
  width: 45px;
  height: 45px;
}

.revice_pice_box {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
}

.revice_pice {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
}

/* 抽奖游戏首页弹窗（对标小程序 game2026） */
.game2026_tc_wrap {
  position: relative;
}

.game2026_tc_box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 18%;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 23px;
  color: #000000;
  box-sizing: border-box;
}

.game2026_tc_btn {
  position: absolute;
  width: 296px;
  height: auto;
  bottom: 4%;
  left: 34%;
  z-index: 200;
}

.game2026_close {
  width: 36px;
  height: 36px;
  margin-top: 10px;
  cursor: pointer;
  z-index: 10;
}

.game2026_xieyi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.game2026_xieyi input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border: 2px solid #000000;
  border-radius: 0;
  background: #ffffff;
  flex: none;
  opacity: 1;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
}

.game2026_xieyi input[type="checkbox"]:checked {
  background: #ffffff;
  border: 2px solid #000000;
}

.game2026_xieyi input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  left: 5px;
  top: -4px;
  width: 8px;
  height: 20px;
}

.game2026_xieyi .agree {
  font-size: 22px;
  color: #000000;
  line-height: 1;
  cursor: pointer;
}
