/* 通用的链接样式开始 */
html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:link{
	color: #000000; 
	text-decoration: none;
}
a:visited{
	color: #000000; 
	text-decoration: none;
}
a:hover{
	color: #1a73e8; 
	text-decoration: underline;
}
a:active{
	color: #1a73e8; 
	text-decoration: none;
}
a img{
	border: 0;
}

/* 通用的链接样式结束 */

