@font-face {
  font-family: "supercell";
  src: url("../fonts/supercellheadline-heavy.eot");
  src: url("../fonts/supercellheadline-heavy.woff") format("woff");
}
.header {
  width: 100%;
  height: min(100px, 8vw);
  background: #000;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 30px;
  z-index: 999;
  box-sizing: border-box;
}
.header img {
  height: 60%;
}
.header p {
  color: #fff;
  font-size: 30px;
  margin-left: 30px;
}
.header .join {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  right: 30px;
  position: absolute;
  width: 125px;
  height: 45px;
  background: #1554e5;
  border-radius: 50px;
  transition: all 0.3s;
}
.header .join:hover {
  text-decoration: none;
  box-shadow: 0 0 10px rgb(41, 160, 241);
}
.header .back {
  color: #666666;
  transition: all 0.3s;
  position: absolute;
  right: 180px;
}
.header .back:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.2);
}

.scroll {
  width: 9px;
  height: 274px;
  position: fixed;
  top: 75%;
  transform: translateY(-50%);
  z-index: 99;
  right: 1%;
  writing-mode: vertical-rl;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.scroll::before {
  content: "";
  display: block;
  width: 2px;
  height: 102px;
  background: #e4e4e4;
  position: absolute;
  top: 0;
}
.scroll::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #287fec;
  position: absolute;
  bottom: 32px;
}

