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, menu, nav, output, ruby, section,
 summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}




article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

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

input,
button,
textarea {
  outline: 0;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  border: 0;
}

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

input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


i {
  font-style: normal;
}

li {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

input[type="checkbox"] {
  width: 14px;
  height: 14px;
  -webkit-appearance:none;
  outline: none;
  background: url("../image/checkbox-icon.png") 0 0 no-repeat;
  vertical-align: -3px;
  margin-right: 4px;
}

input[type="radio"] {
  width: 14px;
  height: 14px;
  -webkit-appearance:none;
  outline: none;
  background: url("../image/select-icon.png") 0 -28px no-repeat;
  vertical-align: -3px;
  margin-right: 4px;
}

input[type="checkbox"]:checked {
  background: url("../image/checkbox-icon.png") 0 -14px no-repeat;
}

input[type="radio"]:checked {
  background: url("../image/select-icon.png") 0 -42px no-repeat;
}

body {
  min-width: 1200px;
  font-family: 'Microsoft YaHei', 'Arial', 'Lucida Sans Unicode', 'Myriad Pro', 'Hiragino Sans GB', 'Heiti SC', Verdana, simsun;
  font-size: 14px;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

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

.no-scroll {
  overflow: hidden;
}