.head {
  width: 100%;
  height: 80px;
  min-width: 1200px;
  max-width: 1920px;
  background: rgba(22, 25, 25, 0.85);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}

.head:after {
  content: "";
  display: block;
  width: 255px;
  height: 7px;
  background: rgba(22, 25, 25, 0.85);
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 98% 100%, 2% 100%);
          clip-path: polygon(0 0, 100% 0%, 98% 100%, 2% 100%);
}

.head-logo {
  display: block;
  width: 253px;
  height: 114px;
  background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/logo.png) no-repeat center 6px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
}

.head .icon-curr {
  display: none;
  width: 47px;
  height: 15px;
  background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/nav-active.png) no-repeat;
  position: absolute;
  top: 55px;
  left: 147px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.head .icon-curr--0 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.head .icon-curr--1 {
  -webkit-transform: translateX(186px);
          transform: translateX(186px);
}

.head .icon-curr--2 {
  -webkit-transform: translateX(671px);
          transform: translateX(671px);
}

.head .icon-curr--3 {
  -webkit-transform: translateX(857px);
          transform: translateX(857px);
}

.head-bang {
  display: block;
  width: 120px;
  height: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(1, 1, 1, 0.75);
  background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/bang.png)no-repeat;
  background-size: cover;
  z-index: 999;
}

.head-bang span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.head-bang:hover span {
  -webkit-animation: scroll .3s linear forwards;
          animation: scroll .3s linear forwards;
}

.head-bang--down {
  background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/nav-down.png)no-repeat;
  right: 120px;
}

.head .user {
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 135px;
  top: 0;
  z-index: 100;
}

