@charset "utf-8";
/*************************************************
文件名：浏览器重置文件
作者：rexren（任寒韬）
使用范围：整站
描述：针对浏览器默认样式进行样式重置，因为涉及面影
响面较广，修改后需要及时知会团队所有成员
**************************************************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
form,
fieldset,
legend,
button,
input,
textarea,
figure,
figcaption,
nav,
footer,
menu,
blockquote {
  margin: 0;
  padding: 0;
  cursor: default;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
address,
em,
i,
b {
  font-style: normal;
}
a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  border: 0;
  font-size: 0;
  -webkit-user-select: none;
  vertical-align: middle;
}
html,
body {
  width: 100%;
  height: 100%;
}
:focus,
button,
input,
select,
textarea {
  outline: none;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
textarea,
input {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  resize: none;
  cursor: text;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
a,
img {
  -webkit-user-drag: none;
}
button {
  background: none;
  border: 0;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}
b {
  font-weight: normal;
}
body {
  word-wrap: break-word;
  font: 12px/1.5 "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
::-webkit-placeholder,
body,
button,
input,
textarea,
select {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
/*::-webkit-placeholder{color:rgba(255,255,255,0.2);}*/
body {
  -webkit-user-select: none;
  user-select: none;
}
