/* reset */
body,
div,
p,
ul,
li,
table,
tbody,
tr,
td,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
img,
iframe,
header,
nav,
section,
article,
footer,
figure,
figcaption,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  -webkit-text-size-adjust: none;
  font-size: 0.24rem;
}
header,
nav,
section,
article,
footer,
figure,
figcaption {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
a,
li,
ul,
[ontouchend] {
  -webkit-tap-highlight-color: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 移除默认的 focus 蓝色轮廓 */
*:focus {
  outline: none;
}
a:focus,
button:focus,
input:focus,
div:focus {
  outline: none;
}

em,
strong {
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
}
.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.db {
  display: block;
  text-indent: -9999em;
}
a {
  transition: filter 0.3s;
  color: rgba(0, 0, 0, 0);
}
.gary {
  filter: grayscale(90%);
}
.gray {
  filter: grayscale(90%);
}
/* a:hover{filter: brightness(1.1);} */
.flex {
  display: flex;
  justify-content: space-evenly;
}
body,
html {
  background-color: #ffffff;
  overflow-x: hidden;
}
header,
footer {
  width: 100%;
  margin: 0 auto;
}
footer {
  color: #ffffff;
  background-color: #04141a;
  padding: 0.2rem 0;
  font-size: 0.2rem;
  text-align: center;
}
body {
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  /* 不能用简写 overflow: scroll，否则会覆盖上面的 overflow-x: hidden 导致可横向滑动 */
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.gary {
  filter: grayscale(90%);
}
/* @font-face {
  font-family: "zz";
  src: url("../font/zt.otf");
} */
 .gif{
  width: 7.5rem;
  position: absolute;
  top: 0;
 }
.wrap {
  position: relative;
  width: 7.5rem;
  height: 16.24rem;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/cj/m/bg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.fxt{
  position: absolute;
  top: 3.12rem;
  left: .75rem;
  width: 5.8rem;
  height: 3.27rem;
}
.server{
  width: 1rem;
  height: .24rem;
  position: absolute;
  top: 2.28rem;
  left: 3.3rem;
  font-size: .18rem;
  color: #683e2f;
  text-align: center;
  line-height: .24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nickname{
  width: 1rem;
  height: .24rem;
  position: absolute;
  top: 2.28rem;
  left: 5.04rem;
  font-size: .18rem;
  color: #683e2f;
  text-align: center;
  line-height: .24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.share{
  width: 3.85rem;
  height: 1.35rem;
  position: absolute;
  top: 7.98rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/btn_zjfx.png) no-repeat;
  background-size: 100% 100%;
}
.rule{
  width: .46rem;
  height: .46rem;
  position: absolute;
  top: .6rem;
  right: .45rem;
}
.login_btn{
  width: 1.78rem;
  height: .63rem;
  position: absolute;
  top: .5rem;
  left: .3rem;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/btn_dlbj.png) no-repeat;
  background-size: 100% 100%;
}
.login_info{
  /* width: 5.8rem; */
  position: absolute;
  top: .3rem;
    left: .2rem;
  color: #ffffff;
  font-size: .24rem;
}
.login_info .welcome{
  font-size: .14rem;
  color: #fdecd2;
  margin-bottom: .2rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
}
#nickName, #roleName { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 3.2rem; display: inline-block; }
.login_info .btns{
  display: flex;
  justify-content: space-between;
  margin-bottom: .2rem;
  width: 2.2rem;
}
.login_info .btns a,
.login_info .btn_logout{
  display: block;
  width: 1rem;
  height: .28rem;
  line-height: .28rem;
  text-align: center;
  color: #ffffff;
  font-size: .12rem;
  background: #d9534f;
  border-radius: .14rem;
}
.login_info .btn_logout{
  width: 1rem;
}
.lottery{
  width: 6.01rem;
  height: 5.98rem;
  position: absolute;
  top: 4.15rem;
  left: .64rem;
}
.lottery img{
  display: block;
  width: 6.01rem;
  height: 5.98rem;
}
#swflotterycontent_container{
  width: 6.01rem !important;
  height: 5.98rem !important;
}
.lotterycontent_start{
  width: 1.87rem !important;
  height: 2.02rem !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-size: 100% 100% !important;
  animation: none !important;
  -webkit-animation: none !important;
}
.lotterycontent_hover{
  width: 1.76rem !important;
  height: 1.87rem !important;
}
.lotterycontent_slight{
  animation: none !important;
  -webkit-animation: none !important;
}

.lotterycontent_disable{
  width: 1.87rem !important;
  height: 2.02rem !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/cj.png) no-repeat !important;
  background-size: 100% 100% !important;
  pointer-events: none !important;
   filter: grayscale(90%) !important;
}
.remain{
  width: 1.87rem;
  position: absolute;
  top:3.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size:.18rem;
  color: #fff2d5;
  z-index: 2;
  text-align: center;
}
.share_fast{
  width: 5.92rem;
  height: 1.12rem;
  position: absolute;
  top: 10.78rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/btn_jsfx.png) no-repeat;
  background-size: 100% 100%;
}
.pop1{
  width: 5.98rem;
  height: 6.41rem;
   background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/pop1.png) no-repeat;
  background-size: 100% 100%;
}
.pop2{
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/pop2.png) no-repeat;
  background-size: 100% 100%;
}
.pop3{
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/pop3.png) no-repeat;
  background-size: 100% 100%;
}
.pop4{
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/pop4.png) no-repeat;
  background-size: 100% 100%;
}
.pop5{
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/pop5.png) no-repeat;
  background-size: 100% 100%;
}
.pop7{
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/pop7.png) no-repeat;
  background-size: 100% 100%;
}
.pop-close{
  width: .7rem;
  height: .82rem;
  position: absolute;
  top:0rem;
  right: -.7rem;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/close.png) no-repeat;
  background-size: 100% 100%;
}
.login_box{
  width: 4.86rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 1.69rem;
}
.qq{
  width: 2.16rem;
  height: 2.99rem;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/qq.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}
