body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  font-size: .2rem;
  font-family: 'Microsoft YaHei';
}

html,
body {
  overflow-x: hidden;
  background-color: #fff;
}

body {
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
}
.swiper-container{
  width: 100%;
  height: 2.7rem;
}
.wrap {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/bg.jpg) no-repeat;
  background-size: 100% auto;
  min-height: 43rem;
}

.kv {
  height: 5.29rem;
  padding-top: 1rem;
  padding-bottom: .5rem;
  overflow: hidden;
}

.kv #barrage-container {
  position: relative;
  width: 100%;
  height:2.5rem;
}

.kv .barrage {
  position: absolute;
  white-space: nowrap;
  font-size: .22rem;
  padding: 0 .1rem;
  color: #ffffff;
  line-height: 1.6;
  animation: 10s moveBarrage linear infinite;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  /* right: 0; */
  /* transform: translateX(100%); */
}
.kv .barrage:nth-of-type(10),.kv .barrage:nth-of-type(11),.kv .barrage:nth-of-type(12),.kv .barrage:nth-of-type(13),.kv .barrage:nth-of-type(14),.kv .barrage:nth-of-type(15),.kv .barrage:nth-of-type(16),.kv .barrage:nth-of-type(17),.kv .barrage:nth-of-type(18){
  animation: 10s 5s moveBarrage linear infinite;
  transform: translateX(7.5rem);

}
.kv .barrage:nth-of-type(1),.kv .barrage:nth-of-type(10){
  top: 1rem;
}
.kv .barrage:nth-of-type(2),.kv .barrage:nth-of-type(11){
  top: .1rem;
  right: 1.65rem;

}
.kv .barrage:nth-of-type(3),.kv .barrage:nth-of-type(12){
  top: .5rem;
  right: .65rem;

}
.kv .barrage:nth-of-type(4),.kv .barrage:nth-of-type(13){
  top: 1.9rem;
  right: .5rem;
}
.kv .barrage:nth-of-type(5),.kv .barrage:nth-of-type(14){
  top: 1.4rem;
  right:2.3rem;
}
.kv .barrage:nth-of-type(6),.kv .barrage:nth-of-type(15){
  top: 1.6rem;
  right:4.3rem;

}
.kv .barrage:nth-of-type(7),.kv .barrage:nth-of-type(16){
  top: 2.1rem;
  right:3.3rem;

}
.kv .barrage:nth-of-type(8),.kv .barrage:nth-of-type(17){
  top: .55rem;
  right:4rem;

}
.kv .barrage:nth-of-type(9),.kv .barrage:nth-of-type(18){
  top: 1rem;
  right: 0.8rem;
}
@keyframes moveBarrage {
  from {
    transform: translateX(7.5rem);
  }
  to {
    transform: translateX(-7.5rem);
  }
}

.part1 {
  height: 8.47rem;
}
.part1 .title {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/tit1.png) no-repeat;
  background-size: 100% 100%;
  width: 5.83rem;
  height: 2.05rem;
  margin: 0 auto;
}

.part1 .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.part1 .swiper-slide img {
  width: 100%;
}

.part1 .swiper-slide-active,
.part1 .swiper-slide-duplicate-active {
  transform: scale(1);
}

.userAva {
  width: 1.53rem;
  height: 1.65rem;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/avatar.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: .05rem .12rem .28rem .09rem;
  position: relative;
}

.userAva .name {
  width: 2.34rem;
  height: .46rem;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/nameBg.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: .23rem;
  position: absolute;
  right: 50%;
  top: -.47rem;
  color: #fff;
  line-height: 1;
  font-size: .2rem;
}

.userAva .name .unlogin {
  display: flex;
}

.userAva .name .unlogin p {
  width: 1.6rem;
  white-space: nowrap;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}
.userAva .name a {
  color: #ffff99;
}

.userAva .ava {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.part1_main {
  display: flex;
  padding: 0 .4rem;
  margin-bottom: .8rem;
}

.part1_main .sec_user {
  width: 4.71rem;
  padding-top: .27rem;
}

.part1_main .sec_user .txt {
  padding-left: .13rem;
  color: #3b4951;
  font-size: .18rem;
  line-height: .2rem;
  height: .4rem;
  margin-top: .06rem;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/icon1.png) no-repeat center left;
  background-size: .06rem 100%;
}

