body, div, p, a, img, ul, li, span, form, input, label, select, option, button, h1, h2, h3, h4, h5, h6, header, article, section, footer, nav {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 16px;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input, button, select {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.hidden {
  opacity: 0;
}

.hide {
  display: none;
}

body {
  min-width: 1200px;
}

@media screen and (max-width: 1200px) {
  body {
    width: 1200px;
  }
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}

footer {
  background: #484f5c;
  padding: 50px 0 30px;
}
footer .foot-down {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .foot-down .down-code {
  width: 180px;
  margin-right: 34px;
}
footer .foot-down .down-code .img {
  border-radius: 5px;
  padding: 5px;
  background: #fff;
}
footer .foot-down .down-code p {
  font-size: 14px;
  color: #f5f5f5;
  text-align: center;
  margin-top: 12px;
}
footer .foot-down .down-btns {
  width: 217px;
  margin-top: -26px;
}
footer .foot-down .down-btns .btn {
  display: block;
  border-radius: 8px;
  border: 1px solid #fff;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding-left: 74px;
  color: #333;
}
footer .foot-down .down-btns .btn.android-btn {
  background: #fff url("../images/icon-android1.png") no-repeat 21px center;
  background-size: 32px auto;
}
footer .foot-down .down-btns .btn.ios-btn {
  background: #fff url("../images/icon-ios1.png") no-repeat 21px center;
  background-size: 29px auto;
}
footer .foot-down .down-btns .btn + .btn {
  display: block;
  margin-top: 25px;
}
footer .foot-text {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
}
footer .foot-text span, footer .foot-text a {
  padding: 0 15px;
  border-right: 1px solid #fff;
}
footer .foot-text span:last-child, footer .foot-text a:last-child {
  border-right: 0;
}

.ft20 {
  font-size: 20px;
}

.ft18 {
  font-size: 18px;
}

.ft16 {
  font-size: 16px;
}

.dark {
  color: #333;
}

.article {
  padding: 80px 15px;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.article p {
  margin-bottom: 15px;
}
.article .title {
  margin-top: 20px;
}

.underline {
  text-decoration: underline;
}

.qq {
  text-decoration: underline;
  color: #3e3ef2;
}

/*# sourceMappingURL=privacy.css.map */
