/* ----------------------------------- 字体 ----------------------------------- */
@font-face {
  font-family: 'bigyong';
  src: url('//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bigyoung.ttf');
}
@font-face {
  font-family: 'bigruixian';
  src: url('//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bigruixian.ttf');
}

.main {
  width: 7.5rem;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main * {
  box-sizing: border-box;
}

.login {
  width: 100%;
  top: 13.2rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fff1a1;
  z-index: 3;
}
.login a{
  color: #fff1a1;
}

/* ------------------------------------ 通用样式 ----------------------------------- */
.page{
  width: 7.5rem;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.btn-hdgz{
  width: 1.24rem;
  height: 0.38rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-hdgz.png) no-repeat 0 0/100% 100%;
}

/* ----------------------------------- 动画 ----------------------------------- */
/* 从右侧进入的开场动画 */
@keyframes fadeInRight {
  0%{
    opacity: 0;
    transform: translate3d(100%,0,0);
    
    
  }
  100%{
    opacity: 1;
    transform: translate3d(0,0,0);
  }
}

@keyframes toShow {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.toShow{
  animation: toShow 500ms cubic-bezier(1.000, 0.010, 1.000, 0.125) 0s 1 forwards;
}
.fadeInRight{
  animation: fadeInRight 100ms ease-in 0s 1;
}

/* --------------------------------- 页面1：首页 --------------------------------- */
.page1{
  padding-top: 1rem;
  width: 7.5rem;
  height: 16.24rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg1.jpg) no-repeat 0 0/100% 100%;
}
.qq .page1{
  padding-top: 1rem;
  width: 7.5rem;
  height: 16.24rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg1.jpg) no-repeat 0 1rem/100% 100%;
}
 /* top-bar */
 .top-bar{width: 100%; height: 1rem; background: #f8f8f8;position: fixed;top: 0; left: 0;z-index: 9999;}
 .top-ul{width: 7.07rem; margin: 0 auto; padding-top: .17rem;}
 .top-li{display: flex; align-items: center; justify-content: space-between;}
 .top-li:nth-child(2){margin-top: .05rem;}
 .top-li p{font-size: .24rem; color: #8c8c8c;}
 .top-yszc{font-size: .24rem; color: #8c8c8c;}
 .top-yyqx{font-size: .24rem; color: #8c8c8c;}
.page1 .btn-logo{
  width: 1.72rem;
  height: 0.68rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/logo.png) no-repeat 0 0/100% 100%;
  top: 0.38rem;
  left: 0.35rem;
}
.qq .page1 .btn-logo{
  top: 1.64rem;
  left: 0.3rem;
}
.page1 .btn-qqyx{
  width: 2.06rem;
  height: 0.33rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-qqyx.png) no-repeat 0 0/100% 100%;
  top: 1.74rem;
  left: 2.3rem;
}
.page1 .btn-hdgz{
  top: 0.95rem;
  right: 0.37rem;
}
.qq .page1 .btn-hdgz{
  top: 1.74rem;
  right: 0.3rem;
}
.page1 .btn-wxyx{
  width: 1.9rem;
  height: 0.44rem;
  top: 0.38rem;
  right: 0;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-wxyx.png) no-repeat 0 0/100% 100%;
}
.page1 .line5{
  width: 4.25rem;
  height: 0.25rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/line5.png) no-repeat 0 0/100% 100%;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.page1 .btn-lqhb{
  width: 3.84rem;
  height: 1.33rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-lqhb.png) no-repeat 0 0/100% 100%;
  top: 13.9rem;
  left: 50%;
  transform: translateX(-50%);
}


