@charset 'UTF-8';
* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	box-sizing: border-box;
	border: 0;
}

html {
	width: 100%;
	min-height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa;
}

body,
button,
input,
select,
textarea {
	font: 24px -apple-system, BlinkMacSystemFont, 'PingFang SC', 'SanFranciscoDisplay', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif, tahoma, arial, \5b8b\4f53;
	font-weight: normal;
	color: #343434;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif, tahoma, arial, \5b8b\4f53, sans-serif;
	font-weight: normal;
}

small {
	font-size: 20px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	text-decoration: none;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

input {
	outline: none;
}

textarea {
	outline: none;
	resize: none;
}

button {
	-webkit-appearance: button;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
}

ul,
ul li,
ul li i {
	background: inherit;
}

body {
	background: #fff;
}

.page_html img,
.page_html video {
	max-width: 100%;
}

.page_html::after {
	display: block;
	content: '';
	clear: both;
}

.page_html img[data-display='left'] {
	float: left;
}

.page_html img[data-display='right'] {
	float: right;
}

.page_html img[data-display='inline'] {
	display: inline;
}

.page_html img[data-display='block'] {
	display: block;
}