*{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby,section, summary,time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html,body{ height:100%; font-size: 12px; font-family:Helvetica, "Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;  }
img,input,button,a,select,textarea{ margin: 0; padding: 0; resize:none; border:none; outline:none; }
ol,ul { list-style:none; }
h1,h2,h3,h4,h5,h6,p,em,i,b,em{ font-size:100%; word-wrap:break-word; font-weight: normal; font-style: normal; }
a:active, a:focus{ outline:none; }
button::-moz-focus-inner,input::-moz-focus-inner{ padding:0; border:0; }
*html{ background-image:url(about:blank); background-attachment:fixed; }
/* ä¿®æ­£IE6æŒ¯åŠ¨bug */
table{ border-collapse:collapse; border-spacing:0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size:0; }
.clearfix{ zoom:1; }
.fl {float: left;}
.fr {float: right;}
body {
  background:#efefef;
}
a {
  text-decoration: none;
}

.cnt {
  height: 8.85rem;
  background: #8713CA url(./images/mobile/bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.hd {
  overflow: hidden;
  padding: 0.3rem 0 0 0.3rem;
  color: #ffffff;
  font-size: 0.55rem;
  line-height: 0.91rem;
  font-family: BalooDa-Regular, BalooDa;
}

.hd .logo {
  display: inline-block;
  vertical-align: middle;
  width: 3.76rem;
  height: 0.9rem;
  background: url(./images/logo.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-right: 0.2rem;
}

.bd {
  position: relative;
  height: 9.1rem;
  margin-top: 0.37rem;
  color: #FFFFFF;
  text-align: center;
}

.bd h1{
  font-size: 0.38rem;
  font-weight: bold;
}

.download-wrap {
  margin-top: 2.1rem;
}


.download-wrap a {
  width: 2.29rem;
  height: 0.66rem;
  display: inline-block;
  margin-right: 0.42rem;
}

.iphone {
  background: url(./images/google.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.android {
  background: url(./images/apk.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.ft {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  color: #999999;
  text-align: center;
}


.links {
  margin: 0.2rem 0 0.14rem;
}

.links a{
  display: inline-block;
  vertical-align: middle;
  color:#8713ca;
  font-size: 0.24rem;
}

.links a:hover {
  text-decoration: underline;
}

.links .line{
  display: inline-block;
  vertical-align: middle;
  width: 0.01rem;
  height: 0.3rem;
  margin: 0 0.24rem;
  background-color: #979797;
}


/* 轮播 */
.swiper-container {
  width: 3.45rem;
  height: 8.1rem;
  position: absolute;
  left: 50%;
  margin-left: -1.725rem;
  top: 1rem;
  border-radius: 0.53rem;
} 
.top {
  position: absolute;
  left: 50%;
  margin-left: -1.88rem;
  top: 0.845rem;
  width: 3.76rem;
  height: 7.52rem;
  background: url(./images/mobile/iphoneX.png) center 0 no-repeat;
  background-size: 100% 100%;
  z-index: 2;
} 

.swiper-container .img {
  width: 3.45rem;
  height: 7.16rem;
  overflow: hidden;
  text-align: center;
}

.swiper-container img {
  width: 3.45rem;
  height: 7.31rem;
}

.swiper-pagination-bullets .swiper-pagination-bullet:focus{
  outline: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

:root {
  --swiper-theme-color: #686868;
}