/* ----------------------------- 页面2：春节红包 / 春节商店 ---------------------------- */
.page2 {
  width: 7.5rem;
  height: auto;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg2.jpg) no-repeat 0 0/100% 26.6rem;
}
.page2 .btn-hdgz{
  top: 0.6rem;
  right: 0.22rem;
}
.page2 .p2-nav{
  margin-top: 2.9rem;
  width: 100%;
  height: 0.81rem;
  display: flex;
  justify-content: space-between;

}
.btn-nav1{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab1.png) no-repeat 0 0/100% 100%;
}
.btn-nav1.on{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab1__active.png) no-repeat 0 0/100% 100%;
}
.btn-nav2{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab2.png) no-repeat 0 0/100% 100%;
}
.btn-nav2.on{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab2__active.png) no-repeat 0 0/100% 100%;
}
.btn-nav3{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab3.png) no-repeat 0 0/100% 100%;
}
.btn-nav3.on{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab3__active.png) no-repeat 0 0/100% 100%;
}
.btn-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 0.8rem;
}
.btn-nav span{
  line-height: 0.81rem;
  font-family: 'bigruixian';
  font-size: 0.34rem;
  /* 字体渐变 */
  background: linear-gradient(to bottom, #de8f56, #fecd7f);   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
}
.btn-nav.on span{
  /* 字体渐变 */
  background: linear-gradient(to bottom, #a50e07, #d23f00);   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent;
}
/* .p2-nav a:nth-of-type(1) span,
.p3-nav a:nth-of-type(1) span{
  margin-left: 1.25rem;
} */
/* .p2-nav a:nth-of-type(2) span,
.p3-nav a:nth-of-type(2) span{
  margin-left: 0.96rem;
} */
.page2 .p2-cont{
  width: 100%;
}
.page2 .p2-cont .p2-item{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tips1{
  font-size: .24rem;
  color: #ffdb8d;
  display: flex;
  align-items: center;
}
.i-i1{
  display: inline-block;
  width: 0.21rem;
  height: 0.14rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-i1.png) no-repeat 0 0/100% 100%;
}
.tips1 span{
  margin: 0 0.2rem;
}
.line1{
  width: 100%;
  height: 0.11rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/line1.png) no-repeat 0 0/100% 100%;
  margin-top: 0.3rem;
}
/* -------------------------------- 页面2：春节红包 -------------------------------- */
.p2-item1 .btn-wdhb{
  width: 1.25rem;
  height: 0.37rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-wdhb.png) no-repeat 0 0/100% 100%;
  align-self: end;
  margin: 0.35rem 0.3rem 0 0;
}

.p2-item1 .tips1{
  margin-top: 0.45rem;
}
.p2-item1 .new-hb-list{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.3rem;
}
.p2-item1 .new-hb-list .hb-item{
  width: 1.96rem;
  height: 2.89rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/hb-newUser.png) no-repeat 0 0/100% 100%;
}
.p2-item1 .new-hb-list .hb-item a{
  width: 100%;
  height: 100%;
}
.p2-item1 .new-hb-list .hb-item .tips{
  position: absolute;
  top: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: .24rem;
  color: #ffdb8d;
  width: 100%;
  text-align: center;
}

.p2-item1 .hb-list{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 0.25rem;
  row-gap: 0.3rem;
}

.p2-item1 .hb-list .hb-item{
  width: 1.96rem;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffdb8d;
  position: relative;
}
.p2-item1 .hb-item a{
  width: 100%;
  height: 100%;
}
.p2-item1 .hb-list .hb-item .user-hb img{
  width: 1.96rem;
  height: 2.89rem;
  object-fit: cover;
}
.p2-item1 .hb-list .hb-item .hb-time1{
  font-size: 0.2rem;
  font-family: 'bigyong';
  margin-top: 0.16rem;
}
.p2-item1 .hb-list .hb-item .hb-time2{
  font-size: 0.24rem;
  font-family: 'bigruixian';
  margin-top: 0.07rem;
}
.p2-item1 .hb-list .hb-item .sjx{
  position: absolute;
  top: 3.25rem;
  left: 1.45rem;
  width: 1.51rem;
  height: 0.12rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/line2.png) no-repeat 0 0/100% 100%;
}

.p2-item1 .tips2{
  width: 6.69rem;
  height: 1rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/kuang1.png) no-repeat 0 0/100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0.6rem;
  margin: 0.5rem 0;
  font-size: 0.2rem;
  color: #fff1a1;
  line-height: 1.5;
}

/* -------------------------------- 页面2：春节商店 -------------------------------- */
.p2-item2{
  height: 12.5rem;
}
.p2-item2 .p2i2-tab-nav{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.05rem;
  row-gap: 0.05rem;
  margin-top: 1.2rem;
}
.p2i2-tab-nav-item{
  width: 2.2rem;
  height: 0.7rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab-jt.png) no-repeat 0 0/100% 100%;
  font-size: 0.3rem;
  color: #ffdb8d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'bigruixian';
}
.p2i2-tab-nav-item.on{
  color: #9e450a;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab-jt__active.png) no-repeat 0 0/100% 100%;
}
.p2-item2 .tips1{
  margin-top: 0.25rem;
}

