﻿.kratos-overlay {
	position: absolute!important;
	pointer-events: none;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
/* 	background: rgba(66,64,64,.5); */
	}
/*星空背景*/
.filter {
	display: none;
/* 	width:100%;
	height:100%; */
	/* position:absolute; */
	/* top:0; */
	left:0;
	/* background:#fe5757; */
	/* animation:colorChange 30s ease-in-out infinite; */
	/* animation-fill-mode:both; */
	/* mix-blend-mode:overlay; */
}
@keyframes colorChange {
	0%,100% {
	opacity:0;
}
50% {
	opacity:.9;
}
}