*{
	padding: 0;
	margin: 0;
}
.video {
/*    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover; */
	width: 100%;
	height: 100%
	}
/* .box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
} */
.box1{
	font-family: "楷体";
	font-size: larger;
	color: #c8e8ea;
	transition: all 1s;
}
.box1:hover{
	font-size: 25px;
	color: #00efff;
}