@charset "utf-8";
body {
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  display: block;
  border: none;
}
label {
  user-select: none;
}
a {
  color: #000;
}
a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}
input,
textarea,
select,
a:focus {
  outline: none;
}
input,
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}
textarea {
  resize: none;
}
ul,
li {
  list-style: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
input {
  outline: none;
}
input:focus {
  outline: none;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=common.css.map */