* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  display: block;
}
div {
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
img {
  width: 100%;
}
* {
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -khtml-user-select: none;
  /*早期浏览器*/
  -moz-user-select: none;
  /*火狐*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
img {
  pointer-events: none;
}
header {
  width: 100%;
  height: 987px;
  position: relative;
  background: url(../img/pc/theme.png) center center no-repeat;
  background-size: cover;
}
header .logo {
  position: absolute;
  top: 58px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
header .logo img {
  width: 236px;
}
header .logo div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  font-size: 22px;
  color: #ffffff;
}
header .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .container .title {
  width: 1174px;
  margin-top: 356px;
}
header .container .text {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
  font-size: 60px;
  margin-bottom: 98PX;
}
header .container .text #countUp {
  color: #ffffff;
}
.download {
  display: flex;
}
.download .download-list {
  width: 230px;
  margin-right: 48px;
  cursor: pointer;
}
.download .qrcode {
  position: relative;
}
.download .qrcode .codePic {
  width: 132px;
  height: 132px;
  border-radius: 14px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.download .qrcode .codePic img {
  width: 116px;
  height: 116px;
  display: flex;
  margin: 8px auto;
}
.download .codePic {
  background: #fff;
}
.download div:nth-child(3):hover .codePic {
  display: block;
}
.desc {
  font-size: 42px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 64px;
}
.desc .sliTitle {
  margin-bottom: 28px;
}
.section2-pc {
  height: 540px;
  display: flex;
  width: 1200px;
  margin: auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  line-height: 32px;
  padding: 55px 0;
  justify-content: space-between;
  letter-spacing: 2px;
  line-height: 42px;
}
.section2-pc div:nth-child(1) {
  width: 240px;
}
.section2-pc div:nth-child(2) {
  width: 650px;
}
.section2-pc div:nth-child(3) {
  width: 72px;
}
.section2-mob {
  display: none;
}
.section3 {
  width: 100%;
  background: url(../img/pc/section-bg.png) no-repeat;
  background-size: cover;
  height: 596px;
  position: relative;
  background-attachment: fixed;
  background-position: top;
}
.section5 {
  width: 100%;
  background: url(../img/pc/section1-bg.png) no-repeat;
  background-size: cover;
  height: 596px;
  position: relative;
  background-attachment: fixed;
  background-position: top;
}
.section7 {
  width: 100%;
  background: url(../img/pc/section2-bg.png) no-repeat;
  background-size: cover;
  height: 596px;
  position: relative;
  background-attachment: fixed;
  background-position: top;
}
.section9 {
  width: 100%;
  background: url(../img/pc/section3-bg.png) no-repeat;
  background-size: cover;
  height: 596px;
  position: relative;
  background-attachment: fixed;
  background-position: top;
}
.section11 {
  width: 100%;
  background: url(../img/pc/section4-bg.png) no-repeat;
  background-size: cover;
  height: 596px;
  position: relative;
  background-attachment: fixed;
  background-position: top;
}
.section4,
.section6,
.section8,
.section10,
.section12 {
  width: 950px;
  height: 620px;
  margin: auto;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.section6,
.section10 {
  text-align: right;
}
.section6 .desc div:nth-child(3),
.section10 .desc div:nth-child(3) {
  text-align: right;
}
.section4 {
  width: 1040px;
}
.section4 .section-pic {
  display: block;
  width: 491px;
  margin-top: -254px;
}
.section4 .section-mob {
  display: none;
}
.section4 .sliTitle {
  width: 260px;
}
.section4 .desc {
  margin-top: -100px;
}
.section6 .section-pic,
.section8 .section-pic,
.section12 .section-pic {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.section6 .section-pic img,
.section8 .section-pic img,
.section12 .section-pic img {
  width: 392px;
}
.section6 {
  width: 1370px;
}
.section6 .section-pic img {
  width: 475px;
}
.section6 .sliTitle {
  width: 317px;
}
.section6 .desc {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  font-size: 40px;
  margin-top: -100px;
}
.section8 {
  width: 1200px;
}
.section8 .sliTitle {
  width: 538px;
}
.section8 .desc {
  margin-top: -60px;
}
.section8 .section-pic {
  margin-top: -78px;
}
.section8 .section-pic img {
  width: 562px;
}
.section10 {
  width: 1070px;
}
.section10 .sliTitle {
  width: 253px;
}
.section10 .desc {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  margin-top: -100px;
}
.section10 .section-pic img {
  width: 494px;
  margin-top: -255px;
}
.section12 {
  width: 1100px;
}
.section12 .sliTitle {
  width: 253px;
}
.section12 .desc {
  margin-top: -60px;
}
.section12 .section-pic img {
  width: 460px;
}
.footer {
  text-align: center;
  height: 280px;
  background: rgba(31, 34, 51, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
}
.footer .download {
  margin: 55px auto 20px auto;
}
.footer .download .codePic {
  position: absolute;
  left: 0;
  top: unset !important;
  bottom: 0;
}
.footer .download .qrcode:hover .codePic {
  display: block;
}
.footer .foot-text .link {
  margin-left: 15px;
}
@media screen and (min-width: 961px) and (max-width: 1680px) {
  header {
    width: 100%;
    height: 810px;
    position: relative;
    background: url(../img/pc/theme.png) center center no-repeat;
    background-size: cover;
  }
  header .logo {
    position: absolute;
    top: 58px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
  }
  header .logo img {
    width: 236px;
  }
  header .logo div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 152px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    font-size: 22px;
    color: #ffffff;
  }
  header .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .container .title {
    width: 708px;
    margin-top: 298px;
  }
  header .container .text {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 40px;
    font-size: 36px;
  }
  header .container .text #countUp {
    color: #ffffff;
  }
  .download {
    display: flex;
  }
  .download .download-list {
    width: 161px;
    margin-right: 34px;
  }
  .download .qrcode {
    width: 58px;
    position: relative;
  }
  .download .qrcode .codePic {
    width: 132px;
    height: 132px;
    border-radius: 14px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .download .qrcode .codePic img {
    width: 116px;
    height: 116px;
    display: flex;
    margin: 8px auto;
  }
  .download .codePic {
    background: #fff;
  }
  .download .qrcode:hover .codePic {
    display: block;
  }
  .section2-pc {
    height: 510px;
    display: flex;
    width: 990px;
    margin: auto;
    color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
    padding: 55px 0;
    justify-content: space-between;
    letter-spacing: 2px;
    line-height: 36px;
  }
  .section2-pc div:nth-child(1) {
    width: 210px;
  }
  .section2-pc div:nth-child(2) {
    width: 560px;
  }
  .section2-pc div:nth-child(3) {
    width: 72px;
  }
  .desc {
    font-size: 34px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 64px;
  }
  .desc .sliTitle {
    margin-bottom: 28px;
  }
  .section4,
  .section6,
  .section8,
  .section10,
  .section12 {
    width: 750px;
    height: 540px;
  }
  .section4 {
    width: 860px;
  }
  .section4 .section-pic {
    display: block;
    width: 401px;
    margin-top: -254px;
  }
  .section4 .section-mob {
    display: none;
  }
  .section4 .sliTitle {
    width: 232px;
  }
  .section4 .desc {
    margin-top: -100px;
  }
  .section6 {
    width: 950px;
  }
  .section6 .section-pic img {
    width: 400px;
  }
  .section6 .sliTitle {
    width: 270px;
  }
  .section6 .desc {
    width: 450px;
    display: flex;
    flex-direction: column;
    align-items: self-end;
    font-size: 40px;
    margin-top: -60px;
  }
  .section8 .sliTitle {
    width: 458px;
  }
  .section8 .desc {
    margin-top: -60px;
  }
  .section8 {
    width: 950px;
  }
  .section8 .section-pic {
    margin-top: -78px;
  }
  .section8 .section-pic img {
    width: 478px;
  }
  .section10 {
    width: 950px;
  }
  .section10 .sliTitle {
    width: 215px;
  }
  .section10 .desc {
    display: flex;
    flex-direction: column;
    align-items: self-end;
    margin-top: -100px;
  }
  .section10 .section-pic img {
    width: 420px;
    margin-top: -255px;
  }
  .section12 {
    width: 900px;
  }
  .section12 .sliTitle {
    width: 215px;
  }
  .section12 .desc {
    margin-top: -60px;
  }
  .section12 .section-pic img {
    width: 391px;
  }
}
@media screen and (max-width: 960px) {
  .download {
    display: flex;
  }
  .download .download-list {
    width: 3.0667rem;
    margin-right: 0.64rem;
  }
  .download .qrcode {
    width: 1.1rem;
    height: 1.1rem;
    position: relative;
  }
  .download .qrcode .codePic {
    width: 2.16rem;
    height: 2.1867rem;
    border-radius: 0.1867rem;
    display: none;
    position: absolute;
    left: unset;
    top: 0;
    right: 0;
  }
  .download .qrcode .codePic img {
    width: 1.92rem;
    height: 1.92rem;
    display: flex;
    margin: 0.1333rem auto;
  }
  .download .qrcode:hover .codePic {
    display: block;
  }
  header {
    height: 8.72rem;
  }
  header .logo {
    position: absolute;
    top: 0.3333rem;
  }
  header .logo img {
    width: 2.24rem;
  }
  header .logo div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 0.64rem;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0.4rem;
    font-size: 0.2667rem;
    color: rgba(255, 255, 255, 0.9);
  }
  header .container .title {
    width: 7.5333rem;
    margin-top: 3.2rem;
  }
  header .container .text {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5333rem;
    margin-bottom: 1rem;
    font-size: 0.3867rem;
  }
  .section2-mob {
    height: auto;
    display: block;
    width: 100%;
    margin: auto;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.32rem;
    line-height: 0.5333rem;
    padding: 0.9067rem 0.8rem;
  }
  .section2-mob div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4267rem;
  }
  .section2-mob div:nth-child(1) img:nth-child(1) {
    width: 3.2rem;
  }
  .section2-mob div:nth-child(1) img:nth-child(2) {
    width: 1.1867rem;
    height: 0.8933rem;
  }
  .section2-mob div:nth-child(2) {
    width: 100%;
  }
  .section2-pc {
    display: none;
  }
  .section3,
  .section5,
  .section7,
  .section9,
  .section11 {
    width: 100%;
    height: 7.9467rem;
    background-attachment: inherit;
  }
  .section4,
  .section6,
  .section8,
  .section10,
  .section12 {
    width: 100%;
    height: auto;
    display: block;
  }
  .section4 .desc div:nth-child(1),
  .section6 .desc div:nth-child(1),
  .section8 .desc div:nth-child(1),
  .section10 .desc div:nth-child(1),
  .section12 .desc div:nth-child(1) {
    margin-top: 1.1733rem;
  }
  .section4 .desc div:nth-child(3),
  .section6 .desc div:nth-child(3),
  .section8 .desc div:nth-child(3),
  .section10 .desc div:nth-child(3),
  .section12 .desc div:nth-child(3) {
    margin-bottom: 1.5733rem;
  }
  .section4 .section-pic img,
  .section6 .section-pic img,
  .section8 .section-pic img,
  .section10 .section-pic img,
  .section12 .section-pic img {
    width: 6.5333rem;
  }
  .section4 img,
  .section6 img,
  .section8 img,
  .section10 img,
  .section12 img {
    vertical-align: bottom;
  }
  .section4,
  .section8,
  .section12 {
    display: flex;
    flex-direction: column-reverse;
  }
  .section10 {
    display: flex;
    flex-direction: column-reverse;
  }
  .section10 .section-pic img {
    margin-top: -2.24rem;
  }
  .section6 .desc div:nth-child(3),
  .section10 .desc div:nth-child(3) {
    text-align: center;
  }
  .section4 .sliTitle {
    width: 3.58rem;
    margin: auto;
  }
  .section4 .desc {
    margin-top: 0;
  }
  .section4 .section-mob {
    margin-left: -5.5rem;
  }
  .section4 .section-pic {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: end;
    display: none;
  }
  .section4 .section-pic img {
    width: 9.2rem;
  }
  .section4 .section-mob {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .section4 .section-mob img {
    width: 6rem;
  }
  .section6 {
    padding: 0 1.9rem;
  }
  .section6 .section-pic {
    margin-left: 1.4rem;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .section6 .section-pic img {
    width: 6.5333rem;
  }
  .section6 .sliTitle {
    width: 4.23rem;
  }
  .section6 .desc {
    align-items: center;
    margin-top: 0;
  }
  .section8 .section-pic {
    margin-top: 0;
    margin-left: -0.75rem;
  }
  .section8 .sliTitle {
    width: 7.17rem;
  }
  .section8 .desc {
    align-items: center;
    margin-top: 0;
  }
  .section10 .sliTitle {
    width: 3.37rem;
  }
  .section10 .desc {
    align-items: center;
    margin-top: 0;
  }
  .section12 .sliTitle {
    width: 3.37rem;
    margin: auto;
  }
  .section12 .desc {
    margin-top: 0;
  }
  .section12 .section-pic {
    margin-left: 0.7rem;
  }
  .desc {
    text-align: center;
    line-height: 0.85rem;
  }
  .desc div:nth-child(1) {
    font-size: 0.8rem;
  }
  .desc div:nth-child(2) {
    font-size: 0.5333rem;
    margin: 0.4267rem 0 0.6667rem 0;
  }
  .desc div:nth-child(3) img {
    width: 3.2533rem;
  }
  .footer {
    height: 4.6667rem;
    font-size: 0.1867rem;
    line-height: 0.4rem;
  }
  .footer .download {
    margin: 0.9067rem 0 0.4667rem 0;
  }
  .footer .link {
    display: block;
  }
}
