/* 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,
i {
	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;
}

:focus {
	outline: none;
}

input:focus {
	outline: none;
}

body,
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow-x: hidden;
	user-select: none;
}

body {
	padding-top:42px; 
	overflow-x: hidden;
	background-color: #000;
	padding-top: 0 !important;
	font-family: 'FZQKBYS';
}


a {
	text-decoration: none;
	transition: .2s filter linear;
}

a:hover {
	filter: brightness(1.14);
}

.zhih {
	filter: grayscale(1) !important;
}

body,
#afooter,
.ost_bn,
.ost_box {
	width: 100%;
	overflow-x: hidden;
}

.hide {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.t {
	text-indent: -9999em;
	font-size: 0;
	display: block;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flex-1 {
	flex: 1;
	-webkit-flex: 1;
}
.flex-2{display: flex;flex-wrap: wrap;justify-content: space-between;}
.flex-center {
	justify-content: center;
	-webkit-justify-content: center;
}

.flex-cm {
	display: flex;
	justify-content: space-around;
	align-content: flex-start;
	flex-wrap: wrap;
}

.t-c {
	text-align: center;
}

.bg,
.pop {
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

input[type=tel]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.filter {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%)
}

input {
	border: none;
	background-color: none;
}

.spr {
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/spr.png) no-repeat;
	background-size: 10rem auto;
	display: block;
	text-indent: -999em;
}


/** top **/

.logo {
	width: 1.7rem;
	height: 1.15rem;
	position: absolute;
	left: .2rem;
	top: 1rem;
	z-index: 9;
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/logo.png) no-repeat;
	background-size: 100% auto;
}
.icon_logo{
	width:.54rem;
	height: .69rem;
	position: absolute;
	right: .2rem;
	top:1rem;
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/logo02.png) no-repeat;
	background-size: 100% auto;
}


.arrow {
	position: absolute;
	bottom: .1rem;
	left: 50%;
	margin-left: -.6rem;
	width: 1.2rem;
	height: .5rem;
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/arrow.png) no-repeat;
	background-size: 100% auto;
	animation: bounce 1s ease-in-out infinite alternate;
	zoom: .9;
	cursor: pointer;
	z-index: 10;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-20%);
	}
}

.swiper-container {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.wrap-pagination {
	bottom: inherit !important;
	top: 50% !important;
	left:0 !important;
	/* right: 0 !important; */
	margin-top: -2.4rem;
	width: 1.92rem;
	height: 5.5rem;
	background-size: .2rem auto;
	animation: right 0.5s 0.5s linear;
	opacity: 0;
	animation-fill-mode: forwards;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.wrap-pagination .swiper-pagination-bullet {
	width: 100%;
	height:.68rem;
	line-height: .68rem;
	font-size: .18rem;
	box-sizing: border-box;
	color: #909090;
	border-radius: inherit !important;
	background: none;
	opacity: 1;
	text-align: center;
	margin: 0 !important;
	padding-left: .25rem;
}

.wrap-pagination .swiper-pagination-bullet-active,
.wrap-pagination .swiper-pagination-bullet:hover
 {
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/float-on.png) no-repeat;
	background-size: 100% auto;
	width: 1.92rem;height: 1.36rem;
	color: #dda25a;
}

/* 自定义侧导航 */
.side-nav {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 100;
	width: 1.92rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

@keyframes navFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.side-nav .nav-item {
	position: relative;
	width: 100%;
	/* min-height: .68rem; */
	line-height: .68rem;
	font-size: .22rem;
	color: #909090;
	text-align: center;
	cursor: pointer;
	transition: color .3s;
	z-index: 1;
}
.nav-group {
	position: relative;
    width: 100%;
	line-height: .68rem;
}
.side-nav .nav-item0::before,
.side-nav .nav-item01::before,
.side-nav .nav-item02::before {
	content: '';
	position: absolute;
	left: 0;
	/* top: 50%;
	transform: translateY(-50%); */
	top: 0%;
    margin-top: -0.32rem;
	width: 100%;
	height: 1.36rem;
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/float-on.png) no-repeat;
	background-size: 100% auto;
	opacity: 0;
	pointer-events: none;
	color: #f1c87b;
}

.side-nav .nav-item0:hover::before,
.side-nav .nav-item0.active::before,
.side-nav .nav-item0.on::before,
.side-nav .nav-item01:hover::before,
.side-nav .nav-item01.active::before,
.side-nav .nav-item01.on::before,
.side-nav .nav-item02:hover::before,
.side-nav .nav-item02.active::before,
.side-nav .nav-item02.on::before {
	opacity: 1;
}

.side-nav .nav-item0:hover,
.side-nav .nav-item0.active,
.side-nav .nav-item01:hover,
.side-nav .nav-item01.active,
.side-nav .nav-item02:hover,
.side-nav .nav-item02.active {
	color: #dda25a;
}
.on .nav-parent {
	color: #f1c87b !important;
}

/* .side-nav .nav-item, */
.side-nav .nav-item0.on,
.side-nav .nav-item01.on,
.side-nav .nav-item02.on {
	color: #f1c87b !important;
}

.side-nav .nav-sub {
	max-height: 0;
	font-size: .18rem;
	overflow: hidden;
	transition: max-height .3s ease;
}

.side-nav .nav-group.open .nav-sub {
	max-height: 2rem;
}

.side-nav .nav-sub-item {
	height: .5rem;
	line-height: .5rem;
	font-size: .16rem;
	color: #909090;
	text-align: center;
	cursor: pointer;
	transition: color .3s;
}

.side-nav .nav-sub-item:hover,
.side-nav .nav-sub-item.on {
	color: #f1c87b;
	text-decoration: underline;
}

.page {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow: hidden;
}

.page0 {
	background-image:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/bg0.jpg) ;
}

