@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
input,
select,
textarea {
  background: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: inherit;
}
input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -appearance: none;
}
html,
body,
.gridContainer {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Microsoft Yahei", "微软雅黑";
  font-size: .24rem;
  color: #333;
  line-height: 1.5;
}
.gridContainer {
  position: relative;
  width: 6.4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.swiper-container-main{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
._qp{
  position: absolute;
  top: 0;
  left: 0;
  width: 6.4rem;
  height: 10.4rem;
  -webkit-transform-origin:top center;
  transform-origin:top center;
  overflow: hidden;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.clearfix:after {
  display:block;
  content:'';
  clear:both;
  visibility:hidden
}
