*{-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:"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:linear-gradient(135deg,rgba(34,91,105,1) 0%,rgba(63,176,170,1) 100%);
}
a {
  text-decoration: none;
}

.wrap {
  height: 943px;
  background: url(../image/bg.png) center 0 no-repeat;
}

.hd {
  height: 178px;
  overflow: hidden;
  padding: 0 38px 0 30px;
  color: #ffffff;
}

.hd .logo {
  width: 140px;
  height: 37px;
  background: url(../image/logonew.png) 0 0 no-repeat;
  margin-top: 9px;
}

.hd .menu {
  margin-top: 17px;
}

.menu a {
  color: #ffffff;
  font-size:14px;
}

.bd {
  position: relative;
  width: 1380px;
  height: 680px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../image/main.png) 0 0 no-repeat;
}

.bd .download-wrap {
  margin: 316px 0 0 861px;
}

.download-wrap a {
  width:144px;
  height:53px;
  display: inline-block;
  margin-right: 15px;
  border:2px solid #fff;
  border-radius:6px;
  font-size:16px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
}

.download-wrap i {
  width:21px;
  height:24px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.download-wrap span {
  display: inline-block;
  vertical-align: middle;
}

.iphone i {
  background: url(../image/iphone.png) 0 0 no-repeat;
}

.android i {
  background: url(../image/android.png) 0 0 no-repeat;
}

.qrcode i {
  width:24px;
  height:24px;
  margin: 0;
  background: url(../image/qrcode.png) 0 0 no-repeat;
}

.download-wrap .qrcode {
  width:51px;
}


.ft {
  margin-bottom: 24px;
  color: #ffffff;
  font-size:12px;
  text-align: center;
  line-height: 30px;
}


.pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.pop .mask{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.pop .pop-cnt {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  background: #fff;
  text-align: center;
}

.pop img {
  width: 168px;
  height: 168px;
  border: 1px solid #D3D3D3;
  margin-top: 65px;
}

.pop .close {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  color: #cccccc;
  font-family: sans-serif;
}
.pop .close:hover {
  color: #b6b0b0;
}

/* 轮播 */
.swiper-container {
  width: 360px;
  height: 570px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
  top: 7px;
} 

.swiper-container .img {
  width: 360px;
  height: 535px;
  text-align: center;
}

.swiper-container img {
  width: 260px;
  height: 535px;
  border-radius: 20px;
}

.swiper-pagination-bullets {
  bottom: 15px;
}

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

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

:root {
  --swiper-theme-color: #78bcb5;
}