.part1_main .progress {
  width: 4.6rem;
  height: .26rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: .13rem;
  position: relative;
  padding: 0.02rem;
}

.part1_main .progress .lineBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.part1_main .progress .lineBox::after{
  content: '0%';
  position: absolute;
  left: 0;
  line-height: .2rem;
  top: 0;    font-size: .2rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.part1_main .progress p {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/progress.png) no-repeat;
  background-size: 100% 100%;
  border-radius: .13rem;
  text-align: right;
  color: #3b4951;
  line-height: .22rem;
  font-size: .2rem;
  overflow: hidden;
  z-index: 2;
}

.part1_main .sec_btn {
  width: 1.99rem;
}

.part1_main .sec_btn a.btn {
  display: block;
  margin: 0 auto;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/rewardBtn.png) no-repeat;
  background-size: 100% 100%;
  width: 1.86rem;
  height: 2.17rem;
}

.part1_main .sec_btn p {
  text-align: center;
  white-space: nowrap;
  color: #3b4951;
  font-size: .2rem;
  margin-left: .1rem;
  margin-top: -.3rem;
}
.part1_main .sec_btn a.resetbtn1{
  background: none;
  color: #3b4951;
  font-size: .2rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-left: .2rem;
  text-decoration: underline;
}
.part2 {
  margin-bottom: .46rem;
}

.part2 .title {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/tit2.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  height: .6rem;
  margin-bottom: .48rem;
}

.part2 .taskList {
  padding-left: .4rem;
}

.part2 .taskList .items {
  display: flex;
  width: 6.16rem;
  height: 1.86rem;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/listBg.png) no-repeat;
  background-size: 100% auto;
  margin-bottom: .14rem;
}

.part2 .taskList .items .taskIcon {
  width: 2.15rem;
  height: 100%;
}

.part2 .taskList .items .taskInfo {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.part2 .taskList .items .taskInfo .li {
  margin: 0 .1rem;
}

.part2 .taskList .items .taskInfo .li .icon {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/taskIcon1.png) no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  height: 1.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
  color: #a1a6b3;
  font-size: .16rem;
  position: relative;
}

.part2 .taskList .items .taskInfo .li p {
  text-align: center;
  color: #a1a6b3;
  font-size: .18rem;
  line-height: 1;
  margin-top: .16rem;
  position: relative;
}

.part2 .taskList .items .taskInfo .li p::after {
  display: none;
  content: '';
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/taskJt.png) no-repeat;
  background-size: 100% 100%;
  width: .14rem;
  height: .18rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.part2 .taskList .items .taskInfo .li.active .icon{
  background: none!important;
}
.part2 .taskList .items .taskInfo .li.active .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/active.png) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .2rem;
  /* background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/taskIcon1-1.png) no-repeat;
  background-size: 100% 100%;
  color: #ffcc66; */
}

.part2 .taskList .items .taskInfo .li.active p {
  /* color: #ffcc66; */
}

.part2 .taskList .items .taskInfo .li.active p::after {
  /* display: block; */
}

.part2 .taskList .items .taskInfo .li:nth-of-type(2) .icon {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/taskIcon2.png) no-repeat;
  background-size: 100% 100%;
}

/* .part2 .taskList .items .taskInfo .li:nth-of-type(2).active .icon {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/taskIcon2-1.png) no-repeat;
  background-size: 100% 100%;
  color: #ffcc66;
} */

.part2 .taskList .items .taskInfo .li:nth-of-type(3) .icon {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/taskIcon3.png) no-repeat;
  background-size: 100% 100%;
}
/* 
.part2 .taskList .items .taskInfo .li:nth-of-type(3).active .icon {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/taskIcon3-1.png) no-repeat;
  background-size: 100% 100%;
  color: #ffcc66;
} */

