* {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  filter: brightness(1.2);
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@font-face {
  font-family: "hyll";
  src: url("../fonts/hyll.TTF");
}
@keyframes floatY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes opacity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  width: 100%;
  height: 72px;
  background-color: #181818;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
}
.header .logo {
  margin-left: 50px;
}
.header .nav {
  display: flex;
  margin-left: 50px;
  font-size: 20px;
  font-weight: bold;
}
.header .nav li {
  margin: 0 40px;
  line-height: 72px;
  position: relative;
}
.header .nav li::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #7b7b7b;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.header .nav li:last-child::after {
  display: none;
}
.header .nav li.active a {
  color: #fff;
}
.header .nav li a {
  width: 100%;
  color: #bdbdbd;
}
.header .download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 100%;
  background-color: #fc6902;
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 24px;
  font-weight: bold;
}
.header .download::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e34400;
  position: absolute;
  bottom: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.part1 {
  background: url("//game.gtimg.cn/images/moco/0722/bg1.jpg") no-repeat center center;
  background-size: cover;
}
.part1 .container {
  width: 755px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.part1 .container > img, .part1 .container-ewm {
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.part1 .container > img {
  transform: translateY(36px);
}
.part1 .container-ewm {
  margin-top: 30px;
  width: 335px;
  height: 238px;
  background: url("//game.gtimg.cn/images/moco/0722/ewm-bg.png") no-repeat;
  position: relative;
  transform: translateY(52px) scale(0.96);
}
.part1 .container-ewm img {
  width: 52%;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.part1.is-animate .container > img, .part1.is-animate .container-ewm {
  opacity: 1;
}
.part1.is-animate .container > img {
  transform: translateY(0);
}
.part1.is-animate .container-ewm {
  transform: translateY(0) scale(1);
  animation: floatY 3.6s ease-in-out infinite;
}

.part2 {
  background: url("//game.gtimg.cn/images/moco/0722/bg2.jpg") no-repeat center center;
  background-size: cover;
}
.part2 .act {
  width: 1260px;
  height: 475px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -630px;
  margin-top: -237.5px;
  display: flex;
  justify-content: space-between;
}
.part2 .act-left, .part2 .act-right {
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.part2 .act-left {
  width: 750px;
  position: relative;
  overflow: hidden;
  transform: translateX(-24px);
}
.part2 .act-right {
  width: 480px;
  transform: translateX(24px);
}
.part2.is-animate .act-left, .part2.is-animate .act-right {
  opacity: 1;
  transform: translateX(0);
}
.part2 .loops-title {
  position: absolute;
  bottom: 0;
  width: 750px;
  height: 54px;
  background: #7b7b7b;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.part2 .loops-title li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  cursor: pointer;
}
.part2 .loops-title li.active {
  background: #5e2cdc;
  color: #fff;
}
.part2 .loops-title li:first-child {
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}
.part2 .loops-title li:last-child {
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%);
}
.part2 .news-tab li {
  transition: transform 0.3s ease;
}
.part2 .news-tab li:hover {
  transform: translateY(-2px);
}
.part2 .news-tab {
  display: flex;
  color: #bdbdbd;
  font-size: 18px;
  font-family: "hyll";
}
.part2 .news-tab li {
  margin-right: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.part2 .news-tab li.active {
  color: #fff;
}
.part2 .news-tab li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #17f9ea;
  position: absolute;
  bottom: 0;
}
.part2 .news-con {
  background: rgba(32, 32, 32, 0.5);
  height: calc(100% - 40px);
  border-top: 1px solid #bdbdbd;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.part2 .news-list li {
  transition: background-color 0.3s ease, transform 0.3s ease;
  height: 44px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 78px;
  border-bottom: 1px dashed #353f69;
  cursor: pointer;
}
.part2 .news-list li::before {
  opacity: 0;
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 0;
  border-color: transparent #fc6902 transparent transparent;
  position: absolute;
  left: -18px;
  bottom: 0;
}
.part2 .news-list li::after {
  opacity: 0;
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 20px 0 0;
  border-color: transparent #fc6902 transparent transparent;
  position: absolute;
  right: -15px;
  top: -2px;
  transform: rotate(168deg);
}
.part2 .news-list li:hover {
  background: #fc6902;
}
.part2 .news-list li:hover::before {
  animation: opacity1 0.2s ease-in-out forwards;
}
.part2 .news-list li:hover::after {
  animation: opacity1 0.2s ease-in-out forwards;
}
.part2 .news-list li:hover a {
  color: #fff;
}
.part2 .news-list li a {
  color: #c6c6c6;
  font-size: 14px;
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part2 .news-list li i {
  display: flex;
  width: 40px;
  height: 23px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  position: absolute;
  left: 20px;
}
.part2 .news-list li i.zx {
  background: #7ae8b0;
}
.part2 .news-list li i.hd {
  background: #fdae33;
}
.part2 .news-list li i.gg {
  background: #5aeefd;
}
.part2 .news-list li i.gl {
  background: #7ae8b0;
}
.part2 .news-list li:first-child {
  padding: 0;
  justify-content: center;
  height: 50px;
}
.part2 .news-list li:first-child a {
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.part2 .news-list li:first-child i,
.part2 .news-list li:first-child span {
  display: none;
}
.part2 .news-time {
  font-size: 14px;
  color: #c6c6c6;
  position: absolute;
  right: 20px;
}
.part2.is-animate .loops-title,
.part2.is-animate .news-tab,
.part2.is-animate .news-con {
  opacity: 1;
  transform: translateY(0);
}
.part2.is-animate .news-list li {
  animation: opacity1 0.16s ease forwards;
}
.part2 .loops-title,
.part2 .news-tab {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.part3 {
  background: url("//game.gtimg.cn/images/moco/0722/bg3.jpg") no-repeat center center;
  background-size: cover;
}
.part3-inner {
  width: 1200px;
  height: 590px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -250px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.part3-inner::before {
  content: "";
  display: block;
  width: 495px;
  height: 306px;
  background: url("//game.gtimg.cn/images/moco/0722/pet1.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 5;
  top: 345px;
  left: -200px;
}
.part3-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.part3 .plays {
  width: 890px;
  height: 534px;
  overflow: visible;
  position: relative;
}
.part3 .plays .swiper-slide {
  width: 890px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.part3 .plays .swiper-slide-active {
  background: url("//game.gtimg.cn/images/moco/0722/play-bg.png");
  background-size: cover;
  opacity: 1;
  z-index: 3;
}
.part3 .plays .swiper-slide-active .plays-item::after {
  display: none;
}
.part3 .plays-item {
  width: 762px;
  height: 508px;
  overflow: hidden;
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.part3 .plays-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.part3 .plays-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.part3 .plays .swiper-slide-active .plays-item {
  transform: scale(1);
}
.part3 .plays-prev, .part3 .plays-next {
  width: 47px;
  height: 94px;
  background: url("//game.gtimg.cn/images/moco/0722/arrow.png") no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -47px;
  z-index: 5;
  cursor: pointer;
  right: -20px;
}
.part3 .plays-prev {
  left: -25px;
  transform: rotate(180deg);
}
.part3 .plays-pagination {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -40px !important;
  z-index: 5;
}
.part3 .plays-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 8px;
  background-color: #000000;
  margin: 0 5px;
  border-radius: 0;
  opacity: 1;
}
.part3 .plays-pagination .swiper-pagination-bullet-active {
  background: #17f9ea;
}
.part3.is-animate .part3-inner {
  opacity: 1;
  transform: translateY(0);
}

.part4 {
  background: url("//game.gtimg.cn/images/moco/0722/bg4.jpg") no-repeat center center;
  background-size: cover;
}
.part4-con {
  width: 1135px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -567px;
  margin-top: -320px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.part4 .roles-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.part4 .roles-name {
  position: absolute;
  top: 250px;
  left: 0;
}
.part4 .roles-page {
  width: 80%;
  height: 182px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  top: 600px;
  left: 50%;
  transform: translateX(-50%);
}
.part4 .roles-page ul {
  display: flex;
  align-items: center;
}
.part4 .roles-page ul li {
  width: 161px;
  height: 156px;
  transform: scale(0.7);
  margin: 0 20px;
  filter: brightness(0.5);
  transition: all 0.4s ease;
}
.part4 .roles-page ul li:nth-child(1) {
  background: url("//game.gtimg.cn/images/moco/0722/role1-icon-default.png") no-repeat center center;
}
.part4 .roles-page ul li:nth-child(2) {
  background: url("//game.gtimg.cn/images/moco/0722/role2-icon-default.png") no-repeat center center;
}
.part4 .roles-page ul li:nth-child(3) {
  background: url("//game.gtimg.cn/images/moco/0722/role3-icon-default.png") no-repeat center center;
}
.part4 .roles-page ul li.active {
  filter: brightness(1);
  width: 185px;
  height: 182px;
  transform: scale(1);
}
.part4 .roles-page ul li.active:nth-child(1) {
  background: url("//game.gtimg.cn/images/moco/0722/role1-icon.png") no-repeat center center;
}
.part4 .roles-page ul li.active:nth-child(2) {
  background: url("//game.gtimg.cn/images/moco/0722/role2-icon.png") no-repeat center center;
}
.part4 .roles-page ul li.active:nth-child(3) {
  background: url("//game.gtimg.cn/images/moco/0722/role3-icon.png") no-repeat center center;
}
.part4 .roles-prev, .part4 .roles-next {
  width: 47px;
  height: 94px;
  background: url("//game.gtimg.cn/images/moco/0722/arrow.png") no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -47px;
  z-index: 5;
  cursor: pointer;
  right: 10px;
}
.part4 .roles-prev {
  left: 10px;
  transform: rotate(180deg);
}
.part4.is-animate .part4-con {
  opacity: 1;
  transform: translateY(0);
}

.part5 {
  background: url("//game.gtimg.cn/images/moco/0722/bg5.jpg") no-repeat center center;
  background-size: cover;
}
.part5 .worldview {
  width: 900px;
  height: 500px;
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.part5 .worldview-con {
  font-size: 26px;
  color: #fff;
  line-height: 90px;
}
.part5 .worldview-tab {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  height: 66px;
  background: #f603a7;
  margin-top: 50px;
  margin-left: -20px;
  position: relative;
}
.part5 .worldview-tab li {
  margin: 0 10px;
}
.part5 .worldview-tab li:first-child {
  margin-left: 10px;
}
.part5 .worldview-tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  padding: 0 22px;
  box-sizing: border-box;
}
.part5 .worldview-tab li.active {
  background: #000;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.part5 .worldview-tab::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #f603a7 transparent transparent;
  position: absolute;
  left: -20px;
  top: 0;
}
.part5.is-animate .worldview {
  opacity: 1;
  transform: translateY(calc(-50% - 4px));
}

.part6 {
  background: url("//game.gtimg.cn/images/moco/0722/bg6.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.part6-img {
  width: 1465px;
  height: 461px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -732.5px;
  margin-top: -230.5px;
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.part6.is-animate .part6-img {
  opacity: 1;
  transform: scale(1);
}

#gfooter {
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
}
#gfooter .foot {
  background: #000;
  color: #999;
}
#gfooter .foot a {
  color: #999;
}
#gfooter .foot .foot_cpright {
  display: flex;
  justify-content: center;
}
#gfooter .foot .logo1 {
  width: 30px;
  height: 30px;
  background: url("https://game.gtimg.cn/images/moco/0722/m/logo-supercell.png");
  background-size: 100% 100%;
  margin-right: 20px;
}