@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea, menu, nav,
th, td {
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  line-height: 1;
  font-family: '微软雅黑';
  background: #f5f5f5; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

ul, ol, li {
  list-style-type: none; }

img {
  max-width: 100%; }
  @media (--mobile) {
    img {
      width: 100%; } }

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s; }

button,
input {
  outline: none; }

button {
  border: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:after, .clearfix:before {
    content: '';
    display: table; }
  .clearfix:after {
    clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.sp-blank {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
