html {
	height: 100%;
	width: 100%;
	font-size: 16px;
}

* { -webkit-user-select: none; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: PingFangSC-Medium;
	color: #000;
	background-color: rgb(246,246,246);
}

strong {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
	;
}

section,
header,
article,
time,
nav,
footer,
figure,
figcaption {
	display: block;
	margin: 0;
	padding: 0;
}

input:focus,
a:focus {
	outline: none;
}

fieldset,
img {
	display: block;
	border: 0;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

em {
	font-style: normal
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

button,
input,
textarea,
select {
	font-family: tahoma, arial, simsun, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.5;
	vertical-align: middle;
}

button,
input,
textarea,
select {
	*font-size: 100%;
}

textarea {
	resize: none;
}

legend {
	color: #000;
}

a {
	vertical-align: baseline;
	cursor: pointer;
	color: #000;
}

a,
a:visited {
	text-decoration: none;
}

/* 公共css */
.wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.w1200{
	width: 1200px;
	margin: 0 auto;
}

.shangqiao{
	cursor: pointer;
}

.flexR{
	display: flex;
}
.flexRC{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexW{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.flexC{
	display: flex;
	flex-direction: column;
}
.flexCC{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flexCB{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

[v-cloak] {
	display: none !important;
}

section {
	margin-top: 100px;
	flex: 1;
}

#cnzz_stat_icon_1262038122{
	display: none;
}
#cnzz_stat_icon_1262038122 img{
	width: 0;
	height: 0;
}