@charset "UTF-8";
/* reset */
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: 12rem/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  /* cursor: pointer !important; */
}

span:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  /* cursor: pointer !important; */
}

img {
  border: 0;
  pointer-events: none;
  user-select: none;
}

/* body {
    padding-top: 42rem;
} */
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;
}

body {
  background-color: #000;
}

.body::-webkit-scrollbar {
  display: none;
}

.browser-tips {
  background: yellow;
  text-align: center;
  line-height: 45rem;
  color: red;
  font-size: 20rem;
}

/*common*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.text-indent {
  text-indent: -9999rem;
}

.text-center {
  text-align: center;
}

.dis-in-block {
  display: inline-block;
}

.dis-block {
  display: block;
}

.mg-auto {
  margin: 0 auto;
}

.no-mg {
  margin: 0 !important;
}

.no-pd {
  padding: 0 !important;
}

* {
  box-sizing: border-box;
}

.hidden {
  overflow: hidden;
}

html {
  font-size: calc(100vh / 1080);
}

.indexMain {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/indexBg.jpg) 50% 50%/cover no-repeat;
}

.header {
  width: 1300rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding-top: 46rem;
  position: relative;
  justify-content: space-between;
  z-index: 3;
}

.header .logo {
  width: 185rem;
  height: 57rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/logo.png) no-repeat;
  background-size: 100% 100%;
}

.header .login {
  color: #fff;
  font-size: 18rem;
}

.header .login a {
  color: #fff;
}

.header .headerR {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tool {
  display: flex;
  margin-bottom: 10rem;
}

.tool a {
  display: block;
  width: 174rem;
  height: 55rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/goHome.png) no-repeat;
  background-size: 100% 100%;
}

.tool a.btn2 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/down.png) no-repeat;
  background-size: 100% 100%;
}
.tool a.btn3 {
  width: 48rem;height: 48rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/ruleBtn.png) no-repeat;
  background-size: 100% 100%;
}

.indexContent {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.indexContent .indexTxt {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/loginTxt.png) no-repeat;
  background-size: 100% 100%;
  width: 1256rem;
  height: 368rem;
  animation: bounceIn 1s .5s;
}

.indexContent .jt {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jt.png) no-repeat;
  margin-top: 50px;
  background-size: 100% 100%;
  width: 56px;
  height: 122px;
  position: relative;
  animation: gif .8s infinite linear alternate;
}

.animateBg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.animateBg .bg {
  height: 100%;
}

.swiper-slide {
  height: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.animateContent {
  position: relative;
}

.content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  height: calc(100vh - 110rem);
  margin-top: -10rem;
}

.header2 {
  position: relative;
  height: 120rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/antBg.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 5;
  padding-bottom: 9rem;
}

.vegetablesListBg {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/vegetables.png) no-repeat;
  background-size: 522rem 90rem;
}

.headerCon {
  width: 1450rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerCon .tool {
  margin-bottom: 0;
}

.headerCon .tool a {
  margin-left: 12rem;
}

.headerCon .meau {
  display: flex;
  align-items: center;
}

.headerCon .meau .btn {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn.png) no-repeat;
  background-size: 100% 100%;
  width: 174rem;
  height: 55rem;
}
.headerCon .meau .btn2{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn16.png) no-repeat;
  background-size: 100% 100%;
  width: 174rem;
  height: 55rem;
  margin-right: 20rem;
}
.headerCon .meau .txt {
  line-height: 1.2;
  color: #fdeebd;
  font-size: 24rem;
}

.headerCon .meau .vegetablesList {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}

.headerCon .meau .vegetablesList a {
  display: block;
  width: 81rem;
  height: 90rem;
  background-position: 0 0;
  margin-left: 10rem;
  opacity: 0.5;
  user-select: none;
  position: relative;
}
.userInfo{
  position: fixed;
  right: 40rem;
  top: 130rem;
  z-index: 3;
  color: #fff;
  font-size: 18rem;
}
.userInfo a{
  font-size: 18rem;
  color: #fff;
}
.headerCon .meau .vegetablesList a span {
  position: absolute;
  width: 40rem;
  height: 19rem;
  border-radius: 5rem;
  text-align: center;
  line-height: 19rem;
  display: block;
  color: #d2c69e;
  font-size: 14rem;
  right: 0;
  bottom: 0;
  background-color: #833a23;
}
.vegetablesList a span i{font-style: normal;}
.headerCon .meau .vegetablesList a.on {
  opacity: 1;
  user-select: auto;
}

.headerCon .meau .vegetablesList a:nth-of-type(2) {
  background-position: -90rem 0;
}

.headerCon .meau .vegetablesList a:nth-of-type(3) {
  background-position: -180rem 0;
}

.headerCon .meau .vegetablesList a:nth-of-type(4) {
  background-position: -270rem 0;
}

.headerCon .meau .vegetablesList a:nth-of-type(5) {
  background-position: -360rem 0;
}

.headerCon .meau .vegetablesList a:nth-of-type(6) {
  background-position: -450rem 0;
}

.pop .popMain {
  animation: pulse .5s;
}

.pop1 .popMain {
  position: relative;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/pop1.png) no-repeat;
  background-size: 100% 100%;
  width: 1025rem;
  height: 582rem;
  margin-left: -125rem;
}
.pop1 .popMain .icon{
  width: 167rem;height: 225rem;
  position: absolute;
  right: 150rem;
  top: 124rem;
}
.pop1 .popMain .icon .bg{
  width: 100%;height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pop1 .popMain .icon .gif{width: 162rem;height: 221rem; border-radius: 20rem;}
.pop .close {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/close.png) no-repeat;
  background-size: 100% 100%;
  width: 42rem;
  height: 42rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.pop1 .popMain .popBtn1 {
  width: 173rem;
  height: 54rem;
  display: block;
  position: absolute;
  bottom: 45rem;
  left: 475rem;
  border-radius: 25rem;
}

.pop2 {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pop2 img {
  position: absolute;
  bottom: 43rem;
  height: 553rem;
  left: 821rem;
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.haderTips {
  position: absolute;
  left: -65rem;
  top: 80rem;
  width: 450rem;
  height: 261rem;
  /* background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/foodTips.png) no-repeat; */
  background-size: 100% 100%;
  padding: 75rem 50rem 0 36rem;
  text-align: center;
  display: none;
}

