body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dialog,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font: 12px/1.5 arial, tahoma, simsun, sans-serif;
  font-size: 100%;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
cite,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a,
a:hover {
  outline: none;
  text-decoration: none;
}

legend {
  color: #333;
}

fieldset,
img {
  border: 0 none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
  height: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

body {
  background-color: #fff;
  color: #333;
  font: 1rem/1.5 "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", \9ED1\4F53, Arial, sans-serif;
  height: 100%;
  box-sizing: border-box;
}

.none {
  display: none;
}

.apkurl.down_url {
  cursor: pointer;
}

.container {
  font-family: \5FAE\8F6F\96C5\9ED1;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 640px;
  min-height: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

.container img {
  display: block;
  width: 100%;
}

.module {
  width: 100%;
  position: relative;
}

.down_load {
  position: absolute;
  width: 100%;
  bottom: 4.5%;
  text-align: center;
}

.down_load a {
  display: inline-block;
  width: 65%;
  margin: -20% auto;
}

.down_load a img {
  position: inherit;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  max-width: 640px;
  min-width: 320px;
}

header a {
  width: 31.2%;
  position: absolute;
  top: 6%;
  right: 0%;
  height: 85%;
}

.middle_download {
  position: absolute;
  top: 36.2%;
  left: 35%;
  width: 32%;
}

.middle_download2 {
  position: absolute;
  top: 51.2%;
  left: 25%;
  width: 50%;
}

.activity {
  width: 86%;
  margin: 0 auto;
  top: 58.5%;
  left: 7%;
  position: absolute;
  overflow: hidden;
  height: 8%;
}

.activity ul {
  top: 0;
  padding: 0;
  color: #666;
  position: relative;
}

.activity li {
  position: relative;
}

img.tip {
  position: absolute;
  width: 100%;
  top: 11.6%;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

div.swiper-container {
  text-align: center;
  overflow: hidden;
  position: absolute;
  margin: 0 auto;
  width: 84%;
  left: 8%;
  bottom: 4.5%;
}

div.swiper-pagination {
  text-align: center;
  overflow: hidden;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  bottom: 2.8%;
}

.swiper-pagination-bullet {
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-image: url(./bullet.png);
  background-color: transparent;
  background-size: 70%;
  background-repeat: no-repeat;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-image: url(./bullet-active.png);
  opacity: 1;
}

#slider {
  text-align: center;
  overflow: hidden;
  position: absolute;
  margin: 0 auto;
  width: 85.5%;
  left: 7%;
  bottom: 8.5%;
}

.current {
  display: inline !important;
}

.hidden {
  display: none !important;
}

#slider .control {
  position: absolute;
  width: 100%;
  top: 22%;
  margin: 0 auto;
}

/*weixin-tip*/
.weixin-tip {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=80);
  height: 100%;
  width: 100%;
  z-index: 100;
}

.weixin-tip p {
  margin: 0 auto;
  text-align: center;
}