@charset "utf-8";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
li,
ol,
ul {
  list-style-image: none;
  list-style: none;
}
a,
button,
input,
span,
div {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: initial;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
select::-ms-expand {
  display:  none;
}
table {
  border-collapse:  collapse;
  border-spacing:  0;
}
textarea {
  -webkit-appearance:  none;
  appearance:  none;
  outline:  none;
}
select {
  outline:  none;
  appearance:  none;
  -moz-appearance:  none;
  -webkit-appearance:  none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"],
input[type="tel"],
button {
  -webkit-appearance:  none;
  appearance:  none;
  border-radius:  0;
  outline:  none;
  border:  0;
}
address,
caption,
cite,
code,
dfn,
th,
var,
em,
i {
  font-weight:  normal;
  font-style:  normal;
}
a {
  text-decoration: none;
  color: #333;
}
a:active {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
fieldset,
img {
  border:  0px;
}