.haderTips h3 {
  color: #fdeebe;
  font-size: 26rem;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  font-weight: bold;
}

.haderTips p {
  color: #fff;
  font-size: 18rem;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  font-weight: bold;
}

.openPopVideo {
  position: absolute;
  color: transparent;
  cursor: pointer;
}

.xzmm {
  right: 456rem;
  top: 0;
  width: 488rem;
  height: 397rem;
  cursor: pointer;
  position: absolute;
  color: transparent;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/xuanzhaunmuma.png) no-repeat;
  background-size: 100% auto;
}

.nhd {
  right: 534rem;
  top: 436rem;
  width: 425rem;
  height: 402rem;
  position: absolute;
  cursor: pointer;
  color: transparent;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/dengchuan.png) no-repeat;
  background-size: 100%;
}
#nhdPop.popVideo .popMain img{
  border-bottom-left-radius: 18rem;
  border-bottom-right-radius: 18rem;

}
.popVideo .popMain img.videoPopXzmm{
  width: 220rem;height: 214rem;
  position: absolute;
  top: 0;
}

.popVideo .popMain {
  width: 907rem;
  height: 724rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/popVideoBg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 119rem;
  padding-left: 60rem;
  padding-right: 82rem;
}

.popVideo .popMain .close {
  right: 7rem;
  top: 83rem;
}

.popVideo .popMain h3 {
  height: 65rem;
  line-height: 65rem;
  text-align: center;
  color: #f9eab6;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  font-weight: bold;
  font-size: 30rem;
}
.popVideo .popMain .swiper{
  width: 100%;
  height: 409rem;
  margin-top: 0;
}
.popVideo .popMain .swiper .swiper-slide{
  width: 100%;
  height: 409rem;
}
.popVideo .popMain video {
  display: block;
  width: 100%;
  height: 409rem;
  object-fit: cover;
  border-bottom-left-radius: 18rem;
  border-bottom-right-radius: 18rem;

}
.popVideo .popMain img{
  display: block;
  width: 100%;
  height: 409rem;
}
.popVideo .popMain .txt p+p{
  display: none;
}
.popVideo .popMain .txt p{
  height: 113rem;
  overflow-y: auto;
}
.popVideo .popMain .txt span{
  color: #88381e;
}
.popVideo .popMain .txt {
  width: 685rem;
  height: 151rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/popVideoTxt.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: -10rem;
  z-index: 3;
  position: relative;
  color: #88381e;
  font-size: 18rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0 20rem;
}

.jzgf {
  position: absolute;
  color: transparent;
  cursor: pointer;
  width: 378.7rem;
  height: 311.7rem;
  left: 991rem;
  bottom: 177rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/jiaozizuofang.png) no-repeat;
  background-size: 100%;
}

.jzgfPop .popMain {
  animation: bounceIn .3s;
  width: 906rem;
  height: 620rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/gjzp.png) no-repeat;
  background-size: 100% 100%;
  padding: 98rem 80rem 0 58rem;
}

.jzgfPop .popMain .list {
  display: flex;
  flex-wrap: wrap;
}

.jzgfPop .popMain .list .items {
  position: relative;
  width: 380rem;
  height: 228rem;
  margin-right: 5rem;
  margin-bottom: 5rem;
}

.jzgfPop .popMain .list .items:nth-of-type(1) {
  animation: flipInX .5s;
}

.jzgfPop .popMain .list .items:nth-of-type(2) {
  animation: flipInX 1s;
}

.jzgfPop .popMain .list .items:nth-of-type(3) {
  animation: flipInX 1.5s;
}

.jzgfPop .popMain .list .items:nth-of-type(4) {
  animation: flipInX 2s;
}

.jzgfPop .popMain .list .items:nth-of-type(2n) {
  margin-right: 0;
}

.jzgfPop .popMain .list .items .num {
  position: absolute;
  right: 0;
  top: 0;
  width: 85rem;
  height: 61rem;
}
.jzgfPop .popMain .list .items >img{
  width: 100%;height: 100%;display: block;
}
.jzgfPop .popMain .list .items .num img {
  display: block;
  width: 100%;
  height: 100%;
}