.head .user-unlogin {
  margin-right: 50px;
  color: #a9abab;
  font-size: 18px;
  line-height: 80px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.head .user-unlogin:hover {
  color: #fff;
}

.head .user-logined {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  height: 80px;
}

.head .user-logined:hover .user-avator {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.head .user-logined:hover .user-name {
  color: #fff;
}

.head .user-logined:hover .user-out {
  opacity: 1;
}

.head .user-avator {
  display: block;
  width: 28px;
  height: 28px;
  border: 4px solid #505657;
  border-radius: 50%;
  float: left;
  margin-top: 23px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.head .user-name {
  display: inline-block;
  margin-left: 9px;
  margin-top: 30px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.head .user-out {
  display: block;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 128px;
  height: 38px;
  background: #0d0d0d;
  color: #a9abab;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 72px;
  border-radius: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all .3s;
}

.head .user-out:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #0d0d0d;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.head .user-out:hover {
  color: #fff;
}

.head .nav {
  font-size: 20px;
  width: 1040px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}

.head .nav-item {
  display: block;
  float: left;
  width: 17.75%;
  text-align: center;
  position: relative;
}

.head .nav-item:nth-child(2) {
  margin-right: 300px;
}

.head .nav-item > a:after {
  content: "";
  display: none;
  width: 47px;
  height: 15px;
  background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/nav-active.png) no-repeat;
  position: absolute;
  top: 51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.head .nav-item:hover .nav-name {
  color: #31f8ff;
  text-shadow: 0 0 12px rgba(49, 248, 255, 0.65);
}

.head .nav-item:hover .nav-subnav {
  display: block;
}

.head .nav-item:hover .nav-name:after {
  display: block;
}

.head .nav-item--hide > a:after {
  display: none;
}

.head .nav-item--hide .nav-subnav {
  display: none;
}

.head .nav-item--hide:hover .nav-name {
  color: #fff;
  text-shadow: none;
}

.head .nav-item--hide:hover .nav-subnav {
  display: none;
}

.head .nav-item--hide:hover .nav-name:after {
  display: none;
}

.head .nav-name {
  color: #fff;
  display: block;
  width: 100%;
  height: 79px;
  line-height: 79px;
  letter-spacing: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 20px;
}

.head .nav-subnav {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.05));
  padding: 28px 0;
  display: none;
  width: 250px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.head .nav-subnav > a {
  font-size: 18px;
  color: #fff;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 17px;
}

.head .nav-subnav > a:hover {
  color: #31f8ff;
}

.box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.box-btn {
  position: absolute;
  top: 755px;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#afooter {
  position: relative;
  z-index: 100;
}

.wrap_ieg {
  display: block;
  height: 100px;
  background: #0f0f0d;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 50px;
  line-height: 24px;
}

.wrap_ieg a {
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 1500px) {
  .head .user-name {
    display: none;
  }
  .head-bang {
    display: none;
  }
  .head-bang--down {
    display: block;
    right: 0;
  }
  .head .user-unlogin {
    margin-right: 0;
  }
  .head .nav {
    width: 900px;
  }
  .head .nav-item {
    width: 16%;
  }
  .head .nav-item:nth-child(2) {
    margin-right: 324px;
  }
  .pop-con {
    zoom: .8;
  }
  .pop-close {
    zoom: .8;
    top: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .pop-con {
    zoom: .6;
  }
  .pop-close {
    zoom: .6;
    top: 50px;
  }
}

.pop-close {
  display: block;
  width: 68px;
  height: 68px;
  position: fixed;
  background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/close.png) no-repeat;
  top: 97px;
  right: 31px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pop-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pop-close--default {
  position: absolute;
}

.pop-con {
  width: 1200px;
  height: 578px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pop-con .swiper-button-prev1, .pop-con .swiper-button-next1 {
  width: 108px;
  height: 118px;
  background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/pop-page.png) no-repeat;
  outline: none;
}

.pop-con .swiper-button-prev1 {
  background-position: -108px 0;
  left: -85px;
}

.pop-con .swiper-button-next1 {
  right: -85px;
}

.pop--video .pop-con {
  width: 1250px;
  height: 620px;
}

.pop-default .pop-con {
  width: 814px;
  height: 315px;
  background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/pop-default-bg.png) no-repeat;
  background-size: 100% 100%;
}

.pop-default .pop-con .text {
  padding: 0 100px;
  font-size: 24px;
  margin-top: 70px;
  text-align: center;
}

.pop-default .pop-close {
  width: 45px;
  height: 45px;
  background-size: cover;
  top: 6px;
  right: -60px;
  position: absolute;
}

.pop-default .pop-ok {
  display: block;
  width: 260px;
  height: 67px;
  background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/pop-ok.jpg) no-repeat;
  position: absolute;
  text-align: center;
  line-height: 67px;
  color: #000;
  font-size: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 34px;
}

.pop-default .pop-ok:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.pop .checklist {
  width: 1026px;
  height: 578px;
  overflow: hidden;
}

@-webkit-keyframes scroll {
  0%, 100% {
    top: 50%;
    opacity: 1;
  }
  30% {
    top: 45%;
    opacity: .5;
  }
  60% {
    top: 55%;
    opacity: .5;
  }
}

@keyframes scroll {
  0%, 100% {
    top: 50%;
    opacity: 1;
  }
  30% {
    top: 45%;
    opacity: .5;
  }
  60% {
    top: 55%;
    opacity: .5;
  }
}
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
fieldset,img,abbr,acronym{border:0;}
/*页面样式*/
.c:before,.c:after {content:"";display:table;}
.c:after {clear:both;}
.c {zoom:1;}
body {font:12px/1.5 '\5FAE\8F6F\96C5\9ED1','simhei','simsun';text-align:justify;background-color:#1f0f00;overflow-x: hidden;font-family:'font';width: 100%;}
a {text-decoration:none;overflow:hidden;}
a:hover{filter: brightness(1);-webkit-filter: brightness(1.1);}
.wrap,#afooter {min-width:1200px;width:100%;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1202?'1200px':'');}
.wrap {background:url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/bg1.jpg) no-repeat 50% 0,url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/bg2.jpg) no-repeat 50% 1931px;background-color: #0b1d28;box-sizing: border-box;padding-bottom: 150px;padding-top: 1030px;overflow-x: hidden;position: relative;}
.ost_box{min-width: 1200px !important;}
.container {width:1200px;margin:0 auto;}
.pr{position:relative;}
.pa{position:absolute;}
.hide {display:block;width:0;height:0;overflow:hidden;}
.db{display:block;text-indent:-999em;}
.fl{float: left;}
.fr{float: right;}
img{display: block;}
:focus{outline: none;}
/*footer*/
#afooter{text-align:center; line-height:20px;color: #fff;background-color: #000;font-size: 18px;line-height: 1.3;}
#afooter a{ color: #fff;}
.sp{background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/sp.png) no-repeat;}
.logo{background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/logo1.png) no-repeat;width: 288px;height: 135px;position: absolute;top: 32px;left: 50%;margin-left: -780px;}


@font-face {
	font-family:'font';
	src: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/font.ttf);
}
@font-face {
	font-family:'font1';
	src: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/font1.ttf);
}
@font-face {
	font-family:'font2';
	src: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/font2.ttf);
}