.p2i2-tab-cont{
  width: 100%;
}
.p2i2-tab-cont-item{
  width: 100%;
}
.dj-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.dj-item{
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-box1.png) no-repeat 0 0/100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.2rem;
}
.dj-item .dj-item-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dj-item .dj-item-name{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.5rem;
  font-size: 0.22rem;
  color: #ffe7a6;
  text-align: center;
  width: 100%;
  padding: 0 0.3rem;
  position: absolute;
  bottom: 0.1rem;
  line-height: 1;
}
.p2i2-tab-cont-item{
  margin-top: 0.2rem;
}
.btn-gm{
  display: block;
  width: 3.53rem;
  height: 1rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-jtgm.png) no-repeat 0 0/100% 100%;
  font-size: 0.36rem;
  color: #893011;
  text-align: center;
  line-height: 1rem;
  font-family: 'bigruixian';
}
.p2i2-tab-cont .btn-gm{
  margin: 0.94rem auto 0;
}
/* -------------------------------- 页面2：Q币/微信红包 -------------------------------- */
.p2-item3{
  padding-top: 1.15rem;
}
.p2-item3.qq .tit1{
  width: 5.8rem;
  height: 0.8rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/qq_tit1.png) no-repeat 0 0/100% 100%;
}
.p2-item3.wx .tit1{
  width: 5.8rem;
  height: 0.8rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/wx_tit1.png) no-repeat 0 0/100% 100%;
}
.p2-item3.qq .p2i3-box1{
  width: 7rem;
  height: 1.93rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/qq_box1.png) no-repeat 0 0/100% 100%;
}
.p2-item3.wx .p2i3-box1{
  width: 7rem;
  height: 1.93rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/wx_box1.png) no-repeat 0 0/100% 100%;
}
.p2-item3 .p2i3-box1{
  margin-top: 0.22rem;
  padding: 0.65rem 0.5rem 0;
  line-height: 1.5;
}
.p2-item3 .p2i3-box1 p{
  font-size: 0.2rem;
  color: #ffdb8d;
  text-align: center;
}
.p2-item3 .row-box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
.p2-item3 .row-box a:first-child{
  margin-right: 0.45rem;
}
.p2-item3 .btn-comm1,.p2-item3 .btn-comm2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'bigruixian';
  color: #893011;
  font-size: 0.33rem;
  width: 2.75rem;
  height: 0.68rem;
}
.p2-item3 .btn-comm1{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-comm1.png) no-repeat 0 0/100% 100%;
}
.p2-item3 .btn-comm2{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-comm2.png) no-repeat 0 0/100% 100%;
}
.p2-item3 .p2i3-box2{
  margin-top: 0.45rem;
}
.p2-item3.qq .p2i3-box2{
  width: 7.08rem;
  height: 7.16rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/qq_box2.png) no-repeat 0 0/100% 100%;
}
.p2-item3.wx .p2i3-box2{
  width: 7.08rem;
  height: 7.16rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/wx_box2.png) no-repeat 0 0/100% 100%;
}
.p2-item3 .p2i3-box2 .btn-ljlq{
  width: 1.59rem;
  height: 0.61rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-ljlq.png) no-repeat 0 0/100% 100%;
}
.p2-item3 .p2i3-box2 .btn-ljlq.on{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-ylq.png) no-repeat 0 0/100% 100%;
}
.p2-item3.qq .p2i3-box2 .btn-ljlq:nth-of-type(1){
  top: 3.35rem;
  left: 0.35rem;
}
.p2-item3.qq .p2i3-box2 .btn-ljlq:nth-of-type(2){
  top: 3.35rem;
  left: 2.73rem;
}
.p2-item3.qq .p2i3-box2 .btn-ljlq:nth-of-type(3){
  top: 3.35rem;
  left: 5.1rem;
}
.p2-item3.wx .p2i3-box2 .btn-ljlq:nth-of-type(1){
  top: 3.54rem;
  left: 0.35rem;
}
.p2-item3.wx .p2i3-box2 .btn-ljlq:nth-of-type(2){
  top: 3.54rem;
  left: 2.73rem;
}
.p2-item3.wx .p2i3-box2 .btn-ljlq:nth-of-type(3){
  top: 3.54rem;
  left: 5.1rem;
}
.p2i3-xyh{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.55rem;
}
.p2-item3 .line4{
  width: 7rem;
  height: 0.12rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/line4.png) no-repeat 0 0/100% 100%;
}
.p2-item3 .tit2{
  width: 5.88rem;
  height: 0.79rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tit2.png) no-repeat 0 0/100% 100%;
  margin-top: 0.5rem;
}
.p2-item3 .xyh-tips{
  width: 100%;
  font-size: 0.2rem;
  line-height: 1.5;
  color: #ffdb8d;
  box-sizing: border-box;
  padding: 0 0.8rem;
  text-align: center;
  margin-top: 0.35rem;
}
.p2-item3.qq .p2i3-box3{
  width: 7.1rem;
  height: 4.68rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/qq_box3.png) no-repeat 0 0/100% 100%;
}
.p2-item3.wx .p2i3-box3{
  width: 7.1rem;
  height: 4.68rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/wx_box3.png) no-repeat 0 0/100% 100%;
}
.p2i3-box3{
  margin-top: 0.45rem;
}
.p2-item3 .btn-lq{
  width: 2.75rem;
  height: 0.68rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-lq.png) no-repeat 0 0/100% 100%;
  margin: 0.35rem 0;
}
.p2-item3 .btn-lq.on{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-ylq2.png) no-repeat 0 0/100% 100%;
}
/* ----------------------------- 页面3：我的领取 / 我的发放 ---------------------------- */
.page3 {
  width: 7.5rem;
  height: auto;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg3.jpg) no-repeat 0 0/100% 22.65rem;
}
.btn-fh{
  width: 1.24rem;
  height: 0.38rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-fh.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
}
.p3-tit{
  position: absolute;
  top: 1.65rem;
  width: 100%;
  text-align: center;
  font-size: 0.52rem;
  font-family: 'bigruixian';
  /* 字体渐变 */
  background: linear-gradient(to bottom, #fff0ba, #ffcf7f);   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent;
}
.p3-nav .btn-nav{
  display: block;
}
.p3-nav .btn-nav1{
  width: 3.71rem;
  height: 0.81rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab-cjhb.png) no-repeat 0 0/100% 100%;
}
.p3-nav .btn-nav1.on{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab-cjhb__active.png) no-repeat 0 0/100% 100%;
}
.p3-nav .btn-nav2{
  width: 3.71rem;
  height: 0.81rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab-cjsd.png) no-repeat 0 0/100% 100%;
}
.p3-nav .btn-nav2.on{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/tab-cjsd__active.png) no-repeat 0 0/100% 100%;
}
.p3-nav a:nth-of-type(1) span{
  margin-left: 1.25rem;
}
.p3-nav a:nth-of-type(2) span{
  margin-left: 0.96rem;
}
.page3 .btn-hdgz{
  top: 0.6rem;
  right: 0.22rem;
}
.page3 .p3-nav{
  margin-top: 2.93rem;
  width: 100%;
  height: 0.81rem;
  display: flex;
  justify-content: space-between;
}
.page3 .p3-cont{
  width: 100%;
}
.page3 .p3-cont .p3-item{
  width: 100%;
  height: 11rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  margin: 0.2rem 0;
  padding: 0 0.2rem;
}
.hb-item{
  width: 1.96rem;
  height: 2.89rem;
  position: relative;
}
.hb-item-info{
  position: absolute;
  width: 1.95rem;
  height: 0.63rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-info.png) no-repeat 0 0/100% 100%;
  bottom: 0.18rem;
  font-size: 0.16rem;
  color: #a81a1a;
  line-height: 0.31rem;
}
.hb-item-info{
  padding: 0 0.03rem;
}
.hb-item-info-lqr{
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
  margin-top: 0.02rem;
}
.hb-item .i-ylq{
  position: absolute;
  right: 0.02rem;
  top: 0.02rem;
  width: 0.89rem;
  height: 0.43rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-ylq.png) no-repeat 0 0/100% 100%;
}
.hb-item-btn-fxhb{
  position: absolute;
  width: 1.51rem;
  height: 0.51rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-fxhb.png) no-repeat 0 0/100% 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.18rem;
}
.p3-item .hb-item{
  margin: 0.5rem 0.2rem 0;
}
.hb-long{
  width: 1.96rem;
  height: 2.89rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/hb-long.png) no-repeat 0 0/100% 100%;
}
.hb-da{
  width: 1.96rem;
  height: 2.89rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/hb-da.png) no-repeat 0 0/100% 100%;
}
.hb-fu{
  width: 1.96rem;
  height: 2.89rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/hb-fu.png) no-repeat 0 0/100% 100%;
}
.hb-kang{
  width: 1.96rem;
  height: 2.89rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/hb-kang.png) no-repeat 0 0/100% 100%;
}
.hb-shou{
  width: 1.96rem;
  height: 2.89rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/hb-shou.png) no-repeat 0 0/100% 100%;
}
.hb-xing{
  width: 1.96rem;
  height: 2.89rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/hb-xing.png) no-repeat 0 0/100% 100%;
}
.hb-ying{
  width: 1.96rem;
  height: 2.89rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/hb-ying.png) no-repeat 0 0/100% 100%;
}
.hb-yun{
  width: 1.96rem;
  height: 2.89rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/hb-yun.png) no-repeat 0 0/100% 100%;
}
.hb-caishen{
  width: 1.96rem;
  height: 2.89rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/hb-caishen.png) no-repeat 0 0/100% 100%;
}
.hb-xyh{
  width: 1.96rem;
  height: 2.89rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/hb-newUser.png) no-repeat 0 0/100% 100%;
}
/* -------------------------------- 页面4：红包详情 -------------------------------- */
.page4{
  width: 7.5rem;
  height: 16.23rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-hbxq.jpg) no-repeat 0 0/100% 100%;
}