.jzgfPop .popMain .list.active .items {
  opacity: 1;
}

.jzgfPop .popMain .btn {
  display: block;
  position: absolute;
  right: 50rem;
  bottom: -60rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn1.png) no-repeat;
  width: 153rem;
  height: 48rem;
  background-size: 100% 100%;
}

.jzgfPop2 .popMain {
  width: 760rem;
  height: 498rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/gjzp2.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-end;
  padding-left: 220rem;
}

.jzgfPop2 .popMain .dj {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/djBg.png) no-repeat;
  background-size: 100% 100%;
  width: 130rem;
  height: 145rem;
}

.jzgfPop2 .popMain .dj .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104rem;
  opacity: 1;
}

.jzgfPop2 .popMain .dj .icon img {
  max-height: 90%;
  max-width: 90%;
}

.jzgfPop2 .popMain .dj p {
  opacity: 1;
  font-size: 20rem;
  color: #fdeebd;
  font-weight: bold;
  text-align: center;
  text-stroke: 1px #2c1007;
  -webkit-text-stroke: 1px #2c1007;
}

.jzgfPop2 .popMain a.btn {
  display: block;
  width: 171rem;
  height: 48rem;
  margin-bottom: 64rem;
  margin-left: 30rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/gjzpBtn.png) no-repeat;
  background-size: 100% auto;
}
.jzgfPop2 .popMain a.btn.gray{height: 55rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/gray1.png) no-repeat;pointer-events: none;background-size: 100% auto;
}
.dj {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/djBg.png) no-repeat;
  background-size: 100% 100%;
  width: 130rem;
  height: 145rem;
}

.dj .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104rem;
}

.dj .icon img {
  max-height: 90%;
  max-width: 90%;
}

.dj p {
  font-size: 20rem;
  color: #fdeebd;
  font-weight: bold;
  text-align: center;
  text-stroke: 1px #2c1007;
  -webkit-text-stroke: 1px #2c1007;
}
.dj p.fudai-txt{
  width: 90rem;height: 24rem;margin: 0 auto;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/fudai-txt.png) no-repeat;
  background-size: 100% 100%;
}
.dj p.yumi-txt{ width: 90rem;height: 24rem;margin: 0 auto;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/yumi-txt.png) no-repeat;
  background-size: 100% 100%;
}
.dj p.yuwan-txt{ width: 90rem;height: 24rem;margin: 0 auto;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/yuwan-txt.png) no-repeat;
  background-size: 100% 100%;
}
.dj p.qqc-txt{ width: 90rem;height: 24rem;margin: 0 auto;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/qqc-txt.png) no-repeat;
  background-size: 100% 100%;
}
.dj p.xg-txt{ width: 90rem;height: 24rem;margin: 0 auto;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/xg-txt.png) no-repeat;
  background-size: 100% 100%;
}

.dj p.wwc-txt{ width: 90rem;height: 24rem;margin: 0 auto;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/wwc-txt.png) no-repeat;
  background-size: 100% 100%;
}


.haveCai .popMain {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/haveCai.png) no-repeat;
  background-size: 100% 100%;
  width: 617rem;
  height: 396rem;
  padding-top: 60rem;
  padding-left: 76rem;
  padding-right: 96rem;
}

.haveCai .popMain h3 {
  text-align: center;
  font-size: 24rem;
  text-stroke: 1px #2c1007;
  -webkit-text-stroke: 1px #2c1007;
  list-style: none;
  line-height: 40rem;
  color: #f9eab6;
}

.haveCai .popMain .icon {
  height: 250rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.haveCai .popMain .icon img {
  max-width: 90%;
  max-height: 70%;
}

.ybtt {
  position: absolute;
  color: transparent;
  cursor: pointer;
  width: 278rem;
  height: 223rem;
  left: 1298rem;
  bottom: 461rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/tietieshiyuanbao.png) no-repeat;
  background-size: 100% auto;
}

.ybttPop .close {
  right: 0;
  top: 120rem;
}

.ybttPop .ybtt-t {
  margin-bottom: 32rem;
  width: 795rem;
  height: 373rem;
  padding-left: 100rem;
  padding-right: 84rem;
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
  padding-bottom: 17rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/ybttPop.png) no-repeat;
  background-size: 100%;
}

.ybttPop .ybtt-t p {
  height: 150rem;
  display: flex;
  align-items: center;
  color: #fdfcf9;
  font-size: 18rem;
}

.ybttPop h3 {
  text-align: center;
  color: #fbf5e3;
  font-size: 24rem;
  font-weight: bold;
  text-stroke: 1px #2c1007;
  -webkit-text-stroke: 1px #2c1007;
}

.ybttPop .btns {
  display: flex;
  flex-wrap: wrap;
  width: 480rem;
  justify-content: space-between;
  margin: 0 auto;
}

.ybttPop .btns .btn {
  margin-top: 16rem;
  display: block;
  width: 228rem;
  text-align: center;
  line-height: 50rem;
  color: #822608;
  font-weight: bold;
  font-size: 20rem;
  height: 55rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/ybttBtn.png) no-repeat;
  background-size: 100% 100%;
}

.ybttPop .btns .btn.btn2 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/ybttBtn2.png) no-repeat;
  background-size: 100% 100%;
}

