@font-face {
	font-family: 'NanumGothic';
	src: url("../font/NanumGothic.ttf")
}

@font-face {
	font-family: 'Pingfang';
	src: url("../font/苹方字体.ttf")
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	image-rendering: -webkit-optimize-contrast
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
table,
pre,
div,
span,
i,
a,
b,
strong,
fieldset,
lengend,
button,
input,
textarea,
th,
td,* {
	margin: 0;
	padding: 0;
	font-family: "NanumGothic", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}

address,
cite,
dfn,
em,
var {
	font-style: normal
}

code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace
}

ul,
ol {
	list-style: none
}

legend {
	color: #000
}

fieldset,
img {
	border: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	border: none;
	height: 1px
}

a {
	text-decoration: none;
	color: #000
}

a:link {
	text-decoration: none;
	color: #000
}

a:visited {
	text-decoration: none;
	color: #000
}

a:hover {
	text-decoration: none;
	color: #000
}

a:active {
	text-decoration: none;
	color: #000
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both
}

.clearfix {
	zoom: 1
}

img {
	vertical-align: top;
	border: none
}

video {
	border: 0
}

video:visited {
	border: 0
}

video:focus {
	border: 0
}

video:active {
	border: 0
}

input {
	outline: none;
	border: none
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.transition {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.transition2 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.center::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.bg {
	background: rgba(97, 101, 105, 0.3);
	background-image: -webkit-linear-gradient(180deg, rgba(97, 101, 105, 0.2), rgba(97, 101, 105, 0.5) 98%);
	background-image: -moz-linear-gradient(180deg, rgba(97, 101, 105, 0.2), rgba(97, 101, 105, 0.5) 98%);
	background-image: -ms-linear-gradient(180deg, rgba(97, 101, 105, 0.2), rgba(97, 101, 105, 0.5) 98%);
	background-image: -o-linear-gradient(180deg, rgba(97, 101, 105, 0.2), rgba(97, 101, 105, 0.5) 98%);
	background-image: linear-gradient(180deg, rgba(97, 101, 105, 0.2), rgba(97, 101, 105, 0.5) 98%);
	-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px)
}

.transfCenter {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1002;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.button {
	width: 120px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	background-color: royalblue;
	cursor: pointer
}

.scrollbar::-webkit-scrollbar {
	width: 20px
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #6b6a6a
}

.scrollbar *::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: transparent
}
