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

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

html, body {
  font: 12px/1.5 Source Han Sans CN-Regular, Source Han Sans CN;
  background: #ffffff;
}

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;
  box-sizing: border-box;
}

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

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

body {
  color: #666;
}

.move {
  display: block;
}
.minit {
    width: 100%;
    height: 28px;
    background: #eee;
    position: relative;
    margin: 20px 0 15px 2px;
}
.minit:before {
    content: '';
    display: block;
    float: left;
    width: 87px;
    height: 31px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    margin: -4px 0 0 -2px;
    background: #fff url(../images/img-a.png) no-repeat;
    background-position: -38px -90px;
}
.bt {
    float: left;
    height: 28px;
    background: #2e8ae6;
    color: #fff;
    position: absolute;
    left: 4px;
    top: -1px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 10px;
}