.page4 .hbxq-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6.39rem;
  height: 9.85rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-hb1.png) no-repeat 0 0/100% 100%;
  margin-top: 1.82rem;
}
.page4 .hbxq-item-long{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-hb5.png) no-repeat 0 0/100% 100%;
}
.page4 .hbxq-item-caishen{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-hb2.png) no-repeat 0 0/100% 100%;
}
.page4 .hbxq-item-xyh1,.page4 .hbxq-item-xyh2,.page4 .hbxq-item-xyh3{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-hb3.png) no-repeat 0 0/100% 100%;
}
.page4 .hbxq-item2{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6.39rem;
  height: 9.85rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-hb4.png) no-repeat 0 0/100% 100%;
  margin-top: 1.82rem;
}
.p4-txt1{
  margin-top: 1.3rem;
  font-size: 0.36rem;
  font-family: 'bigruixian';
  color: #8a261f;
}
.p4-txt1 span{
  margin: 0 0.16rem;
  color: #e01220;
  font-size: 0.5rem;
}
.p4-txt2{
  margin-top: 0.46rem;
  font-size: 0.32rem;
  color: #8a261f;
}
.p4-icon{
  display: block;
  width: 1.69rem;
  height: 1.69rem;
  margin-top: 0.5rem;
}
.i-long{
  width: 1.85rem;
  height: 2.08rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-long.png) no-repeat 0 0/100% 100%;
  margin-top: 0.2rem;
}
.i-xing{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-xing.png) no-repeat 0 0/100% 100%;
}
.i-da{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-da.png) no-repeat 0 0/100% 100%;
}
.i-yun{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-yun.png) no-repeat 0 0/100% 100%;
}
.i-ying{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-ying.png) no-repeat 0 0/100% 100%;
}
.i-fu{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fu.png) no-repeat 0 0/100% 100%;
}
.i-kang{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-kang.png) no-repeat 0 0/100% 100%;
}
.i-shou{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-shou.png) no-repeat 0 0/100% 100%;
}
.i-xyh{
  width: 1.7rem;
  height: 1.69rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-xyh.png) no-repeat 0 0/100% 100%;
}
.i-caishen{
  width: 3.06rem;
  height: 1.69rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-caishen.png) no-repeat 0 0/100% 100%;
}
.i-fx-xiang{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-xiang.png) no-repeat 0 0/100% 100%;
}
.i-fx-ji{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-ji.png) no-repeat 0 0/100% 100%;
}
.i-fx-le{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-le.png) no-repeat 0 0/100% 100%;
}
.i-fx-cai{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-cai.png) no-repeat 0 0/100% 100%;
}
.i-fx-an{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-an.png) no-repeat 0 0/100% 100%;
}
.i-fx-yi{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-yi.png) no-repeat 0 0/100% 100%;
}
.i-fx-kang{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-kang.png) no-repeat 0 0/100% 100%;
}
.i-fx-rui{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-rui.png) no-repeat 0 0/100% 100%;
}
.i-fx-xing1{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-xing1.png) no-repeat 0 0/100% 100%;
}
.i-fx-hong{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-hong.png) no-repeat 0 0/100% 100%;
}
.i-fx-hui{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-hui.png) no-repeat 0 0/100% 100%;
}
.i-fx-fu{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-fu.png) no-repeat 0 0/100% 100%;
}
.i-fx-shun{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-shun.png) no-repeat 0 0/100% 100%;
}
.i-fx-xing2{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-xing2.png) no-repeat 0 0/100% 100%;
}
.i-fx-wang{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-fx-wang.png) no-repeat 0 0/100% 100%;
}

