* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	list-style: none;
	box-sizing: border-box;
	outline: none;
	color: #333;
	font-style: normal;
	text-decoration: none;
}

.old-type * {
	color: #000;
}


img,
a {
	display: inline-flex;
	flex-wrap: wrap;
}

img {
	border: none;
}

a:hover span,
a:hover {
	color: #bb353e;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: "Î¢ÈíÑÅºÚ",
}

*::-webkit-scrollbar {
	width: 6px;
}

*::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: transparent;
}

*::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #bbb;
}

input,
button {
	border: none;
}

.sb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.fc {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}