html,
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
dl,
dt,
dd,
a,
p {
  padding: 0;
  margin: 0;
}
body {
  font-family: Arial, 'MicrosoftYaHei';
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
ul {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
  color: #333;
  background: transparent;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: middle;
}
.mainsVw {
  width: 100%;
}
.container {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
}

.more {
  margin: 0 auto;
  width: 180px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #0081b9;
}
.more:hover {
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .more {
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

}
/*# sourceMappingURL=rest.css.map */