.ybttPop .btns .btn.btn3 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/ybttBtn3.png) no-repeat;
  background-size: 100% 100%;
}

.ybttPop .btns .btn.btn4 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/ybttBtn4.png) no-repeat;
  background-size: 100% 100%;
}

.ybttPop .tips {
  text-align: center;
  font-size: 20rem;
  color: #f8aa8f;
  display: none;
  margin-top: 20rem;
}

.ybttPop2 .ybtt-t {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/ybttPop2.png) no-repeat;
  width: 760rem;
  height: 347rem;
  background-size: 100% auto;
  display: flex;
  align-items: flex-end;
  padding: 0 116rem;
  padding-right: 132rem;
  padding-bottom: 15rem;
}

.ybttPop2 .ybtt-t img {
  display: block;
  width: 760rem;
}

.ybttPop2 .ybtt-t .txt {
  height: 123rem;
  color: #faf9f9;
  font-size: 18rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.ybttPop2 .ybtt-d {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ybttPop2 .dj {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/djBg.png) no-repeat;
  background-size: 100% 100%;
  width: 130rem;
  height: 145rem;
}

.ybttPop2 .dj .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104rem;
}

.ybttPop2 .dj .icon img {
  max-height: 80%;
  max-width: 80%;
}

.ybttPop2 .dj p {
  font-size: 20rem;
  color: #fdeebd;
  font-weight: bold;
  text-align: center;
  text-stroke: 1px #2c1007;
  -webkit-text-stroke: 1px #2c1007;
}

.ybttPop2 a.btn {
  display: block;
  width: 172rem;
  height: 48rem;
  margin-left: 30rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/ybttBtn5.png) no-repeat;
  background-size: 100% 100%;
}
.ybttPop2 a.btn.gray{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/gray1.png) no-repeat;
  background-size: 100%;width: 153rem;height: 48rem;
  pointer-events: none;
}

.tzcgPop .popMain {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/tzcgPop.png) no-repeat;
  background-size: 100% 100%;
  width: 617rem;
  height: 238rem;
  display: flex;
  align-items: flex-end;
}
.jqqdPop .popMain{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jqqd2.png) no-repeat;
  background-size: 100% 100%;
}
.tzcgPop.jqqdPop .btns{
  padding-right: 108rem;
}
.tzcgPop2 .popMain{
  width: 648rem;height: 279rem;
}
.tzcgPop .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-right: 48rem;
}

.tzcgPop .btns a {
  display: block;
  width: 153rem;
  height: 48rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn3.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 10rem;
}

.tzcgPop .btns a.btn1 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn2.png) no-repeat;
  background-size: 100% 100%;
}

#tzsbPop.tzcgPop .popMain {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/tzsbPop.png) no-repeat;
  background-size: 100% 100%;
}

.lqcg .popMain {
  width: 617rem;
  height: 238rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/lqcgPoo.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 190rem;
  padding-left: 320rem;
}

.lqcg .popMain .btn {
  display: block;
  width: 153rem;
  height: 48rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn4.png) no-repeat;
  background-size: 100% 100%;
}

.sharePop {
  width: 142rem;
  height: 165rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/sharePop.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  z-index: 8;
  right: 100rem;
  bottom: 200rem;
}

.dialogue .popMain {
  width: 1090rem;
  padding-top: 70rem;
}

.dialogue .popMain .close {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/close.png) no-repeat;
  background-size: 100% 100%;
  width: 42rem;
  height: 42rem;
  display: block;
  position: absolute;
  right: -18rem;
  top: 0;
}

.dialogue .popMain .items h3 {
  font-size: 22rem;
  color: #fdebba;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200rem;
}

.dialogue .popMain .items p {
  height: 118rem;
  display: flex;
  line-height: 1.2;
  align-items: center;
  color: #fdfcfb;
  font-size: 20rem;
  font-weight: bold;
}

.dialogue .popMain .dialogue1 {
  animation: fadeInLeft 1s;
  width: 950rem;
  height: 293rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/dialogue1.png) no-repeat;
  background-size: 100% auto;
  padding-left: 240rem;
  padding-bottom: 17rem;
  padding-right: 95rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.dialogue .popMain .dialogue1 img {
  display: block;
  width: 950rem;
}

.dialogue .popMain .dialogue2 {
  display: flex;
  padding-left: 80rem;
  padding-right: 45rem;
  margin-left: 423rem;
  flex-direction: column;
  justify-content: end;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/dialogue2.png) no-repeat;
  width: 642rem;
  height: 162rem;
  display: flex;
  justify-content: flex-end;
  background-size: 100% auto;
  margin-top: 26rem;
  align-items: flex-end;
  animation: fadeInRight 1s;
}

.dialogue .popMain .dialogue3 {
  animation: fadeInLeft 1s;
  width: 950rem;
  height: 398rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/dialogue3.png) no-repeat;
  background-size: 100% auto;
  padding-left: 240rem;
  padding-bottom: 17rem;
  padding-right: 95rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.dialogue .popMain .dialogue3 p{
  height: 200rem;margin-top: 30rem;margin-bottom: 7rem;
  display: flex;
    justify-content: center;
}
.dialogue .popMain .dialogue3 p img{height: 180rem;
  width: auto;
  }
