
body {
  font-size: 10%;
  -webkit-touch-callout: none;
  user-select: none;
}

body,
textarea,
input,
button,
select,
a {
  font-family: "MicroSoft YaHei", sans-serif;
  color: #3e3a39;
}

input::-webkit-input-placeholder {
  font-family: "aaa";
}

input::-moz-placeholder {
  font-family: "aaa";
}

input::-moz-placeholder {
  font-family: "aaa";
}

input::-ms-input-placeholder {
  font-family: "aaa";
}

dl,
ol,
ul,
p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

input,
button {
  outline: none;
  border: none;
}

button:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

@media (min-width: 992px) {}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: 'aaa';
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.home-main {
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


/* ios点击图片有黑背景 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

*:not(input,
  textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}