.banner {
  width: 100%;
  height: 100vh;
  padding-top: min(100px, 8vw);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-title {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 98px;
  text-align: center;
  font-weight: bold;
  bottom: 20%;
}
.banner-title .p2 {
  color: #00fffc;
  font-size: 68px;
}
.banner-title .join {
  display: flex;
  width: 225px;
  height: 45px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin: 20px auto 0;
  color: #fff;
  background: linear-gradient(90deg, rgb(21, 84, 229) 0%, rgb(41, 160, 241) 100%);
  transition: all 0.3s;
}
.banner-title .join:hover {
  box-shadow: 0 0 20px rgba(21, 84, 229, 0.5);
  text-decoration: none;
  transform: scale(1.1);
}

.supercell {
  font-family: "supercell";
}

.part {
  position: relative;
  height: 888px;
  padding: 100px 0 50px;
  box-sizing: border-box;
}
.part-con {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}
.part-title {
  font-weight: bold;
}
.part-title .p1 {
  font-size: 82px;
}
.part-role {
  position: absolute;
  z-index: 9;
}
.part-role img {
  width: 100%;
}

.part1 {
  background: #fff;
  color: #000;
}
.part1::after {
  content: "";
  display: block;
  width: 1379px;
  height: 330px;
  background: url(//game.gtimg.cn/images/supercell/creators2/china.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.part1 .part-title .p0 {
  font-size: 18px;
  color: #1554e5;
  font-weight: bold;
  margin-bottom: 20px;
}
.part1 .part-title .p2 {
  font-size: 48px;
  color: #666666;
}
.part1 .part-info {
  font-size: 18px;
  color: #999999;
  position: absolute;
  left: 0;
  top: 80%;
}
.part1 .part-role {
  width: 35%;
  right: 0;
  bottom: 0;
}

.part2 {
  background: #1554e5;
  color: #fff;
}
.part2 .part-title .p1 {
  color: #fff;
}
.part2 .part-title .p2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
}
.part2 .part-title .p2 b {
  font-size: 22px;
}
.part2 .part-info {
  position: absolute;
  top: 285px;
}
.part2 .part-info .platform {
  margin-top: 35px;
  display: flex;
}
.part2 .part-info .platform li {
  margin-right: 10px;
  width: 30px;
  height: 40px;
  position: relative;
}
.part2 .part-info .platform li svg {
  width: 100%;
  position: absolute;
  top: 0;
}
.part2 .part-role {
  width: 35%;
  right: 0;
  bottom: 0;
}

.part3 {
  height: 1126px;
  background: #000;
  color: #fff;
}
.part3 .part-con {
  max-width: 1300px;
}
.part3 .p1 {
  font-size: 68px;
  font-weight: bold;
}
.part3 .p2 {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
  max-width: 480px;
}
.part3-1 {
  width: 100%;
  height: 50%;
  position: relative;
}
.part3-role1 {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part3-role1 img {
  width: 42%;
}
.part3-2 {
  width: 100%;
  height: 50%;
  position: relative;
}
.part3-role2 {
  width: 100%;
  position: absolute;
  bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part3-role2 img {
  width: 38%;
}

.part4 {
  background: #fff;
}
.part4::after {
  content: "";
  display: block;
  width: 1757px;
  height: 330px;
  background: url(//game.gtimg.cn/images/supercell/creators2/joinus.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.part4 .part-role {
  width: 36%;
  bottom: 0;
  right: 0;
}
.part4 .part-title .p2 {
  font-size: 22px;
  font-weight: normal;
  margin-top: 20px;
  max-width: 600px;
}
.part4 .require {
  font-size: 18px;
  color: #999999;
  font-weight: normal;
  margin-top: 60px;
}
.part4 .require li {
  margin-bottom: 30px;
}
.part4 .require li b {
  color: #000;
}
.part4 .more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(21, 84, 229, 0.5);
  width: 225px;
  height: 48px;
  color: #fff;
  background: linear-gradient(90deg, rgb(21, 84, 229) 0%, rgb(41, 160, 241) 100%);
  margin-top: 60px;
}

.foot {
  padding: 20px 0;
  background: #000;
  color: #666666;
  text-align: center;
  font-size: 12px;
}

.foot_cpright {
  display: flex;
  justify-content: center;
  padding: 0;
}
.foot_cpright .foot_lefts {
  margin-right: 20px;
}
.foot_cpright .logo1 {
  width: 50px;
  height: 40px;
  background: url(//game.gtimg.cn/images/supercell/creators2/supercell_logo.png) no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1600px) {
  .part-con {
    padding: 0 50px;
  }
  .part1 .part-info {
    left: 50px;
  }
  .part1 .part-role {
    right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .part {
    min-height: 760px;
  }
  .part-title .p1 {
    font-size: 60px;
  }
  .part-title .p2 {
    font-size: 30px !important;
  }
  .part1 .part-info {
    left: 50px;
    font-size: 14px;
  }
  .part1 .part-role {
    right: 50px;
  }
}
@media screen and (max-width: 959px) {
  .header {
    height: 70px;
  }
  .header img {
    height: 60%;
  }
  .header p {
    margin-left: 20px;
    font-size: 22px;
  }
  .header .join {
    display: none;
  }
  .header .back {
    right: 1rem;
  }
  .banner {
    height: 50vh;
    padding-top: 70px;
  }
  .banner-title {
    font-size: 40px;
    bottom: 10%;
  }
  .banner-title .p2 {
    color: #00fffc;
    font-size: 24px;
  }
  .part {
    height: auto;
    min-height: 680px !important;
  }
  .part-title .p1 {
    font-size: 40px;
  }
  .part-title .p2 {
    font-size: 20px !important;
  }
  .part-con {
    padding: 0 20px;
  }
  .part1 .part-title .p0 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .part1 .part-role {
    width: 80%;
    position: static;
    margin: 20px auto;
  }
  .part1 .part-info {
    position: static;
    text-align: center;
  }
  .part2 .part-title .p2 {
    font-size: 18px !important;
  }
  .part2 .part-title .p2 b {
    font-size: 20px;
  }
  .part3 {
    padding: 50px 0;
  }
  .part3 .part-con {
    height: 100%;
  }
  .part3 .p1 {
    font-size: 40px;
  }
  .part3 .p2 {
    max-width: 300px;
  }
  .part3-role1 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: static;
  }
  .part3-role1 img {
    width: 80%;
    margin-bottom: 20px;
  }
  .part3-role2 {
    position: static;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 30px;
    text-align: center;
  }
  .part3-role2 img {
    width: 80%;
  }
  .part4 .require {
    width: 80%;
    margin-top: 20px;
    font-size: 14px;
  }
}