@charset "utf-8";
input, textarea { 
  -webkit-touch-callout: text; 
  -webkit-user-select: text; 
}
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: calc(100vw/7.5);
  font-family: "\5FAE\8F6F\96C5\9ED1";
  background-color: #F5F6F7;
}
body {
	font-size: .32rem;
}
a, label, input, textarea, div {
	-webkit-tap-highlight-color: transparent;
}
/* 禁止滑动选择复制操作 */
html, body {
  /* -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  onselectstart:none; */
}
input, textarea { 
  -webkit-touch-callout: text; 
  -webkit-user-select: text; 
}
body, ul, p, h1, h2, h3, h4, h5, h6, input, textarea {
	margin: 0;
}
ul, td, input, textarea {
	padding: 0;
}
ul {
	list-style: none;
}
input, textarea {
	border: none;
	color: inherit;
	outline: none;
	font-size: inherit;
	font-family: inherit;
	vertical-align: middle;
	-webkit-appearance: none;
	background-color: transparent;
}
textarea {
	resize: none;
}
img {
	border: none;
	vertical-align: middle;
}
a {
	color: inherit;
	outline: none;
	text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  transition: color .3s;
  -webkit-text-decoration-skip: objects;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
*, :after, :before {
  box-sizing: border-box;
}