* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI, serif;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}
body em,
body i {
  font-style: normal;
}
body ol,
body ul,
body li {
  list-style: none;
}
body img {
  border: 0;
  vertical-align: middle;
}
body p {
  margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
body a {
  text-decoration: none !important;
  cursor: pointer;
}
body a:hover {
  color: #5d5d5d !important;
}
.header{
  border-bottom: 1px solid #E5E5E5;
}
.header .logo {
  float: left;
}
.header .logo a {
  display: block;
  width: auto;
  height: 24px;
  margin-top: 23px;
  font-size: 14px;
  color: #5b5b5b;
}
.header .logo a img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
  padding-right: 10px;
}
.header .menu {
  float: right;
}
.header .menu .list li {
  float: left;
  line-height: 70px;
  margin-right: 48px;
}
.header .menu .list li a {
  display: inline-block;
  font-size: 16px;
  color: #000;
}

.breadcrumb {
  padding: 20px 0;
}
.breadcrumb .breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  color: #6D6A6A;
}
.description {
  padding: 60px 15px;
}
.description .title {
  text-align: center;
}
.description .title h2 {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}
.description .title p {
  padding-top: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #6D6A6A;
  line-height: 32px;
}
.description .img {
  padding-top: 50px;
  text-align: center;
}
.description .img img {
  width: 80%;
  height: auto;
}
.download {
  padding-top: 100px;
  text-align: center;
}
.download .title h2 {
  font-weight: 400;
  font-size: 36px;
  color: #000000;
}
.download .title p {
  padding-top: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #6D6A6A;
  line-height: 32px;
}
.download .info {
  display: inline-block;
  width: 100%;
  margin-top: 58px;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #f3f5fd;
  cursor: pointer;
}
.download .info img {
  width: 68px;
  height: 80px;
}
.download .info .name {
  padding-top: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  line-height: 25px;
}
.download .info .version {
  padding-top: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #6D6A6A;
  line-height: 25px;
}
.download .info button {
  width: 113px;
  height: 40px;
  margin-top: 38px;
  line-height: 40px;
  text-align: center;
  background: #D20029;
  border-radius: 20px 20px 20px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.download .info button:hover {
  transform: scale(1.1);
}
.footer {
  margin-top: 50px;
  padding: 20px 0;
  line-height: 25px;
  text-align: center;
  border-top: 1px solid #f1f1f1;
}
.footer .copyright p {
  font-weight: 400;
  font-size: 14px;
  color: #3E3636;
}
@media (max-width: 992px) {
  .header {
    height: 64px;
    padding: 0 15px;
    border-bottom: 1px solid #f1f1f1;
  }
  .header .logo {
    float: left;
  }
  .header .logo a {
    margin: 20px 0;
  }
  .header .menu {
    position: relative;
  }
  .header .menu::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../images/nav.png) no-repeat center center rgba(24, 47, 95, 0.7);
    background-size: 20px auto;
    cursor: pointer;
  }
  .header .menu .list {
    position: fixed;
    right: 0;
    width: 300px;
    height: 100vh;
    padding: 50px 20px;
    background: #5c6c8f;
    display: none;
    z-index: 999;
  }
  .header .menu .list li {
    float: none;
    line-height: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header .menu .list li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
  }
  .header .menu .list li a:hover {
    color: #eaeaea !important;
  }
  .header .menu .list li:last-child {
    margin-bottom: 0;
  }
  .header .menu .list li:last-child a {
    color: #fff;
  }
  .header .menu .list li:last-child a:hover {
    color: #eaeaea !important;
  }
  .header .menu .active {
    display: block;
  }
  .breadcrumb {
    padding: 20px 15px;
  }
  .description {
    padding: 60px 15px;
  }
  .description .img {
    width: 100%;
    height: 100%;
  }
  .download {
    padding-top: 100px;
    text-align: center;
  }
  .download .title {
    padding: 0 15px;
  }
  .download .info {
    padding: 75px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 38px;
  }
  .footer {
    padding: 50px 15px;
  }
}
/*# sourceMappingURL=wap.css.map */