body{
  width: 100%;
  height: 100%;
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/wg/page_bg.jpg') no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.wrap{
  width: 7.5rem;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -3.75rem;
  top: 0;
  overflow: visible;

}
.main{
  width: 100%;
  height: 100%;
  overflow: auto;
  box-shadow: 0px 0px 40px 20px rgb(14, 13, 48, 0.2);
}
.main .page{
  min-height: 12rem;
}
.btn-box {
  width: 1.6rem;
  height: 1.26rem;
  position: absolute;
  top: 0.47rem;
  left: -1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-box div {
  display: block;
  width: 1.6rem;
  height: 0.47rem;
  position: relative;
}
.btn-box .rule-btn {
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/wg/rule_btn.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.btn-box .record-btn {
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/wg/record_btn.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.login-btn {
  position: absolute;
  width: 1.12rem;
  height: 0.46rem;
  top: 0.47rem;
  right: -1.12rem;
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/wg/login_btn.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.logout-btn {
  display: none;
  position: absolute;
  width: 1.12rem;
  height: 0.46rem;
  top: 0.47rem;
  right: -1.12rem;
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/wg/logout_btn.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.nav-box {
  position: absolute;
  width: 1.03rem;
  height: 5.09rem;
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/wg/nav_bg.png') no-repeat center bottom;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  pointer-events: none;
  bottom: 0;
  left: auto;
  right: -1.03rem;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical‌;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.nav-box .nav {
  width: 0.92rem;
  height: 0.87rem;
  margin: 0.1rem auto 0.15rem;
  position: relative;
  pointer-events: auto;
}
.nav-box .nav-1 {
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/nav_1.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.nav-box .nav-1.cur {
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/nav_1_c.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.nav-box .nav-2 {
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/nav_2.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.nav-box .nav-2.cur {
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/nav_2_c.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.nav-box .nav-3 {
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/nav_3.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.nav-box .nav-3.cur {
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/nav_3_c.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.nav-box .nav-4 {
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/nav_4.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.nav-box .nav-4.cur {
  background: url('//game.gtimg.cn/images/lszz/cp/a20250519lszz/nav_4_c.png') no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.popup,
.alert-pop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}
.rule-pop .rule::-webkit-scrollbar {
  background: #a3967b;
  width: .08rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.rule-pop .rule::-webkit-scrollbar-thumb {
  background: #85518b;
  width: .08rem;
  -webkit-border-radius: 0.04rem;
          border-radius: 0.04rem;
}
.rule-pop .rule p {
  width: 6.32rem;
}
