html,
body {
  position: relative;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  font-family: 'Microsoft YaHei';
  /* font-size: 14px; */
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul {
  list-style: none;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #6e757c;
}
.nav-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.nav-list li {
  height: 100%;
  width: 30%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.nav-list li:hover {
  transform: translateY(-5px);
}

#swiper-scroll-1 {
  background: url(https://image.xunyou.com/2023/0710/1.png) center no-repeat;
  background-size: contain;
}
#swiper-scroll-2 {
  background: url(https://image.xunyou.com/2023/0710/2.png) center no-repeat;
  background-size: contain;
  position: relative;
}
#swiper-scroll-3 {
  background: url(https://image.xunyou.com/2023/0710/3.png) center no-repeat;
  background-size: contain;
}

.eyes {
  position: absolute;
  width: 155px;
  height: 155px;
  top: 79px;
  right: 36px;
}

.eyes-container {
  width: 626px;
  height: 212px;
  background: url(https://image.xunyou.com/2023/0710/b9.png) center no-repeat;
  margin-right: 22px;
}
.eyes-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#eyes_2 {
  left: 89px;
  top: 31px;
  width: 161px;
  height: 161px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.float-version {
  position: absolute;
  width: 200px;
  height: 200px;
  background: url(https://image.xunyou.com/2023/0710/19.png) center top
    no-repeat;
  z-index: 99;
  right: 81px;
  top: 382px;
}
.swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.swiper-container .swiper-slide:nth-child(1) {
  background: url(https://image.xunyou.com/2023/0710/01.jpg) center top
    no-repeat;
}

.swiper-container .swiper-slide:nth-child(1) .page1-wrap .actbtns {
  position: relative;
  width: 1200px;
  height: 300px;
  top: 585px;
  display: flex;
  justify-content: center;
}
.swiper-container .swiper-slide:nth-child(1) .page1-wrap .btns a {
  cursor: pointer;
}
.swiper-container .swiper-slide:nth-child(1) .page1-wrap .btns a:first-child {
  background: url(https://image.xunyou.com/2023/xunyou7/active-btn.png) center
    top no-repeat;
  height: 52px;
  width: 240px;
}
.swiper-container .swiper-slide:nth-child(1) .page1-wrap .btns a:last-child {
  background: url(https://image.xunyou.com/2023/xunyou7/dowload-btn.png) center
    top no-repeat;
  height: 84px;
  width: 272px;
}
.swiper-container .swiper-slide:nth-child(1) .page1-wrap .btns a:hover {
  background-position: center bottom;
}
.swiper-container .swiper-slide:nth-child(1) .page1-wrap .page1-3 {
  margin-top: -280px;
  position: relative;
  animation: slide-top 1s ease 0s 1 normal forwards;
}
.swiper-container .swiper-slide:nth-child(4) {
  background: url(https://image.xunyou.com/2023/0710/05.jpg) center top
    no-repeat;
}

.swiper-container .swiper-slide:nth-child(5) {
  background: url(https://image.xunyou.com/2023/0710/04.jpg) center top
    no-repeat;
}
.firmain {
  background: url(https://image.xunyou.com/2023/0618/zhuti1.png) center top
    no-repeat;
  width: 1313px;
  height: 581px;
  margin: 188px auto;
  display: flex;
  justify-content: center;
}
.swiper-container .swiper-slide:nth-child(3) {
  background: url(https://image.xunyou.com/2023/0710/03.jpg) center top
    no-repeat;
}
.swiper-container .swiper-slide:nth-child(2) {
  background: url(https://image.xunyou.com/2023/0710/02.jpg) center top
    no-repeat;
}
.swiper-container .active-sile {
  background: #000;
  color: #fff;
  font-size: 64px;
  height: 360px;
  text-align: center;
  padding: 72px 0 100px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.swiper-container .active-sile a {
  width: 240px;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  color: #000;
  background: linear-gradient(90deg, #00c565 0%, #00e676 100%);
  border-radius: 70px;
}
.swiper-container .active-sile a:hover {
  background: linear-gradient(90deg, #00e676 0%, #00e676 100%);
}
.words-wrap {
  width: 510px;
  text-align: left;
  margin: 335px 0 0 106px;
}
.words-wrap h1 {
  font-size: 90px;
  line-height: 135px;
  font-weight: 700;
  margin-bottom: 30px;
}
.words-wrap p {
  font-size: 20px;
  line-height: 30px;
}
.acc {
  margin-top: 258px;
}
.ani-slide {
  transform: translateX(0);
  opacity: 1;
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 1;
  }
}
@keyframes active-side-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-360px);
  }
}

.user {
  height: 42px;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  position: relative;
  width: 1200px;
  z-index: 99;
  display: inline-block;
  top: 568px;
}

.user font {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.user b {
  color: #d2ebff;
}

.user a {
  color: #bcd6f4;
  margin: 0 5px;
}

.user a:hover {
  color: #d2ebff;
}

.user .uhave,
.user .getprops {
  color: #d2ebff;
  display: none;
}
.login-style {
  color: #ffcc00 !important;
}

.cj {
  text-align: center;
  z-index: 11;
}

.cz {
  text-align: center;
  z-index: 11;
  /* left: 50%;
    top: 58%; */
  /* transform: translateX(-50%); */
}

.cj a:hover,
.cz a:hover {
  background-position: left bottom !important;
}

.cj.cj_1 {
  background: url(https://image.xunyou.com/2023/0710/b5.png) left top no-repeat;
  width: 380px;
  height: 80px;
  cursor: pointer;
  top: 623px;
  position: absolute;
}
.cj .cj_1 a {
  background: url(https://image.xunyou.com/2023/0618/cj1.png) left top no-repeat;
  width: 350px;
  height: 98px;
}

.cz {
  width: 380px;
  height: 84px;
  left: 516px;
  top: 662px;
  cursor: pointer;
}

.cz:hover {
  background-position: left bottom !important;
}

.cj:hover {
  background-position: left bottom !important;
}

.cz.cz_1 {
  background: url(https://image.xunyou.com/2023/0710/b2.png) left top no-repeat;
}
.cz.cz_2 {
  background: url(https://image.xunyou.com/2023/0710/b1.png) left top no-repeat;
}

.cz.cz_3 {
  background: url(https://image.xunyou.com/2023/0710/b3.png) left top no-repeat;
}
.cz.cz_4 {
  background: url(https://image.xunyou.com/2023/0710/b4.png) left top no-repeat;
}

.cz_mask {
  position: absolute;
  width: 380px;
  height: 84px;
  background-color: rgba(0, 0, 0, 0.5); /* 设置灰色透明遮罩 */
  opacity: 0.5; /* 设置透明度为0.5 */
  cursor: not-allowed;
}

.cz_5 {
  width: 380px;
  height: 84px;
  left: 516px;
  top: 662px;
  cursor: pointer;
  background: url(https://image.xunyou.com/2023/0710/b10.png) center top
    no-repeat;
}

.cj a {
  height: 101px;
  width: 427px;
}
.cz a {
  width: 350px;
  height: 97px;
}

.list {
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  width: 1200px;
  top: 579px;
}

.list_0 {
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  width: 1200px;
  top: 57px;
}

.list ul {
  width: 100%;
  list-style: none;
}

.list li {
  float: left;
  width: 400px;
  line-height: 32px;
  color: #b6b6b6;
  text-align: -webkit-auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list li span {
  color: #3cafeb;
}

.list li font {
  color: #3cafeb;
  font-weight: 700;
}

#countdown {
  margin-top: 144px;
  font-size: 28px;
  color: #71dafc;
  line-height: 40px;
}

.bottom-box {
  position: absolute;
  bottom: 31px;
  display: flex;
  width: 100%;
  height: 86px;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  /* margin: 0 auto; */
  /* text-align: center; */
  z-index: 199;
}

.bottom-btns {
  display: flex;
  position: absolute;
  width: 940px;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  /* margin: 0 auto; */
  /* text-align: center; */
}
.bottom-btns .act-des {
  background: url(https://image.xunyou.com/2023/0710/b6.png) no-repeat top
    center;
  width: 345px;
  height: 64px;
  /* position: absolute; */
  /* top: 423px; */
  /* left: 185px; */
}

.bottom-btns .act-des:hover,
.entry-btn a:hover {
  background-position: left bottom;
}

.bottom-btns .act-des:hover .act-des-alert {
  display: block;
}

.bottom-btns .act-des .act-des-alert {
  display: none;
  /* background: url(https://image.xunyou.com/2023/anhei4/explain-bg.png) top center
    no-repeat; */
  width: 942px;
  height: 340px;
  position: absolute;
  top: -350px;
  padding: 0px 5px 5px;
  left: 0px;
  background-color: #ff4654;
  box-sizing: border-box;
  z-index: 199;
}

.info {
  text-align: left;
  background-color: #000;
  height: 274px;
  padding: 20px 0 0 13px;
  box-sizing: border-box;
}

.info p {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
}

.info a {
  color: #d89e48;
}

.info a:hover {
  color: #e6c800;
}

.info .sequence {
  height: 21px;
  width: 21px;
  /* background: url(https://image.xunyou.com/2023/0303/dot.png); */
  background-color: #ff4654;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  margin-right: 8px;
  border-radius: 100%;
}
.info-title {
  font-size: 30px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.exchange-award {
  background: url(https://image.xunyou.com/2023/0710/b7.png) top center
    no-repeat;
  width: 345px;
  height: 64px;
  /* position: absolute; */
  /* top: 423px; */
  /* right: 185px; */
  z-index: 99;
}
.exchange-award a {
  width: 345px;
  height: 64px;
}
.exchange-award:hover {
  background-position: left bottom;
  cursor: pointer;
}

.exchange-award:hover .exchange-alert {
  display: block;
}

.exchange-award .exchange-alert {
  display: none;
  background: url(https://image.xunyou.com/2023/20230109/jpdhk.png) top center
    no-repeat;
  width: 544px;
  height: 316px;
  position: absolute;
  top: -274px;
  z-index: 9;
  right: -0px;
  padding-top: 85px;
}

.exchange-award .exchange-alert .dh_prop {
  background: url(https://image.xunyou.com/cod/20221115/dh_prop.png) top center
    no-repeat;
  width: 149px;
  height: 149px;
  cursor: pointer;
}

.exchange-award .exchange-alert .dh_money {
  background: url(https://image.xunyou.com/cod/20221115/dh_money.png) top center
    no-repeat;
  width: 149px;
  height: 149px;
  cursor: pointer;
}

.exchange-award .exchange-alert .dh_steam {
  background: url(https://image.xunyou.com/cod/20221115/dh_steam.png) top center
    no-repeat;
  width: 149px;
  height: 149px;
  cursor: pointer;
}
.qrcode {
  /* width: 184px; */
  text-align: center;
  padding: 38px 0;
  position: relative;
  /* background: #fff; */
}

.exchange-award .exchange-alert .dh_prop:hover,
.exchange-award .exchange-alert .dh_money:hover,
.exchange-award .exchange-alert .dh_steam:hover {
  background-position: left bottom;
  opacity: 0.8;
}

#getClkBox {
  color: red;
  width: 350px;
  height: 97px;
  float: right;
  margin-right: 149px;
  z-index: 1999999999;
  cursor: pointer;
  /* display: none; */
  /* pointer-events: none; */
}

#my-table {
  overflow: scroll;
}
.layui-table-body {
  overflow: auto !important;
}

.layui-layer-title {
  text-align: left;
}

.pay-alert-class #pay-alertid {
}

.pay-alert-class {
  background-color: transparent !important;

  background: url(https://image.xunyou.com/2023/0618/kuang.png) center top
    no-repeat;
  display: flex;
  justify-content: center;
  left: 50% !important;
  top: 50% !important;
  border-radius: 10px !important;
  margin: -15% auto auto -25% !important;
}
.pay-alert {
  width: 620px;
  height: 350px;
  margin: 25px;
  display: flex;
}
.pay-alert-close {
  position: absolute;
  background: url(https://image.xunyou.com/act/20221111/close_icon.png) center
    top no-repeat;
  width: 30px;
  height: 86px;
  bottom: 180px;
  left: 330px;
  cursor: pointer;
  z-index: 19999999999999999999;
}

.pay-alert-contanier {
  background: #cad9eb !important;
  border-radius: 10px !important;
  left: 50% !important;
  top: 50% !important;
  margin: -250px auto auto -200px !important;
}

.pay-alert-contanier #pay-alert-wrapper {
  overflow: unset;
}

.pay-alert-contanier .pay-alert {
  width: 620px;
  height: 350px;
  background-color: #fff;
  margin: 25px;
  border-radius: 10px;
  padding: 45px 0 0 40px;
  box-sizing: border-box;
  display: flex;
}

.pay-alert-contanier .pay-alert .pay-alert-close {
  position: absolute;
  background: url(https://image.xunyou.com/act/20221111/close_icon.png) center
    top no-repeat;
  width: 30px;
  height: 86px;
  bottom: -60px;
  left: 330px;
  cursor: pointer;
}

.pay-alert-contanier .pay-alert .pay-alert-left .pay-alert-success {
  background: url(https://image.xunyou.com/act/20221111/pay_success.jpg) center
    top no-repeat;
  width: 203px;
  height: 199px;
  left: 14px;
  top: 16px;
  position: relative;
}

.pay-alert-contanier .pay-alert .pay-alert-left {
  background: url(https://image.xunyou.com/act/20221111/qrcode_bg.png) center
    top no-repeat;
  width: 249px;
  height: 261px;
  position: relative;
}

.pay-alert-contanier .pay-alert .pay-alert-left #qrcode {
  position: absolute;
  left: 14px;
  top: 16px;
}

.pay-alert-contanier .pay-alert .pay-alert-left #qrcode .shadow {
  position: absolute;
  width: 203px;
  height: 199px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.pay-alert-contanier
  .pay-alert
  .pay-alert-left
  #qrcode
  .shadow
  .refresh-qrcode {
  color: #fff;
  padding: 84px 0;
  font-size: 18px;
}

.pay-alert-contanier
  .pay-alert
  .pay-alert-left
  #qrcode
  .shadow
  .refresh-qrcode:hover {
  color: #53c08b;
}

.pay-alert-contanier .pay-alert .pay-alert-right {
  margin-left: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.pay-alert-contanier .pay-alert .pay-alert-right .pay-alert-tips {
  margin-top: -10px;
  margin-bottom: 10px;
}

.pay-alert-contanier .pay-alert .pay-alert-right .pay-alert-right-title {
  font-size: 48px;
  color: #010101;
  font-weight: bold;
}

.pay-alert-contanier .pay-alert .pay-alert-right .pay-alert-right-discount {
  background-color: #53c08b;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0 25px;
}

.pay-alert-contanier .pay-alert .pay-alert-right .pay-alert-right-offers {
  /* background-color: #53c08b; */
  margin-top: 23px;
  font-size: 20px;
  font-weight: bold;
  color: #ff7800;
  padding: 0 25px;
}

.pay-alert-contanier .pay-alert .pay-alert-right .pay-alert-right-divider {
  background: url(https://image.xunyou.com/act/20221111/divider.png) top center
    no-repeat;
  width: 310px;
  height: 2px;
  position: absolute;
  top: 164px;
  left: -47px;
}

.pay-alert-contanier .pay-alert .pay-alert-right .pay-alert-right-pmoney {
  color: #ff7800;
  font-size: 60px;
  font-weight: 400;
  margin-top: 68px;
}

.pay-alert-contanier
  .pay-alert
  .pay-alert-right
  .pay-alert-right-pmoney
  .pmoney-icon {
  font-size: 36px;
}

.box_wrap {
  width: 380px;
  height: 160px;
  left: 53%;
  position: absolute;
  top: 241px;
}
.box_2 {
  width: 380px;
  height: 160px;
}

.box_3 {
  top: 560px;
  left: 58%;
}
.fixed2 a {
  position: absolute;
  z-index: 9;
  right: 65px;
  top: 318px;
  background: url(https://image.xunyou.com/2023/0618/actxunyou.png) center top
    no-repeat;
  width: 161px;
  height: 176px;
}

.share-info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 212px;
  position: absolute;
  top: 339px;
}
