/*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,
b,
i {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}


/* reset */

body,
div,
p,
ul,
li,
table,
tbody,
tr,
td,
th,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
img,
iframe,
header,
nav,
section,
article,
footer,
figure,
figcaption,
menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	-webkit-text-size-adjust: none;
	font-size: 0.24rem;
}

header,
nav,
section,
article,
footer,
figure,
figcaption {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%
}

ol,
ul {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

a,
li,
ul,
[onclick] {
	-webkit-tap-highlight-color: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em,
strong,
th {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}

.hide {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.db {
	display: block;
	text-indent: -9999em;
	font-size: 0;
}

:focus {
	outline: none;
}

* {
	outline: none;
	webkit-focus-ring-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.c:before,
.c:after {
	content: "";
	display: table;
}

.c:after {
	clear: both;
}

.c {
	zoom: 1;
}

img {
	display: block;
	margin: 0 auto;
}

body,
html {
	background-color: #d7dce5;
	overflow-x: hidden;
	width: 100%;
	margin: 0;
	font-family: '\5FAE\8F6F\96C5\9ED1';
}

header,
footer {
	width: 100%;
	margin: 0 auto;
}

/*#afooter {
	color: #fff;
	font-size: 0.16rem;
	text-align: center;
	background-color: #000;
	padding: 0.2rem 0 0.2rem;
}

#afooter a {
	color: #fff;
}*/

.grey {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	pointer-events: none;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	pointer-events: none;
}

a:hover.grey {
	filter: grayscale(1);
}

a:hover.gray {
	filter: grayscale(1);
}

@font-face {
	font-family: 'myFont';
	src: url(//game.gtimg.cn/images/cf/cp/a20260720ak/cys.TTF);
}
@font-face {
	font-family: 'myFont2';
	src: url(//game.gtimg.cn/images/cf/cp/a20260720ak/cys2.TTF);
}


/*内容*/
/*头部动画*/
.hd_video{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;  /* 视频铺满全屏，保持比例 */
    display: block;
    }

.wrap {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/bg0.jpg) no-repeat 50% 0;
	background-size: 100% 100%;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-size: cover cover;
}

.wrap.on {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/bg.jpg) no-repeat 50% 0;
	background-size: 100% auto;
	padding: .8rem .8rem 0 .7rem;
	box-sizing: border-box;
}
.ak_home {
	width: 19.2rem;
	height: 10.8rem;
	position: relative;
}

.logo {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/logo.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 4.04rem;
	height: 0.81rem;
	display: block;
	position: absolute;
	top: 3.6%;
	right: 2%;
}

.btn0 {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/ak_icon0.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 0.74rem;
	height: 0.75rem;
	display: block;
	position: absolute;
	top: 4.98rem;
	left: 4.54rem;
	/*旋转动画*/
	animation: rotateIcon 8s linear infinite;
	/*外发光*/
	filter: drop-shadow(0 0 .08rem rgba(255, 208, 195, 0.5))drop-shadow(0 0 .15rem rgba(255, 208, 195, 0.5))drop-shadow(0 0 .3rem rgba(255, 208, 195, 0.8));
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	will-change: filter;
	transition: transform 0.3s ease;
}

.btn0x {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;top: 0;
	left: 0;
}

/*外盒子尺寸*/

.canvas-container-box {
	width: 13.01rem;
	height: 6.36rem;
	position: absolute;
	left: 2.85rem;
	top: 1rem;
}

#canvas-container {
	width: 100%;
	height: 100%;
}
#canvas.on {
	/* 变黑 + 外发光 - 完整兼容 */
	-webkit-filter: brightness(0.15) saturate(0.5) drop-shadow(0 0 .05rem rgba(255, 0, 0, 0.1)) drop-shadow(0 0 .02rem rgba(255, 0, 0, 0.3));
	filter: brightness(0.05) saturate(0.5) drop-shadow(0 0 .05rem rgba(255, 0, 0, 0.1)) drop-shadow(0 0 .02rem rgba(255, 0, 0, 0.3));
	
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	will-change: filter;
}

#canvas {
	width: 100%;
	height: 100%;
	display: block;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 0.5rem;
	background: rgba(0, 0, 0, 0.6);
	padding: .16rem .32rem;
	border-radius: .3rem;
	pointer-events: none;
	z-index: 10;
	transition: opacity 0.3s;
}

#loading.hidden {
	opacity: 0;
}


/*鼠标拖拽效果*/

#canvas-container {
	cursor: grab;
}

#canvas-container:active {
	cursor: grabbing;
}


/*鼠标拖拽效果*/

.ak_wz1 {
	font-family: 'myFont2';
	font-size: 0.16rem;
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 1.5rem;
	width: 100%;
	/*不可点击文案 禁止选中文字 */
	pointer-events: none;
    user-select: none; 
    background-image:-webkit-linear-gradient(bottom,#8e8e8e,#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;
}

.ak_box {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.ak_h2 {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/ak_h2.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 6.27rem;
	height: 0.67rem;
	text-align: right;
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
}

.list_ak a {
	font-size: 0.22rem;
	color: #828488;
	vertical-align: middle;
	display: block;
	margin-bottom: 0.24rem;
	font-family: 'myFont';
	text-align: center;
	line-height: 0.46rem;
	/*hover  抬起效果*/
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.list_ak a.on {
	width: 1.93rem;
	height: 0.46rem;
	line-height: 0.46rem;
	background-color: #0f1528;
	color: #deddde;
}


/*hover  抬起效果*/

.list_ak a:hover {
	transform: translateY(-0.04rem);
}
.list_ak a:hover .ak_icon {
	animation: rotateIcon 8s linear infinite;
}
.list_ak a.on .ak_icon {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/ak_icon2.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 0.34rem;
	height: 0.35rem;
	animation: rotateIcon 8s linear infinite;
}


/*旋转*/

@keyframes rotateIcon {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.list_ak {
	width: 1.93rem;
	height: 4.95rem;
	position: absolute;
	top: 1.8rem;
}

.ak_icon {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/ak_icon.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 0.34rem;
	height: 0.35rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.1rem;
}

.list_ak_nr {
	width: 19.2rem;
	height: 2.92rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.list_ak_nr .aa {
	display: none;
	animation: slideUp 0.5s ease forwards;
}

.list_ak_nr .aa.show {
	display: block;
	animation: slideUp 0.5s ease forwards;
}


/* 从下往上滑入动画 */

@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(60px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.file1 {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/file1.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 19.2rem;
	height: 2.92rem;
}

.file2 {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/file2.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 19.2rem;
	height: 2.92rem;
}

.file3 {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/file3.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 19.2rem;
	height: 2.92rem;
}

.file4 {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/file4.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 19.2rem;
	height: 2.92rem;
}

.file5 {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/file5.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 19.2rem;
	height: 2.92rem;
}

.file6 {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/file6.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 19.2rem;
	height: 2.92rem;
}

.file7 {
	background: url(//game.gtimg.cn/images/cf/cp/a20260720ak/file7.png)no-repeat 50% 0;
	background-size: 100% auto;
	width: 19.2rem;
	height: 2.92rem;
}

.ak_wz2 {
	margin-top: 1rem;
    font-family: 'myFont2';
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
    background-image:-webkit-linear-gradient(bottom,#8e8e8e,#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;
}

.fileds725,.fileds726,.fileds802 {
	display: none;
}