.p4-djlist{
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page4 .dj-item{
  width: 1.67rem;
  height: 1.67rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-box2.png) no-repeat 0 0/100% 100%;
  margin: 0.2rem 0.07rem 0;
}
.page4 .dj-item-name{
  font-size: 0.2rem;
  padding: 0 0.2rem;
  line-height: 1.1;
  height: 0.4rem;
}
.page4 .btn-lqjl{
  display: block;
  width: 3.53rem;
  height: 1rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-jtgm.png) no-repeat 0 0/100% 100%;
  font-size: 0.36rem;
  color: #893011;
  text-align: center;
  line-height: 1rem;
  font-family: 'bigruixian';
  margin: 0.83rem auto 0;
}
/* ---------------------------------- 分享红包背景样式 ---------------------------------- */
.fxhb-item{
  width: 1.96rem;
  height: 2.89rem;
  position: relative;
}
.fxhb-item-info{
  position: absolute;
  width: 1.95rem;
  height: 0.63rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-info.png) no-repeat 0 0/100% 100%;
  bottom: 0.18rem;
  font-size: 0.16rem;
  color: #a81a1a;
  line-height: 0.31rem;
}
.fxhb-item-info{
  padding: 0 0.03rem;
}
.fxhb-item-info-lqr{
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
  margin-top: 0.02rem;
}
.fxhb-item .i-ylq{
  position: absolute;
  right: 0.02rem;
  top: 0.02rem;
  width: 0.89rem;
  height: 0.43rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-ylq.png) no-repeat 0 0/100% 100%;
}
.fxhb-default{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-default.png) no-repeat 0 0/100% 100%;
}
.fxhb-an{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-an.png) no-repeat 0 0/100% 100%;
}
.fxhb-cai{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-cai.png) no-repeat 0 0/100% 100%;
}
.fxhb-fu{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-fu.png) no-repeat 0 0/100% 100%;
}
.fxhb-hong{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-hong.png) no-repeat 0 0/100% 100%;
}
.fxhb-hui{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-hui.png) no-repeat 0 0/100% 100%;
}
.fxhb-ji{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-ji.png) no-repeat 0 0/100% 100%;
}
.fxhb-kang{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-kang.png) no-repeat 0 0/100% 100%;
}
.fxhb-le{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-le.png) no-repeat 0 0/100% 100%;
}
.fxhb-rui{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-rui.png) no-repeat 0 0/100% 100%;
}
.fxhb-shun{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-shun.png) no-repeat 0 0/100% 100%;
}
.fxhb-wang{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-wang.png) no-repeat 0 0/100% 100%;
}
.fxhb-xiang{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-xiang.png) no-repeat 0 0/100% 100%;
}
.fxhb-xing1{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-xing1.png) no-repeat 0 0/100% 100%;
}
.fxhb-xing2{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-xing2.png) no-repeat 0 0/100% 100%;
}
.fxhb-yi{
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/hb/fxhb-yi.png) no-repeat 0 0/100% 100%;
}


