a,
a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.ellipsis,
svg:not(:root) {
  overflow: hidden;
}
*,
a {
  -webkit-touch-callout: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
/* b, */
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
/* strong, */
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  outline: 0;
}
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="reset"],
textarea {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
img {
  border-style: none;
  vertical-align: middle;
}
a {
  -webkit-backface-visibility: hidden;
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 1px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 1px;
  background-color: rgba(125, 125, 125, 0.4);
  -webkit-border-radius: 1px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 1px;
  background-color: rgba(125, 125, 125, 0.4);
  -webkit-border-radius: 1px;
}
.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -ms-touch-action: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.6;
}
button{
	/* 清除默认边框 */
	border:0 !important;
	outline:none !important;
   /*清除默认背景 */
   background-color: transparent !important;
}
/* body,dd,dl,form,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0}
body,button,input,select,textarea{font-size:28.8px;line-height:1.5}
h1,h2,h3,h4,h5,h6{font-size:100%}
b,em{font-style:normal}
a{text-decoration:none}
a:hover{text-decoration:none}
img{vertical-align:middle;border:0;padding:0;margin:0}
button,input,select,textarea{font-size:100%;outline:0}
table{border-collapse:collapse;border-spacing:0}
ol,td,th,ul{padding:0}
dl,ol,ul{list-style:none}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.clearfix{*zoom:1} */