.part2 .taskList .items .yqzlInfo .bfb {
  width: .96rem;
  height: .96rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ffcc66;
  border-radius: 100%;
  font-size: .18rem;
  color: #ffcc66;
  line-height: 1.2;
}

.part2 .taskList .items .yqzlInfo img {
  display: block;
  margin: 0 .14rem;
  width: .14rem;
  height: .18rem;
}

.part2 .taskList .items .yqzlInfo p {
  font-size: .18rem;
  line-height: 1.5;
  color: #ffcc66;
}

.part2 .taskList .yqzl .taskIcon {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/task1.png) no-repeat;
  background-size: 100% auto;
  padding-top: .76rem;
}

.part2 .taskList .yqzl .taskIcon .djyq {
  width: 1.80rem;
  height: .36rem;
  display: block;
  margin: 0 auto;
}

.part2 .taskList .yqzl .taskIcon .zlmd {
  display: block;
  height: .28rem;
  margin-top: .18rem;
}

.part2 .taskList .xdl .taskIcon {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/task2.png) no-repeat;
  background-size: 100% auto;
  padding-top: .76rem;
}

.part2 .taskList .mxcs .taskIcon {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/task3.png) no-repeat;
  background-size: 100% auto;
  padding-top: .76rem;
}

.part2 .taskList .cqcs .taskIcon {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/task4.png) no-repeat;
  background-size: 100% auto;
  padding-top: .76rem;
}

.part2 .taskList .jylh .taskIcon {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/task5.png) no-repeat;
  background-size: 100% auto;
  padding-top: .76rem;
}

.part2 .taskList .hods .taskIcon {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/task6.png) no-repeat;
  background-size: 100% auto;
  padding-top: .76rem;
}

.part3 .title {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/tit3.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  height: .54rem;
  margin-bottom: .48rem;
}

.part3 .ruleTxt {
  padding: 0 .25rem;
  color: #414c5e;
  font-size: .2rem;
  line-height: 1.13;
}

.part3 .ruleTxt img {
  display: block;
  width: 100%;
  margin: .1rem 0;
}

.pageBtn {
  width: 100%;
  display: block;
  height: 1rem;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/pageBtn.png) no-repeat;
  background-size: 100% 100%;
  margin-top: .15rem;
}

.header {
  position: absolute;
  left: 0;
  top: 0.3rem;
  padding-left: .26rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header .logo {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/logo.png) no-repeat;
  display: block;
  background-size: 100% 100%;
  width: 1.39rem;
  height: .47rem;
}

.header .pageLogo {
  display: block;
}

.header .pageLogo.wxLogo {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/wxLogo.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 1.9rem;
  height: .44rem;
}

.header .pageLogo.qqLogo {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/qqLogo.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 1.93rem;
  height: .31rem;
}

.dia {
  display: none;
}

.dia .close {
  display: block;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -.26rem;
  top: 0;
  width: .2rem;
  height: .19rem;
}

.diaHjjl {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/dia473.png) no-repeat;
  background-size: 100% 100%;
  height: 4.73rem;
  width: 5.66rem;
  padding: .22rem;
  padding-top: .8rem;
}

.diaHjjl .tabT {
  display: flex;
  line-height: .4rem;
  color: #3f4d56;
  font-size: .2rem;
  border-bottom: 1px solid #d2d1cf;
}

.diaHjjl .tabT .p1 {
  width: 1.4rem;
  padding-left: .12rem;
  flex-shrink: 0;
}

.diaHjjl .tabT .p2 {
  flex: 1;
}

.diaHjjl .tabD {
  color: #3f4d56;
  font-size: .2rem;
  height: 3.3rem;
  overflow-y: auto;
}

.diaHjjl .tabD .items {
  padding: .1rem 0;
  display: flex;
  border-bottom: 1px solid #d2d1cf;
}

.diaHjjl .tabD .time {
  width: 1.4rem;
  padding-left: .12rem;
  flex-shrink: 0;
}

.diaHjjl .tabD .tabReward {
  display: flex;
  align-items: center;
  flex: 1;
}

.diaHjjl .tabD .tabReward .txt {
  width: 2.4rem;
}

