@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

img {
  border: none;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

button, select {
  text-transform: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none; }

textarea {
  overflow: auto;
  resize: vertical;
  resize: none; }

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

td, th {
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0; }

ul, ol, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

a {
  outline: none; }

em, i {
  font-style: normal; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

html {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  width: 100%;
  height: 100%;
  font-family: Arial,Helvetica,Microsoft YaHei;
  -webkit-text-size-adjust: 100%; }

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
  a:hover, a:focus {
    outline: none; }

/*        清除手机端的样式      */
a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input,
button {
  -webkit-appearance: none;
  border-radius: 0; }

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