* {
	margin: 0;
	padding: 0;
}
.alignRight {
	text-align: right;
}
.m-padded {
	padding: 1.5em !important;
}
.m-fixed {
	position: fixed !important;
	z-index: 10 !important;
}
.m-right-bottom {
	bottom: 0 !important;
	right: 0 !important;
}
body {
	display: flex;
	text-align:center;
	justify-content: center;
	align-items: center;
	/*min-height: 100vh;*/
	background: #222;

}
@keyframes star {
0% {
opacity: 0.5;
}
50% {
opacity: 1;
}
100% {
opacity: 0.5;
}
}
#fullScreen {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("../src/default_backgroud.jpg");
	animation: star 2s infinite;
	animation-play-state: paused;
	background-size: cover;
	opacity: 1;
	z-index: -1;
	filter: blur(0px);
}
.clock {
	width: auto;
	zoom: 3;
	z-index: 520 !important;
}

.flip-clock-dot {
	background: #ccc;
}

.flip-clock-meridium a {
    color: #ccc;
}
.myTime h1 {
    font-family: "华文新魏";
    color: #ccc !important;
	text-align:center !important;
	zoom: 3 ;
	margin: 0;
}
#box {
	display: table;
	position: relative;
}
#content {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}