/*
 * 网站需要相互支持，如果能保留主机网友情链接，是对我们最好的支持，谢谢！
 */
.subquote {
	color:#0363FD;
}
::-moz-selection{ 
	background:#0363FD; color:#fff; 
}
::selection { 
	background:#0363FD; color:#fff; 
}
a:hover, ul.links li a {
	color: #0363FD; 
}
#error {
	background:transparent url('../img/404e.png') right 35px no-repeat;
}
#error #pacman {

	background:transparent url('../img/pacman_eats.png') 0 0 no-repeat;
}
.pacman_eats {
	background:transparent url('../img/pacman_eats.png') 0 -207px no-repeat!important;
}
input[type="text"]:focus{
    border:1px solid #0363FD;
    box-shadow:0 0 3px rgba(46, 123, 184, 1);
}