/*! normalize.css v4.1.1  */
html {
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,ul,th,td,
article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,
header,hgroup,hr,input,legend,menu,nav,pre,section,textarea{
  margin: 0;
  padding: 0;
}
li,ol,ul {
  list-style: none;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}
[hidden],template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}
 
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
i{
	font-style: normal;
}
a:active,a:hover {
  outline-width: 0;
}
a{text-decoration: none; color: inherit;}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: inherit;
}

b,strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,kbd,pre,samp {
  font-size: 1em;
  font-family: monospace,monospace;
}

figure {
  margin: 1em 0.4rem;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

button,input,select,textarea {
  margin: 0;
  padding: 0;
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}
[type=reset],[type=submit],button,html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill{
    background-color: #fff;
}

fieldset {
  margin: 0 0.02rem;
  padding: .35em .625em .75em;
  border: 1px solid silver;
}

legend {
  display: table;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}
[type=checkbox],[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=text] {
  -webkit-appearance: none;
}
[type=search] {
  outline-offset: -0.02rem;
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  /*opacity: .54;*/
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	color: #333;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
body,html {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  user-select: none;
  width: 100%;
	height: 100%;
	max-width: 1024px;
	margin: 0 auto;
	/*overflow: hidden;*/
	font-family:"STXihei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","\5FAE\8F6F\96C5\9ED1",sans-serif;
	color: #333;
  background-color: #fff;
	-webkit-overflow-scrolling: touch;
    /*-webkit-transform: translate3d(0,0,0);*/
}
body
    {
        -webkit-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
        -moz-text-size-adjust: 100% !important;
  }
a,html,img {
  -webkit-touch-callout: none;
}

a,button,input,optgroup,select,textarea {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:focus::-webkit-input-placeholder {
  color: #444;
}

input::-webkit-input-speech-button {
  display: none;
}

input:-webkit-autofill {
  background-color: #FAFFBD;
  background-image: none;
}

