* {
  padding: 0;
  margin: 0;
  font-style: normal;
}
body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}
img {
  margin: 0px;
  padding: 0;
  border: none;
  outline: none;
}
.clear {
  clear: both;
  width: 100%;
  height: 0px;
  font-size: 0px;
  overflow: hidden;
}
input,
button {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}
textarea {
  outline: none;
  background: none;
}
button {
  border: none;
}
ul,
li {
  list-style: none;
}
a,
a:active,
a:link,
a:visited,
a:focus,
a:hover {
  text-decoration: none;
}
.clearfix:after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.w1280 {
  width: 1280px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f25 {
  font-size: 25px;
}
.center {
  text-align: center;
}
.display_ib {
  display: inline-block;
}
.m_auto {
  margin: auto;
}
.m_auto1 {
  margin: 0px auto;
}
.m_auto2 {
  margin: auto 0px;
}
.flex {
  display: flex;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
}
.flexLine {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.lb {
  justify-content: space-between;
}
.abs {
  position: absolute;
}
.wow {
  visibility: hidden;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
  left: 750px;
}
.mask.show {
  opacity: 1;
  transition: 0.3s;
  z-index: 1;
  left: 0px;
}
.swiper-container {
  transition: 0.5s;
}
.apple-banner {
  transition: 0.5s;
}
@media (max-width: 768px) {
  .swiper-container .swiper-wrapper > div {
    background-size: auto 100%;
  }
}
/*# sourceMappingURL=base.css.map */