.dialogue .popMain .dialogue2 h3 {
  text-align: right;
  margin-right: 73rem;
  
}

.dialogue .popMain .dialogue2 img {
  display: block;
  width: 697rem;
}

.dialogue .popMain .jx {
  animation: fadeInUp 1s;
  display: flex;
  justify-content: flex-end;
  margin-top: 10rem;
}

.dialogue .popMain .jx .btn {
  display: block;
  width: 153rem;
  height: 48rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn5.png) no-repeat;
  background-size: 100% 100%;
}

.dialogue .popMain .lq {
  opacity: 0;
  width: 153rem;
  margin-left: 400rem;
}

.dialogue .popMain .lq .dj {
  margin: 0 auto;
}

.dialogue .popMain .lq .btn {
  display: block;
  width: 153rem;
  height: 48rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn6.png) no-repeat;
  background-size: 100% 100%;
}
.dialogue .popMain .lq .btn.gray{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/gray4.png) no-repeat;
  background-size: 100% auto;
}
.wpdhsr {
  position: absolute;
  left: 856rem;
  bottom: 21rem;
  width: 174.75rem;
  height: 245rem;
  z-index: 2;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/shaoroutanwei.png) no-repeat;
  background-size: 100% auto;
}

.ttyyty {
  position: absolute;
  left: 707rem;
  bottom: 207rem;
  width: 180rem;
  height: 129rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/tangyuantanwei.png) no-repeat;
  background-size: 100% auto;
  width: 176rem;
  height: 185rem;
}

.huoguo .popMain {
  width: 758rem;
}

.huoguo .popMain .huoguo-t img {
  display: block;
  width: 100%;
}

.huoguo .huoguo-d {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20rem;
}

.huoguo .huoguo-d .l {
  width: 153rem;
}

.huoguo .huoguo-d .l .dj {
  margin: 0 auto;
}

.huoguo .huoguo-d .l .btn {
  display: block;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn6.png) no-repeat;
  background-size: 100% 100%;
  width: 153rem;
  height: 48rem;
}
.huoguo .huoguo-d .l .btn.gray{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/gray1.png) no-repeat;
  background-size: 100% ;
}

.huoguo .huoguo-d .r {
  width: 444rem;
}

.huoguo .huoguo-d .r .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.huoguo .huoguo-d .r .t p {
  color: #fbf5e3;
  font-size: 18rem;
}

.huoguo .huoguo-d .r .t a {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn7.png) no-repeat;
  background-size: 100% 100%;
  width: 153rem;
  height: 48rem;
  display: block;
}

.huoguo .huoguo-d .d {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/hgwq-d.png) no-repeat;
  background-size: 100% 100%;
  width: 444rem;
  height: 169rem;
  margin-top: 4rem;
  padding-top: 44rem;
}

.huoguo .huoguo-d .list {
  height: 115rem;
  display: flex;
  padding-left: 30rem;
  flex-direction: column;
  justify-content: center;
}

.huoguo .huoguo-d .items {
  display: flex;
  align-items: center;
  margin: 5rem 0;
  padding-left: 37rems;
}

.huoguo .huoguo-d .items p {
  font-weight: bold;
  color: #fbf5e3;
  font-size: 16rem;
}

.huoguo .huoguo-d .items p img {
  width: 259rem;
}

.huoguo .huoguo-d .items a {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn8.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 96rem;
  height: 36rem;
  margin-left: 16rem;
}

.huoguo .huoguo-d .items a.active {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn9.png) no-repeat;
  background-size: 100% 100%;
}
.huoguo .huoguo-d .items a.gray1 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/gray2.png) no-repeat;
  background-size: 100% 100%;
}
.huoguo .huoguo-d .items a.gray2 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/gray3.png) no-repeat;
  background-size: 100% 100%;
}

.hgyx .popMain {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/hgGame.png) no-repeat;
  background-size: 100% 100%;
  width: 907rem;
  height: 633rem;
  padding-top: 300rem;
  padding-left: 107rem;
  padding-right: 90rem;
}

.hgyx .popMain .txt {
  color: #88381e;
  font-size: 18rem;
  margin-bottom: 25rem;
  height: 58rem;
}

.hgyx .popMain .time {
  color: #fff;
  font-weight: bold;
  font-size: 28rem;
  /* text-stroke: 1rem #2c1007; */
  /* -webkit-text-stroke: 1rem #2c1007; */
  line-height: 51rem;
  padding-left: 56rem;
}

.hgyx .popMain .line {
  width: 520rem;
  border-radius: 15rem;
  height: 33rem;
  background-color: #88381e;
  border: 2rem solid #000000;
  position: relative;
}

.hgyx .popMain .line .store {
  width: 150rem;
  height: 100%;
  background-color: #ce5730;
  border: 1rem solid #000;
  border-radius: 15rem;
  position: absolute;
  left: 0rem;
  top: 0;
}

.hgyx .popMain .proma {
  display: flex;
  align-items: center;
  margin-top: -50rem;
}

.hgyx .popMain .proma .btn {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/hgGameBtn.png) no-repeat;
  background-size: 100% 100%;
  width: 173rem;
  height: 171rem;
  margin-top: -20rem;
}

.ava {
  position: absolute;
  left: 0;
  top: -30rem;
  z-index: 2;
}