.page1 {
	background-image:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/bg01.jpg);
}

.page2 {
	background-image:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/bg02.jpg);
}

.page3 {
	background-image:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/bg03.jpg);;
}


.page_cont {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	z-index: 2;
	box-sizing: border-box;
}


.slogan {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6.32rem;
	margin-top: 1.8rem;
	width:12.65rem;
	height: 1.9rem;
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/slogan.png) no-repeat;
	background-size: 100% auto;
}

.btn-down {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1.92rem;
	margin-top: 3.6rem;
	width: 3.85rem;
	height: 1.24rem;
	background-position: 0 0;
}


/*page1*/
.tit1 {
	width:5rem;
	height: 1.6rem;
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/title1.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}

.mok1-wrap {
	width: 9.38rem;
	height: 6.5rem;
	padding-left: 9.5rem;
}

.mok1-wrap>div {
	width: 9.47rem;
	height: 5.33rem;
	position: relative;
	overflow: hidden;
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/mok1-bg.png) no-repeat;
	background-size: 9.38rem 5.33rem;
}
.btn-play{background-position: -4.5rem 0;width: 1.1rem;height: 1.1rem;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);cursor: pointer;}
.mok1-wrap>div video{
	background: #000;
	width: 9.46rem !important;
	height: 5.31rem !important;
	border: 1px #a4805a solid;
	margin:0 auto 0;
}
.btn_get{
	background-position: 0 -1.7rem;
	width: 3.06rem;
	height: 1rem;
	margin:.2rem auto 0;
}


/*page2*/

.tit2 {
	width: 10.85rem;
	height: 1.08rem;
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/title2.png) no-repeat;
	background-size: 100% auto;
	margin: .2rem auto 0;
}

.mok2-wrap {
	width: 100%;
}


/*page3*/


/* page4 */

.tit4 {
	width: 7.32rem;
	height: 1.1rem;
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/title4.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}


/* 武器/英雄展示 - 共用布局 */
.weapon-wrap{
	width:12.5rem;
	height: rem;
	margin: .3rem auto 0;
	position: relative;
}

.weapon-box{
	width: 11.4rem;
	height: 6.6rem;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.weapon-swiper,.hero-swiper{
	width: 100%;
	height: 100%;
	overflow: visible;
}
.weapon-swiper .swiper-slide .swiper-wrapper{
	width: 5.92rem;
	height:3.92rem;
}

.weapon-swiper .swiper-slide img{width: 100%;height:100%;opacity:.4;}
.weapon-swiper .swiper-slide-active img{opacity: 1;}


/* 武器 - 用::after遮罩 */
.weapon-swiper .swiper-slide{
	width: 5.92rem;
	height: 5rem;
	overflow: hidden;
	position: relative;
	transition: opacity .3s;
}
/* .weapon-swiper .swiper-slide::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 1;
	transition: opacity .3s;
	z-index: 2;
}
.weapon-swiper .swiper-slide-active::after{
	opacity: 0;
} */


/* 始终只显示3张 */
.weapon-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next),
.hero-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next){
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.weapon-swiper .swiper-slide img,.hero-swiper .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* 按钮 - 写在HTML里，默认隐藏，.on显示 */
.weapon_btn,.heron_btn{
	position: absolute;
	left: 50%;
	bottom: .6rem;
	transform: translateX(-50%);
	z-index: 5;
	width:3rem;
	height: .94rem;
	display: none;
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/spr.png) no-repeat;
	background-size: 10rem auto;
	text-indent: -999em;
}
.heron_btn{
	position: absolute;
	left: 50%;
	bottom: 0rem;
}
.weapon_btn.on,.heron_btn.on{ display: block; }
.weapon_btn.btn_go,.heron_btn.btn_go{ background-position: -3.8rem -1.69rem; }
.weapon_btn.btn_jqdq,.heron_btn.btn_jqdq{ background-position: -7rem -1.69rem; }
.weapon_btn.btn_sphc,.heron_btn.btn_sphc{ background-position: 0 -2.88rem; }
.weapon_btn.btn_anniv{ background-position: -3.88rem -2.88rem; }
.weapon_btn.btn_sign{ background-position: 0 -4rem; width: 4.11rem; }
.weapon_btn.btn_gift{ background-position: -7rem 0; }
.heron_btn.btn_star{ background-position: -7rem -4rem; }
.heron_btn.btn_qwfy{ background-position:0 -5.18rem; }
/* 箭头 */
.w-arrow,.heron_arrow{
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: .4rem;
	height: .49rem;
	cursor: pointer;
	z-index: 10;
}
.btn_prev,.heron_prev{
	left: 0;
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/btn_prev.png) no-repeat center;
	background-size: 100% auto;
}
.btn_next,.heron_next{
	right: 0;
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/btn_next.png) no-repeat center;
	background-size: 100% auto;
}