.wx{
  width: 2.16rem;
  height: 2.99rem;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/wx.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}
.record-table{
  width: 4.71rem;
  height: 4.86rem;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f7e8c9;
  border: 2px solid #cfa66a;
  border-radius: .08rem;
  overflow: hidden;
  font-size: .2rem;
  color: #7a5430;
}
.record-head{
  display: flex;
  height: .6rem;
  line-height: .6rem;
  background: #e8ce9f;
  border-bottom: 1px solid #cfa66a;
  font-weight: bold;
  text-align: center;
}
.record-head span{
  flex: 1;
}
.record-head span:first-child{
  flex: 0 0 1.3rem;
}
.record-body{
  height: calc(4.86rem - .6rem);
  overflow-y: auto;
}
.record-row{
  display: flex;
  height: .5rem;
  line-height: .5rem;
  border-bottom: 1px solid #e0cfa8;
  text-align: center;
  font-size: .14rem;
}
.record-row span{
  flex: 1;
}
.record-row span:first-child{
  flex: 0 0 1.3rem;
}
.pop_img{
  width: 1.16rem;
  height: 1.1rem;
  display: block;
  margin:  0 auto;
  margin-top: 2.18rem;
}
.pop_text{
  width: 100%;
  display: block;
  margin:  0 auto;
  margin-top: .26rem;
  text-align: center;
  font-size: .26rem;
  color: #7a5430;
  font-weight: bold;
}
.btn_confirm{
  width: 3.36rem;
  height: .8rem;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/btn_qd.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  margin-top: .2rem;
}
.rule_content{
  width: 4.73rem;
  height: 4.56rem;
  margin: 0 auto;
  margin-top: 1.2rem;
  font-size: .2rem;
  color: #794627;
  line-height: .31rem;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: .1rem;
}
.rule_content .rule-faq{
  display: block;
  font-size: .22rem;
  font-weight: bold;
  color: #6b3f1f;
  line-height: .4rem;
  margin-bottom: .08rem;
}
.rule_content .rule-faq::before{
  content: "";
  display: inline-block;
  width: .06rem;
  height: .06rem;
  background: #c8913f;
  border-radius: 50%;
  margin-right: .08rem;
  vertical-align: middle;
}
.rule_content .rule-question{
  display: block;
  font-size: .2rem;
  font-weight: bold;
  color: #8a4d1f;
  line-height: .34rem;
  margin-top: .1rem;
}
.rule_content .rule-answer{
  display: block;
  font-size: .18rem;
  color: #794627;
  line-height: .32rem;
  margin-top: .02rem;
}
.rule_content .rule-subtitle{
  display: block;
  font-size: .22rem;
  font-weight: bold;
  color: #6b3f1f;
  line-height: .4rem;
  margin-top: .14rem;
}
.rule_content .rule-item{
  display: block;
  font-size: .18rem;
  color: #794627;
  line-height: .32rem;
  padding-left: .1rem;
  text-indent: -0.1rem;
}
.rule_content .rule-table{
  width: 100%;
  margin: .06rem 0;
  border-collapse: collapse;
  font-size: .18rem;
  color: #794627;
}
.rule_content .rule-table th,
.rule_content .rule-table td{
  border: 1px solid #cfa66a;
  padding: .06rem .1rem;
  text-align: left;
  line-height: .3rem;
}
.rule_content .rule-table th{
  background: #e8ce9f;
  color: #6b3f1f;
  font-weight: bold;
  text-align: center;
}
.tips{
  width: 5rem;
  height: 3rem;
  margin: 0 auto;
  margin-top: 1.4rem;
  text-align: center;
  font-size: .26rem;
  color: #7a5430;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop6{
  width: 100%;
  height: 100%;
}
.pop6_img{
  width: 4.28rem;
  height: 1.62rem;
  position: absolute;
  right: 0;
  top: 0;
}
.light_title{
  width: 5rem;
  height: 2.76rem;
  position: absolute;
  top: 0;
  /* 2.5 + 5 = 7.5rem，避免超出 750 设计宽度造成横向溢出 */
  left: 2.5rem;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/tc/m/zzz.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.light_bg{
  width: 7.5rem;
  height: 12.32rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://game.gtimg.cn/images/dnf/cp/a20260910share/cj/m/fw.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.img_box{
  width: 5.51rem;
    height: 5rem;
    overflow-y: auto;
    /* margin: 0 auto; */
    margin-top: 1rem;
    margin-left: .4rem;
    position: relative;
}
.pop7_btn{
  position: absolute;
  left: .6rem;
  top: .2rem;
}
.pop7_img{
  display: block;
  width: 5.3rem;
}