/* -------------------------------- 页面5：分享红包 -------------------------------- */
.page5{
  width: 7.5rem;
  height: 16.2rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-fxhb.jpg) no-repeat 0 0/100% 16.2rem;
}
.p5-tit{
  position: absolute;
  top: 1.65rem;
  width: 100%;
  text-align: center;
  font-size: 0.52rem;
  font-family: 'bigruixian';
  /* 字体渐变 */
  background: linear-gradient(to bottom, #ffefb9, #ffce7f);   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent;
}
.page5 .btn-hdgz{
  top: 0.6rem;
  right: 0.22rem;
}
.page5 .tips1{
  margin-top: 3.57rem;
  text-align: center;
}
.page5 .hb-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
}
.page5 .fxhb-item{
  margin: 0.41rem 0.21rem 0;
}
.page5 .btn-fxhy{
  display: block;
  width: 3.53rem;
  height: 1rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-jtgm.png) no-repeat 0 0/100% 100%;
  font-size: 0.36rem;
  color: #893011;
  text-align: center;
  line-height: 1rem;
  font-family: 'bigruixian';
  margin: 1rem auto 0;
}


/* -------------------------------- 页面6：分享红包 客态页 -------------------------------- */
.page6{
  width: 7.5rem;
  height: 16.2rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-fxhb.jpg) no-repeat 0 0/100% 16.2rem;
}
.p6-tit{
  position: absolute;
  top: 1.65rem;
  width: 100%;
  text-align: center;
  font-size: 0.52rem;
  font-family: 'bigruixian';
  /* 字体渐变 */
  background: linear-gradient(to bottom, #ffefb9, #ffce7f);   
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent;
}
.page6 .btn-hdgz{
  top: 0.6rem;
  right: 0.22rem;
}
.page6 .tips1{
  margin-top: 3.57rem;
  text-align: center;
}
.page6 .hb-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
}
.page6 .fxhb-item{
  margin: 0.41rem 0.21rem 0;
}

