.index {
  min-width: 1200px;
}

p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p1 img {
  padding-top: 56px;
  width: 1068px;
}

.p2 img {
  padding-top: 10px;
  width: 351px;
}

.p3 {
  padding-top: 46px;
}

.p3 a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 304px;
  height: 64px;

  border-radius: 12px;
  border: 3px solid var(--Black100, #000);
  background: var(--White100, #FFF);

  color: var(--Black100, #000);
  font-family: FZBangShuXingS-R-GB;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 100% */
}

.p4 span {
  margin-top: 32px;
  color: var(--Black100, #000);
  font-family: FZBangShuXingS-R-GB;
  font-size: 28px;
  font-weight: 400;
  border-radius: 12px;
  border: 3px solid var(--Black100, #000);
  background: var(--White100, #FFF);
  padding: 14px 26px;
}

.p5 {
  margin-top: 32px;
  flex-direction: row;
  justify-content: center;
}

.p5 a {
  margin-right: 10px;
}

.p5 img {
  cursor: pointer;
  width: 86px;
}

.p5 img:last-child {
  margin-right: 0;
}

.p6 img {
  margin-top: 80px;
  width: 100%;
}

.p7 img {
  margin-top: 50px;
  width: 354px;
}

.p8 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p8 img {
  width: 372px;
  height: 372px;
  /* margin-right: 46px; */
  align-items: center;
  margin-bottom: 50px;
}

.p8 img:nth-child(1),
.p8 img:nth-child(2),
.p8 img:nth-child(3) {}



@media (max-width: 768px) {
  .index {
    min-width: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p1 img {
    padding-top: 56px;
    width: 100%;
  }

  .p2 img {
    padding-top: 10px;
    width: 60%;
  }

  .p3 {
    padding-top: 46px;
  }

  .p3 a {
    width: 60%;
    height: 54px;
    font-size: 20px;
  }

  .p4 span {
    font-size: 12px;
    width: 100%;
    height: 50px;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p5 {
    margin-top: 32px;
    flex-direction: row;
    justify-content: center;
  }

  .p5 a {
    margin-right: 10px;
  }

  .p5 img {
    cursor: pointer;
    width: 56px;
  }

  .p5 img:last-child {
    margin-right: 0;
  }

  .p6 img {
    margin-top: 80px;
    width: 100%;
  }

  .p7 img {
    margin-top: 50px;
    width: 50%;
  }

  .p8 {
    width: 100%;
  }

  .p8 img {
    width: 150px;
    height: 150px;
    align-items: center;
    margin-bottom: 50px;
  }
}





.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


* {
  padding: 0;
  margin: 0;
}

body {
  background: #0775a4;
}

img {
  user-select: none;
  pointer-events: none;
}

a {
  text-decoration: none;
}