/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
body {
	background: linear-gradient(135deg, #fff1f7 0%, #f7e7e1 40%, #f9f6f2 100%) !important;
	color: #6d4c41 !important;
	font-family: 'Noto Sans SC', 'Hiragino Sans GB', '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: #d81b60 !important;
	text-shadow: 0 2px 8px #fff6;
	transition: color 0.3s, text-shadow 0.3s;
	border-bottom: 2px dashed #ba68c8;
	border-radius: 8px;
	padding: 0 2px;
	font-family: inherit;
}
a:hover {
	color: #6d4c41 !important;
	text-shadow: 0 0 16px #ba68c8, 0 0 32px #fff;
	background: #fff1f7;
	border-bottom: 2px solid #d81b60;
}
