@charset "utf-8";
/* reset */
img {
  vertical-align: top;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.clearfix {
  *zoom: 1;
}
/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/*清除浮动兼容*/
.bg0042a4 {
  background: #5442df !important;
}
.menu li:hover {
  background: #393fca;
}
.menu li.active {
  background: #393fca;
}
.w1240 {
  width: 1240px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .w1240 {
    width: 1200px;
  }
}
/*# sourceMappingURL=base.css.map */