html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

html * {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.page, .page * {
  box-sizing: content-box;
}

html, body {
  font: 12px/1.5 "Microsoft YaHei",Tahoma,sans-serif;
  background: #F2F5F7;
  min-width: 1200px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

fieldset, img {
  border: 0;
}

em, i, strong {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

del {
  text-decoration: line-through;
}

input, button, textarea, select {
  font-size: 100%;
  border: none;
  background: none;
}

select.select_sty {
  -webkit-appearance: normal;
}

a, button, input, select, textarea, a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: 0 none;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover, .txt:hover {
  color: #f30;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-ms-clear, ::-ms-reveal {
  display: none;
}

.w12 {
  width: 1200px;
  margin: 0 auto;
}

a, button {
  cursor: pointer;
}

.fe {
  display: flex;
  justify-content: flex-end;
}
.item-info {
  font-size: 16px;
}
