html.mobile {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

html.mobile * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #333;
  line-height: 1.0em;
  background: #fff;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

#nav {
  background-color: rgba(247, 247, 247, 0.9);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

html.iOS #nav {
  -webkit-backdrop-filter: saturate(180%) blur(20px) opacity(98%);
          backdrop-filter: saturate(180%) blur(20px) opacity(98%);
}

.block {
  background-color: #fff;
  margin: auto;
}

.block .block-title {
  text-align: center;
  color: #333;
}

#appdownload, #feature1 {
  background-color: #eee;
}

#appdownload .appdesc .apptitle em {
  font-style: normal;
  font-weight: 600;
}

#appdownload .appdesc .appsubtitle {
  color: #333;
}

#appdownload .download {
  display: none;
}

.gallery {
  overflow: hidden;
}

.gallery > .swiper-wrapper > .swiper-slide {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#axentclub .gallery .indicators {
  text-align: center;
}

#axentclub .gallery .indicators > .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #c1c1c1;
  border: 2px solid #fff;
  margin: 0 9px;
  opacity: 1.0;
}

#axentclub .gallery .indicators > .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 2px solid #0f64ff;
}

#axentclub .gallery .catalog > .title {
  display: block;
}

#feature1 ul.box {
  font-size: 0;
  list-style: none;
}

#feature1 .box .box-item .box-desc .title {
  line-height: 1.0em;
}

#feature1 .box .box-item .box-desc .subtitle {
  color: #999;
}

#footer {
  background-color: #222;
}

#footer ul.box {
  font-size: 0;
  list-style: none;
}

#footer ul.box li {
  background-color: #373737;
  color: #eee;
}

#footer ul.box li div {
  cursor: pointer;
}

#footer .bk {
  color: #999;
}
