* {
  box-sizing: inherit
}
html{
	font-size: 13.33vw;
}

html, body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}

li, ul {
  list-style: none
}

button, input, select, textarea {
  margin: 0
}
input{
	outline:none;
	border:none;
	font-family: Microsoft YaHei;
}
textarea{
	font-family: Microsoft YaHei;
}

html {
  box-sizing: border-box
}

*:before, *:after {
  box-sizing: inherit
}

img, embed, object, audio, video {
  height: auto;
  max-width: 100%
}

iframe {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0;
  text-align: left
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  background: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.dropload-load{display: none}