@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue88*/
/*==============================================================*/

/* CSS Style */

* {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

em,
i {
	font-style: normal
}

img {
	border: 0;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

button {
	cursor: pointer
}

a {
	color: #666;
	text-decoration: none
}

body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-family: 'Microsoft YaHei', 'Tahoma', 'Arial', 'Hiragino Sans GB', "\5B8B\4F53", 'sans-serif', 'Source HanSans SC', 'Source HanSerif SC',
}

.lazy_img {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.lazy_img.load_img {
	opacity: 1;
}