@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue88*/
/*==============================================================*/

/* CSS Style */
:root {
	/*全局颜色更改*/
	--txt: #5c5c5f;
	--bai: #ffffff;
	--bg01: #f3f3f3;
	--svg01: brightness(0) saturate(100%) invert(41%) sepia(52%) saturate(5729%) hue-rotate(335deg) brightness(90%) contrast(99%);/*#e7383a*/
	--svg02: brightness(0) saturate(100%) invert(65%) sepia(0%) saturate(1840%) hue-rotate(134deg) brightness(89%) contrast(93%);/*#919191*/
	--svg03: brightness(0) saturate(100%) invert(100%) sepia(44%) saturate(0%) hue-rotate(231deg) brightness(111%) contrast(101%);/*#ffffff*/
	--sc01: #202020;
	--sc02: #e62929;
	--sc03: #f7f7f7;
	--sc04: #d72626;
	--sc05: #2673d7;
	--sc05: #fff3f3;
}

* {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

em,
i {
	font-style: normal
}

img {
	border: 0;
	vertical-align: middle
}

button {
	cursor: pointer
}

a {
	color: #666;
	text-decoration: none
}

html {
	background: #f7f7f7
}

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;
}