.diaHjjl .tabD .tabReward .btn {
  display: block;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/diaBtn1.png) no-repeat;
  background-size: 100% 100%;
  width: 1.36rem;
  height: .4rem;
  flex-shrink: 0;
}

.addAddress {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/dia446.png) no-repeat;
  background-size: 100% 100%;
  height: 4.46rem;
  width: 5.66rem;
  padding: .22rem;
  padding-top: 1.2rem;
}

.addAddress .items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .18rem;
}

.addAddress .items p {
  color: #4c5766;
  font-size: .2rem;
}

.addAddress .items input {
  width: 3.4rem;
  height: .36rem;
  background-color: #4d5766;
  border-radius: .05rem;
  border: none;
  color: #fff;
  font-size: .2rem;
}

.addAddress .items textarea {
  width: 3.4rem;
  height: .72rem;
  background-color: #4d5766;
  border-radius: .05rem;
  border: none;
  color: #fff;
  font-size: .2rem;
}

.addAddress .tips {
  text-align: center;
  color: #4d5766;
  font-size: .14rem;
}

.addAddress .btn {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/diaBtn2.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  display: block;
  width: 2.8rem;
  height: .46rem;
  margin-top: .2rem;
}

.bindRole {
  height: 3.2rem;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/dia320.png) no-repeat;
  background-size: 100% 100%;
  height: 3.2rem;
  width: 5.66rem;
  padding-top: 1.07rem;
}

.bindRole .items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .18rem;
}

.bindRole .items p {
  color: #4c5766;
  font-size: .2rem;
}

.bindRole .items input {
  width: 3.4rem;
  height: .36rem;
  background-color: #4d5766;
  border-radius: .05rem;
  border: none;
  color: #fff;
  font-size: .2rem;
}

.bindRole .tips {
  text-align: center;
  color: #4d5766;
  font-size: .14rem;
}

.bindRole .btn {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/diaBtn3.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  display: block;
  width: 2.8rem;
  height: .46rem;
  margin-top: .2rem;
}

.diazlmd .diaMain {
  height: 3.2rem;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/diazlmd.png) no-repeat;
  background-size: 100% 100%;
  height: 3.2rem;
  width: 5.66rem;
  padding: .22rem;
  padding-top: .76rem;
}

.diazlmd .tabT {
  display: flex;
  line-height: .4rem;
  color: #3f4d56;
  font-size: .2rem;
  border-bottom: 1px solid #d2d1cf;
}

.diazlmd .tabT p {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.diazlmd .tabD {
  line-height: .4rem;
  color: #3f4d56;
  font-size: .2rem;
  height: 1.8rem;
  overflow-y: auto;
}

.diazlmd .tabD .items {
  width: 100%;
  display: flex;
}

.diazlmd .tabD .items p {
  width: 50%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shareTips {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  padding: .3rem;
  display: none;
  justify-content: flex-end;
}

.shareTips img {
  display: block;
  width: 4.82rem;
  height: 3.08rem;
}

.sharePoster .shareImgPoster {
  width: 6.5rem;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/shareBg.jpg) no-repeat;
  background-size: 100% auto;
  height: 11.56rem;
  padding-top: 2.38rem;
  position: relative;
}

.sharePoster .userAva {
  position: absolute;
  right: 0.55rem;
  top: .64rem;
  width: .93rem;
  height: .99rem;
  padding: .04rem .07rem .16rem .06rem;
}

.sharePoster .userAva .name {
  right: 100%;
  top: -.1rem;
  width: 2rem;
  height: 0.46rem;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/nameBg.png) no-repeat right bottom;
  background-size: auto .23rem;
}

.sharePoster .time {
  height: .25rem;
  line-height: .25rem;
  text-align: center;
  color: #3f4d56;
  font-size: .2rem;
  margin-bottom: .2rem;
}

.sharePoster .list {
  padding-left: 1rem;
}

.sharePoster .list .items {
  display: flex;
  align-items: center;
  margin-bottom: .14rem;
}

.sharePoster .list .items .num {
  color: #3f4d56;
  font-size: .35rem;
  font-weight: bold;
}