/* 右侧导航 - 武器 */
.weapon-nav,.hero-nav{
	position: absolute;
	right: -3rem;
	top:-.5rem;
	display: flex;
	flex-direction: column;
	z-index: 5;
}
.weapon-nav::after{
	content: '';
	position: absolute;
	left: .55rem;
	top: -.5rem;
	width: .01rem;
	height: 7.54rem;
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/line.png) no-repeat center;
	background-size: 100% auto;
	transition: opacity .3s;
	z-index: 0;
}
.wn-item{
	position: relative;
	z-index: 1;
	width: 2.52rem;
	height: .95rem;
	text-indent: -999em;
	margin-bottom: .1rem;
}
.wn-item01{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav01.png) no-repeat center;
	background-size: 100% auto;
}
.wn-item02{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav02.png) no-repeat center;
	background-size: 100% auto;
}
.wn-item03{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav03.png) no-repeat center;
	background-size: 100% auto;
}
.wn-item04{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav04.png) no-repeat center;
	background-size: 100% auto;
}
.wn-item05{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav05.png) no-repeat center;
	background-size: 100% auto;
}
.wn-item06{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav06.png) no-repeat center;
	background-size: 100% auto;
}

.wn-item01:hover,.wn-item01.on{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav01_on.png) no-repeat center;
	background-size: 100% auto;
}
.wn-item02:hover,.wn-item02.on{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav02_on.png) no-repeat center;
	background-size: 100% auto;
}
.wn-item03:hover,.wn-item03.on{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav03_on.png) no-repeat center;
	background-size: 100% auto;
}
.wn-item04:hover,.wn-item04.on{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav04_on.png) no-repeat center;
	background-size: 100% auto;
}
.wn-item05:hover,.wn-item05.on{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav05_on.png) no-repeat center;
	background-size: 100% auto;
}
.wn-item06:hover,.wn-item06.on{
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/weapom_nav06_on.png) no-repeat center;
	background-size: 100% auto;
}


/* 新英雄 */
.hero-wrap{
	width:9rem;
	height: 6.7rem;
	margin:0 auto 0;
	position: relative;
}
.hero-box{
	width:8rem;
	height:6.6rem;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.hero-swiper .swiper-slide{
	width: 8rem;
	height:5.7rem;
}
.hero-swiper .swiper-slide .swiper-wrapper{
	width: 3.2rem;
	height:5.7rem;
}
.hero-swiper .swiper-slide img{width: 100%;height:100%;opacity:.4;}
.hero-swiper .swiper-slide-active img{opacity: 1;}

/* 右侧导航 - 英雄 */
.hero-nav{
	position: absolute;
	right: -3rem;
	top:-.3rem;
	display: flex;
	flex-direction: column;
	z-index: 5;
}
.hero-item{
	position: relative;
	z-index: 1;
	width: 2.3rem;
	height:1.04rem;
	text-indent: -999em;
	margin-bottom: .1rem;
}
.hero-nav::after{
	content: '';
	position: absolute;
	left: .4rem;
	top: -.5rem;
	width: .01rem;
	height: 7.54rem;
	background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/line.png) no-repeat center;
	background-size: 100% auto;
	transition: opacity .3s;
	z-index: 0;
}
.hero-item01{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav01.png) no-repeat center; background-size: 100% auto; }
.hero-item02{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav02.png) no-repeat center; background-size: 100% auto; }
.hero-item03{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav03.png) no-repeat center; background-size: 100% auto; }
.hero-item04{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav04.png) no-repeat center; background-size: 100% auto; }
.hero-item05{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav05.png) no-repeat center; background-size: 100% auto; }
.hero-item06{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav06.png) no-repeat center; background-size: 100% auto; }
.hero-item01:hover,.hero-item01.on{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav01_on.png) no-repeat center; background-size: 100% auto; }
.hero-item02:hover,.hero-item02.on{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav02_on.png) no-repeat center; background-size: 100% auto; }
.hero-item03:hover,.hero-item03.on{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav03_on.png) no-repeat center; background-size: 100% auto; }
.hero-item04:hover,.hero-item04.on{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav04_on.png) no-repeat center; background-size: 100% auto; }
.hero-item05:hover,.hero-item05.on{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav05_on.png) no-repeat center; background-size: 100% auto; }
.hero-item06:hover,.hero-item06.on{ background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/wedding_nav06_on.png) no-repeat center; background-size: 100% auto; }

