@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue*/
/*==============================================================*/

/* CSS Style */
* {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

em,
i {
	font-style: normal
}

img {
	border: 0;
	vertical-align: middle
}

button {
	cursor: pointer
}

a {
	color: rgb(221, 0, 0);
	text-decoration: none
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-family: 'Microsoft YaHei', 'Heiti SC', 'Tahoma', 'Arial', 'Hiragino Sans GB', "\5B8B\4F53", 'sans-serif', 'Source HanSans SC', 'Source HanSerif SC',
}