.sharePoster .list .items .icon {
  width: .83rem;
  height: .83rem;
  border: 1px solid #868788;
  border-radius: 100%;
  margin: 0 .36rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sharePoster .list .items .icon img {
  max-width: 90%;
  max-height: 90%;
}

.sharePoster .list .items .name {
  color: #3f4d56;
  font-size: .26rem;
}

.sharePoster .code {
  position: absolute;
  right: 0.86rem;
  bottom: 1.58rem;
  width: 1.77rem;
  height: 1.77rem;
}
.sharePoster .code img,.sharePoster .code canvas{
  width: 100%;height: 100%;
  display: block;
}
.sharePoster .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.95rem;
  width: 100%;
  z-index: 3;
}

.sharePoster .btns a {
  display: block;
  width: 2.93rem;
  height: .68rem;
  margin: 0 .1rem;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/shareBtn1.png) no-repeat;
  background-size: 100% 100%;
}

.sharePoster .btns a.btn2 {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/shareBtn2.png) no-repeat;
  background-size: 100% 100%;
}

.sharePoster .dom2img-result {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.top {
  background-color: #fff;
  padding: 0 .15rem;
  font-size: .2rem;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  color: #666;
  height: .5rem;
  line-height: .5rem;
}
.top >p{
  float: left;
}
.top .d {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top .d .r {
  display: flex;
}

.top .d span {
  display: block;
  margin: 0 .1rem;
}

.top .d a {
  color: #666;
  display: block;
}

.yyqx {
  color: #666;
  line-height: 1.5;
  height: 10rem;
  padding: .2rem .3rem;
  background-color: #fff;
  width: 8rem;
  border-radius: 5px;
}

.yyqx .txtBox {
  line-height: 1.6;
  font-size: .25rem;
  height: 100%;
  overflow-y: auto;
}

.yyqx .txtBox h3 {
  font-size: .4rem;
  text-align: center;
  margin-bottom: .5rem;
}

.diaTeam {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/diaTeam.png) no-repeat;
  background-size: 100% 100%;
  height: 3.2rem;
  width: 5.66rem;
  padding-top: .7rem;
}

.diaTeam .diaTeamInfo {
  height: 1.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #3f4d56;
  font-size: .22rem;
  text-align: center;
}

.diaTeam .diaTeamInfo span {
  color: #ff5500;
}

.diaTeam .diaTeamTips {
  text-align: center;
  color: #3f4d56;
  font-size: .14rem;
}

.diaTeam .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.diaTeam .btns .btn {
  width: 2.1rem;
  height: .46rem;
  display: block;
  margin: 0 .1rem;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/diaTeamBtn1.png) no-repeat;
  background-size: 100% 100%;
}

.diaTeam .btns .btn.btn2 {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/diaTeamBtn2.png) no-repeat;
  background-size: 100% 100%;
}
.diaTeam .btns .btn.btn3 {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/diaBtn4.png) no-repeat;
  background-size: 100% 100%;
}

.diaLogin {
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/diaLogin.png) no-repeat;
  background-size: 100% 100%;
  height: 3.2rem;
  width: 5.66rem;
  padding-top: 1.22rem;
}

.diaLogin .loginBox {
  display: flex;
  justify-content: center;
}

.diaLogin .loginBox a {
  display: block;
  width: .94rem;
  height: 1.25rem;
  margin: 0 .38rem;
}

