/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
body {
	background: repeating-radial-gradient(circle at 20% 20%, #fff 0 2px, #ffe600 2px 20px, #fff 20px 40px),
                repeating-linear-gradient(135deg, #e53935 0 40px, #fff 40px 80px, #1e88e5 80px 120px, #fff 120px 160px, #ffe600 160px 200px, #fff 200px 240px);
	color: #111 !important;
	font-family: 'Comic Sans MS', 'Impact', 'Microsoft YaHei', Arial, sans-serif;
	background-image: url('https://www.transparenttextures.com/patterns/japanese-paper.png'),
                      linear-gradient(135deg, #fff1f7 0%, #f7e7e1 40%, #f9f6f2 100%);
}
a {
	color: #1e88e5 !important;
	text-shadow: 2px 2px 0 #fff, 0 0 8px #1e88e5;
	transition: color 0.2s, text-shadow 0.2s;
	border-bottom: 4px solid #e53935;
	border-radius: 8px;
	padding: 0 2px;
	font-family: inherit;
	font-weight: bold;
}
a:hover {
	color: #e53935 !important;
	text-shadow: 2px 2px 0 #ffe600, 0 0 12px #e53935;
	background: #fff;
	border-bottom: 4px solid #1e88e5;
}
