* {
	/* -webkit-overflow-scrolling: touch; */
	box-sizing: border-box;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
ol,
em,
i,
strong,
b,
u,
dd,
dt,
dl,
td,
table,
th,
tr,
a,
button,
input,
form {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
}

body {
	width: 100%;
	font-size: 16px;
	color: #333;
	font-family: "微软雅黑", SourceHanSansSC-Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
}

li {
	list-style: none;
}

u,
a,
a:hover {
	color: inherit;
	text-decoration: none;
}

img {
	border: 0;
}

em,
i {
	font-style: inherit;
}

button {
	border: 0;
	color: inherit;
	background: none;
	cursor: pointer;
	outline: none;
}

button:active,
button:focus,
select:active,
textarea:active,
input:active[type="submit"] {
	outline: none;
}

input,
textarea,
select {
	color: inherit;
	outline: 0px;
	border: 0;
	resize: none;
}

select {
	vertical-align: middle;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

section,
article,
aside,
header,
footer,
hgroup,
figure,
figcaption,
main,
nav {
	display: block;
}

.wrap {
	overflow: hidden;
	position: relative;
}

.main {
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	max-width: 1230px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	width: 100%;
	height: 100%;
}

image {
	width: 100%;
	height: 100%;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

/*
------取消页面点击阴影效果--------
*/

a,
img,
button,
input,
textarea {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

textarea {
	-webkit-appearance: none;
}

textarea {
	margin: 0;
}
