/*该样式文件定义网站全局性样式*/
img{
	max-width: 100%;
	display: block;
}
a{
	text-decoration: none;
}
*{
	box-sizing: border-box;
}
html{
	font-size: 10px;
}
body{
	font-size: 1.4rem;
	font-family:"微软雅黑"; 
	line-height: 1.8;
}


