* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*font-size: 4vw;*/
	font-family: "PingFangSC-Regular","sans-serif","微软雅黑","microsoft yahei";
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	width: 100%;
	border: none;
}
ul,
li {
	list-style: none;
}
a {
	color: #fff;
	text-decoration: none;
	transition: all .2s ease-out 0s;
}
a:active {
	color: #fff;
}


