* {
	padding: 0;
	margin: 0;
}

/* CSS Document */
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: "微软雅黑", helvetica, arial;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	margin: 0 auto;
	max-width: 750px;
	background: #ffffff;
	/* overflow: hidden; */
}


ul,
ol,
li {
	list-style: none
}

img,
video {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	text-decoration: none;
	color: #333;
	-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; */
}

body {
	/* max-height: 750px; */
	margin: 0 auto;
}

.cont {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.overflow {
	overflow: hidden;
}

.clear {
	clear: both;
}

.pc-hide {
	display: none;
}

.flex {
	display: flex;
}

.clearfix:after {
	height: 0;
	display: block;
	content: '.';
	visibility: hidden;
	clear: both;
}

/*.scale{
	transform: scale(0.8)!important;
	transition: all 0.5s!important;
}*/