* {
  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 .logo {
  float: left;
}
.header .logo a {
  display: block;
  width: 110px;
  height: 24px;
  margin-top: 23px;
}
.header .logo a img {
  width: 100%;
  height: 100%;
  animation: pulse 2s infinite;
}
.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;
}
.header .menu .list li:last-child {
  margin-right: 0;
  animation: heartBeat 2s infinite;
}
.header .menu .list li:last-child a {
  width: 102px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #D20029;
  font-size: 14px;
  color: #D20029;
}
.header .menu .list li:last-child a:hover {
  color: #fa365c !important;
}
.header .menu .list li:last-child a:hover {
  color: #fa365c !important;
}
.breadcrumb {
  padding: 20px 0;
}
.breadcrumb .breadcrumb-list a {
  font-weight: 400;
  font-size: 14px;
  color: #6D6A6A;
}
.info {
  padding: 60px 15px;
}
.info .info-title {
  text-align: center;
}
.info .info-title h2 {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}
.info .info-title p {
  padding-top: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #6D6A6A;
  line-height: 32px;
}
.info .info-title button {
  margin-top: 40px;
  width: 150px;
  height: 54px;
  line-height: 54px;
  background: #D20029;
  border-radius: 30px 30px 30px 30px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  animation: heartBeat 2s infinite;
}
.info .info-img {
  padding-top: 50px;
  text-align: center;
}
.info .info-img .box {
  display: inline-block;
  width: 838px;
  height: auto;
}
.info .info-img .box img {
  width: 100%;
  height: 100%;
}
.download {
  padding-top: 100px;
  text-align: center;
}
.download .download-title h2 {
  font-weight: 400;
  font-size: 36px;
  color: #000000;
}
.download .download-list {
  padding-top: 75px;
  text-align: center;
}
.download .download-list .item {
  display: inline-block;
  width: 280px;
  height: 320px;
  padding-top: 58px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  box-shadow: #D1D5EA -3px -3px 10px;
  cursor: pointer;
}
.download .download-list .item img {
  width: 68px;
  height: 80px;
  animation: headShake 2s infinite;
}
.download .download-list .item .name {
  padding-top: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  line-height: 25px;
}
.download .download-list .item .version {
  padding-top: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #6D6A6A;
  line-height: 25px;
}
.download .download-list .item 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;
  animation: heartBeat 2s infinite;
}
.download .download-list .item button:hover {
  animation: none !important;
}
.download .download-list .item:last-child {
  background: #EEF0FA;
}
.download .download-list .item:hover {
  animation: pulse 2s infinite;
}
.tag {
  padding-top: 60px;
}
.tag .tag-title {
  text-align: center;
}
.tag .tag-title h2 {
  font-weight: 400;
  font-size: 36px;
  color: #000000;
}
.tag .tag-title p {
  padding-top: 20px;
  font-weight: 300;
  font-size: 26px;
  color: #6D6A6A;
}
.tag .tag-list {
  padding-top: 50px;
  text-align: center;
}
.tag .tag-list a {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 15px;
  background: rgba(217, 217, 217, 0.3);
  border-radius: 20px 20px 20px 20px;
  color: #000;
}
.footer {
  padding: 60px 0 30px 0;
  text-align: center;
}
.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/menu.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 {
    border: 1px solid #FFFFFF7F;
    color: #fff;
  }
  .header .menu .list li:last-child a:hover {
    color: #eaeaea !important;
  }
  .header .menu .active {
    display: block;
  }
  .breadcrumb {
    padding: 20px 15px;
  }
  .info {
    padding: 60px 15px;
  }
  .info .info-img .box {
    width: 100%;
    height: 100%;
  }
  .download {
    padding-top: 100px;
    text-align: center;
  }
  .download .download-title {
    padding: 0 15px;
  }
  .download .download-list {
    padding: 75px 15px 0 15px;
    text-align: center;
  }
  .download .download-list .item {
    width: 100%;
    margin-bottom: 38px;
  }
  .tag {
    padding: 50px 15px;
  }
  .footer {
    padding: 50px 15px;
  }
}
.active{
  color: #f35532 !important;
}
@media (max-width: 992px) {
  .active{
    color: #fb7f72 !important;
  }
}
/*# sourceMappingURL=windows.css.map */