.page6 .btn-kq{
  display: block;
  width: 3.53rem;
  height: 1rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-jtgm.png) no-repeat 0 0/100% 100%;
  font-size: 0.36rem;
  color: #893011;
  text-align: center;
  line-height: 1rem;
  font-family: 'bigruixian';
  margin: 1rem auto 0;
}


/* ----------------------------------- 弹窗 ----------------------------------- */
.dialog{display: none;box-sizing: border-box;}
/* 弹窗部分 */
.btn-close{
  display: block;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/close.png) no-repeat 0 0/100% 100%;
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  right: 0;
  top: -0.6rem;
}
.dialog .dia-con{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
/* 弹窗1： 活动规则 */
.dialog1{
  width: 6.27rem;
  height:8rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/pop-rule.png) no-repeat 0 0/100% 100%;
}
.dialog1 .dia-con{
  padding: 1.23rem 0.35rem 0.3rem;
}
.dialog1 .scroll-con{
  width: 100%;
  height: 100%;
  overflow: auto;
}
.dialog1 .txt1{
  display: flex;
  color: #ffedaf;
  font-size: 0.24rem;
  line-height: 1.75;
}

/* 弹窗2：领取红包成功 */
.dialog2,.dialog-common{
  width: 6.27rem;
  height: 3.81rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/pop1.png) no-repeat 0 0/100% 100%;
}
.dialog2 .tips,
.dialog-common .tips{
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #ffedaf;
  font-size: 0.24rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.05rem;
}


/* 弹窗3： 登录方式 */
.dialog3 {
  width: 6.27rem;
  height: 3.81rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/pop2.png) no-repeat 0 0/100% 100%;
}
.dialog3 .dl-wrap{
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}
.dialog3 .dl-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.22rem;
  color: #ffebc4;
  position: relative;
  margin: 0 0.46rem;
}
.dialog3 .btn-qq{
  width: 1.47rem;
  height: 1.95rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-qq.png) no-repeat 0 0/100% auto;
}
.dialog3 .btn-wx{
  width: 1.47rem;
  height: 1.95rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-wx.png) no-repeat 0 0/100% auto;
}
.dialog3 .txt1{
  position: absolute;
  bottom: 0;
}

/* 弹窗4：qq分享 */
.dialog4 {
  width: 6.27rem;
  height: 3.81rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/pop3.png) no-repeat 0 0/100% 100%;
}
.dialog4 .fx-wrap{
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}
.dialog4 .fx-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.22rem;
  color: #ffebc4;
  position: relative;
  margin: 0 0.46rem;
}
.dialog4 .btn-qqhy{
  width: 1.47rem;
  height: 1.95rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-qq.png) no-repeat 0 0/100% auto;
}
.dialog4 .btn-qqpd{
  width: 1.47rem;
  height: 1.95rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-qqpd.png) no-repeat 0 0/100% auto;
}
.dialog4 .btn-wxhy{
  width: 1.47rem;
  height: 1.95rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-wx.png) no-repeat 0 0/100% auto;
}
.dialog4 .btn-yxqz{
  width: 1.47rem;
  height: 1.95rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/i-yxqz.png) no-repeat 0 0/100% auto;
}
.dialog4 .txt1{
  position: absolute;
  bottom: 0;
}

/* 弹窗6：绑定角色*/
.dialog6 {
  width: 6.27rem;
  height: 5.4rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/pop4.png) no-repeat 0 0/100% 100%;
}
.dialog6 .dia-con{
  align-items: center;
  padding: 0.95rem 0 0;
}
.dialog6 .info-item{
  display: flex;
  align-items: center;
  width: 5.19rem;
  height: 0.48rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/bg-select.png) no-repeat 0 0/100% 100%;
  margin-top: 0.25rem;
}
.dialog6 .info-item-tips{
  display: inline-block;
  width: 1.33rem;
  color: #6c3901;
  font-size: 0.24rem;
  line-height: 0.48rem;
  letter-spacing: 0.2rem;
  font-family: 'bigruixian';
  padding-left: 0.23rem;
  box-sizing: border-box;
}
.dialog6 .info-select{
  width: 3.86rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #fff;
  appearance: none; 
  background: none;
  border: none;
  outline: none;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.dialog6 .btn-qrbd{
  width: 2.33rem;
  height: 0.66rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-qrbd.png) no-repeat 0 0/100% 100%;
  margin: 0.4rem auto 0;
}

