* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
	background:linear-gradient(to right, #CCC, #fff, #FFD1CC);
	font:14px comic sans ms;
	text-align:center;
	min-width:300px;
}
.header a {
	transition-duration:0.4s;
	border:solid 2px #1e90ff;
	display:inline-block;
	text-decoration:none;
	border-radius:10%;
	padding:5px 32px;
	font:16px arial;
	background:#fff;
	margin:4px 2px;
	color:#000;
}
.header a:hover {
	background-color:#87cefa;
	color:white;
}
.main {
	margin:0 auto;
}
.main .item {
	justify-content:center; border-radius: 0px;
	align-items:center; 
	background:#000;
	line-height:0;
	display:flex;
	padding:15px;
	height:230px;
	width:290px;
	margin:10px; 
}
.main .item img {
	cursor:pointer;
	background:url(/files/fsdg5h6_1691152602_1703005356.gif) center center no-repeat; 
	background-size:40px 40px; border: 1px solid #000000; border-radius: 0px;
}
.wr {
	display:inline-block;
	vertical-align:top;
}
.nick {
	font:14px comic sans ms;
	white-space:nowrap;
	overflow:hidden;
	width:180px;
}
.page {
	background:url() center center no-repeat;
	background-size:40px 40px;
	position:relative;
	text-align:center;
	min-height:40px;
	margin-top:20px;
}
.page img {
	display:inline-block;
	max-width:80%;
}
video {
	max-width:100%;
}
.pages {
	font:14px comic sans ms;
	text-align:center;
	margin:6px;
	color:#000;
}
.pages a {
	font:14px comic sans ms;
	border:solid 1px #1e90ff;
	display:inline-block;
	background:#1e90ff;
	border-radius:4px;
	padding:3px 6px;
	color:#fff;
	margin:5px;
}
.pages a:hover {
	background-color:#87cefa;
	color:#000;
}
.pages a:active {
	background:#bc9f04;
}
.pages span {
	font:700 14px comic sans ms;
	display:inline-block;
	margin:5px;
}
.total {
	padding:14px;
}
.prevnext {
	margin:80px auto 100px;
}
.prevnext div {
	display:inline-block;
}
.prevnext a {
	font:18px comic sans ms;
	border:solid 3px blue;
	padding:4px 10px;
	margin:0 25px;
}
.prevnext a.left {
	border-color:#4e5a77;
	color:#4e5a77;
}
.prevnext a.left:hover {
	background:#4e5a77;
	border-color:#fff;
	color:#fff;
}
.prevnext a.right {
	border-color:#1e83d6;
	color:#1e83d6;
}
.prevnext a.right:hover {
	background:#1e83d6;
	border-color:#fff;
	color:#fff;
}
.toplist {
	text-align:center;
	margin:20px auto;
}
.toplist div {
	border:solid 1px #ddd;
	display:inline-block;
	padding:6px 8px;
	text-align:left;
	background:#fff;
	width:250px;
	margin:5px;
}
.toplist a {
	font:16px comic sans ms;
	display:inline-block;
	margin-left:6px;
	overflow:hidden;
	color:black;
}
.toplist span {
	font-size:16px;
	display:block;
	float:left;
	color:#000;  text-transform: lowercase;
}
.awm {
	font:12px comic sans ms;
	padding:20px;
	color:#ccc;
}
.awm {
	cursor:pointer;
}
.fo {
	background:#000 url() left center no-repeat;
	padding:15px 30px 15px 44px;
	display:inline-block;
	border-radius:4px;
	margin:5px;
}
.fo a {
	color:red;
	font:700 22px verdana;
}
.admin {
	display:inline-block;
	text-decoration:none;
	margin-bottom:0px;
	font:20px verdana;
	padding:5px;
	color:#ccc;
}
.admin:hover {
	color:#999;
}
@media screen and (max-width:560px) {
.main .page img {
width:100%;
}
}
@media screen and (max-width:720px) {
.prevnext div {
display:block;
margin-bottom:70px;
}
}
.counter {
	display:none;
}


.fl { width:250px; height: 190px; bottom: 10px; right: 10px; background-color: #000000; position: fixed;  float: left; }
.fl img { width: 250px; height: 190px; border: 1px solid #FFF;  cursor: pointer; background:url(/files/fsdg5h6_1691152602_1703005356.gif) center center no-repeat; background-size:50px 50px; }


.indexbox3 div { width: 250px; margin: 5px; padding:6px 8px; background-color: #fff; text-align: left; border:solid 1px #ddd; display:inline-block; }
.indexbox3 a { font:14px comic sans ms; display:inline-block; margin-left:6px; overflow:hidden; color:black;}
.indextitle3 span { font-size:16px; display:block; float:left; color:#000; }