.ava img {
  width: 47rem;
  height: 68rem;
}

.hgBox {
  position: absolute;
  left: 537rem;
  top: 146rem;
  width: 697rem;
  height: 405rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/huoguo.png) no-repeat;
  background-size: 100% auto;
  cursor: url(//game.gtimg.cn/images/x52/cp/a20220714mxha/zj-icon.png), auto !important;
}

@keyframes gif {
  0% {
    top: -40rem;
  }
  100% {
    top: 0rem;
  }
}

.shop .popMain {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/shopPop.png) no-repeat;
  background-size: 100% 100%;
  width: 952rem;
  height: 657rem;
  padding-left: 92rem;
  padding-top: 141rem;
  padding-right: 95rem;
}

.shop .btns {
  display: flex;
  justify-content: center;
  margin-top: 50rem;
}

.shop .btns a {
  margin: 0 21rem;
  display: block;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn10.png) no-repeat;
  background-size: 100% 100%;
  width: 174rem;
  height: 55rem;
}

.shop .btns a.btn2 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn11.png) no-repeat;
  background-size: 100% 100%;
}
.shop .btns a.btn2.gray{
  filter: grayscale(1);
  pointer-events: none;
}
.shopBox {
  display: flex;
  justify-content: space-between;
}

.shopBox .bigShop {
  width: 188rem;
}

.shopBox .bigShop .icon {
  position: relative;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/shopBig.png) no-repeat;
  background-size: 100% 100%;
  height: 328rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopBox .bigShop p {
  color: #000;
  font-size: 20rem;
  font-weight: bold;
  /* 设置描边宽度及颜色 */
  /* text-stroke: 2px #86371d; */
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
  /* -webkit-text-stroke: 2px #86371d; */
  text-align: center;
  margin-top: 10rem;
}

.shopBox .bigShop img {
  display: block;
  max-width: 100%;
}
.shopBox .bigShop .icon.gray::after{
  content: '';
  display: block;
  position: absolute;
  border-radius: 20rem;
  left: 0;top: 0;width: 100%;height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.shopBox .bigShop .icon.gray img.ylq{
  display: block;
}
.shopBox .bigShop img.ylq{
  display: none;
  width: 66rem;height: 58rem;
  z-index: 2;
  position: absolute;
  right: 16rem;
  top: 16rem;
}
.shopR {
  flex: 1;
  margin-left: 34rem;
}

.shopR .list {
  height: 250rem;
  display: flex;
  flex-wrap: wrap;
}

.shopR .list a {
  padding-right: 5rem;
  padding-bottom: 4rem;
  margin-right: 9rem;
  margin-bottom: 25rem;
  display: flex;
  width: 101rem;
  height: 100rem;
  align-items: center;
  justify-content: center;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/shopSmall.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.shopR .list a.gray2{
  filter: grayscale(1);
}
.btn.gray{
  filter: grayscale(1);
  pointer-events:none
}
.shopR .list a.gray::after{
  content: '';
  display: block;
  
  position: absolute;border-radius: 10rem;
  left: 0;top: 0;width: 97rem;height: 96rem;background-color: rgba(0, 0, 0, 0.5);
}
.shopR .list a img {
  max-width: 90%;
}
.shopR .list a.gray img.ylq{display: block;}
.shopR .list a img.ylq{
width: 36rem;height: 32rem;
position: absolute;z-index: 2;
top: 6rem;right: 15rem;display: none;
}
.shopR .list a:nth-of-type(5n) {
  margin-right: 0;
}

/* 通过属性选择器结合伪元素before 实现文字外描边效果 */
[data-content]::before {
  /* attr()是用来获取被选中元素的某属性值,并且在样式文件中使用 */
  content: attr(data-content);
  position: absolute;
  /* 实现元素外描边的关键 */
  max-width: 100%;
  -webkit-text-stroke: 0;
  /* 文本颜色 */
  color: #fdeebd;
}

.shopVegeList h3 {
  font-size: 24rem;
  color: #f9eab6;
  font-weight: normal;
  width: 114rem;height: 27rem;
  /* 设置描边宽度及颜色 */
  /* text-stroke: 2px #86371d; */
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
  /* -webkit-text-stroke: 2px #86371d; */
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/txt1.png) no-repeat;
  background-size: 100%;
}

.shopVege {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/vegetables2.png) no-repeat;
  background-size: 524rem 90rem;
}

.VegeList {
  display: flex;
}

.VegeList a {
  display: block;
  height: 90rem;
  width: 81rem;
  background-position: 0 0;
  margin-right: 8rem;
  position: relative;
  opacity: .7;
}

.VegeList a.active {
  opacity: 1;
}

.VegeList a span {
  position: absolute;
  width: 40rem;
  height: 19rem;
  border-radius: 5rem;
  text-align: center;
  line-height: 19rem;
  display: block;
  color: #d2c69e;
  font-size: 14rem;
  right: 0;
  bottom: 0;
  background-color: #833a23;
}
.VegeList a span i{
  font-style: normal;
}
.VegeList a:last-child {
  margin-right: 0;
}

.VegeList a.btn2 {
  background-position: -88rem 0;
}

.VegeList a.btn3 {
  background-position: -176rem 0;
}

.VegeList a.btn4 {
  background-position: -260rem 0;
}