/* 新模式 */
.tit2 {
	width:5rem;
	height: 1.6rem;
	background:url(//game.gtimg.cn/images/tps/cp/a20260813sycr/title2.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}
.new_model{width: 14rem;margin: 0 auto;}
.map{background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/map.png) no-repeat;background-size: 100% auto;width: 1.71rem;height: 1.17rem;vertical-align: top;position: relative;}
.map_iocn{background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/light_icon.png) no-repeat;background-size:.28rem .6rem;width: .28em;height:.3rem;background-position: 0 0;z-index: 2;	}
.map_iocn.light{background-position:0 -.3rem;}
.icon01{position: absolute;left:1.42rem;bottom: 0;}
.icon02{position: absolute;left:1.42rem;top:.17rem;}
.icon03{position: absolute;left:.77rem;top:.12rem;}
.icon04{position: absolute;left:.32rem;top:.53rem;}
.tab{background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/tab.png) no-repeat;background-size: 5rem auto;width:2.16rem;height:1.12rem;display: block;margin-bottom: .28rem;}
.tab_box{width: 2.16rem;height:5.5rem;}
.tab01{background-position: 0 0;}
.tab01:hover,.tab01.on{background-position: -2.5rem 0;}
.tab02{background-position: 0  -1.4rem;}
.tab02:hover,.tab02.on{background-position: -2.5rem -1.4rem;}
.tab03{background-position: 0  -2.8rem;}
.tab03:hover,.tab03.on{background-position: -2.5rem -2.8rem;}
.tab04{background-position: 0  -4.19rem;}
.tab04:hover,.tab04.on{background-position: -2.5rem -4.19rem;}
.tab_content{width: 9.38rem;height: 5.33rem;}
.prop_ct{background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/video_bg.png) no-repeat;background-size:100% 100%;width: 9.38rem;height: 5.33rem;position: relative;}
.prop_ct video{
    width: 9.28rem !important;
    height: 5.28rem !important;
    margin: 0 auto
}
/* boss介绍 */
.boss_box{width: 13.7rem;margin: 0 auto;}
.boss_tab{background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/boss.png) no-repeat;background-size: 8rem auto;width:3.77rem;height:2.5rem;display: block;margin-bottom: .28rem}
.boss01{background-position: 0 0;}
.boss01:hover,.boss01.on{background-position: -4rem 0;}
.boss02{background-position: 0 -2.81rem;}
.boss02:hover,.boss02.on{background-position: -4rem -2.81rem;}
.nav{background: url(//game.gtimg.cn/images/tps/cp/a20260813sycr/boss_tab.png) no-repeat;background-size: 1.44rem auto;width: 1.44rem;height: .5rem;text-align: center;
line-height: .5rem;font-size: .24rem;color:#937555;display:block;background-position:0 -.6rem;}
.nav:hover,.nav.on{background-position:0 0;color: #f0dbb1;}
.tit_nav{position: absolute;bottom: .05rem;left:50%;transform: translateX(-50%);}
.mod_video{font-size: .26rem;color: #fff;}













/*动画 — 仅作用于外层wrap-swiper的.page slide，不影响内部weapon-swiper*/
.wrap-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .scale,
.p0-inset.scale {
	animation: scale 0.5s 0.5s linear;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes scale {
	0% {
		transform: scale(1.5);
		opacity: 0;
	}

	80% {
		transform: scale(0.9);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.wrap-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .up {
	animation: up 0.5s 0.5s linear;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes up {
	0% {
		transform: translateY(-200px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.wrap-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .bottom {
	animation: bottom 0.5s 0.5s linear;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes bottom {
	0% {
		transform: translateY(200px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.wrap-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .right {
	animation: right 0.5s 0.5s linear;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes right {
	0% {
		transform: translateX(200px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.wrap-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .left {
	animation: left 0.5s 0.5s linear;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes left {
	0% {
		transform: translateX(-200px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@media screen and (orientation: portrait) {
    .ost_box,.tps_top {
        display: none !important;
    }
    body {
        padding-top: 0 !important;
    }
    .topbar,
    #afooter {
        font-size: .18rem;
    }

        
}
