@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;
}

* {
  -webkit-box-sizing: border-box;
          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;
  cursor: pointer;
}

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;
  -moz-appearance: none;
       appearance: none;
}

textarea, input {
  background: none;
  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: 14px/1.5  "Open Sans", "calibri", "Roboto", verdana, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", sans-serif;
}

::-webkit-placeholder, body, button, input, textarea, select {
  font-family: "Open Sans", "calibri", "Roboto", verdana, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", sans-serif;
}