.par1 h2{background-position: 0 0;width: 949px;height: 110px;display: block;margin: 0 auto;font-size: 0;}
.tit_ct{color: #bce2ff;font-size: 24px;text-align: center;line-height: 1.5;padding-top: 15px;}
.list_sign{display: flex;justify-content: center;flex-wrap: wrap;margin: 60px auto 0;}
.list_sign li{box-sizing: border-box;width: 276px;margin: 0 12px 25px;}
.list_sign li p{color: #ffffff;font-size: 30px;text-align: center;line-height: 63px;background-position: 0 -739px;width: 276px;height: 63px;margin: 0 auto;font-family:'font1';letter-spacing: 2px;}
.list_sign li p em{color: #18f7ff;}
.signprop{position: relative;margin: 12px auto 0;background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/sign_bg.png) no-repeat;width: 276px;height: 426px;box-sizing: border-box;padding-top: 14px;}
.signprop img{height: 255px;display: block;margin: 0 auto;}
.list_sign li span{color: #ffffff;font-size: 24px;text-align: center;height: 56px;display: flex;justify-content: center;align-items: center;}
.btn_p1lq{background-position: -310px -739px;width: 272px;height: 90px;display: block;font-size: 36px;margin: 0 auto 0;color: #0a3544;line-height: 90px;text-align: center;font-family:'font2';}
.btn_p1lq.grey{background-position: -608px -739px;color: #565454;}
.list_sign li:nth-child(even){margin-top: 57px;}
.p1txt{background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/p1txt_bg.png) no-repeat;width: 1200px;height: 167px;margin: 13px auto 0;display: flex;justify-content: center;align-items: center;color: #bce2ff;font-size: 24px;text-align: center;line-height: 1.4;}

.par2{padding-top: 74px;}
.par2 h2{background-position:0 -150px;width: 1165px;height: 118px;display: block;margin: 0 auto;font-size: 0;}
/*.list_p2gift{width:100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 47px;}
.list_p2gift li{width: 579px;background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/p2gift_bg.png) no-repeat;height: 890px;box-sizing: border-box;padding-top: 62px;}
.list_p2gift li img{width: 535px;display: block;margin: 0 auto;}
.list_p2gift li span{color: #ffffff;font-size: 30px;text-align: center;height: 128px;display: flex;justify-content: center;align-items: center;}*/
.par2 img{width: 1200px;display: block;margin: 38px auto 0;}
.btn_p2buy{background-position:0 -848px;width: 379px;height: 118px;display: block;font-size: 50px;margin: 25px auto 0;line-height: 118px;text-align: center;color: #0a3544;font-family:'font2';}
.btn_p2buy.grey{background-position: -393px -848px;color: #565454;}

.par3{padding-top: 98px;}
.par3 h2{background-position: 0 -299px;width: 1195px;height: 103px;display: block;margin: 0 auto;font-size: 0;}
.p3box{background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/p3box_bg.png) no-repeat;width: 1201px;height: 539px;margin: 80px auto 0;box-sizing: border-box;padding: 60px 11px 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.p3box_l{width: 566px;}
.p3txt1{color: #ffffff;font-size: 24px;text-align: center;line-height: 1.2;}
.p3box_l img{width: 242px;display: block;margin: 20px auto 0;}
.p3box_l span{color: #ffffff;font-size: 24px;text-align: center;line-height: 1.2;display: block;margin-top: -10px;}
.btn_p3lq{background-position:-914px -752px;width: 246px;height: 64px;display: block;font-size: 36px;margin: 15px auto 0;color: #501f05;font-family:'font2';text-align: center;line-height: 64px;}
.btn_p3lq.grey{background-position: -914px -843px;color: #565454;}
.p3tips{color: #501f05;font-size: 20px;text-align: center;line-height: 1.2;padding-top: 10px;}
.p3box_r{width: 606px;padding-top: 35px;}
.list_p3prop{margin-top: 36px;display: flex;justify-content:space-between;flex-wrap: wrap;}
.list_p3prop li{width: 182px;position: relative;}
.list_p3prop li p{background-position: -914px -916px;width: 173px;height: 40px;margin: 0 auto;font-family:'font1';font-size: 22px;text-align: center;line-height: 40px;color: #fff;}
.list_p3prop li p em{color: #18f7ff;}
.list_p3prop li img{width: 182px;display: block;margin: 30px auto 0;}
.list_p3prop li span{color: #ffffff;font-size: 20px;text-align: center;line-height: 1.2;display: block;position: absolute;bottom: 65px;left: 0;width: 100%;}
.btn_p3lq1{background-position:0 -987px;width: 180px;height: 66px;display: block;font-size: 22px;margin: 20px auto 0;color: #0a3544;font-family:'font2';text-align: center;line-height: 66px;}
.btn_p3lq1.grey{background-position:-199px -987px;color: #565454;}


.par4{padding-top: 100px;}
.par4 h2{background-position: 0 -1170px;width: 1146px;height: 147px;display: block;margin: 0 auto;font-size: 0;}
.list_p4tpbox{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin: 50px auto 0;}
.list_p4tpbox li{width: 288px;position: relative;margin-bottom: 40px;}
.p4tp{width: 288px;height:395px;position: relative;margin: 0 auto 0;box-sizing: border-box;position: relative;}
.p4tp p{color: #000000;font-size: 16px;text-align: center;background-position: -446px -1006px;width: 172px;height: 28px;line-height: 28px;font-family:'font2';position: absolute;top: 13px;right: 19px;box-sizing: border-box;padding-right: 6px;z-index: 1;}
.p4tp div{width: 100%;height:395px;}
.p4tp img{width: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.p4tp span{color: #ffffff;font-size: 24px;text-align: center;height: 56px;display: flex;justify-content: center;align-items: center;position: absolute;bottom: 20px;left: 0;width: 100%;}
.btn_p4tp{background-position:0 -1063px;width: 274px;height: 91px;display: block;font-size: 36px;margin: 12px auto 0;color: #0a3544;font-family:'font2';text-align: center;line-height: 90px;}
.btn_p4tp.grey{background-position:-299px -1063px;color: #565454;}
.p4tp1{margin-left: 150px!important;}
.p4tp2{margin-right: 150px!important;}
.list_p4prop{display: flex;justify-content: center;flex-wrap: wrap;margin: 0 auto 40px;}
.list_p4prop li{box-sizing: border-box;width: 276px;margin: 0 12px;}
.list_p4prop li p{color: #ffffff;font-size: 40px;text-align: center;line-height: 63px;background-position: -673px -985px;width: 276px;height: 63px;margin: 0 auto;font-family:'font1';letter-spacing: 2px;}
.list_p4prop li p em{color: #18f7ff;}
.signprop{position: relative;margin: 12px auto 0;background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/sign_bg.png) no-repeat;width: 276px;height: 426px;box-sizing: border-box;padding-top: 14px;}
.signprop img{height: 255px;display: block;margin: 0 auto;}
.list_p4prop li span{color: #ffffff;font-size: 24px;text-align: center;line-height: 1.2;display: block;}
.btn_p4lq{background-position: -310px -739px;width: 272px;height: 90px;display: block;font-size: 36px;margin: 10px auto 0;color: #0a3544;line-height: 90px;text-align: center;font-family:'font2';}
.btn_p4lq.grey{background-position: -608px -739px;color: #565454;}


.par5{padding-top: 50px;}
.par5 h2{background-position: 0 -594px;width: 995px;height: 119px;display: block;margin: 0 auto;font-size: 0;}
.list_p5prop{display: flex;justify-content: center;flex-wrap: wrap;margin: 57px auto 0;}
.list_p5prop li{width: 409px;margin: 0 58px;position: relative;background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/p5prop_bg.png) no-repeat;height: 409px;}
.list_p5prop li img{width: 100%;display: block;margin: 0 auto;}
.list_p5prop li span{position: absolute;width: 100%;color: #ffffff;font-size: 24px;text-align: center;line-height: 1.2;bottom: 46px;left: 0;}
.p5txt1{color: #18f7ff;font-size: 24px;line-height: 1.6;padding-top: 44px;text-align: center;}
.codebox{background: url(//wegame.gtimg.com/tgp_act/release/xjzj/xjzjv20250828/images/code_bg.png) no-repeat;width: 450px;height: 450px;box-sizing: border-box;padding: 11px;margin: 18px auto 0;}
.codebox img{width: 100%;display: block;margin: 0 auto;}
.p5txt2{color: #ffffff;font-size: 24px;line-height: 1.6;padding-top:38px;text-align: center;}body {
  padding-top: 50px !important;
}

.grey {
  pointer-events: none;
}

.wrap_ieg {
  box-sizing: content-box;
}
