* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	height: 0;
	display: block;
	content: '.';
	visibility: hidden;
	clear: both;
}

.clear {
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
	clear: both;
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ol,
label,
fieldset,
section,
aside,
header,
footer,
audio,
video {
	display: block;
}

ul {
	list-style: none;
}

img {
	border: 0;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: initial;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

body,
div,
p,
ul,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
hgroup {
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

body {
	font-family: "微软雅黑";
	-webkit-text-size-adjust: none;
	font-size: 16px;
	line-height: 1;
}

ul,
ol,
li {
	list-style: none
}

img,
video {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: initial;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	-webkit-touch-callout: none;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.wrap {
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
}

.wrap>.cont {
	max-width: 1200px;
	width: 92%;
	margin: 0 auto;
}

html,
body {
	margin: 0 auto;
}
.cursor{
	cursor: pointer;
}
.pc-show {
	display: block;
}

.m-show {
	display: none;
}
a:hover{
	text-decoration: none;
}
@media screen and (max-width:768px) {
	.pc-show {
		display: none;
	}

	.m-show {
		display: block;
	}
}
