.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(//game.gtimg.cn/images/warframe/logo.png) no-repeat center 6px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    z-index: 100;
    cursor: pointer
}

.head .icon-curr {
  display: none;
  width: 47px;
  height: 15px;
  background: url(//game.gtimg.cn/images/act/cp/xjzj20210705actjurq/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: 700;
    position: absolute;
    right: 0;
    top: 0;
    color: #010101bf;
    background: url(//game.gtimg.cn/images/warframe/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(//game.gtimg.cn/images/warframe/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(//game.gtimg.cn/images/act/cp/xjzj20210705actjurq/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(//game.gtimg.cn/images/act/cp/xjzj20210705actjurq/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(//game.gtimg.cn/images/act/cp/xjzj20210705actjurq/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(//game.gtimg.cn/images/act/cp/xjzj20210705actjurq/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(//game.gtimg.cn/images/act/cp/xjzj20210705actjurq/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{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}
html{min-width:1600px;}
body {font:12px/1.5 "Microsoft YaHei",Helvetica,\5b8b\4f53,sans-serif;text-align:justify;background-color: #25362c;overflow-x: hidden;min-width:1600px;}
a {text-decoration:none;overflow:hidden;}
a:hover {text-decoration:none;}
.wrap,.wrap1,.wrap2,#afooter{width:100%;min-width:1600px;}
.container {width:1200px;margin:0 auto;position: relative;}
#ost_box,#_overlay_{min-width: 1600px;}
.hide {display:block;width:0;height:0;overflow:hidden;}
.pr {position:relative;}
.pa {position:absolute;}
.fl {float: left;}
.fr {float: right;}
.db {display:block;text-indent:-999em;}
.last{margin-right: 0!important;}
@font-face {
	font-family:'font';
	src: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/font.ttf);
}
:focus{outline: none;}
/*footer*/
#afooter{text-align:center; line-height:20px;color: #ffffff;background-color: #000000;padding: 20px 0;}
#afooter a{ color: #ffffff;}
.sp{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/sp.png) no-repeat;display: block;margin: 0 auto;}
/*.fc-btn{background-position:-566px -273px;width: 312px;height: 77px;position: absolute;top:35px;right:-208px;z-index: 8;}*/		
.fclogo{background-position: -73px -757px;width: 204px;height: 96px;position: absolute;top:50px;right:0;z-index: 8;}
/* head */
.wrap{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/bg1.jpg) no-repeat 50% 0;margin-top: 70px;position: relative;}
.wrap1{background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/bg2.jpg) no-repeat 50% 1037px;}
.wrap2{background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/bg3.jpg) no-repeat 50% 2514px;}
.wrap3{background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/bg4.jpg) no-repeat 50% 4272px;}
.wrap4{background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/bg5.jpg) no-repeat 50% 6572px;}
.wrap5{background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/bg6.jpg) no-repeat 50% 9289px;}
.wrap6{background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/bg7.jpg) no-repeat 50% 11613px;}
.wrap7{background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/bg8.jpg) no-repeat 50% 14059px;}
.wrap8{background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/bg9.jpg) no-repeat 50% 16837px;}
.wrap9{background:url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/bg10.jpg) no-repeat 50% 19373px;padding-bottom: 200px;}
.heade{position: relative;height: 1412px;}
.bxologina{font-size:20px;color: #fdefd3;line-height: 1;width: 100%;text-align: center;position: absolute;left: 0;bottom:40px;z-index: 8;}
.bxologina a{color: #fdefd3;}
.hidden{display: none; font-size: 0; text-indent: -999em;}
/*置灰*/
.gray,.grey{filter: grayscale(1);}
/*part*/
.flex1{display: flex;justify-content:center;flex-wrap: wrap;}
.flex {display: flex;justify-content:space-between;flex-wrap: wrap;}

.p1box1{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/box1.png) no-repeat;width: 545px;height: 306px;position: relative;padding: 35px 25px;box-sizing: border-box;margin-left: 650px;margin-bottom: 210px;}
.p1box span{font-size: 40px;line-height: 1.1; display: block;text-align: left;font-family:'font';background-image: linear-gradient(to bottom, #fff5b1, #fffad9, #fffefb);color: transparent; -webkit-background-clip: text;}
.p1box p{font-size: 24px;color: #ffffff;text-align: left;line-height: 40px;padding-top: 10px;}
.p1boxt2 li{width: 285px;height: 569px;position: relative;padding: 315px 30px 0 30px;box-sizing: border-box;}
.p1boes1{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/prop1.png) no-repeat;}
.p1boes2{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/prop2.png) no-repeat;}
.p1boes3{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/prop3.png) no-repeat;}
.p1boes4{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/prop4.png) no-repeat;}
.p1txt{font-size: 20px;color: #ffffff;text-align: left;line-height: 28px;}
.p1box2{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/box1.png) no-repeat;width: 635px;height: 316px;position: relative;padding: 45px 35px;background-size: 100% 100%; box-sizing: border-box;margin-top: 415px;margin-bottom: 215px;}
.p1boee1 li{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/box2.png) no-repeat;width: 575px;height: 348px;position: relative;padding: 25px;box-sizing: border-box;}
.cion1{background-position:-82px -13px;width: 235px;height: 33px;display: block;margin: 0 auto;}
.cion2{background-position: -335px -13px;width: 235px;height: 32px;display: block;margin: 0 auto;}
.p1boee1 li p{font-size: 20px;color: #ffffff;text-align: left;line-height: 36px;padding-top: 15px;}
/*part2*/
.part2{padding-top: 235px;}
.part2 h2{background-position:-29px -74px;width: 1295px;height: 83px;margin-left: -47px;}
.part3 h2{background-position:-29px -177px;width: 1295px;height: 84px;margin-left: -47px;}
.part4 h2{background-position:-30px -283px;width: 1483px;height: 84px;margin-left: -141px;}
.part5 h2{background-position:-30px -394px;width: 1293px;height: 84px;margin-left: -46px;}
.part6 h2{background-position: -30px -514px;width: 1523px;height: 86px;margin-left: -161px;}
.part7 h2{background-position:-30px -624px;width: 1493px;height: 83px;margin-left: -146px;}
.p2txt{font-size: 24px;color: #ffffff;text-align: center;line-height: 36px;padding-top: 30px;}
.part2 .p2txt{padding-bottom: 1200px;}
.part3 .p2txt,.part4 .p2txt,.part5 .p2txt{padding-bottom: 980px;}
.p2box{width: 555px;}
.p2box span{display: block;font-size: 40px;font-family:'font';background-image: linear-gradient(to bottom, #fff5b1, #fffad9, #fffefb);    color: transparent; -webkit-background-clip: text;}
.p2box p{font-size: 24px;line-height: 40px;color: #ffffff;padding-top: 20px;}
.p2box2{margin-left: 650px;padding-top: 450px;}
.p2box3{padding-top: 370px;}
.p2box4{margin-left: 650px;padding-top: 410px;}
.p2box5{padding-top: 346px;}
.p2box6{margin-left: 650px;padding-top: 410px;}
.p2box6 span{letter-spacing: -1px;}
.p2box7{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/box3.png) no-repeat;width: 1199px;height: 639px;margin:340px auto 0;position: relative;padding: 180px 590px 0 45px;box-sizing: border-box;}
.p2box7 span{font-size: 40px;line-height: 1.1; display: block;text-align: left;font-family:'font';background-image: linear-gradient(to bottom, #fff5b1, #fffad9, #fffefb);    color: transparent; -webkit-background-clip: text;}
.p2box7 p{font-size: 24px;color: #ffffff;text-align: left;line-height: 40px;padding-top: 10px;}
/*part3*/
.part3{padding-top: 230px;}
.p3box1 span,.p4box1 span,.p5box1 span{font-size: 40px;line-height: 1.1; display: block;text-align: left;font-family:'font';background-image: linear-gradient(to bottom, #fff5b1, #fffad9, #fffefb);color: transparent; -webkit-background-clip: text;padding-bottom: 20px;}
.p3box1 p,.p4box1 p,.p5box1 p{font-size: 24px;color: #ffffff;text-align: left;line-height: 40px;vertical-align:middle;display:table-cell;}
.p3box1 li,.p4box1 li,.p5box1 li{width: 555px;height:326px;display: table;margin-bottom: 80px;}
.p3box1 li img,.p4box1 li img,.p5box1 li img{width: 576px;}
/*part4*/
.part4,.part5,.part6{padding-top: 160px;}
/*part6*/
.part6 .p2txt{height: 1120px;}
.p6box1 li{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/box4.png) no-repeat;width: 390px;height: 638px;background-size: 100% 100%;padding: 25px 16px;box-sizing: border-box;}
.p6box1 li span{display: block;font-size: 30px;font-family:'font';background-image: linear-gradient(to bottom, #cfffd4, #e7ffe9, #fbfffb); color: transparent; -webkit-background-clip: text;line-height: 1;text-align: center;}
.p6box1 li p{font-size: 19px;line-height: 36px;color: #ffffff;padding-top: 13px;}
/*.part7*/
.part7{padding-top: 235px;}
.p7box1{background: url(https://wegame.gtimg.com/tgp_act/release/xjzj/xjzj20241212/images/box5.png) no-repeat;width: 1199px;height: 729px;margin: 35px auto 80px;position: relative;padding: 280px 590px 0 50px;box-sizing: border-box;}
.p7box1 span{font-size: 40px;line-height: 1.1; display: block;text-align: left;font-family:'font';background-image: linear-gradient(to bottom, #fff5b1, #fffad9, #fffefb);    color: transparent; -webkit-background-clip: text;}
.p7box1 p{font-size: 24px;color: #ffffff;text-align: left;line-height: 40px;padding-top: 10px;}

.p7box2 span{font-size: 38px;line-height: 1.1; display: block;text-align: left;font-family:'font';background-image: linear-gradient(to bottom, #fff5b1, #fffad9, #fffefb);color: transparent; -webkit-background-clip: text;padding-bottom: 20px;}
.p7box2 p{font-size: 24px;color: #ffffff;text-align: left;line-height: 40px;vertical-align:middle;display:table-cell;}
.p7box2 li{width: 555px;height:326px;display: table;}
.p7box2 li img{width: 576px;}
