.pagination {
    margin: 0 auto 0;
    width: 62.5%;
    text-align: right;
    padding-bottom: 50px;
}
.pagination .btnstyle {
  margin: 0 5px;
  background-color: #fff;
  color: #606266;
  min-width: 30px;
  min-height: 30px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
.pagination .btnstyle:hover {
  background-color: #204edf;
  color: #fff;
}
.pagination .exist {
  background-color: #204edf;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pagination {
    text-align: center;
  }
}
.content {
  width: 100%;
  background-color: #f7f7f7;
}
.content .top {
  min-width: 1200px;
  height: 520px;
  background: url('../static/img/download/banner.jpg');
  background-size: 100% 100%;
  position: relative;
}
.content .top .topinfo {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  padding-top: 192px;
  color: #fff;
}
.content .top .topinfo > h1 {
  font-size: 47px;
  letter-spacing: 9px;
  margin-bottom: 20px;
}
.content .top .topinfo > h5 {
  font-size: 18px;
  letter-spacing: 3px;
}
.content .top .topinfo .buttons {
  margin-top: 32px;
  display: flex;
}
.content .top .topinfo .buttons > button,
.content .top .topinfo .buttons > a {
  display: inline-block;
  cursor: pointer;
  width: 250px;
  height: 60px;
  border-radius: 5px;
  font-size: 22px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .top .topinfo .buttons > button .button-icon,
.content .top .topinfo .buttons > a .button-icon {
  width: 40px;
  height: 28px;
  margin-right: 10px;
}
.content .top .topinfo .buttons .userbutton {
  background-color: #204edf;
  border: none;
  color: #ffffff;
}
.content .top .topinfo .buttons .userbutton:hover {
  background-color: #0a7de9;
}
.content .top .topinfo .buttons .videobutton {
  margin-left: 40px;
  border: solid 1px #6689f6;
  color: #6689f6;
  background: none;
}
.content .top .topinfo .buttons .videobutton .MPhover {
  display: none;
}
.content .top .topinfo .buttons .videobutton:hover {
  border: solid 1px #0a7de9;
  color: #0a7de9;
}
.content .top .topinfo .buttons .videobutton:hover .MPdefault {
  display: none;
}
.content .top .topinfo .buttons .videobutton:hover .MPhover {
  display: inline-block;
}
.content .top .crumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.content .top .crumbs .crumbs-info {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ccc;
  font-size: 14px;
}
.content .top .crumbs .crumbs-info > img {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.content .top .crumbs .crumbs-info > a {
  color: #ccc;
}
.content .top .crumbs .crumbs-info > a:hover {
  color: #fff;
}
.content .centerlist {
  min-width: 1200px;
}
.content .centerlist .centerlist-ul {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
}
.content .centerlist .centerlist-ul > li {
  width: 394px;
  height: 356px;
  margin-bottom: 20px;
  padding-top: 35px;
  background-color: #fff;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .centerlist .centerlist-ul > li > img {
  width: 110px;
  height: 110px;
  background-color: #eeeeee;
}
.content .centerlist .centerlist-ul > li .li-title {
  margin-top: 30px;
  padding: 0 54px;
  height: 41px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  color: #333;
  text-align: center;
  overflow: hidden;
}
.content .centerlist .centerlist-ul > li .suv {
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666;
}
.content .centerlist .centerlist-ul > li .download {
  margin-top: 28px;
  width: 230px;
  height: 46px;
  background-color: #204edf;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
}
.content .centerlist .centerlist-ul > li .download:hover {
  background-color: #ff4325;
}
.content .centerlist .centerlist-ul > li:not(:nth-child(3n + 3)) {
  margin-right: 7.5px;
}
.content .centerlist .pager {
  margin: 30px auto 0;
  width: 62.5%;
  min-width: 1200px;
  overflow: hidden;
  zoom: 1;
  text-align: right;
}
.content .video {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.content .video video {
  position: fixed;
  top: 300px;
  left: 50%;
  margin-left: -450px;
}
@media screen and (max-width: 1230px) {
  .content .top {
    min-width: 1000px;
  }
  .content .top .topinfo {
    min-width: 1000px;
  }
  .content .top .crumbs .crumbs-info {
    width: 1000px;
  }
  .content .centerlist {
    min-width: 1000px;
  }
  .content .centerlist .centerlist-ul {
    min-width: 1000px;
  }
  .content .centerlist .centerlist-ul > li {
    width: 30%;
  }
  .content .centerlist .centerlist-ul > li:not(:nth-child(3n + 3)) {
    margin-right: 5%;
  }
  .content .centerlist .pager {
    min-width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .content .top {
    min-width: auto;
    background: url('../static/img/MP/download/banner.png');
    background-size: 100% 100%;
    height: auto;
  }
  .content .top .topinfo {
    width: 92%;
    min-width: auto;
    text-align: center;
    padding-top: 18vw;
  }
  .content .top .topinfo > h1 {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  .content .top .topinfo > h5 {
    font-size: 4vw;
  }
  .content .top .topinfo .buttons {
    margin-top: 4vw;
    flex-direction: column;
  }
  .content .top .topinfo .buttons > button,
  .content .top .topinfo .buttons > a {
    width: 45vw;
    height: 11vw;
    border-radius: 1vw;
    margin: 0 auto;
    font-size: 4vw;
  }
  .content .top .topinfo .buttons .videobutton {
    margin: 2vw auto 16vw;
  }
  .content .top .crumbs .crumbs-info {
    width: 92%;
	font-size: 12px;
  }
  .content .centerlist {
    min-width: auto;
  }
  .content .centerlist .centerlist-ul {
    width: 92%;
    min-width: auto;
  }
  .content .centerlist .centerlist-ul > li {
    margin: 0 auto 3vw;
    width: 100%;
  }
  .content .centerlist .centerlist-ul > li .li-title {
    font-size: 14px;
  }
  .content .centerlist .centerlist-ul > li .suv {
    font-size: 12px;
	margin-top: 0;
  }
  .content .centerlist .centerlist-ul > li:not(:nth-child(3n + 3)) {
    margin-right: 0;
  }
  .content .centerlist .pager {
    width: 92.5%;
    min-width: auto;
    text-align: center;
  }
}
/*# sourceMappingURL=download.css.map */