	body,
	html{
		font-family: PingFangSC, Microsoft YaHei;
		/* font-size: 1.35rem; */
		padding: 0;
		margin: 0;
		width: 100%;
		background-color:#FFF;
	}

	a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-focus-ring-color: rgba(0, 0, 0, 0);
		outline: none;
		text-decoration: none;
	}

	a:focus {
		outline: none;
	}
	
	a:visited {
		outline: none;
		color: #000000;
	}