@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	word-wrap: break-word;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

html {
	font-size: 100px;
}

body {
	font-size: 0;
	-webkit-text-size-adjust: 100% !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	color: #333;
	background: #fff;
	font-family: "思源黑体 CN", "noto sans", "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

/*使用无衬线字体/禁止IOS调整字体大小*/

a,
img {
	-webkit-touch-callout: none;
}


/*禁止长按连接与图片弹出菜单*/

html,
body {
	-webkit-user-select: none;
	user-select: none;
	background: #000000;
}


/*禁止选中文本*/

button,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
	border: none;
	background: none;
}

input {
	outline: none;
	border-radius: 0;
	border: none;
	background: none;
	vertical-align: top;
}

/*去掉webkit默认的表单样式*/

a,
button,
input,
optgroup,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif !important;*/
}


/*去掉a等标签点击时的蓝色外边框和灰色半透明背景*/

input::-webkit-input-placeholder {
	color: #808080;
}


/*修改webkit中input的planceholder样式*/

input:focus::-webkit-input-placeholder {
	color: #808080;
}


/*修改webkit中focus状态下input的panceholder样式*/

input::-webkit-input-speech-button {
	display: none;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}
