html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
	overflow-x: hidden;
}

*,
body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	color: #ffffff;
	line-height: 1.8;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

th,
td {
	border-collapse: collapse;
}

img,
a img,
a:hover img {
	border: 0;
}

ol,
ul,
dl,
li,
dt,
dd {
	list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: "Microsoft YaHei";
}

:focus {
	outline: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #3cc5c2;
	text-decoration: none;
}

a,
a:hover,
.btn,
.more {
	transition: all 300ms ease;
	-webkit-appearance: none;
}

input,
select,
button {
	-webkit-appearance: none;
}

hr {
	border: none;
	height: 1px;
}
@media (max-width:768px) {
	
}