html,body,.wrapper,.story-header{width: 100%; position: relative;}
html,body { margin: 0 auto; background-color: #000; min-width: 1080px; max-width: 3840px;}
.org-over { height: 100%; overflow: hidden;}
.org-over .wrapper { padding-bottom: 1.2rem; background-color: #131314;}

.guide-box{position: absolute; left: 50%; width: .84rem; margin-left: -.42rem; height: 1.2rem; bottom: 0; z-index: 8; text-align: center; pointer-events: none; }
.guide-box i{display: block; margin: 0 auto; animation: move 1s linear infinite;}
.guide-box span{display: block; color: #222; font-size: .22rem; line-height: .4rem;}
.isblack .guide-box span{ color: #fff; opacity: .6;}

@-webkit-keyframes move{50%{-webkit-transform:translate3d(0,-.1rem,0)}}
@keyframes move{50%{transform:translate3d(0,-.1rem,0)}}

.wrapper,.wrapper *{box-sizing: border-box;}
.wrapper{font-size: 12px; height: 100%; overflow: hidden;}
html.overflow,body.overflow { overflow: hidden;}

@font-face {
 	font-family:AgencyFB;
 	src: url(//game.gtimg.cn/images/gp/cp/a20250820talehub/font/AGENCYR.TTF);
}



.copygirht_details { position: relative;}
/*渠道按钮*/
.footer-btn-box{position: absolute; bottom: .44rem; left: .6rem; z-index: 9; display: none;}





.btn-comm-hover span{position: relative; z-index: 2;}
.btn-comm-hover i,.btn-comm-hover em{position: absolute; left: 0; top: 0;  transition: .3s ease-out opacity; z-index: 1;}
.btn-comm-hover em,.btn-comm-hover:hover i{opacity: 0;}
.btn-comm-hover:hover em{opacity: 1;}

.nav-bar{position: absolute; left: 0; top: 0; z-index: 9; background: url(//game.gtimg.cn/images/gp/cp/a20250820talehub/comm/state2_xbg.png) 0 50000% repeat-x;}
.org-over .isblack .nav-bar{ background: url(//game.gtimg.cn/images/gp/cp/a20250820talehub/comm/state2_xbg.png) 0 0 repeat-x; background-size: .1rem 1.2rem;}
.org-over .white .nav-bar{ background: url(//game.gtimg.cn/images/gp/cp/a20250820talehub/comm/state2_xbg.png) 0 0 repeat-x; background-size: .1rem 1.2rem;}
/*版权信息按钮*/
.btn-copy{right: .6rem; position: absolute; bottom: .44rem; z-index: 9; padding-right: .36rem; font-size: .2rem; line-height: .54rem; color: #363636; transition: .3s ease color; height: .54rem;}
.btn-copy i,.btn-copy em{position: absolute; right: 0; top: .155rem; left: auto;}
.btn-copy:hover{color: #222;}
.isblack .btn-copy{color: #b3b3b3;}
.isblack .btn-copy:hover{color: #fff;}
.isblack .correct.btn-copy{color: #363636;}
.isblack .correct.btn-copy:hover{color: #222;}

/*底部*/
.org-over .copygirht_details{position: absolute; left: 0; bottom: 0; z-index: 99; width: 100%; transform: translateY(230px);}
.org-over .copygirht_details.show{transform: translateY(0);}

.mouse-scroll {
	width: .24rem;
	height: .12rem;
	position: absolute;
	left: 50%;
	margin-left: -.12rem;
	bottom: 1rem;
	z-index: 9;
	opacity: .6;
}


.scroll-arrows
{
  display: block;
  width: .05rem;
  height: .05rem;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: .02rem solid #000;
  border-bottom: .02rem solid #000;
  margin: 0 0 .03rem .04rem;
  width: .16rem;
  height: .16rem;
}


.unu
{
  margin-top: .01rem;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -.06rem;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -.06rem;
}

.sam-mouse {
  height: .42rem;
  width: .24rem;
  border-radius: .14rem;
  transform: none;
  border: .02rem solid #000;
  top: 1.7rem;
}


.wheel {
  height: .05rem;
  width: .02rem;
  display: block;
  margin: .05rem auto;
  background: #000;
  position: relative;
  
  height: .04rem;
  width: .04rem;
  border: .02rem solid #000;
  -webkit-border-radius: .08rem;
          border-radius: .08rem;
}

.isblack .scroll-arrows{border-right: .02rem solid #fff; border-bottom: .02rem solid #fff;}
.isblack .sam-mouse{border: .02rem solid #fff;}
.isblack .wheel{background: #fff; border: .02rem solid #fff;}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  50%{top:.04rem}
}
@-o-keyframes mouse-wheel {

    50%{top:.04rem}
}
@keyframes mouse-wheel {

   50%{top:.04rem}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

@keyframes fadeInDown1 {
    0% {
        opacity: 0;
        transform: translate3d(0,100px,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}
@keyframes fadeIn1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes fadeOut1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.fadeanim { animation: fadeInDown1 .4s .2s ease-out both;}
.fadeanim1 { animation-delay: 0s; animation-duration: .1s;}
.comm-scroll::-webkit-scrollbar {
  width: .1rem;
  height: .1rem; 
  background-color: transparent;
}
.comm-scroll::-webkit-scrollbar-button { 
  width: 0; 
  height: 0; 
}
.comm-scroll::-webkit-scrollbar-corner { 
  display: block; 
}
.comm-scroll::-webkit-scrollbar-thumb { 
  background-clip: padding-box;
  background-color: #353535; 
  border-radius: 4px; 
}

/*org-spr*/
.org-spr{ background-image:url(//game.gtimg.cn/images/gp/cp/a20230817org/org-spr.png); background-repeat:no-repeat; background-size:13.24rem 2.56rem;}
.org-spr.film-btn{ width:1.3rem; height:1.3rem; background-position:32.66332% 7.14286%;}
.org-spr.jz-tab-cur{ width:3.73rem; height:1.48rem; background-position:0.94637% 8.33333%;}
.org-spr.jz-tit-left{ width:2.79rem; height:0.42rem; background-position:50.52632% 46.26168%;}
.org-spr.jz-tit-right{ width:2.79rem; height:0.42rem; background-position:77.99043% 46.26168%;}
.org-spr.org-comm-btn.hover{ width:3.38rem; height:0.82rem; background-position:0.91278% 94.82759%;}
.org-spr.org-comm-btn{ width:3.38rem; height:0.82rem; background-position:36.00406% 94.82759%;}
.org-spr.org-comm-btn1.hover{ width:3.38rem; height:0.82rem; background-position:53.5497% 5.17241%;}
.org-spr.org-comm-btn1{ width:3.38rem; height:0.82rem; background-position:71.09533% 85.63218%;}
.org-spr.org-icon1{ width:0.16rem; height:0.36rem; background-position:84.25076% 45%;}
.org-spr.org-icon2{ width:0.16rem; height:0.36rem; background-position:98.70031% 66.81818%;}
.org-spr.org-pop-next.hover{ width:0.82rem; height:0.82rem; background-position:70.37037% 5.17241%;}
.org-spr.org-pop-next{ width:0.82rem; height:0.82rem; background-position:77.61675% 5.17241%;}
.org-spr.org-pop-next.swiper-button-disabled{ width:0.82rem; height:0.82rem; background-position:84.86312% 5.17241%;}
.org-spr.org-pop-prev.hover{ width:0.82rem; height:0.82rem; background-position:84.29952% 85.63218%;}
.org-spr.org-pop-prev{ width:0.82rem; height:0.82rem; background-position:92.1095% 5.17241%;}
.org-spr.org-pop-prev.swiper-button-disabled{ width:0.82rem; height:0.82rem; background-position:91.54589% 84.48276%;}
.org-spr.page-next{ width:0.17rem; height:0.17rem; background-position:99.3114% 3.76569%;}
.org-spr.page-prev{ width:0.17rem; height:0.17rem; background-position:99.3114% 14.22594%;}
.org-spr.pop-close-icon.hover{ width:0.56rem; height:0.64rem; background-position:97.31861% 4.6875%;}
.org-spr.pop-close-icon{ width:0.56rem; height:0.64rem; background-position:96.76656% 76.5625%;}
.org-spr.tit-left{ width:1.89rem; height:0.16rem; background-position:99.20705% 41.25%;}
.org-spr.tit-right{ width:1.89rem; height:0.16rem; background-position:99.20705% 51.25%;}


.org-cont { width: 25.6rem; height: 14.4rem; margin: 0 auto; position: absolute; bottom: 0; left: 50%; margin-left: -12.8rem; z-index: 1; -webkit-transform: scale(.82); transform: scale(.82); -webkit-transform-origin: center bottom; transform-origin: center bottom;}
.org-box { width: 100%; height: 100%; position: relative;}
.org-item { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5;}
.org-all { position: absolute; z-index: 8; left: 50%; margin-left: -3.62rem; bottom: .76rem; width: 7.25rem; height: 2.31rem;}
.org-all1 { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-all1.png) no-repeat 0 0; background-size: 100% 100%;}
.org-all2 { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-all2.png) no-repeat 0 0; background-size: 100% 100%;}
.org-all3 { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-all3.png) no-repeat 0 0; background-size: 100% 100%;}
.org-light { position: absolute; z-index: 3; left: 50%; margin-left: -18rem; bottom: 0; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-light.png) no-repeat 0 0; background-size: 100% 100%; width: 36rem; height: 16.79rem;}
.org-cir { position: absolute; z-index: 2; left: 50%; margin-left: -16.2rem; bottom: 0; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-cir.png) no-repeat 0 0; background-size: 100% 100%; width: 32.4rem; height: 14.98rem;}
.org-item-bns { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 6;}
.org-item-bns a { position: absolute;}
.org-item-light { position: absolute; z-index: 2; opacity: 0; transition: all .5s;}
.org-item-light.on { opacity: 1;}
.org-item-pic { position: relative; z-index: 4; width: 100%; height: 100%;}
.org-item-pic img { width: 100%; height: auto; position: absolute; left: 0; bottom: 0; opacity: 0; transition: all .5s;}
.org-item-pic img.on { opacity: 1;}
.org-yellow-light { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-yellow-light.png) no-repeat 0 0; background-size: 100% 100%; width: 17.22rem; height: 14.4rem; left: 0; bottom: 0;}
.org-blue-light { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-blue-light.png) no-repeat 0 0; background-size: 100% 100%; width: 19.34rem; height: 14.4rem; left: 50%; bottom: 0; margin-left: -9.67rem;}
.org-red-light { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-red-light.png) no-repeat 0 0; background-size: 100% 100%; width: 17.23rem; height: 14.4rem; right: 0; bottom: 0;}
.org-yellow-btn1 { width: 2.16rem; height: 2.16rem; left: 5.47rem; top: 11.18rem;}
.org-yellow-btn2 { width: 2.16rem; height: 2.16rem; left: 7.34rem; top: 8.94rem;}
.org-yellow-btn3 { width: 2.16rem; height: 2.16rem; left: 2.78rem; top: 9.73rem;}
.org-yellow-btn4 { width: 2.16rem; height: 2.16rem; left: 5.53rem; top: 6.49rem;}
.org-yellow-btn5 { width: 2.16rem; height: 2.16rem; left: 1.66rem; top: 6.22rem;}
.org-blue-btn1 { width: 2.16rem; height: 2.16rem; left: 11.72rem; top: 7.44rem;}
.org-blue-btn2 { width: 1.67rem; height: 1.67rem; left: 8.61rem; top: 5.18rem;}
.org-blue-btn3 { width: 1.67rem; height: 1.67rem; left: 11.95rem; top: 4.58rem;}
.org-blue-btn4 { width: 1.67rem; height: 1.67rem; left: 15.34rem; top: 5.19rem;}
.org-blue-btn5 { width: 1.67rem; height: 1.67rem; left: 11.96rem; top: 1.68rem;}
.org-red-btn1 { width: 2.16rem; height: 2.16rem; left: 16.1rem; top: 8.94rem;}
.org-red-btn2 { width: 2.16rem; height: 2.16rem; left: 17.98rem; top: 11.19rem;}
.org-red-btn3 { width: 2.16rem; height: 2.16rem; left: 20.68rem; top: 9.75rem;}
.org-red-btn4 { width: 1.67rem; height: 1.67rem; left: 22.43rem; top: 7rem;}

.org-title { position: fixed; left: 0; top: 2.24rem; z-index: 9;}

.comm-tit { width: 100%; font-size: 0; text-align: center; line-height: .82rem; position: relative; z-index: 2}
.comm-tit em,.comm-tit span { display: inline-block; vertical-align: top;}
.comm-tit em { margin-top: .38rem;}
.comm-tit span { margin: 0 .34rem; color: #fff; font-size: .5rem; font-weight: bold;}

/*和平国联*/
.org-info-head { width: 100%; position: relative; z-index: 2; margin-top: 1.2rem;}
.org-info-hd { width: 100%; height: 100%; position: relative;}
.org-info-slogan { position: absolute; left: 0; bottom: 0; width: 100%; height: 4.34rem;}
.org-info-slogan .fadeanim { animation-delay: 0.4s;}
.org-jzgy .org-info-slogan { height: 4.56rem;}
.org-hpgl { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-hpgl-bg1.jpg) #111112 no-repeat center bottom; background-size: cover; height: 13.2rem;}
.org-jzgy { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-jzgy-bg1.jpg) #111112 no-repeat center bottom; background-size: cover; height: 13.2rem;}
.org-info-name { margin: 0 auto .52rem;}
.org-info-text { color: #fff; font-size: .21rem; line-height: .42rem; text-align: center; width: 19.2rem; margin: 0 auto;}
.org-hpgl .org-info-name { width: 4.98rem; height: 1.05rem; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/tit-hpgl.png) no-repeat 0 0; background-size: 100% 100%;}
.org-jzgy .org-info-name { width: 5.37rem; height: 2.52rem; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/tit-jzgy.png) no-repeat 0 0; background-size: 100% 100%;}
.org-info-cont { padding-bottom: 3.6rem; position: relative; z-index: 1;}
.org-hpgl-cont { padding-top: 1.76rem;}
.org-jzgy-cont { padding-top: 1.73rem;}
.org-info-gl { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-info-gl.png) no-repeat 0 0; background-size: 100% 100%; width: 18.73rem; height: 9.96rem; position: absolute; left: 50%; top: .34rem; margin-left: -9.37rem; z-index: 1; pointer-events: none;}
.org-info-bgbox { position: absolute; z-index: 0; width: 100%; height: 100%; left: 0; top: 0;}
.org-hpgl-cont .org-info-bg1 { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-hpgl-bg2.jpg) no-repeat center top; width: 100%; height: 13.42rem; background-size: cover;}
.org-hpgl-cont .org-info-bg2 { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-hpgl-bg3.jpg) no-repeat center top; width: 100%; height: 13.42rem; background-size: cover;}
.org-hpgl-cont .org-info-bg3 { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-hpgl-bg4.jpg) no-repeat center top; width: 100%; height: 13.42rem; background-size: cover;}
.org-hpgl-cont .org-info-bg4 { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-hpgl-bg5.jpg) no-repeat center top; width: 100%; height: 13.42rem; background-size: cover;}
.org-jzgy-cont .org-info-bg1 { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-jzgy-bg2.jpg) no-repeat center top; width: 100%; height: 13.29rem; background-size: cover;}
.org-jzgy-cont .org-info-bg2 { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-jzgy-bg3.jpg) no-repeat center top; width: 100%; height: 13.29rem; background-size: cover;}
.org-jzgy-cont .org-info-bg3 { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-jzgy-bg4.jpg) no-repeat center top; width: 100%; height: 13.29rem; background-size: cover;}
.org-jzgy-cont .org-info-bg4 { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-jzgy-bg5.jpg) no-repeat center top; width: 100%; height: 13.29rem; background-size: cover;}
.org-hpgl-part1 { padding-top: 1.2rem; height: 13.53rem;}
.org-hpgl-part1-tab { width: 100%; font-size: 0; text-align: center; height: 1.36rem;}
.org-hpgl-part1-tab a { display: inline-block; vertical-align: top; margin: 0 .4rem; line-height: .36rem; height: .36rem; padding: 0 .55rem; position: relative; z-index: 1;}
.org-hpgl-part1-tab a em { display: block; position: absolute; top: 0; opacity: 0; transition: all .3s;}
.org-hpgl-part1-tab a span { font-size: .34rem; color: #a8a8a8; letter-spacing: .02rem; transition: all .3s;}
.org-hpgl-part1-tab a.cur span{ font-weight: bold; color: #fff;}
.org-hpgl-part1-tab a.cur em { opacity: 1;}
.org-hpgl-part1-tab a:hover span{ font-weight: bold; color: #fff;}
.org-hpgl-part1-tab a:hover em { opacity: 1;}
.org-icon1 { left: 0;}
.org-icon2 { right: 0;}
.org-hpgl-part1-cont { width: 100%; height: 8.53rem; overflow: hidden;}
.org-hpgl-part1-cont .swiper-slide { width: 16.21rem; height: 8.53rem; position: relative; cursor: pointer;}
.org-hpgl-part1-cont .swiper-slide:before { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-color: rgba(0,0,0,.5);}
.org-hpgl-part1-cont .swiper-slide.swiper-slide-active:before { display: none;}
.org-hpgl-part1-cont .swiper-slide img { display: block; width: 100%; height: 100%;}
.org-hpgl-part1-cont h5 { position: absolute; top: 6.7rem; left: 0; width: 100%; line-height: .42rem; color: #fff; opacity: .6; font-size: .21rem; text-align: center;}
.org-hpgl-part1-cont ul { display: flex; justify-content: center; position: absolute; left: 0; top: 7.56rem; width: 100%; text-align: center; line-height: .96rem; font-size: .21rem;}
.org-hpgl-part1-cont ul li { flex: auto; position: relative;}
.org-hpgl-part1-cont ul li:before { content: ""; width: 1px; height: .55rem; background-color: #fff; opacity: .6; position: absolute; left: 0; top: 50%; margin-top: -.27rem;}
.org-hpgl-part1-cont ul a { color: #fff; opacity: 0.6; display: block; width: 100%; height: 100%; transition: all .3s;}
.org-hpgl-part1-cont ul a:hover { opacity: 1;}
.org-hpgl-part1-cont ul li:nth-child(1):before { display: none;}

@keyframes bounceInbot {
	0% {opacity: 0;transform: translateY(2rem);}
	100% {transform: translateX(0);}
}

.org-hpgl-part2 { position: relative; z-index: 1; width: 100%; height: 12.86rem; margin-top: -.96rem;}
.org-hpgl-part2 .wrapper-page2{width: 100%; height: 12.86rem; overflow: hidden;}
.org-hpgl-part2 .wrapper-page2 .swiper-slide{padding-top: 9.54rem; overflow: hidden;}

.org-hpgl-part2 .role-name-eng{ width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;}
.org-hpgl-part2 .role-img{position: absolute; left: 0; bottom: -1px; width: 100%;}
.org-hpgl-part2 .txt-box{width: 4.2rem; margin: 0 auto; position: absolute; left: 50%; margin-left: -8.1rem; top: 5.3rem; z-index: 4;}
.org-hpgl-part2 .role-name{display: block; margin: 0 auto; height: 1.2rem;}
.org-hpgl-part2 .txt-box p{font-size: .21rem; text-align: justify; line-height: .36rem; color: #919191; height: 2.04rem;}

.org-hpgl-part2 .btn-list{position: absolute; left: 50%; margin-left: -8.1rem; top: 6.5rem; z-index: 4; width: 3.38rem; height: .82rem;}
.org-hpgl-part2 .btn-list a{display: block; font-size: 0; text-align: center; line-height: 1.18rem;}
.org-hpgl-part2 .btn-list a.on{display: block;}
.org-hpgl-part2 .btn-list a span { display: block; width: 100%; line-height: .8rem; color: #ffb900; font-size: .28rem; text-align: center; position: relative; z-index: 2; transition: .3s ease-out; text-align: center;}
.org-hpgl-part2 .btn-list a em { position: absolute; left: 0; top: 0; z-index: 1;transition: .3s ease-out;}
.org-hpgl-part2 .btn-list a em.org-comm-btn { opacity: 1;}
.org-hpgl-part2 .btn-list a em.org-comm-btn.hover { opacity: 0;}
.org-hpgl-part2 .btn-list a:hover span { color: #222;}
.org-hpgl-part2 .btn-list a:hover em.org-comm-btn { opacity: 0;}
.org-hpgl-part2 .btn-list a:hover em.org-comm-btn.hover { opacity: 1;}


.org-hpgl-part2 .function-box{font-size: 0; text-align: center; height: 1.5rem; position: absolute; width: 1.22rem; left: 50%; top: .8rem; margin-left: 6.82rem; z-index: 9;}
.org-hpgl-part2 .function-box a,.org-hpgl-part2 .function-box .nav-wrapper2{display: inline-block; vertical-align: top;}
.org-hpgl-part2 .function-box a{margin-top: .54rem; display: none}
.org-hpgl-part2 .function-box .nav-wrapper2{width: 1.78rem; height: auto; padding-top: .3rem; padding-left: .3rem; margin-left: -.3rem;}
.org-hpgl-part2 .function-box .nav-wrapper2 ul { display: block;}
.org-hpgl-part2 .function-box .swiper-slide{width:1.22rem; height: 1.22rem; margin-bottom: .32rem; flex: none; cursor: pointer;}
.org-hpgl-part2 .function-box .swiper-slide .tx-box{width: 100%; height: 100%; border-radius: 50%; margin: 0 auto; position: relative; transition: .3s all;}
.org-hpgl-part2 .function-box .swiper-slide .tx-box:before { content: ""; width: 100%; height: 100%; border: .02rem solid #fff; position: absolute; left: 0; top: 0; z-index: 3;box-sizing: border-box; border-radius: 50%; opacity: .5; display: none;}
.org-hpgl-part2 .function-box .swiper-slide img{position: absolute; z-index: 2; left: 0; top: 0; transition: .3s all; width: 100%;}
.org-hpgl-part2 .function-box .hover{opacity:0;}
.org-hpgl-part2 .function-box .on .hover{ opacity: 1;}
.org-hpgl-part2 .function-box .hover{opacity:0;}
.org-hpgl-part2 .function-box .tx-box:hover .hover{ opacity: 1;}
.org-hpgl-part2 .function-box .swiper-slide.on .tx-box { transform: scale(1.18);}
.org-hpgl-part2 .function-box .swiper-slide.on .tx-box:before { display: block;}
.org-hpgl-part2 .function-box .swiper-slide .tx-box:hover { transform: scale(1.18);}

.swiper-slide-active .org-role-name {animation: bounceInbot .4s .2s ease-out both;}
.swiper-slide-active .txt-box {animation: bounceInbot .4s .4s ease-out both;}
.swiper-slide-active .btn-list {animation: bounceInbot .4s .6s ease-out both;}
.org-role-name { position: absolute; top: 4rem; left: 50%; margin-left: -8.1rem; width: 4rem; height: .95rem;}
.org-role-name img { display: block; width: auto; height: .95rem;}

.part3-tit { margin-top: 1.41rem;}
.org-hpgl-part3 { width: 100%; height: 12.8rem; margin-top: -2.23rem; margin-bottom: 1.53rem; position: relative; z-index: 1;}
.org-hpgl-part3-box { width: 100%; height: 12.8rem; overflow: hidden;}
.org-hpgl-part3-box li { float: left;}
.org-hpgl-part3-list { width: 100%; margin: 0 auto; height: 12.8rem;}
.org-hpgl-part3-pic { width: 100%; height: 100%; position: relative;}
.org-hpgl-part3-pic img { width: 100%; height: 100%; display: block;object-fit: cover;}
.org-hpgl-part3-info { position: absolute; z-index: 2; left: 50%; top: 7.85rem; width: 9.28rem; margin: 0 0 0 -8.12rem; height: auto;}
.org-hpgl-part3-info::-webkit-scrollbar {
  width: .08rem;
  background-color: transparent;
}
.org-hpgl-part3-info::-webkit-scrollbar-button { 
  width: 0; 
  height: 0; 
}
.org-hpgl-part3-info::-webkit-scrollbar-corner { 
  display: block; 
}
.org-hpgl-part3-info::-webkit-scrollbar-thumb { 
  background-clip: padding-box;
  background-color: #4f5051; 
  border-radius: .08rem; 
}
.org-hpgl-part3-item1 { width: 11.16rem; color: #f9f9f9; font-size: .48rem; line-height: 1.02rem; margin-bottom: .32rem;}
.org-hpgl-part3-item1 h5 { font-weight: bold;}
.org-hpgl-part3-item2 { width: 11.16rem; margin-bottom: .36rem; height: .3rem;}
.org-hpgl-part3-item2 p { color: #c7c6c7; font-size: .21rem; line-height: .3rem; text-align: left; float: left; width: 3.88rem;}
.org-hpgl-part3-item2 p span { color: #c7c6c7; margin-right: .5rem;}
.org-hpgl-part3-item3 { width: 11.46rem; height: 1.32rem; overflow-y: auto;}
.org-hpgl-part3-item3::-webkit-scrollbar {
  width: .1rem;
  height: .1rem; 
  background-color: transparent;
}
.org-hpgl-part3-item3::-webkit-scrollbar-button { 
  width: 0; 
  height: 0; 
}
.org-hpgl-part3-item3::-webkit-scrollbar-corner { 
  display: block; 
}
.org-hpgl-part3-item3::-webkit-scrollbar-thumb { 
  background-clip: padding-box;
  background-color: #fff; 
  border-radius: 4px; 
}
.org-hpgl-part3-item3 p { width: 11.16rem; color: #fff; font-size: .21rem; line-height: .36rem; text-align: justify; margin-bottom: .22rem;}
.org-hpgl-pagin { display: none; font-size: 0; text-align: center;}
.org-hpgl-pagin span { opacity: 1; width: .28rem; height: .28rem; border: .02rem solid #fff; margin: 0 .22rem; border-radius: 0;}
.org-hpgl-pagin span.swiper-pagination-bullet-active { background-color: #fff;}
.org-hpgl-arrow { display: none; width: 4.42rem; height: 0; position: relative; top: -.28rem; margin: 0 auto;}
.org-hpgl-arrow a { display: block;}
.page-prev { float: left;}
.page-next { float: right;}
.org-hpgl-part3-tab { position: absolute; z-index: 5; top: 3.78rem; left: 50%; margin-left: 4.34rem;}
.org-hpgl-part3-tab li { display: block; overflow: hidden; width: 3.76rem; height: 1.71rem; transition: all .3s; opacity: 0.7; margin-bottom: .36rem; cursor: pointer; position: relative;}
.org-hpgl-part3-tab li:after { content: ""; width: 102%; height: .82rem; background: url(//game.gtimg.cn/images/gp/cp/a20230817story/story-chapters-layer.png) no-repeat 0 0; background-size: 100% 100%; position: absolute; z-index: 2; left: -1%; bottom: -.04rem;}
.org-hpgl-part3-tab li.cur { transform: scale(1.2); opacity: 1;}
.org-hpgl-part3-tab li:hover { transform: scale(1.2); opacity: 1;}
.org-hpgl-part3-tab li img { display: block; width: 100%; height: 100%; position: relative; z-index: 1;}
.org-hpgl-part3-tab li p {position: absolute; z-index: 3; color: #fff; font-size: .2rem; line-height: .3rem; left: .14rem; bottom: .1rem;}
.org-comm-part4 { width: 19.2rem; margin: .68rem auto 0; font-size: 0; text-align: center;}
.org-comm-part4 a {display: inline-block; vertical-align: top; margin: 0 .17rem; width: 2.43rem; height: 5.5rem; position: relative;}
.org-comm-part4 a img { position: absolute; left: 0; top: 0; width: 100%; height: auto; transition: all .3s;}
.org-comm-part4 a img.hover { opacity: 0;}
.org-comm-part4 a:hover img { opacity: 0;}
.org-comm-part4 a:hover img.hover { opacity: 1;}
.swiper-slide-active .org-hpgl-part3-item1 {animation: bounceInbot .4s .2s ease-out both;}
.swiper-slide-active .org-hpgl-part3-item2 {animation: bounceInbot .4s .4s ease-out both;}
.swiper-slide-active .org-hpgl-part3-item3 {animation: bounceInbot .4s .6s ease-out both;}

.org-cont-top { width: 100%; height: auto; padding-top: 1.4rem; max-height: 100%; line-height: 1.36rem; position: fixed; left: 0; top: 0; z-index: 5;}
.org-cont-top:before { content: ""; width: 100%; height: 2.76rem; position: absolute; z-index: 1; left: 0; top: 0; background-color: rgba(0,0,0,.8); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);}
.org-cont-top-btn { width: 100%; height: 1.36rem; border-top: 1px solid #2f2f2f; position: relative; z-index: 2;}
.wrapper .nav { -webkit-backdrop-filter: none; backdrop-filter: none; background: none;}
.org-cont-top-btn p { margin-left: .36rem; float: left; color: #fff; font-size: .48rem;}
.top-arrow { display: block; float: right; margin-right: .28rem; transition: all .3s;}
.top-arrow.on { transform: rotate(180deg);}
.org-cont-top-item { position: relative; top: -2px; width: 100%; height: 0; overflow-y: auto; transition: all .4s; background-color: rgba(0,0,0,0.6);}
.org-cont-top-item ul { padding-left: .68rem; background-color: #111112;}
.org-cont-top-item li { width: 100%; color: #e8e8e8; font-size: .4rem; width: 9.88rem; border-bottom: 1px solid #414141;}
.org-cont-top-item li a { color: #e8e8e8; display: block; width: 100%; height: 100%;}
.org-cont-top-item li.cur a { color: #ffb900;}
.org-cont-top-item li:last-of-type { border: none;}
/*矩阵工业*/
.org-jzgy-part1 { position: relative; height: 11.5rem; z-index: 2;}
.org-jzgy-part1-box { padding-top: 1.33rem; width: 100%; height: 9.77rem; overflow: hidden;}
.org-jzgy-part1-box li { float: left; width: 16.2rem; height: 7.8rem; position: relative;}
.org-jzgy-part1-list { width: 100%; height: 100%;}
.org-jzgy-part1-pic { width: 100%; height: auto; position: absolute; left: 0; bottom: 0; z-index: 1;}
.org-jzgy-part1-pic img { width: 100%; height: auto; display: block;}
.org-jzgy-part1-info { position: absolute; z-index: 2; left: 9.94rem; top: 1.22rem; width: 5.62rem;}
.org-jzgy-part1-info::-webkit-scrollbar {
  width: .08rem;
  background-color: transparent;
}
.org-jzgy-part1-info::-webkit-scrollbar-button { 
  width: 0; 
  height: 0; 
}
.org-jzgy-part1-info::-webkit-scrollbar-corner { 
  display: block; 
}
.org-jzgy-part1-info::-webkit-scrollbar-thumb { 
  background-clip: padding-box;
  background-color: #4f5051; 
  border-radius: .08rem; 
}
.org-jzgy-part1-item1 { text-align: left; width: 5.32rem; color: #fff; font-size: .48rem; line-height: .72rem; margin-bottom: .32rem;}
.org-jzgy-part1-item1 h5 { font-weight: bold;}
.org-jzgy-part1-item2 { text-align: left; width: 5.32rem; margin-bottom: .38rem;}
.org-jzgy-part1-item2 p { color: #797c81; font-size: .26rem; line-height: .38rem;}
.org-jzgy-part1-item2 p span { color: #656667; margin-right: .5rem;}
.org-jzgy-part1-item3 { width: 5.32rem; height: 2.1rem;}
.org-jzgy-part1-item3 p { color: #dedfdf; font-size: .24rem; line-height: .42rem; text-align: justify;}
.org-jzgy-part1-info a{display: block; font-size: 0; width: 3.38rem; text-align: center; line-height: 1.18rem; position: relative;}
.org-jzgy-part1-info a span { display: block; width: 100%; line-height: .8rem; color: #fff; font-size: .28rem; text-align: center; position: relative; z-index: 2; transition: .3s ease-out; text-align: center;}
.org-jzgy-part1-info a em { position: absolute; left: 0; top: 0; z-index: 1;transition: .3s ease-out;}
.org-jzgy-part1-info a em.org-comm-btn1 { opacity: 1;}
.org-jzgy-part1-info a em.org-comm-btn1.hover { opacity: 0;}
.org-jzgy-part1-info a:hover span { color: #222;}
.org-jzgy-part1-info a:hover em.org-comm-btn1 { opacity: 0;}
.org-jzgy-part1-info a:hover em.org-comm-btn1.hover { opacity: 1;}
.org-jzgy-pagin { font-size: 0; text-align: center;}
.org-jzgy-pagin span { opacity: 1; width: .16rem; height: .16rem; border: .02rem solid #fff; margin: 0 .1rem; border-radius: 0;}
.org-jzgy-pagin span.swiper-pagination-bullet-active { background-color: #fff;}
.org-jzgy-arrow { width: 1.82rem; height: 0; position: relative; top: -.16rem; margin: 0 auto;}
.org-jzgy-arrow a { display: block;}
.org-icon-scale { display: none; position: absolute; right: .4rem; bottom: .4rem; z-index: 5; pointer-events: none;}
.org-jzgy-cont .comm-tit em { margin-top: .22rem;}
.org-jzgy-part2 { height: 9.48rem; margin-bottom: 1.5rem;}
.org-jzgy-part2-box { width: 100%; height: 100%; overflow: hidden; position: relative; z-index: 1;}
.org-jzgy-part2-box li { float: left; width: 100%; height: 100%; display: none;}
.org-jzgy-part2-box li.cur { display: block;}
.org-jzgy-part2-item { width: 100%; height: 100%; position: relative;}
.org-jzgy-part2-pic { position: absolute; z-index: 1;}
.org-jzgy-part2-pic img { display: block; width: 100%; height: 100%;}
.org-jzgy-part2-pic1 { width: 10.45rem; height: 7.83rem; left: 50%; top: 1.7rem; margin-left: -10.62rem;}
.org-jzgy-part2-pic2 { width: 8.61rem; height: 7.36rem; left: 50%; top: .65rem; margin-left: -9.7rem;}
.org-jzgy-part2-pic3 { width: 11.43rem; height: 5.41rem; left: 50%; top: 2.29rem; margin-left: -10.84rem;}
.org-jzgy-part2-pic4 { width: 10.99rem; height: 5.38rem; left: 50%; top: 1.84rem; margin-left: -10.59rem;}
.org-jzgy-part2-info { width: 8rem; margin: 0 auto; padding: 3.47rem .08rem 0 2.76rem;}
.org-jzgy-part2-info h5 { height: .42rem;}
.org-jzgy-part2-info h5 img { display: block; width: auto; height: 100%;}
.org-jzgy-part2-info h6 { margin: .3rem auto .21rem; color: #7c7c7d; font-size: .26rem; line-height: .46rem;}
.org-jzgy-part2-info p { color: #d0d1d1; font-size: .24rem; line-height: .42rem; text-align: justify;}
.org-jzgy-part2-btns { width: 4rem; height: 5.12rem; font-size: 0; text-align: center; position: absolute; z-index: 3; top: 1.98rem; left: 50%; margin-left: 4.7rem;}
.org-jzgy-part2-btns a { transition: .3s all; display: block; vertical-align: top; margin-bottom: .3rem; width: 3.38rem; height: 1.33rem; background-color: #1e2125; position: relative;}
.org-jzgy-part2-btns a img { display: block; position: absolute; right: 0; bottom: 0; z-index: 2; width: auto; height: 1.66rem; -webkit-filter: grayscale(100%); filter: grayscale(100%); filter: gray; transition: .3s all; transform: scale(.9); transform-origin: right bottom;}
.org-jzgy-part2-btns a span { text-align: right; position: absolute; z-index: 2; width: 100%; top: .52rem; right: .38rem; color: #fff; opacity: .6; font-size: .24rem; line-height: .28rem; transition: .3s all;}
.org-jzgy-part2-btns a span.tl { top: .38rem; width: 1.96rem; text-align: center; right: 0;}
.org-jzgy-part2-btns a em { position: absolute; transform: scale(.9); top: 50%; left: 50%; z-index: 1; margin: -.78rem 0 0 -1.85rem; opacity: 0; transition: all .3s;}
.org-jzgy-part2-btns a.cur { background-color: transparent; transform: scale(1.1);}
.org-jzgy-part2-btns a.cur img { -webkit-filter: grayscale(0%); filter: grayscale(0%); filter: none;}
.org-jzgy-part2-btns a.cur em { opacity: 1;}
.org-jzgy-part2-btns a.cur span { opacity: 1;}
.org-jzgy-part2-btns a:hover { background-color: transparent; transform: scale(1.1);}
.org-jzgy-part2-btns a:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); filter: none;}
.org-jzgy-part2-btns a:hover em { opacity: 1;}
.org-jzgy-part2-btns a:hover span { opacity: 1;}
.org-jzgy-part3 { width: 100%; height: 10.53rem; padding: 1.44rem 0 0 0; font-size: 0; text-align: center;}
.org-jzgy-part3 a { display: inline-block; vertical-align: top; margin: 0 .44rem; width: 7.6rem; height: auto; position: relative; text-align: left;}
.org-jzgy-part3-pic { width: 100%; height: 4.57rem; overflow: hidden; position: relative;}
.org-jzgy-part3 a img { display: block; width: 100%; height: auto; transition: all .3s;}
.org-jzgy-part3 a h5 { position: relative; line-height: .6rem; color: #fff; font-size: .36rem; margin-top: .32rem; font-weight: bold;}
.org-jzgy-part3 a h6 { position: relative; line-height: .4rem; color: #b3b3b3; font-size: .28rem; font-weight: normal; margin: .13rem 0 .17rem 0;}
.org-jzgy-part3 a p { position: relative; color: #b3b3b3; font-size: .24rem; line-height: .4rem;}
.org-jzgy-part3 a p span { color: #b3b3b3; text-decoration: underline;}
.org-jzgy-part3 a em { display: none; position: absolute; right: .45rem; bottom: .76rem;}
.org-jzgy-part3-anim { width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.org-jzgy-part3-anim i { background-color: #909090; position: absolute; transition: all .5s;}
.org-jzgy-part3-anim .org-jzgy-part3-i1 { width: 0; height: .04rem; left: 0; top: 0;}
.org-jzgy-part3-anim .org-jzgy-part3-i2 { width: .04rem; height: 0; right: 0; top: 0;}
.org-jzgy-part3-anim .org-jzgy-part3-i3 { width: 0; height: .04rem; right: 0; bottom: 0;}
.org-jzgy-part3-anim .org-jzgy-part3-i4 { width: .04rem; height: 0; left: 0; bottom: 0;}
.org-jzgy-part3 a:hover img { transform: scale(1.1);}
.org-jzgy-part3 a:hover .org-jzgy-part3-i1 { width: 100%;}
.org-jzgy-part3 a:hover .org-jzgy-part3-i2 { height: 100%;}
.org-jzgy-part3 a:hover .org-jzgy-part3-i3 { width: 100%;}
.org-jzgy-part3 a:hover .org-jzgy-part3-i4 { height: 100%;}
.org-jzgy-part4 { position: relative; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-jzgy-part4-cont.png) no-repeat 0 0; background-size: 100% 100%; width: 17.23rem; height: 4.41rem; margin: .76rem auto 1.45rem; padding-left: 4.98rem; padding-top: .78rem;}
.org-jzgy-part4-cont { width: 11.02rem;}
.org-jzgy-part4-cont p { width: 10.72rem; color: #fff; font-size: .24rem; line-height: .42rem; margin-bottom: .42rem;}
.org-jzgy-cont .comm-tit { z-index: 5; position: relative;}
/*突变*/
.org-tb-spr{ background-image:url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/org-tb-spr.png); background-repeat:no-repeat; background-size:9.93rem 5.04rem;}
.org-tb-spr.org-part1-t1{ width:3.83rem; height:0.81rem; background-position:53.44262% 97.87234%;}
.org-tb-spr.org-part2-btn1{ width:3.2rem; height:1.34rem; background-position:98.06835% 73.24324%;}
.org-tb-spr.org-part2-btn2{ width:3.26rem; height:1.35rem; background-position:48.87556% 73.44173%;}
.org-tb-spr.org-tb-next{ width:1.5rem; height:1.65rem; background-position:19.92883% 79.941%;}
.org-tb-spr.org-tb-prev{ width:1.51rem; height:1.65rem; background-position:1.06888% 79.941%;}
.org-tb-spr.org-tb-tit1{ width:3.12rem; height:2.54rem; background-position:56.68135% 3.6%;}
.org-tb-spr.org-tb-tit2{ width:3.69rem; height:2.54rem; background-position:1.44231% 3.6%;}
.org-tb-spr.org-tb-tit3{ width:2.78rem; height:2.54rem; background-position:98.74126% 3.6%;}

.org-tb { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/org-tb-bg1.jpg) no-repeat center bottom; background-size: cover; height: 13.3rem;}
.org-tb .org-info-name { width: 2.32rem; height: 1.03rem; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/tit-tb.png) no-repeat 0 0; background-size: 100% 100%; margin-top: 1.6rem;}
.org-tb-part1 { width: 100%; height: 16.51rem; margin-top: -1px; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/org-tb-bg2.jpg) no-repeat center top; background-size: cover; padding-top: 2.63rem;}
.org-tb-tleft { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/org-tb-tleft.png) no-repeat 0 0; background-size: 100% 100%; width: 2.05rem; height: 1.84rem; position: absolute; top: .39rem; left: .54rem; z-index: 3;}
.org-tb-tright { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/org-tb-tright.png) no-repeat 0 0; background-size: 100% 100%; width: 8.11rem; height: 5.3rem; position: absolute; top: .69rem; right: .69rem; z-index: 3;}
.org-tb-tright-item1 { padding: .7rem 0 0 3.16rem; line-height: .3rem; font-size: .22rem; overflow: hidden;}
.org-tb-tright-item1 p { color: #fff;}
.org-tb-tright-item1 p.p1 { float: left; margin-left: .12rem; width: 3.08rem;}
.org-tb-tright-item1 p.p2 { float: left; width: 1.6rem;}
.org-tb-tright-item1 p span { color: #db1b32;}
.org-tb-tright-item1 p.p1 span { margin-right: .18rem;}
.org-tb-tright-item1 p.p2 span { margin-right: .12rem;}
.org-tb-tright-item2 { margin: .46rem 0 0 3.16rem; width: 4.3rem;}
.org-tb-tright-item2 p { color: #fff; font-size: .21rem; line-height: .35rem; margin-bottom: .11rem;}
.org-tb-tit1 { margin: 0 auto;}
.org-tb-part1-cont { width: 100%; height: 11rem; position: relative;}
.org-tb-part1-swiper { width: 100%; height: 11rem; position: relative; z-index: 1;}
.org-tb-part1-swiper li.swiper-slide { float: left; width: 12.68rem; height: 11rem; position: relative; opacity: .38;}
.org-tb-part1-item1 { width: 11.78rem; height: 11.46rem; position: absolute; z-index: 3; top: -.83rem; left: 50%; margin-left: -5.89rem; display: none;}
.org-tb-part1-item1-default{ display: block;}
.org-tb-part1-item1 img { display: block; width: 100%; height: 100%;}
.org-tb-part1-item2 { width: 4.86rem; height: 4.42rem; position: absolute; top: 5.18rem; left: 50%; margin-left: -7.11rem; display: none;}
.org-tb-part1-item2 img { display: block; width: 100%; height: auto;}
.org-tb-part1-item3 { display: none; position: absolute; left: -.5rem; top: 2.34rem; z-index: 4; width: 7.6rem;}
.org-tb-part1-item4 { position: absolute; z-index: 5; pointer-events: none; width: 21.63rem; height: 13.71rem; top: 0; left: 50%; margin: -3rem 0 0 -9.22rem;}
.org-tb-part1-item5 { display: none; position: absolute; z-index: 6; width: 5rem; height: auto; left: 50%; margin-left: 3.52rem; top: 2.66rem;}
.org-tb-part1-f { width: 100%; height: 100%; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/org-tb-part1-f.png) no-repeat 0 0; background-size: 100% 100%; pointer-events: none;}
.org-part1-name { margin-bottom: .28rem; height: .83rem;}
.org-part1-name img { display: block; width: auto; height: 100%;}
.org-tb-part1-info { color: #fff; font-size: .24rem; line-height: .43rem; margin-bottom: .42rem; width: 5.6rem;}
.org-tb-part1-list { width: 4.2rem;}
.org-tb-part1-list li { position: relative;}
.org-tb-part1-list li h5 { color: #ffffff; font-size: .28rem; font-weight: bold; padding-left: .48rem; line-height: .61rem;}
.org-tb-part1-list li p.p1 { margin-top: -.17rem; padding-left: .48rem; color: #fff; font-size: .24rem; line-height: .48rem; margin-bottom: .26rem;}
.skill-cont-box { width: 100%; height: .78rem; position: relative; margin-bottom: .2rem; cursor: pointer;}
.skill-pic { position: absolute; width: .78rem; height: .78rem; left: .28rem; top: 0; transition: all .3s; background-color: #250a2c;}
.skill-pic img { display: block; width: 100%; height: 100%;}
.skill-pic:before { content: ""; box-sizing: border-box; width: .78rem; height: .78rem; position: absolute; top: 0; left: 0; border: .02rem solid #7c039a; box-shadow: 0 0 0 #a100c9; transition: all .3s;}
.skill-info { width: 3.46rem; height: 100%; margin-left: 1.32rem;}
.skill-info h6 { opacity: 1; padding-top: .3rem; position: relative; top: -.08rem; color: #fff; font-size: .24rem; line-height: .32rem; transition: all .3s;}
.skill-info h6 span { margin-left: .04rem; color: #cc00ff;}
.skill-info p { opacity: 0; color: #cdcdcd; font-size: .2rem; line-height: .24rem; margin-top: -.05rem; transition: all .3s;}
.skill-cont-box:hover .skill-pic { transform: scale(1.1);}
.skill-cont-box:hover .skill-pic:before { border: .02rem solid #a100c9; box-shadow: 0 0 .5rem #a100c9;}
.skill-cont-box:hover .skill-info h6 { padding-top: .04rem;}
.skill-cont-box:hover .skill-info p { opacity: 1;}
.org-tb-part1-swiper li.swiper-slide-active { opacity: 1; z-index: 2;}
.org-tb-part1-swiper li.swiper-slide-active .org-tb-part1-item1 { display: block;}
.org-tb-part1-swiper li.swiper-slide-active .org-tb-part1-item1-default { display: none;}
.org-tb-part1-swiper li.swiper-slide-active .org-tb-part1-item2 { display: block;}
.org-tb-part1-swiper li.swiper-slide-active .org-tb-part1-item3 { display: block;}
.org-tb-part1-swiper li.swiper-slide-active .org-tb-part1-item5 { display: block;}
.org-tb-part1-swiper li.swiper-slide-prev { left: 2rem;}
.org-tb-part1-swiper li.swiper-slide-next { left: -2rem;}
.org-tb-part1-swiper li.swiper-slide-active .org-part1-name { animation: bounceInbot 0.4s 0.2s ease-out both;}
.org-tb-part1-swiper li.swiper-slide-active .org-tb-part1-info { animation: bounceInbot 0.4s 0.3s ease-out both;}
.org-tb-part1-swiper li.swiper-slide-active .org-tb-part1-item2 { animation: bounceInbot 0.4s 0.4s ease-out both;}
.org-tb-part1-swiper li.swiper-slide-active .org-tb-part1-list li:nth-child(1) { animation: bounceInbot 0.4s 0.5s ease-out both;}
.org-tb-part1-swiper li.swiper-slide-active .org-tb-part1-list li:nth-child(2) { animation: bounceInbot 0.4s 0.6s ease-out both;}
.org-tb-part1-swiper li.swiper-slide-active .org-tb-part1-list li:nth-child(3) { animation: bounceInbot 0.4s 0.7s ease-out both;}
.org-tb-part1-arrow { width: 19.88rem; height: 0; position: absolute; z-index: 6; top: 5.18rem; left: 50%; margin-left: -9.94rem;}
.org-tb-part1-arrow a { display: block;}
.org-tb-part1-arrow a:hover {filter: brightness(1.2);}
.org-tb-prev { float: left;}
.org-tb-next { float: right;}
.org-tb-part2 { width: 100%; height: 14.89rem; margin-top: -1px; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/org-tb-bg3.jpg) no-repeat center top; background-size: 100% 100%; position: relative;}
.org-tb-tit2 { position: absolute; top: 1.16rem; left: 50%; margin-left: -1.85rem; z-index: 5;}
.org-tb-part2-cont { width: 100%; height: 14.56rem; -webkit-mask-image: url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/org-tb-part2-mask.png); mask-image: url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/org-tb-part2-mask.png); -webkit-mask-size: 100% 100%; mask-size: 100% 100%;}
.org-tb-part2-swiper { width: 100%; height: 14.56rem; position: relative; z-index: 1;}
.org-tb-part2-swiper li.swiper-slide { float: left; width: 100%; height: 14.56rem; position: relative;}
.org-tb-part2-item1 { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.org-tb-part2-item1 img { display: block; width: 100%; height: 100%; object-fit: cover;}
.tb-part2-video { position: absolute; top: 50%; left: 50%; margin: -.65rem 0 0 -.65rem; z-index: 6; opacity: .6; transition: all .3s;}
.tb-part2-video:hover { opacity: 1;}
.org-tb-part2-item2 { position: absolute; width: 10.82rem; left: 50%; margin-left: -8.11rem; top: 9.96rem; z-index: 2;}
.org-tb-part2-item2 h5 { margin-bottom: .48rem; height: .86rem;}
.org-tb-part2-item2 h5 img { display: block; width: auto; height: 100%;}
.org-tb-part2-item2 p { font-size: .21rem; color: #fff; line-height: .24rem; position: relative; text-align: justify; margin-bottom: .38rem; padding-left: 1.12rem;}
.org-tb-part2-item2 p span { position: absolute; left: 0; top: 0;}
.org-tb-part2-pagin { position: absolute; z-index: 3; top: 11.92rem; left: 50%; margin-left: 1.01rem;}
.org-tb-part2-pagin span { background-color: transparent; display: block; float: left; margin-left: -.43rem; position: relative; width: 2.64rem; height: .6rem; padding-top: .19rem; opacity: 1;}
.org-tb-part2-pagin span i { display: block; position: relative; z-index: 2; margin: 0 auto;}
.org-tb-part2-pagin span em { position: absolute; z-index: 1; pointer-events: none; transition: all .3s;}
.org-part2-btn1 { left: -.28rem; top: -.37rem; opacity: 1;}
.org-part2-btn2 { left: -.31rem; top: -.37rem; opacity: 0;}
.org-tb-part2-pagin span:hover .org-part2-btn1 { opacity: 0;}
.org-tb-part2-pagin span:hover .org-part2-btn2 { opacity: 1;}
.swiper-pagination-bullet-active .org-part2-btn1 { opacity: 0;}
.swiper-pagination-bullet-active .org-part2-btn2 { opacity: 1;}
.org-tb-part2-swiper li.swiper-slide-active .org-tb-part2-item2 h5 { animation: bounceInbot 0.4s 0.2s ease-out both;}
.org-tb-part2-swiper li.swiper-slide-active .org-tb-part2-item2 p { animation: bounceInbot 0.4s 0.3s ease-out both;}
.org-tb-part2-tab { width: 3.78rem; position: absolute; z-index: 5; top: 4.14rem; left: 50%; margin-left: 5.32rem;}
.org-tb-part2-tab li { height: 1.71rem; height: 1.98rem; position: relative; cursor: pointer;}
.org-tb-part2-tab li img { width: 100%; opacity: 1; transition: all .3s; position: absolute; left: 0; top: 0;}
.org-tb-part2-tab li img.cur { opacity: 0;}
.org-tb-part2-tab li p { position: relative; z-index: 2; width: 100%; text-align: center; color: #fff; font-size: .2rem; padding-top: 1.24rem; opacity: .7; transition: all .3s;}
.org-tb-part2-tab li:hover p { opacity: 1;}
.org-tb-part2-tab li:hover img.cur { opacity: 1;}
.org-tb-part2-tab li.cur img.cur { opacity: 1;}
.org-tb-part2-tab li.cur p { opacity: 1;}
.org-tb-part3 { width: 100%; height: 12.08rem; margin-top: -1px; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/org-tb-bg4.jpg) no-repeat center bottom; background-size: cover; padding-top: .58rem; position: relative;}
.org-tb-tit3 { margin: 0 auto .7rem;}
.org-tb-part3-pl { width: 25.23rem; height: 12.74rem; position: absolute; z-index: 2; left: 50%; top: 50%; margin: -6.4rem 0 0 -11.6rem; pointer-events: none;}
.org-tb-part3-f { width: 25.23rem; height: 12.74rem; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/tb/org-tb-part3-f.png) no-repeat 0 0; background-size: 100% 100%;}
.org-tb-tit1,.org-tb-part1-cont,.org-tb-tit2,.org-tb-part2-cont,.org-tb-tit3 { opacity: 0;}
/*初火*/
.org-ch-spr{ background-image:url(//game.gtimg.cn/images/gp/cp/a20230817org/ch/org-ch-spr.png); background-repeat:no-repeat; background-size:9.2rem 1rem;}
.org-ch-spr.ch-part1-icon1{ width:0.22rem; height:0.18rem; background-position:92.98441% 89.02439%;}
.org-ch-spr.ch-part1-icon2{ width:0.23rem; height:0.23rem; background-position:93.08807% 54.54545%;}
.org-ch-spr.ch-part1-icon3{ width:0.22rem; height:0.26rem; background-position:89.64365% 64.86486%;}
.org-ch-spr.ch-part1-icon4{ width:0.26rem; height:0.21rem; background-position:95.41387% 11.39241%;}
.org-ch-spr.ch-part1-icon5{ width:0.2rem; height:0.16rem; background-position:96.11111% 86.90476%;}
.org-ch-spr.ch-part1-icon6{ width:0.17rem; height:0.2rem; background-position:98.89258% 82.5%;}
.org-ch-spr.ch-part1-icon7{ width:0.26rem; height:0.2rem; background-position:96.86801% 47.5%;}
.org-ch-spr.ch-part1-more-def{ width:0.82rem; height:0.82rem; background-position:1.07399% 50%;}
.org-ch-spr.ch-part1-more-hover{ width:0.82rem; height:0.82rem; background-position:11.81384% 50%;}
.org-ch-spr.ch-part2-arr{ width:0.39rem; height:0.31rem; background-position:87.7412% 13.04348%;}
.org-ch-spr.ch-part2-next-em1{ width:0.82rem; height:0.82rem; background-position:1.07399% 50%;}
.org-ch-spr.ch-part2-next-em2{ width:0.82rem; height:0.82rem; background-position:11.81384% 50%;}
.org-ch-spr.ch-part2-prev-em1{ width:0.82rem; height:0.82rem; background-position:22.5537% 50%;}
.org-ch-spr.ch-part2-prev-em2{ width:0.82rem; height:0.82rem; background-position:33.29356% 50%;}
.org-ch-spr.ch-part4-more-def{ width:0.82rem; height:0.82rem; background-position:44.03341% 50%;}
.org-ch-spr.ch-part4-more-hover{ width:0.82rem; height:0.82rem; background-position:54.77327% 50%;}
.org-ch-spr.pop-close-em1{ width:0.36rem; height:0.36rem; background-position:82.46606% 14.0625%;}
.org-ch-spr.pop-close-em2{ width:0.36rem; height:0.36rem; background-position:82.46606% 82.8125%;}
.org-ch-spr.pop-icon1{ width:0.24rem; height:0.2rem; background-position:98.99554% 11.25%;}
.org-ch-spr.pop-icon2{ width:0.25rem; height:0.25rem; background-position:91.62011% 12%;}
.org-ch-spr.pop-icon3{ width:0.24rem; height:0.28rem; background-position:86.27232% 66.66667%;}
.org-ch-spr.pop-next-def{ width:0.82rem; height:0.82rem; background-position:1.07399% 50%;}
.org-ch-spr.pop-next-dis{ width:0.82rem; height:0.82rem; background-position:65.51313% 50%;}
.org-ch-spr.pop-next-hover{ width:0.82rem; height:0.82rem; background-position:11.81384% 50%;}
.org-ch-spr.pop-prev-def{ width:0.82rem; height:0.82rem; background-position:22.5537% 50%;}
.org-ch-spr.pop-prev-dis{ width:0.82rem; height:0.82rem; background-position:76.25298% 50%;}
.org-ch-spr.pop-prev-hover{ width:0.82rem; height:0.82rem; background-position:33.29356% 50%;}

.org-ch { background: url(//game.gtimg.cn/images/gp/cp/a20230817org/ch/ch-header.jpg) no-repeat center center; background-size: cover; height: 13.3rem;}
.ch-video-box { width: 100%; height: 100%; position: relative;}
.ch-video-box video { width: 100%; height: 100%; object-fit: cover;}
.org-ch .org-info-name { width: 10.84rem; height: 1.32rem; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/ch/ch-slogan.png) no-repeat 0 0; background-size: 100% 100%; position: absolute; left: 50%; bottom: 2.82rem; margin-left: -5.42rem;}
.org-ch-part1 { width: 100%; height: auto; background-color: #fff; padding: 1.8rem 0; margin-top: -1px; position: relative;}
.org-ch-tit { width: 14.78rem; position: relative; z-index: 2; margin: 0 auto;}
.org-ch-tit img { display: block; width: auto; height: 100%;}
.org-ch-tit1 { height: 1.36rem;}
.org-ch-line-box { position: absolute; z-index: 1; width: 14.78rem; height: 100%; left: 50%; top: 0; margin-left: -7.39rem; pointer-events: none;}
.org-ch-line-box div { width: .02rem; height: 100%; position: absolute; top: 0; background-color: #f5f5f5;}
.org-ch-line1 { left: 0;}
.org-ch-line2 { left: 4.92rem;}
.org-ch-line3 { left: 9.84rem;}
.org-ch-line4 { right: 0;}
.org-ch-part1-cont { position: relative; z-index: 2;}
.org-ch-part1-item1 { margin: 0 auto; position: relative; z-index: 2; width: 14.78rem; height: auto; overflow: hidden; padding: .9rem 0 .86rem 0;}
.org-ch-part1-text { float: left; width: 9.8rem; color: #636363; font-size: .2rem; line-height: .4rem;}
.org-ch-part1-btn { float: right; width: 1.96rem; margin-top: .02rem; height: .82rem; line-height: .82rem; position: relative;}
.org-ch-part1-btn span { display: block; float: left; color: #636363; font-size: .2rem; line-height: .44rem; border-bottom: .02rem solid transparent; margin-top: .21rem; transition: all .3s;}
.org-ch-part1-btn em { position: absolute; top: 0; right: 0; opacity: 1; transition: all .3s;}
.org-ch-part1-btn em.ch-part1-more-hover { opacity: 0;}
.org-ch-part1-btn:hover span { color: #ff8100; border-bottom-color: #ff8100;}
.org-ch-part1-btn:hover em { opacity: 0;}
.org-ch-part1-btn:hover em.ch-part1-more-hover { opacity: 1;}
.org-ch-part1-item2 { width: 14.78rem; height: 6.22rem; margin: 0 auto; position: relative; z-index: 2;}
.org-ch-part1-item2:before { content: ""; width: 100%; height: .02rem; background-color: #f5f5f5; position: absolute; top: 0; left: 0; z-index: 1;}
.org-ch-part1-item2:after { content: ""; width: 100%; height: .02rem; background-color: #f5f5f5; position: absolute; bottom: 0; left: 0; z-index: 1;}
.org-ch-part1-pic { position: relative; z-index: 2; float: left; width: 10rem; height: 100%;}
.org-ch-part1-pic ul { height: 100%;}
.org-ch-part1-pic li { float: left; width: 4.92rem; height: 100%; margin-right: .02rem; transition: all .3s; cursor: pointer;}
.org-ch-part1-pic li div { width: 100%; height: 3.1rem; overflow: hidden;}
.org-ch-part1-pic li img { display: block; width: 100%; transition: all .3s;}
.org-ch-part1-pic li h5 { display: inline-block; vertical-align: top; margin: .38rem 0 .14rem .42rem; padding: 0 .15rem; background-color: #272727; line-height: .34rem; color: #fff; font-size: .2rem; border-radius: .34rem; transition: all .3s;}
.org-ch-part1-pic li p { color: #636363; font-size: .22rem; line-height: .44rem; width: 4.02rem; margin-left: .42rem; text-align: justify; transition: all .3s;}
.org-ch-part1-pic li:hover { background-color: #ff8100;}
.org-ch-part1-pic li:hover img { transform: scale(1.2);}
.org-ch-part1-pic li:hover h5 { color: #ff8100; background-color: #fff;}
.org-ch-part1-pic li:hover p { color: #fff;}
.org-ch-part1-info { float: right; width: 4.5rem; padding-top: .42rem;}
.org-ch-part1-info li { margin-bottom: .36rem;}
.org-ch-part1-info li h5 { display: inline-block; vertical-align: top; margin: 0 0 .15rem 0; padding: 0 .15rem; background-color: #272727; line-height: .34rem; color: #fff; font-size: .2rem; border-radius: .34rem;}
.org-ch-part1-info li p { position: relative; color: #636363; font-size: .2rem; line-height: .4rem; width: 100%; padding-left: .42rem; text-align: justify;}
.org-ch-part1-info li p span { position: absolute; left: 0; top: .07rem; font-size: 0; text-align: center; width: .26rem; line-height: .26rem;}
.org-ch-part1-info li p span i { display: inline-block; vertical-align: middle;}
.org-ch-part1-info li p.ol { padding-left: 0;}
.org-ch-part2 { width: 100%; height: auto; background-color: #fff; padding: 0 0 2.06rem; margin-top: -1px; position: relative;}
.org-ch-tit2 { height: 1.36rem; margin-bottom: 1rem;}
.org-ch-part2-cont { width: 100%; margin: 0 auto; position: relative; z-index: 2;}
.org-ch-part2-swiper { width: 14.78rem; height: 6.32rem; margin: 0 auto;}
.org-ch-part2-swiper li { float: left; width: 15.98rem; height: 6.32rem; position: relative; cursor: pointer;}
.org-ch-part2-pic { width: 14.78rem; height: 100%; margin: 0 auto 0 0; overflow: hidden;}
.org-ch-part2-pic img { display: block; width: 100%; transition: all .3s;}
.org-ch-part2-info { position: absolute; width: 14.78rem; height: 100%; left: 0; top: 0; z-index: 2;}
.org-ch-part2-p1 { padding-top: 4.27rem; padding-left: .52rem; color: #fff; font-size: .24rem; line-height: .38rem;}
.org-ch-part2-p2 { padding-top: .04rem; padding-left: .52rem; color: #fff; font-size: .58rem; line-height: .76rem;}
.org-ch-part2-p3 { padding-left: .52rem; color: #fff; font-size: .24rem; line-height: .46rem;}
.ch-part2-arr { position: absolute; top: 5.5rem; right: .5rem; transition: all .3s;}
.org-ch-part2-swiper li:hover img { transform: scale(1.1);}
.org-ch-part2-swiper li:hover .ch-part2-arr { right: .4rem;}
.org-ch-part2-bot { width: 100%; height: 2.06rem; margin-top: .56rem; font-size: 0; text-align: center;}
.ch-part2-prev,.ch-part2-next { display: inline-block; vertical-align: top; width: .82rem; height: .82rem; position: relative; cursor: pointer;}
.org-ch-part2-pag { display: inline-block; vertical-align: top; font-size: 0; margin: .33rem .16rem 0;}
.ch-part2-prev em,.ch-part2-next em { position: absolute; left: 0; top: 0; opacity: 1; transition: all .3s;}
.ch-part2-prev em.ch-part2-prev-em2,.ch-part2-next em.ch-part2-next-em2 { opacity: 0;}
.ch-part2-prev:hover em,.ch-part2-next:hover em { opacity: 0;}
.ch-part2-prev:hover em.ch-part2-prev-em2,.ch-part2-next:hover em.ch-part2-next-em2 { opacity: 1;}
.org-ch-part2-pag span { width: .14rem; height: .14rem; border: .02rem solid #ff8100; background-color: transparent; opacity: 1; margin: 0 .17rem;}
.org-ch-part2-pag span.swiper-pagination-bullet-active { background-color: #ff8100;}
.org-ch-part3 { width: 100%; height: auto; background-color: #fff; padding: 0 0 1.84rem; margin-top: -1px; position: relative;}
.org-ch-tit3 { height: 1.36rem; margin-bottom: .92rem;}
.org-ch-tit4 { height: 2.16rem;}
.org-ch-tit4 img { width: 100%; height: auto;}
.org-ch-part3-cont { margin: 0 auto; width: 14.78rem; position: relative; z-index: 2;}
.org-ch-part3-top { width: 100%; height: 5.16rem;}
.org-ch-part3-item1 { float: left; width: 4.94rem;}
.org-ch-part3-item1 p { color: #636363; font-size: .22rem; line-height: .44rem;}
.org-ch-part3-item2 { float: right; width: 4.51rem;}
.org-ch-part3-item2 li { width: 100%; height: auto; margin-bottom: .38rem;}
.org-ch-part3-item2 h5 { display: inline-block; vertical-align: top; margin: 0 0 .16rem 0; padding: 0 .15rem; background-color: #272727; line-height: .34rem; color: #fff; font-size: .2rem; border-radius: .34rem;}
.org-ch-part3-item2 p { position: relative; color: #636363; font-size: .22rem; line-height: .38rem; width: 100%; text-align: justify;}
.org-ch-part4 { width: 100%; height: 7.61rem; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/ch/ch-bg1.jpg) no-repeat center top; background-size: cover; margin-top: -1px; position: relative; z-index: 2;}
.org-ch-tit5 { padding-top: 1.8rem; height: 3.15rem; margin-bottom: .82rem;}
.org-ch-part4-btn { position: absolute; top: 2.07rem; right: 0; width: 1.96rem; height: .82rem; line-height: .82rem;}
.org-ch-part4-btn span { display: block; float: left; color: #fff; font-size: .2rem; line-height: .44rem; border-bottom: .02rem solid transparent; margin-top: .21rem; transition: all .3s;}
.org-ch-part4-btn em { position: absolute; top: 0; right: 0; opacity: 1; transition: all .3s;}
.org-ch-part4-btn em.ch-part4-more-hover { opacity: 0;}
.org-ch-part4-btn:hover span { color: #fff; border-bottom-color: #fff;}
.org-ch-part4-btn:hover em { opacity: 0;}
.org-ch-part4-btn:hover em.ch-part4-more-hover { opacity: 1;}
.org-ch-part4-cont { width: 19rem; font-size: 0; text-align: center; margin: 0 auto;}
.org-ch-part4-cont a { display: inline-block; vertical-align: top; margin: 0 .72rem; width: 1.32rem; transition: all .3s; position: relative; top: 0;}
.org-ch-part4-cont a img { display: block; width: 100%; height: 1.32rem;}
.org-ch-part4-cont a p { color: #fff; font-size: .26rem; line-height: .45rem; margin-top: .18rem;}
.org-ch-part4-cont a:hover { top: -.15rem;}

.org-ch-tit1,.org-ch-part1-cont,.org-ch-tit2,.org-ch-part2-cont,.org-ch-tit3,.org-ch-part3-cont,.org-ch-tit5,.org-ch-part4-cont { opacity: 0;}
/*pop*/
.pop-org { width: 100%; height: 100%; display: none; position: relative; outline: none; background-color: #111112;}
.pop-org .pop_close { right: 1rem; top: 16%;}
.pop-org-scroll { width: 100%; height: 100%;}

.org-info-arrow { position: absolute; z-index: 9; width: 100%; height: 0; left: 0; top: 50%; padding: 0 .4rem;}
.org-info-arrow a { display: block; position: relative; width: .8rem; height: .8rem;}
.org-pop-prev { float: left;}
.org-pop-next { float: right;}
.org-info-arrow a.swiper-button-disabled { pointer-events: none;}
.org-info-arrow a em { opacity: 1; position: absolute; left: 0; top: 0; transition: all .3s; pointer-events: none;}
.org-info-arrow a em.hover { opacity: 0;}
.org-info-arrow a em.swiper-button-disabled { opacity: 0;}
.org-info-arrow a:hover em { opacity: 0;}
.org-info-arrow a:hover em.hover { opacity: 1;}
.org-info-arrow a.swiper-button-disabled em { opacity: 0;}
.org-info-arrow a.swiper-button-disabled em.swiper-button-disabled { opacity: 1;}
.org-info-arrow a.swiper-button-disabled { display: none;}
.org-pop-scroll { overflow-y: auto; width: 100%; height: 100%; position: relative; padding-top: 2.2rem;}
.org-pop-scroll::-webkit-scrollbar {
  width: .1rem;
  height: .1rem; 
  background-color: transparent;
}
.org-pop-scroll::-webkit-scrollbar-button { 
  width: 0; 
  height: 0; 
}
.org-pop-scroll::-webkit-scrollbar-corner { 
  display: block; 
}
.org-pop-scroll::-webkit-scrollbar-thumb { 
  background-clip: padding-box;
  background-color: #353535; 
  border-radius: 4px; 
}

.org-hpgl-pop1-swiper,.org-hpgl-pop2-swiper,.org-hpgl-pop3-swiper,.org-jzgy-pop1-swiper,.org-ch-pop-swiper { width: 100%; height: 100%; overflow: hidden;}
.org-hpgl-pop1-tit { width: 10.08rem; height: auto; margin: 0 auto .54rem; text-align: center; position: relative;}
.org-hpgl-pop1-tit .comm-tit { width: 100%; opacity: 1;}
.org-hpgl-pop1-tit h5 { color: #ffb900; font-size: .4rem; line-height: .78rem; font-weight: bold; position: relative; z-index: 2; letter-spacing: .06rem;}
.org-hpgl-pop1-tit h4 {color: #ffffff; font-size: .8rem; line-height: 1.48rem; font-weight: bold; position: relative; z-index: 2;}
.org-hpgl-pop-tips1 { position: absolute; z-index: 1; left: -.84rem; top: -.56rem; background: url(//game.gtimg.cn/images/gp/cp/a20230817org/org-hpgl-pop-tips1.png) no-repeat 0 0; background-size: 100% 100%; width: 2.97rem; height: 2.19rem;}
.org-hpgl-pop1-cont { width: 10.08rem; margin: 0 auto;}
.org-hpgl-pop1-cont p { color: #bababa; font-size: .21rem; line-height: .36rem; text-align: justify; margin-bottom: .36rem;}
.org-hpgl-pop1-cont ul { width: 100%; height: auto; overflow: hidden;}
.org-hpgl-pop1-cont li { margin-bottom: .58rem; width: 100%; height: auto;}
.org-hpgl-pop1-cont li h5 { color: #fff; font-size: .3rem; line-height: .46rem; margin: .76rem 0 .14rem 0;}
.org-hpgl-pop1-cont li h6 { color: #ffb900; font-size: .4rem; line-height: .78rem; margin-bottom: .16rem;}
.org-hpgl-pop1-cont li p { margin-bottom: 0;}
.org-hpgl-pop1-cont li.org-hpgl-pop1-li1 { float: left; width: 4.4rem; margin: 0;}
.org-hpgl-pop1-cont li.org-hpgl-pop1-li2 { float: left; width: 3.8rem; margin: 0;}
.org-hpgl-pop1-cont li.org-hpgl-pop1-li3 { float: left; width: 1.8rem; margin: 0;}
.org-hpgl-pop1-cont li.org-hpgl-pop1-li1 h5 { margin-top: 0;}
.org-hpgl-pop1-cont li.org-hpgl-pop1-li2 h5 { margin-top: 0;}
.org-hpgl-pop1-cont li.org-hpgl-pop1-li3 h5 { margin-top: 0;}
.org-hpgl-pop-video { width: 10.08rem; height: 5.55rem; position: relative; margin: 0 auto .72rem;}
.org-hpgl-pop-video img { display: block; width: 100%; height: auto; margin: 0 auto;}
.org-hpgl-pop-video a { position: absolute; z-index: 2; top: 50%; left: 50%; margin: -.64rem 0 0 -.64rem;}
.org-hpgl-pop1-cont img { display: block; margin: .46rem auto .3rem; width: 100%;}
.org-hpgl-pop3-swiper .swiper-slide:nth-child(1) .org-hpgl-pop1-cont li:nth-child(1) img { margin-top: 0;}
.org-hpgl-pop3-swiper .swiper-slide:nth-child(3) .org-hpgl-pop1-cont li:nth-child(1) img { margin-top: 0;}
.org-jzgy-pop1 .org-hpgl-pop1-tit { padding-top: 0;}
.org-jzgy-pop1 .org-hpgl-pop1-tit h5 {color: #ffffff; font-size: .82rem; line-height: 1.28rem; font-weight: bold; position: relative; z-index: 2; margin: .9rem 0 .22rem 0;}
.org-jzgy-pop1 .org-hpgl-pop1-tit h6 { color: #bababa; font-size: .28rem; line-height: .5rem; font-weight: bold; position: relative; z-index: 2; margin-bottom: .7rem;}
.org-jzgy-pop1 .comm-tit { opacity: 1;}
.org-jzgy-pop1 .comm-tit em { margin-top: .22rem;}
.org-jzgy-pop1-pic { width: 10.08rem; height: auto; margin: 0 auto .62rem;}
.org-jzgy-pop1-pic img {display: block; width: 100%; height: auto;}
.org-jzgy-pop1 .org-hpgl-pop1-tit { margin-bottom: .08rem;}

.pop-pic { position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; display: none;}
.pop-pic .pop_close { right: 1rem; top: 16%;}
.pop-pic-layer { position: absolute; left: 0; top: 0; z-index: 1;}
.pop-pic-box { width: 100%; height: 100%; position: absolute; z-index: 2; top: 0; left: 0;}
.pop-pic-scale { width: 100%; height: 100%;}
.pinch-zoom-container { overflow: initial !important;}
.pop-pic-scale img { width: 100%; height: auto;}
.pop-pic-tips { position: absolute; left: 0; bottom: .4rem; z-index: 6; width: 100%; color: #fff; font-size: .3rem; line-height: .6rem; text-align: center;}
/*弹窗*/
.pop_layer { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.96); z-index: 99;}
.pop_comm { position: fixed !important; left: 50%; top: 50%; -webkit-transform:translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 99;}
.comm_pop { display: none; position: relative; outline: none;}

.pop_close { position: absolute; right: -1.48rem; top: 0; z-index: 5; transition: all .3s; width: .54rem; height: .62rem;}
.pop_close em { position: absolute; left: 0; top: 0; z-index: 1; transition: .3s ease-in-out;}
.pop_close em.pop-close-icon { opacity: 1;}
.pop_close em.pop-close-icon.hover { opacity: 0;}
.pop_close:hover em.pop-close-icon { opacity: 0;}
.pop_close:hover em.pop-close-icon.hover { opacity: 1;}

/*视频弹窗*/
.pop_video { outline: none; position: relative; display: none; width: 10.8rem; height: 6.67rem; -webkit-transform: none; transform: none; margin: -3.33rem 0 0 -5.4rem;}
.pop_close { position: absolute; right: -1.48rem; top: 0; z-index: 5; transition: all .3s; width: .54rem; height: .62rem;}
.pop_close em { position: absolute; left: 0; top: 0; z-index: 1; transition: .3s ease-in-out;}
.pop_close em.pop-close-icon { opacity: 1;}
.pop_close em.pop-close-icon.hover { opacity: 0;}
.pop_close:hover em.pop-close-icon { opacity: 0;}
.pop_close:hover em.pop-close-icon.hover { opacity: 1;}
.pop_video_cont { width: 10.8rem; height: 6.67rem; text-align: center; clear: both; background: #000;}
#popVideoCon { width: 100%; height: 100%;}
#popVideoCon video { width: 100%; height: 100%;}

.pop-org.org-ch-pop { background-color: #fff; height: 102%;}
.org-ch-pop .pop_video_close { width: .5rem; height: .5rem; padding-top: .07rem;}
.org-ch-pop .pop_video_close em { display: block; margin: 0 auto; opacity: 1;}
.org-ch-pop .pop_video_close em.pop-close-em2 { opacity: 0;}
.org-ch-pop .pop_video_close:hover em { opacity: 0;}
.org-ch-pop .pop_video_close:hover em.pop-close-em2 { opacity: 1;}
.org-ch-pop1-item1 { width: 10.22rem; height: 5.74rem; margin: 0 auto .62rem;}
.org-ch-pop1-item1 img { display: block; width: 100%;}
.org-ch-pop1-item2 { width: 10.22rem; margin: 0 auto; text-align: center;}
.org-ch-pop1-item2 h5 { font-size: .54rem; line-height: .74rem; margin-bottom: .2rem;}
.org-ch-pop1-item2 p { font-size: .26rem; line-height: .46rem; margin-bottom: .52rem;}
.org-ch-pop1 .org-ch-pop1-item3 { display: none;}
.org-ch-pop1-item3 { width: 10.22rem; margin: 0 auto .28rem; height: .48rem; line-height: .48rem; background-color: #f5f5f5; border-radius: .48rem;}
.org-ch-pop1-item3 ul { width: 110%; font-size: 0; text-align: left;}
.org-ch-pop1-item3 li { color: #636363; font-size: .2rem; display: inline-block; vertical-align: top; margin: 0 .45rem 0 .3rem;}
.org-ch-pop1-item3 li em,.org-ch-pop1-item3 li span { display: block; float: left;}
.org-ch-pop1-item3 li em { margin: 0 .1rem 0 0;}
.org-ch-pop1-item3 li em.pop-icon1 { margin-top: .14rem;}
.org-ch-pop1-item3 li em.pop-icon2 { margin-top: .11rem;}
.org-ch-pop1-item3 li em.pop-icon3 { margin-top: .1rem;}
.org-ch-pop1-item3 li span { font-size: .2rem;}
.org-ch-pop1-item4 { width: 10.22rem; margin: 0 auto; font-size: .21rem; line-height: .36rem; color: #636363;}

.comm-tit,.org-hpgl-part1,.org-hpgl-part2,.org-hpgl-part3,.org-comm-part4,.org-jzgy-part1,.org-jzgy-part2,.org-jzgy-part3,.org-jzgy-part4,.org-info-name,.org-info-text,.org-info-name,.org-info-text,.mouse-scroll { opacity: 0;}

.org-over .gp-loadingbox{display: block;}