@media all and (orientation: landscape) {
  html, body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333;
    z-index: 99999;
  }
  html::after {
    content: "\4E3A\4E86\66F4\597D\7684\4F53\9A8C\FF0C\8BF7\5C06\624B\673A\7AD6\8FC7\6765";
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    width: 100%;
    margin-top: 50px;
    z-index: 99999;
  }
  body::before {
    content: "";
    position: absolute;
    z-index: 99999;
    height: 200px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin: -140px 0 0 -50px;
    color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAB2CAYAAAAZUrcsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAwMjcwNkVEQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAwMjcwNkREQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0NzhCMTlBREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ0NzhCMTlCREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+J30rNQAACRRJREFUeNrsXQlsFVUUfW2hpexQlhYJi0IQJaCgoLgAsohIkFWIURQFNaBgBKMRgZAY1KgYlRIiQVkEo4IBEVAxBsQgyFIkLAHRgFCkgJhCgVqg33syd+R1nPb/+Z3fzpvek5y0s/6Ze+Zt9933XlIkElExIpN4HfF6YmviJWUGkonFxP3Eg8QjxL9VSJEUg6CNiD2Jw4mdiRnEBmwkI96RiJc8xdxCXEz8sSoKOpH4PLFlCN99PfE94ldVQVBkq9nEe1yO5RPPEFMMeccIp9LGxHSX4/P5wy306fc6EjsQtxF/DYKg/YnLOFu1AQEXEncwc4nVDBO0FbEr8V7iUMc5OcRBxGM+/B4SwniuY3xD/IH4GZfdFfC2JKjGbsSiSElkE5s7zjOdvYnfOt5zF7FmOe+bGXHHKeIyYqdEv5u+0Yx4UnuIAuLgkAnp5GyH4VeU836NiPOJOZHSsZTYuSIEXeX44b4hF9Pmy473Hu/DPWsR2xOnEX9xEfU8cSYxKVGCDnT84NgqIqbNFdq7nyM29Pn+Q4hfugi7ye/Uav+zWvuRrVVMTLAl8axmg2cT9DsjiHscoqJoG+anoK2JhdoP9K6CgoIzNBtsSeDvpBLfcUmtvuSKyMPHUGX3Q670HiK2J172UFG+kViXWMRNGjeX4UCP94zVA4SmwXKf2pBo0mzm9nUht8UT2dQYRlxArKfte5z4UXmbLdnaV/K+h6+hPnGR4ytbR2zhOK9vJLFo6lPKSSHu0+47vAJyhXbE3Y73GVeeeyazb9bGUQ/fAhwNo12cEp8Tq2v7EunEP++jT/mKI0W2qwA3wAHifQ6P0gfEXvHeEN6eJtr2iRiv6018QPPE4IGyiHU463qQuNTlujziVr4mOU6jw33Xg1gjAQb+R/s/tYI8WbnsYv2e2Jb3IVHc7DGB/SdolrZ9Lsbrumj/b2cR5xAn8L7OpQi62cXt5hVp3A3WIkFdbfrHU1GAy3EU8WcuwzPYx9w/HkGLHduxIE/7H4Z9kXh7Kcd1dGM/cXGcvmBUvGpzl17YsJM4hrv2FPucR2vbMVeK9HbRiBgL3wbEvFIqKReJbbRzeyWwQnSB2NjHSore+J9eSc2nL7RnyGVbe6oUxQP0+I906fkv5K/skLYvkd1s6dx8CRPGanZtRpziNcuNFxu4rHyE+/+OExcRd7nU5F7xsb9R/1AKPZT7puAMd7zP4O1xxLd5f8Ky3LAyCFmuXaSdiMcVmawEQQSy3Hna9uh4qumCYGEZ1+rtZuAtLuc8QVxJvEYEDR6clbuD3Ma3dbrfcbwp8Q128OTYbVavlaJO7KoqUuaEcSr2Kv3FX/35AD4fOkfQKTLE4a1DRGJ3/r+r45qP1VW3bYbd9vcqKFx+rxmaAvARrgmYoCncAhjD23i+h7hlAOixw8h2EbmI2OKniX20Y49xKvWc5RYZnKWdDWCukqSXfyzaRnU1fHa31ibN5ATYlJs1NuD3XRJvO1Q3SD67q4KMauySxN/LAXw+PNOTXF6+qZWN65Tl80aKRXxvPz52K6dguzcrl1OrL46Fnco9EDtoOK1KdhEGEW8R/+ByEWKlcvn5qLLG5PTTzmurXfeU0+FQHkFTDRCznkE1eQRjFxA/UVYEiGLP22ntHF3MBZyCpR0aYKzlbHWvts+tZwm+8oniWDADKE8HKGuUXGl4mHhBBDUHKE/vIq5yOTZLWVEfSgQ1C6gBDybO1vYh1U6NVq0XBBuTuQ09mWu1ZUJSqBmYqSzn/G4RNFyVJSWCVjGIoCKoQAQViKACEVTAguqiRgtaTjLwY0j28LxebBHYl9XnI0qLcr4+4qu+Ae8HUewBtRkxiFpX+7+miYLC9YeobIyFRBR6NE/ET8S5LGyOAe+Hd3pVWVEA6N2PFmW/UFldU7juOxMFjWXyRoEIKhBBBSKoIH5BEZyEWJfmXBO8LKarsEorKnKHldW5faS8giJ2BeM/7yDWEvtWKiAsIukRCfipV0ExAGYqp0pB8IDgawwIXheLoJi8N1tsFnhEWKt5ZQn6kjJ3MFJVBWKNZrsJivn4Vot9jMQAO/u1BUXNFbOBNRHbGImTylpTp8B2Vk8RMY0GtHvOTqGYmQsRZVk+3Rxj/uEQTxE7lwlMPYfBvoN9uh9GfrdBw7WHj2IqbvzuEL1itpVfwIDgrshy7/b5IWuKTpVmq54QtJXYNTRo4ZwAWWA2spJ9Lj8F/iGemcCbS9Rf8AB/QE/iTcRnlLdpeJJQy5UO0eAAU6RjurdNvL1PWU6fWTFeH5EUGiz8qYlpY6OXG4igwQJmCrvN2RTxcgMZwR0sIIgA8yqgBwUTN8KLNE0ENRvwyy7hWm51rxdLlhtcVI/nIhE0ZBBBQwYpQ4OHPdx8qcHt0obsZEgWQc3EJGWtg2YDy15i5tN0yXLDAU+ePBE0eHBOW5smgkotVyCCCkLTbPmNiZXzOogJzU2hGP2E9UUwHwMWK+2orMntD4oZzRMUVedByppU4oq2b72yhhoeFlOaJSgWe9lQyjGsWjBXTGmWoJuiHM8RU5olaLQV42WIvmGC3hnleDcxpVmCjlLWGEQ3oPkySUxplqA4bzlxgrICmTAmA3MEYi4GrCEiwdoGOhbQfTOHOF1Z/XWYvLGlmNBcQW00UTI42PgsVyCCCuKEcwpYLLwbcye3hKAEDzdwHQUd3YjN7eAl4YmgwcO7ypqA2V5mGsKmiaDmIl3FGBAmZahUigQiqEAEFYigAhFUBBUYKqhMshgepEDQi2KH0CAfgh4RO4QGxyFovtghNDgNQXf5fNNisWul2WofBPV7WcVLolOl2eprTFGO6VMwyVFHn266HzdWMhFyNFwg9ie29+l+CNbrbq8KMZS4QmxsNIYQV+rrtmCihl5iFyOxRlnr7pRYiAcB09v4r8AcHFPWGnUnnIICmAlyrSq50LoguMjjlLnd3uG2mB2ClBYTu4i9Ag0scI/lQH/Xd5a23CRiWl5Q1opLdcR2gcIZ4uvKGsXwP7dttAVhWxH7EEcqa0ar2ixwkpKpzRMN28aI0y0gHiAuZb/B0VIvinHJ5muVFR+ayZWmZCUeoUTDtvFxrvDsVdZkJWXiXwEGAB5thUjn4vqyAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
    -webkit-transform: rotateZ(-90deg);
  }
}

.resetbtn{
  display: block;
  margin: 0 auto;
  margin-bottom: .2rem;
  margin-top: -.2rem;
  position: relative;
  z-index: 2;
  background: url(//game.gtimg.cn/images/bjhl/cp/a20231206xbzn/resetBtn.png) no-repeat;
  background-size: 100% 100%;
  width: 1.96rem;height: .25rem;
}
.sharePoster .close{
  position: static;
  margin: 0 auto;
  width: 0.45rem;
  height: 0.5rem;
  margin-top: .2rem;
}
#_overlay_{
  position: fixed!important;
  height: 100vh!important;
}