.VegeList a.btn5 {
  background-position: -353rem 0;
}

.VegeList a.btn6 {
  background-position: -441rem 0;
}

.topShop {
  margin-top: 70rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/djBg2.png) no-repeat;
  background-size: 100% 100%;
  width: 130rem;
  height: 153rem;
  padding-right: 5rem;
  padding-bottom: 4rem;
}

.topShop .icon {
  height: 117rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topShop .icon img {
  max-width: 90%;
  max-height: 90%;
}

.topShop p {
  font-size:12px;
  color: #f9eab6;
  text-align: center;
  line-height: 25rem;
  font-weight: normal;
  /* 设置描边宽度及颜色 */
  text-stroke: 2px #86371d;
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
  -webkit-text-stroke: 2px #86371d;
}

.ov {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wa1 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/diaoyu.png) no-repeat;
  background-size: 100%;
  width: 159rem;
  height: 91rem;
  position: absolute;
  left: 151rem;
  bottom: 47rem;
  z-index: 2;
}

.wa1:hover .txt {
  display: block;
}

.wa1 .txt {
  position: absolute;
  display: none;
  animation: jackInTheBox .5s;
  left: 120rem;
  top: -65rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/txt.png) no-repeat;
  background-size: 100% 100%;
  width: 207rem;
  height: 83rem;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  padding-left: 27rem;
  padding-top: 15rem;
  padding-right: 15rem;
}

.wa2 {
  position: absolute;
  width: 76rem;
  height: 100rem;
  right: 661rem;
  bottom: 65rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/bixinren.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 2;
}

.wa2:hover .txt {
  display: block;
}

.wa2 .txt {
  position: absolute;
  display: none;
  animation: jackInTheBox .5s;
  right: 15rem;
  top: -33rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/txt2.png) no-repeat;
  background-size: 100% 100%;
  width: 311rem;
  height: 93rem;

  color: #fff;font-size: 16rem;
  padding-left: 18rem;
  padding-right: 15rem;
  padding-top: 10rem;
  line-height: 1.2;
}
.wa2 .txt p{
  height: 100%;
  overflow-y: auto;
}
.powerHov {
  cursor: pointer;
  transition: .2s linear all;
  opacity: 0;
}

.powerHov:hover {
  opacity: 1;
  transform: scale(1.03);
}

.dapao {
  position: absolute;
  left: 404rem;
  bottom: 149rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/dapao.png) no-repeat;
  background-size: 100% 100%;
  width: 72rem;
  height: 254rem;
}

.datuzi {
  position: absolute;
  width: 145rem;
  height: 110.5rem;
  right: 480rem;
  bottom: 146rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/datuzi.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.diaoyu {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/diaoyu.png) no-repeat;
  background-size: 100%;
  width: 159rem;
  height: 91rem;
  position: absolute;
  left: 151rem;
  bottom: 47rem;
}

.fudai1 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/fudai1.png) no-repeat;
  background-size: 100%;
  width: 31rem;
  height: 28.7rem;
  right: 701rem;
  bottom: 177rem;
  position: absolute;
}

.fudai2 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/fudai2.png) no-repeat;
  background-size: 100%;
  width: 25.5rem;
  height: 23.9rem;
  left: 1539rem;
  top: 282rem;
  position: absolute;
}

.gengduofuli {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/gengduofuli.png) no-repeat;
  background-size: 100%;
  width: 96.8rem;
  height: 72.3rem;
  left: 1290rem;
  top: 41rem;
  position: absolute;
}

.haidao {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/haidao.png) no-repeat;
  background-size: 100% auto;
  width: 326.6rem;
  height: 523.9rem;
  position: absolute;
  left: 0;
  top: 59rem;
}

.huabingchang {
  position: absolute;
  right: 0;
  bottom: 191rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/huabingchang.png) no-repeat;
  background-size: 100% auto;
  width: 570rem;
  height: 416rem;
}

.huazhao {
  position: absolute;
  right: 523rem;
  top: 439rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/huazhao.png) no-repeat;
  background-size: 100% auto;
  width: 80.3rem;
  height: 63.8rem;
}

.zjydn {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/jiaozitanwei.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 588rem;
  bottom: 103rem;
  width: 188rem;
  height: 175.5rem;
}

.kongmingdeng {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/kongmingdeng.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 450rem;
  top: 322rem;
  width: 472rem;
  height: 300.5rem;
}

.liwudui {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/liwudui.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 40rem;
  width: 279.7rem;
  height: 221.8rem;
  top: 223rem;
}

.nianyefan {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/nianyefan.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 470rem;
  top: 84rem;
  width: 241rem;
  height: 260rem;
}

.san {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/san.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 722rem;
  top: 292rem;
  width: 238rem;
  height: 236rem;
}

.xiaoyinxiang {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/jiancai/xiaoyinxiang.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 1254rem;
  top: 175rem;
  width: 125rem;
  height: 161rem;
}

.shareBg {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/sharebg.png) no-repeat;
  background-size: 100% 100%;
  width: 1124rem;
  height: 679rem;
  display: flex;
  align-items: flex-end;
  padding-bottom: 56rem;
}

