@charset "utf-8";
body {
	overflow-y: hidden;
	margin: 0;
	min-width: 980px;
	padding: 0;
	color: #333;
	font-family: "微软雅黑", "黑体", "Hiragino Sans GB", "arial";
	font-size: 12px;
	font-style: normal;
	background: #000;
}

.bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: fixed;
}

footer {
	position: fixed;
	bottom: 10px;
	right: 20px;
	text-align: right;
	opacity: .4;
}

.txt {
	height: 20px;
	line-height: 12px;
	margin: 0;
	color: #ccc;
}

.logo {
	position: fixed;
	top: 25px;
	opacity: .6;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

#mask {
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
}

.loader {
	position: relative;
	height: 30px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -30px;
}


/*
  Set the color of the icon
*/

svg path,
svg rect {
	fill: #7be1e1;
}
li{
	list-style-type:none;
	width: 100%;
	height: 100%;
	background-size:cover;
}
li div{
	position: absolute;
}
.dateBox{
	position: absolute;
	font-size: 9px;
	opacity: 0.4;
	width: 60px;
	left: calc(50% - 30px);
}

.rotate{
	transform:rotate(90deg);
	left: 0;
	
}


#soundBtn{
	position: fixed;
	left: 0;
	bottom: 0;
	cursor: pointer;
}
#up{
	position: fixed;
	top:0;
	left: 50%;
	margin-left: -25px;
	cursor: pointer;
	display: none;
	pointer-events: none;
}
#down{
	position: fixed;
	bottom:0;
	left: 50%;
	margin-left: -25px;
	cursor: pointer;
	display: none;
	pointer-events: none;
}
