/*统一部分*/
body{
	margin: 0px;
	padding: 0px;
	user-select: none;
	width:100%;
    height:100%;
    background:#000;
	top:0;
    left:0;
	scroll-behavior: smooth;
}
.short{
	font-family: GravityBold;
	color: #fff;
	text-align: center;
	font-size: small;
}
.link{
	text-decoration: none;
	transition: .3s;
	color: #f2f2f2;
}
.link:hover{
	color: wheat;
}
.linkf{
	text-decoration: none;
}
footer{
	font-size: small;
	text-align: center;
	padding-bottom: 3vh;
	color: #f2f2f2;
}
footer a{
	color: #999;
	text-decoration: none;
}
footer a:hover{
	color: cornflowerblue;
	transition: .3s;
}
.large{
	font-size: large;
}
.center{
	text-align: center;
}
l{
	margin: 0px;
	padding: 0px;
	filter: blur(100px);
}
#backimage{
    z-index: -10;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../file/back.jpg) no-repeat;
    background-size: cover;
}
/*字体导入*/
@font-face {
	font-family: wlyh;
	src: url(/fonts/GlowSansSC-Normal-ExtraBold.otf);
}
@font-face {
	font-family: wdch;
	src: url(/fonts/文道潮黑.ttf);
}
@font-face {
	font-family: ysxh;
	src: url(/fonts/演示斜黑体.otf);
}
@font-face {
	font-family: repair;
	src: url(/fonts/Repair-Regular.ttf);
}
@font-face {
	font-family:aideep;
	src: url(/fonts/AiDeep.otf);
}
@font-face {
	font-family: avenuex;
	src: url(/fonts/AvenueX-Regular.otf);
}

/*可能不统一部分*/
/*标题部分*/
.light{
	font-family: aideep;
    font-size: 6em;
    font-weight: bloder;
	letter-spacing: 5px;
    cursor: pointer;
    transition: .1s;
	text-align: center;
}
.light span{
	transition: .3s;
	text-align: center;
	color: #f2f2f2;
}
.light span:hover{
	text-shadow: 0 0 1px #f5f5f599,
                 0 0 2px #f5f5f599,
                 0 0 4px #f5f5f599,
                 0 0 8px #f5f5f599;
}
@media  screen and (max-width:880px) {
	.light{
		font-size: 3em;
	}
}
@media  screen and (max-width:501px) {
	.light{
		font-size: 3.1em;
	}
}
@media  screen and (max-width:481px) {
	.light{
		font-size: 2.7em;
	}
}
@media  screen and (max-width:450px) {
	.light{
		font-size: 2.2em;
	}
}
@media  screen and (max-width:400px) {
	.light{
		font-size: 1.7em;
	}
}
@media  screen and (max-width:320px) {
	.light{
		font-size: 1.5em;
	}
}
@media  screen and (max-width:292px) {
	.light{
		font-size: 1.3em;
	}
}
@media  screen and (max-width:260px) {
	.light{
		font-size: .8em;
	}
}
@media  screen and (max-width:230px) {
	.light{
		font-size: .4em;
	}
}
.til{
	color: #f2f2f2ee;
}
/*总布局*/
.con{
	justify-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
}
/*字体*/
.card{
	justify-content: space-between;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
	padding: 10px 20px;
	border-radius: 13px;
	width: 100;
	background-color: #2F2F2F77;
}
.card h2{
	color: #f2f2f2;
	font-size: 45px;
}
/*历史*/
.carda{
	transition: .8s;
	margin: 1% 0;
	border-radius: 13px;
	width: 100;
}
.carda div{
	background-color: rgba(89, 89, 89, 0.2);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 0px solid rgba(255, 255, 255, 0.18);
	box-shadow: rgba(14, 14, 14, 0.19) 0px 6px 15px 0px;
	-webkit-box-shadow: rgba(14, 14, 14, 0.19) 0px 6px 15px 0px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	color: rgba(128, 128, 128, 0.8);
	width: 100;
	margin: 5vh 8vw;
	padding: 10px 20px;
	border-radius: 13px;
	transition: .8s;
	background-color: #ffffff08;
}
.carda h2{
	font-size: 30px;
	color: #fff;
	text-align: right;
	margin-right: 10px;
}
.carda h3{
	margin-left: 20px;
	font-size: 50px;
	color: #f2f2f2;
}
.carda h4{
	color: #f0f0f099;
	font-size: 30px;
	line-height: 45px;
	margin-left: 5.5%;
}
.box a{
	font-size: large;
}
.box p{
	color: #f2f2f2;
}
.egg a{
	filter: blur(10000px);
}
/*字体*/
.repair{
	font-family: repair;
}
.avenuex{
	font-family: avenuex;
}
.aideep{
	font-family: aideep;
}
.ysxh{
	font-family: ysxh;
}
.wdch{
	font-family: wdch;
}
.wlyh{
	font-family: wlyh;
}