.shareBg .shareDown {
  padding: 0 80rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.shareBg .shareDown .txt {
  width: 640rem;
  color: #faf5e3;
  font-size: 20rem;
}

.shareBg .shareDown .list {
  display: flex;
  margin-top: 10rem;
}

.shareBg .shareDown .list .items {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/djBg3.png) no-repeat;
  background-size: 100% 100%;
  width: 101rem;
  height: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5rem;
  padding-bottom: 4rem;
  margin-right: 13rem;
}
.shareBg .shareDown .list .items:nth-of-type(1){
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/share1.png) no-repeat;
  background-size: 100% 100%;
}
.shareBg .shareDown .list .items:nth-of-type(2){
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/share2.png) no-repeat;
  background-size: 100% 100%;
}
.shareBg .shareDown .list .items:nth-of-type(3){
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/share3.png) no-repeat;
  background-size: 100% 100%;
}
.shareBg .shareDown .list .items img {
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.shareBg .shareDown .ewm {
  width: 91rem;
  text-align: center;
}

.shareBg .shareDown .ewm img {
  display: block;
  width: 100%;
  height: 91rem;
  background-color: #fff;
  border-radius: 10px;
}

.shareBg .shareDown .ewm p {
  color: #fcfcfa;
  font-size: 18rem;
}

.share .popMain .close {
  z-index: 2;
}

.share .popMain .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  position: relative;
}

.share .popMain .btns input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  width: 10px;
}

.share .popMain .btns .btn {
  margin: 0 30rem;
  width: 222rem;
  height: 61rem;
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn12.png) no-repeat;
  background-size: 100% 100%;
}

.share .popMain .btns .btn2 {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn13.png) no-repeat;
  background-size: 100% 100%;
}

.dom2img-result {
  position: absolute;
  left: 1rem;
  top: 0;
  width: 1124rem;
  height: 679rem;
  display: block;
}

#afooter{
  background-color: #000;color: #fff;
  text-align: center;
  padding: 30rem 0;
}
#afooter a{color: #fff;}
.videoBg{
  position: absolute;
  left: 0;
  top:0;
  width:100%;height: 100%;
  display: flex;
  justify-content: space-between;
}
.videoBg video{height: 100%;display: block;}
.videoBg video:nth-of-type(1){
  margin-right: -2px;
}
.txtPop .popMain{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/txtTips.png) no-repeat;
  background-size: 100% 100%;width: 749rem;height: 347rem;
  padding-top: 225rem;
  
}
.txtPop .popMain .txt{
  height: 92rem;
  padding: 0 80rem;
  overflow-y: auto;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 20rem;
  font-weight: bold;
}
.txtPop .popMain .txt div{max-height: 100%;}
.txtPop .popMain .txt p{
  max-height: 100%;
  overflow-y: auto;
}
.txtPop .popMain .txt span{
  color: #FFFB7C;
}
.talk{
  height: 482rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.talk .li+.li{
  display: none;
}
#hgAgain .popMain{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/hgAgain.png) no-repeat;
  background-size: 100% 100%;
}
#hgAgain .btns a.btn{
background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn14.png) no-repeat;
background-size: 100% auto;
}
#randomCai .popMain{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/noHave.png) no-repeat;
  background-size: 100% 100%;
}
#randomCai .btns a.btn{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/btn15.png) no-repeat;
  background-size: 100% auto;
  }

.wdj {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/m/wdj.png) no-repeat;
  background-size: 100% 100%;
  width: 148rem;
  height: 33rem;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 23rem;
}

.wdj .wdjLine {
  width: 110rem;
  position: relative;
}

.wdj .wdjLine .line {
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/m/line.png) no-repeat;
  position: absolute;
  left: 0;
  top: 16rem;
  transform: translateY(-50%);
  height: 18rem;
  width: 0;
  transition: .2s linear all;
  border-left: 0;
  border-radius: 0;
  border-top-right-radius: 6rem;
  border-bottom-right-radius: 6rem;
}

#hgyx .tool{
  display: flex;
  justify-content: space-between;
  height: 72rem;
  padding-right: 200rem;
}
#hgyx .tool .time{
  line-height: 72rem;
}
.rulePop .popMain{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/rulePop.png) no-repeat;
  background-size: 100% 100%;
  width: 952rem;height: 657rem;
}
.ckgdmh{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/ckgdmh.png) no-repeat;
  background-size: 100% 100%;width: 163rem;height: 28rem;display: block;    position: absolute;
  top: 55rem;
  right: 97rem;
}
::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;

}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  /* opacity: 0.2; */
  background: #f5906e;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #000000;
}

.mhPop .popMain{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/dialogue2.png) no-repeat;
  background-size: 100% 100%;width: 641rem;height: 162rem;
  text-align: center;
  line-height: 1.2;
  color: #fdfcfb;
  font-size: 20rem;
  font-weight: bold;
  text-align: center;
  padding-top: 90rem;
}
.mhPop .ewm{
  background: url(//game.gtimg.cn/images/x52/cp/a20230105mxha/djBg3.png) no-repeat;
  background-size: 100% 100%;
  width: 130rem;
  height: 130rem;
  margin: 0 auto;
  padding: 10rem;
  padding-right: 18rem;
  padding-bottom: 16rem;
  margin-top: 20rem;

}
.mhPop .ewm img{
  display: block;width: 100%;height: 100%;
}