@charset "utf-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: '思源黑体 CN Normal', '思源黑体 CN Regular', '思源黑体 CN Light', Arial;
  vertical-align: baseline;
  user-select: none !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
}

label {
  display: inline-block;
}

h6 {
  font-weight: normal;
}

a {
  cursor: pointer;
}

s, i, em {
  font-style: normal;
  text-decoration: none;
}

ol, ul, li {
  list-style: none;
}

textarea {
  resize: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

tr, td {
  border-collapse: unset;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b {
  font-weight: bold;
}

input, select, textarea, option, button {
  vertical-align: middle;
  font-family: '思源黑体 CN Normal', '思源黑体 CN Regular', '思源黑体 CN Light', Arial;
}

a:link, a:visited, a:hover, a:active {
  /*color: #333333;*/
}

/* 公共样式 */
:after, :before {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-size: 12px;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  background: #ffffff;
}

a, body {
  color: #333;
  text-decoration: none;
}

html {
  overflow-x: hidden;
  font-size: 13.333333vw;
}
/* 滚动条 */
::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
  border: 0;
}

em {
  font-style: normal;
}

label {
  cursor: pointer;
}

body * {
  /*-webkit-text-size-adjust: none;*/
  -webkit-text-size-adjust: 100%; /* 禁止字体缩放 */
  /*-webkit-user-select: none;!* 禁止ios下长时间按住选中文字 *!*/
}

input[type="radio" i], input[type="checkbox" i] {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
input[type="number"] {
  -moz-appearance: textfield;
}

button, input[type="button"], input[type="checkbox"] {
  cursor: pointer;
}

a, button, input, textarea{
  -webkit-appearance: none; /* 禁止ios下输入框或者按钮背后有阴影 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 禁止ios下输入框或者按钮背后有阴影 */
}

button, input {
  -webkit-appearance: none; /* 去掉默认外框 */
  -webkit-border-radius:0
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}

i, h6 {
  font-style: unset;
  font-weight: unset;
}
