html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;padding: 0;border: 0;vertical-align: baseline;outline: none;font-size: medium;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

body {
  font-family: Arial, "Microsoft Yahei";
  -webkit-font-smoothing: antialiased; /* 字体抗锯齿渲染 */
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; /* 禁用Webkit内核浏览器的文字大小调整功能（因为字体<12px时，中文版Chrome浏览器里字体显示仍为12px） */
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* 这个属性只用于iOS (iPhone和iPad)。当你点击一个链接或者通过JavaScript定义的可点击元素的时候，它就会出现一个半透明的灰色背景。要重设这个表现，可设置-webkit-tap-highlight-color为任何颜色 */
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

html, body {
  width: 100%;height: 100%;scroll-behavior: smooth;
}

div, p, section {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

input {
  outline: none;-webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-appearance: none; /* 去除浏览器默认样式 */
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px white inset;
}

button {
  border: 0;outline: 0;cursor: pointer;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color:rgba(147, 153, 177, 1) !important;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color:rgba(147, 153, 177, 1) !important;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color:rgba(147, 153, 177, 1) !important;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color:rgba(147, 153, 177, 1) !important;
}
html,body,div,textarea,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  font-family: "Microsoft YaHei","PingFang SC", Helvetica, Tahoma, Arial,  "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
}
