body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
textarea,
button,
input,
select,
figure,
figcaption {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style: normal;
	text-decoration: none;
	border: none;
	color: #333;
	font-weight: normal;
	font-family: "鑻规柟", "PingFang", "\82f9\65b9", "寰蒋闆呴粦", "Microsoft YaHei", 'XinGothic-SinaWeibo', helvetica, arial, sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased
}

html,
body {
	height: 100%;
	width: 100%
}

body {
	font-size: 16px
}

a:link,
a:visited,
a:active,
a:hover {
	color: #333
}

img {
	vertical-align: middle
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important
}

input::-ms-clear {
	display: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0
}

td,
th {
	border: 0
}

.left {
	float: left
}

.right {
	float: right
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.b-clear:after,
.b-clear:before {
	content: '';
	display: block;
	clear: both
}

.body-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.3)
}

.global {
	min-width: 320px;
	max-width: 640px;
	height: 100%;
	margin: 0 auto;
	color: #333
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flex-shrink-0 {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.flex-v-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-h-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-v-h-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.single-line-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.img-contain {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.img-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}