﻿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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  /* font: inherit; */
  font-size: 100%;
  font-weight: inherit;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  border: 0;
  /*outline: none;
   -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*20251028 for safari 拿掉
ol,
ul {
  outline: none;
}
  */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*20251028 for safari 拿掉
*:focus {
  outline: none;
}
  */

input,
select,
button,
textarea {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

input[type=search],
select[type=search],
button[type=search],
textarea[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-search-decoration {
  display: none;
}