/* 弹窗7：右上角分享 */
.dialog7{
  width: 100%;
  height: 100%;
  margin-top: 0!important;
  margin-left: 0!important;
  left: 0!important;
  top:0!important;
  right: 0!important;
}
.dialog7 .tips{
  width: 6.1rem;
  height: 3.17rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/pop-share.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

/* 弹窗8： 分享活动到微信 */
.dialog8{
  width: 6.27rem;
  height: 3.81rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/pop5.png) no-repeat 0 0/100% 100%;
}
.dialog8 .tips{
  width: 100%;
  height: 2.9rem;
  padding: 1rem 0.3rem 0;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #ffedaf;
  font-size: 0.2rem;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.01rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dialog8 .btn-fz{
  width: 1.76rem;
  height: 0.52rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-fz.png) no-repeat 0 0/100% 100%;
  display: block;
  margin: 0.1rem auto 0;
}

/* 弹窗9：已接收邀请好友列表 */
.dialog9{
  width: 6.27rem;
  height: 8rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/pop6.png) no-repeat 0 0/100% 100%;
}
.dialog9 .dia-con{
  padding-top: 1.1rem;
}
.dialog9 table{
  width: 5.6rem;
  border: 1px solid #d7a35c;
  margin: 0 auto;
  text-align: center;
  color: #f9dd96;
  font-size: 0.24rem;
}
.dialog9 thead{
  height: 0.8rem;
  font-size: 0.28rem;
  border-bottom: 1px solid #d7a35c;
}
.dialog9 thead th:nth-of-type(1) {
  width: 35%;
  border-right: 1px solid #d7a35c;
}
.dialog9 thead th:nth-of-type(2) {
  width: 35%;
  border-right: 1px solid #d7a35c;
}
.dialog9 thead th:nth-of-type(3) {
  width: 30%;
  border-right: 1px solid #d7a35c;
}
.dialog9 tr {
  height: 0.78rem;
}

.dialog9 tr td:not(:last-child) {
  border-right: 1px solid #d7a35c;
}

.dialog9 tbody tr:not(:last-child) {
  border-bottom: 1px solid #d7a35c;
}
.boxfanye{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.2rem;
}
.boxfanye .prePage{
  display: inline-block;
  width: 1.24rem;
  height: 0.6rem;
  background: url(../ossweb-img/prePage.png) no-repeat 0 0/100% 100%;
}
.boxfanye .nextPage{
  display: inline-block;
  width: 1.24rem;
  height: 0.6rem;
  background: url(../ossweb-img/nextPage.png) no-repeat 0 0/100% 100%;
}
.pageNum{
  margin: 0 0.2rem;
}
/* 弹窗10：温馨提示 */
.dialog10{
  width: 6.27rem;
  height: 3.81rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/pop7.png) no-repeat 0 0/100% 100%;
  padding-top: 1.1rem;
}
.dialog10 .tips{
  width: 100%;
  height: 1.45rem;
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #ffedaf;
  font-size: 0.24rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.05rem;
}
.btn-wzdl{
  width: 2.33rem;
  height: 0.66rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-wzdl.png) no-repeat 0 0/100% 100%;
  margin: 0.1rem auto 0;
}

/* 弹窗14：您要购买当前商品吗 */
.dialog14{
  width: 6.27rem;
  height: 3.81rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/pop1.png) no-repeat 0 0/100% 100%;
  padding-top: 0.8rem;
}
.dialog14 .tips{
  width: 100%;
  height: 1.45rem;
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #ffedaf;
  font-size: 0.24rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.05rem;
}
.dialog14 .row-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog14 .row-box a:first-child{
  margin-right: 0.4rem;
}
.btn-qr{
  width: 2.33rem;
  height: 0.66rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-qr.png) no-repeat 0 0/100% 100%;
}
.btn-qx{
  width: 2.33rem;
  height: 0.66rem;
  background: url(//game.gtimg.cn/images/hongjing/cp/a20240116fhbl/btn-qx.png) no-repeat 0 0/100% 100%;
}
/* 动画 */
.ani-mask{
  width: 7.5rem;
  height: 16.24rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
}
.ani-mask img{
  width: 100%;
  height: 100%;
}

/* 置灰 */
.gray{
  filter: grayscale(1);
}