/*
Project: 混蛋练专页
Date: 2019-02-13
Author: wavelpc
Author URI: http://www.wavelpc.com/
*/


*{
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Sans-serif;
	color: #515151;
	background: url(https://files.wavelpc.com/hundanlian/bg.jpg) center center fixed no-repeat;
	background-size: 100% 100%;
	background-color: #f4d481;
}

#box {
	width: 800px;
	height: 400px;
	text-align: center;
	background: rgba(255,255,255,.25);
	padding: 0;
	color: #515151;
	position: fixed;
	z-index: 99;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -200px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 1px 5px;
	-moz-box-shadow: #666 0px 1px 5px;
	box-shadow: #666 0px 1px 5px;
}

#img img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 1px 5px;
	-moz-box-shadow: #666 0px 1px 5px;
	box-shadow: #666 0px 1px 5px;
}

#img {
	margin: 0 auto 20px;
}

#link {
	font-size: 25px;
	width: 400px;
	height: 30px;
}

#link a{
	padding: 5px 10px;
	margin: 5px 10px;
}

#hot-link{
	font-size: 18px;
	margin: 15px auto 0;
	padding: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.3);
	opacity: .8;
}

a:link,
a:visited {
	text-decoration: none;
	color: #515151;
}

a:hover {
	text-decoration: none;
	color: #FF0084;
}