@charset "UTF-8";
@font-face {
  font-family: 'LOGOSC';
  src: url("https://media.zlongame.com/media/pictures/cn/blackclover/fonts/LogoSC.ttf");
}

@font-face {
  font-family: 'SYST';
  src: url("https://media.zlongame.com/media/pictures/cn/blackclover/fonts/SourceHanSerifCN-Light.otf");
  font-weight: 200;
}

@font-face {
  font-family: 'SYST';
  src: url("https://media.zlongame.com/media/pictures/cn/blackclover/fonts/SourceHanSerifCN-Regular.otf");
  font-weight: normal;
}

@font-face {
  font-family: 'SYST';
  src: url("https://media.zlongame.com/media/pictures/cn/blackclover/fonts/SourceHanSerifCN-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: 'SYHT';
  src: url("https://media.zlongame.com/media/pictures/cn/blackclover/fonts/SourceHanSansSC-Light.otf");
  font-weight: 200;
}

@font-face {
  font-family: 'SYHT';
  src: url("https://media.zlongame.com/media/pictures/cn/blackclover/fonts/SourceHanSansSC-Regular.otf");
  font-weight: normal;
}

@font-face {
  font-family: 'SYHT';
  src: url("https://media.zlongame.com/media/pictures/cn/blackclover/fonts/SourceHanSansSC-Bold.otf");
  font-weight: bold;
}

@keyframes clover {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.2);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}

@keyframes text-reveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0% 0 0);
  }
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slide-down-hint {
  0% {
    transform: translateX(-50%) translateY(0%);
  }
  50% {
    transform: translateX(-50%) translateY(50%);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.zp-dialog-wrapper {
  left: 0;
  top: 0;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 0.1rem;
}

::-webkit-scrollbar:horizontal {
  height: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #78acf0;
}

::-webkit-scrollbar-track {
  background-color: white;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  user-select: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'SYST', 'Arial', 'Helvetica', sans-serif;
  overflow: hidden;
  /* 防止页面滚动 */
}

.fp-overflow {
  height: 100%;
}

[v-cloak] {
  display: none;
}

#app {
  background-color: black;
  position: relative;
}

#app .common-container {
  position: absolute;
  width: 25.6rem;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(to bottom, #e5e5ea, #e5e4e9);
}

#app .common-container .top-area {
  position: absolute;
  width: 100%;
  height: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  padding: 0 0.4rem 0 0.7rem;
  z-index: 10;
  transition: all 1s ease;
}

#app .common-container .top-area.dark {
  background: #4a4a4a;
}

#app .common-container .top-area .logo {
  width: 2.3rem;
  height: 1.02rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/logo.png");
}

#app .common-container .top-area .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  width: 13.5rem;
  margin-left: 1rem;
}

#app .common-container .top-area .menu li {
  position: relative;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#app .common-container .top-area .menu li a {
  color: #fff;
  font-size: 0.38rem;
  white-space: nowrap;
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.3s ease;
  line-height: 1;
  font-weight: bold;
}

#app .common-container .top-area .menu li.active a {
  opacity: 1;
}

#app .common-container .top-area .menu li:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 0.28rem;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#app .common-container .top-area .reg-little-btn {
  width: 2.17rem;
  height: 0.57rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_little_btn.png");
  cursor: pointer;
}

#app .common-container .top-area .community {
  position: relative;
  height: 0.57rem;
  background-color: black;
  margin-left: 0.43rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#app .common-container .top-area .community::before {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: black;
  transform: rotate(45deg);
  position: absolute;
  left: -0.2rem;
  top: 0.08rem;
  z-index: 0;
}

#app .common-container .top-area .community::after {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: black;
  transform: rotate(45deg);
  position: absolute;
  right: -0.2rem;
  top: 0.08rem;
  z-index: 0;
}

#app .common-container .top-area .community .community-cell {
  position: relative;
  width: 0.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0.05rem;
  z-index: 1;
  cursor: pointer;
}

#app .common-container .top-area .community .community-cell .pop {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 1.15rem;
  height: 1.21rem;
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#app .common-container .top-area .community .community-cell .pop.wechat-pop {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/wechat_code.png");
}

#app .common-container .top-area .community .community-cell .pop.wechat_com-pop {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/wechat_com_code.png");
}

#app .common-container .top-area .community .community-cell:hover .pop {
  display: block;
  opacity: 1;
}

#app .common-container .top-area .community .community-cell:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}

#app .common-container .top-area .community .community-cell:hover img {
  filter: invert(1);
}

#app .common-container .top-area .community .community-cell::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 0;
  opacity: 0;
}

#app .common-container .top-area .community .community-cell img {
  width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
  z-index: 1;
  transition: all 0.3s ease;
}

#app .common-container .top-area .music {
  position: relative;
  width: 0.47rem;
  height: 0.47rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/music.png");
  margin-left: 0.6rem;
  cursor: pointer;
}

@keyframes music-on {
  from {
    width: 0.47rem;
    height: 0.47rem;
    opacity: 1;
  }
  to {
    width: 0.8rem;
    height: 0.8rem;
    opacity: 0;
  }
}

#app .common-container .top-area .music::before, #app .common-container .top-area .music::after {
  content: '';
  display: block;
  width: 0.47rem;
  height: 0.47rem;
  border: 1px solid white;
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  animation: music-on 1s ease-in-out infinite;
}

#app .common-container .top-area .music::before {
  animation-delay: 0.5s;
}

#app .common-container .top-area .music.pause::before, #app .common-container .top-area .music.pause::after {
  animation: none;
}

#app .common-container .board-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #e5e5ea, #e5e4e9);
  z-index: 0;
}

#app .common-container .board-container .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #dfe1e653, #dfe1e653 2px, transparent 2px, transparent 4px);
  z-index: 99;
}

#app .common-container .board-container .clover-icon {
  position: absolute;
  width: 5rem;
  height: 5rem;
  filter: drop-shadow(0 0 0.5rem #d8dde4);
  z-index: 2;
}

#app .common-container .board-container .clover-icon.left {
  left: 2rem;
  bottom: 0.5rem;
  animation: clover 100s linear infinite;
}

#app .common-container .board-container .clover-icon.right {
  animation: clover 80s linear infinite;
  right: 1.2rem;
  bottom: -2rem;
}

@keyframes shine {
  0% {
    filter: drop-shadow(0.01rem 0.01rem 0rem #ffffff);
  }
  50% {
    filter: drop-shadow(0.01rem 0.01rem 0.05rem #c1c2c3);
  }
  100% {
    filter: drop-shadow(0.01rem 0.01rem 0rem #ffffff);
  }
}

#app .common-container .board-container .stars {
  position: absolute;
  width: 4.56rem;
  height: 6.33rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/stars.png");
  z-index: 1;
  filter: drop-shadow(0.01rem 0.01rem 0rem #ffffff);
  animation: shine 5s ease-in-out infinite;
}

#app .common-container .board-container .stars.left {
  left: 0;
  bottom: 2.3rem;
}

#app .common-container .board-container .stars.right {
  right: 0;
  bottom: 0;
}

#app .common-container .board-container .ornament-star {
  position: absolute;
  width: 2.31rem;
  height: 1.92rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/ornament_star.png");
  z-index: 3;
}

#app .common-container .board-container .ornament-star.left {
  left: 0.86rem;
  bottom: 0.6rem;
}

#app .common-container .board-container .ornament-star.right {
  right: 0.8rem;
  top: 2.6rem;
}

#app .common-container .board-container .bc-title {
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-family: 'LOGOSC';
  font-size: 4.5rem;
  color: #dedfe5;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleX(0.57);
  transform-origin: left;
  line-height: 1;
  z-index: 1;
  animation: text-reveal 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

#app .common-container #fullpage {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#app .common-container #fullpage .section {
  overflow: hidden;
}

#app .common-container #fullpage .section.section-1 .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/main_bg.png");
  background-size: cover;
  background-position: center;
}

#app .common-container #fullpage .section.section-1 .container::after {
  content: '';
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, black);
  z-index: 0;
}

#app .common-container #fullpage .section.section-1 .container .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  margin: 0 auto;
  width: 12.18rem;
  height: 5.74rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/title.png");
  z-index: 1;
}

#app .common-container #fullpage .section.section-1 .container .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.2rem;
  margin: 0 auto;
  width: 0.77rem;
  height: 0.77rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/video_btn.png");
  cursor: pointer;
  z-index: 1;
}

#app .common-container #fullpage .section.section-1 .container .reg-btn {
  position: absolute;
  left: 8.6rem;
  bottom: 1.1rem;
  width: 3.71rem;
  height: 1.16rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_btn2.png");
  cursor: pointer;
  z-index: 1;
}

#app .common-container #fullpage .section.section-1 .container .reg-reward {
  position: absolute;
  left: 12.6rem;
  bottom: 1.1rem;
  width: 4.46rem;
  height: 1.15rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_reward2.png");
  z-index: 1;
}

#app .common-container #fullpage .section.section-1 .container .tap-reg-btn {
  position: absolute;
  right: 0.22rem;
  top: 6.5rem;
  width: 1.14rem;
  height: 1.15rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/tap_reg_btn2.png");
  cursor: pointer;
  animation: pulse 2s ease-in-out infinite;
  z-index: 1;
}

#app .common-container #fullpage .section.section-1 .container .age-limit {
  position: absolute;
  left: 0.3rem;
  right: 0;
  bottom: 0.75rem;
  width: 0.74rem;
  height: 0.95rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/age_limit.png");
  cursor: pointer;
  z-index: 1;
}

#app .common-container #fullpage .section.section-1 .container .privacy {
  position: absolute;
  left: 0.3rem;
  bottom: 0.1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1;
}

#app .common-container #fullpage .section.section-1 .container .privacy span {
  font-size: 0.15rem;
  color: white;
  font-weight: 200;
}

#app .common-container #fullpage .section.section-1 .container .privacy .link {
  position: relative;
  display: flex;
}

#app .common-container #fullpage .section.section-1 .container .privacy .link a {
  font-weight: 200;
  font-size: 0.15rem;
  color: white;
  text-decoration: none;
}

#app .common-container #fullpage .section.section-2 .container {
  position: relative;
  height: 100%;
}

#app .common-container #fullpage .section.section-2 .container .reg-page-title {
  position: relative;
  left: 0;
  top: 1.9rem;
  width: 4.15rem;
  height: 1.03rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_page_title.png");
  animation: lightSpeedInLeft 0.8s ease-in forwards;
  z-index: 2;
}

#app .common-container #fullpage .section.section-2 .container .reg-count {
  position: absolute;
  top: calc(50% - 4.15rem);
  right: 0.5rem;
  margin: 0 auto;
  padding: 0 0.25rem;
  height: 1.15rem;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.2rem;
  animation: fadeIn 0.3s ease-in forwards;
  opacity: 0;
  z-index: 0;
}

#app .common-container #fullpage .section.section-2 .container .reg-count .reg-count-num {
  font-size: 0.8rem;
  color: #68a1ee;
  font-weight: bold;
  line-height: 1;
}

#app .common-container #fullpage .section.section-2 .container .reg-count .reg-count-text {
  position: relative;
  font-size: 0.35rem;
  color: #68a1ee;
  line-height: 1;
  padding-bottom: 0.1rem;
}

#app .common-container #fullpage .section.section-2 .container .reg-count .reg-count-text::before {
  content: 'Pre-registration Milestones';
  font-size: 0.14rem;
  color: #68a1ee;
  font-weight: 200;
  position: absolute;
  left: 0.2rem;
  top: -0.2rem;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  white-space: nowrap;
}

#app .common-container #fullpage .section.section-2 .container .reg-main {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 2.8rem);
  margin: 0 auto;
  width: 24.7rem;
  height: 8.73rem;
  background-color: rgba(255, 255, 255, 0.5);
  animation: fadeIn 0.3s ease-in forwards;
  animation-delay: 0.3s;
  opacity: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.45rem;
  overflow: hidden;
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap {
  height: 7.85rem;
  width: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-progress-wrap {
  width: 100%;
  height: 0.42rem;
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-progress-wrap .reg-progress-outer {
  position: relative;
  height: 0.05rem;
  background-color: #4d4c4a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2rem;
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-progress-wrap .reg-progress-outer .reg-progress-dot {
  width: 0.42rem;
  height: 0.42rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_progress_dot_deactive.png");
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-progress-wrap .reg-progress-outer .reg-progress-dot.active {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_progress_dot_active.png");
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-progress-wrap .reg-progress-outer .reg-progress-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #68a1ee;
  max-width: 100%;
  transition: all 1.3s ease;
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-reward-step {
  width: 100%;
  height: 7.29rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-reward-step-cell {
  width: 2.74rem;
  height: 7.29rem;
  filter: grayscale(1);
  animation: fadeInUp 1s ease-in forwards;
  opacity: 0;
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-reward-step-cell.active {
  filter: grayscale(0);
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-reward-step .reg-reward-step1 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_reward_step1.png");
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-reward-step .reg-reward-step2 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_reward_step2.png");
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-reward-step .reg-reward-step3 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_reward_step3.png");
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-reward-step .reg-reward-step4 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_reward_step4.png");
}

#app .common-container #fullpage .section.section-2 .container .reg-main .reg-step-wrap .reg-reward-step .reg-reward-step5 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_reward_step5.png");
}

#app .common-container #fullpage .section.section-2 .container .reg-page-live {
  width: 9.6rem;
  height: 11.27rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_page_live.png");
  position: absolute;
  left: calc(50% - 12rem);
  bottom: 0;
  animation: fadeInLeft 0.3s linear forwards;
  animation-delay: 0.6s;
  opacity: 0;
  z-index: 1;
}

#app .common-container #fullpage .section.section-3 .container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#app .common-container #fullpage .section.section-3 .container .character-page-title {
  position: absolute;
  width: 4.86rem;
  height: 1.06rem;
  left: 0;
  top: 1.5rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character_page_title.png");
  animation: lightSpeedInLeft 0.8s ease-in forwards;
  z-index: 2;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content {
  width: 24.37rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 4rem);
  margin: 0 auto;
  transform: scale(0.9);
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap {
  width: 100%;
  height: 1.96rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell {
  width: 1.07rem;
  height: 1.69rem;
  margin-right: 0.2rem;
  filter: grayscale(1);
  transition: all 0.3s linear;
  cursor: pointer;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.active {
  filter: grayscale(0);
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.camp1 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character/camp1.png");
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.camp2 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character/camp2.png");
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.camp3 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character/camp3.png");
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.camp4 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character/camp4.png");
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.camp5 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character/camp5.png");
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.camp6 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character/camp6.png");
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.camp7 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character/camp7.png");
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.camp8 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character/camp8.png");
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.camp9 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character/camp9.png");
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.camp10 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character/camp10.png");
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .camp-tab-wrap .camp-cell.camp11 {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character/camp11.png");
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap {
  position: relative;
  width: 100%;
  height: 7.99rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character_wrap.png");
  z-index: 1;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content {
  height: 100%;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content .character-name-wrap {
  position: absolute;
  left: 1.75rem;
  top: 0.84rem;
  animation: fadeInDown 0.2s ease-in-out forwards;
  opacity: 0;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content .character-name-wrap .character-name {
  font-size: 1.25rem;
  color: black;
  font-weight: bold;
  line-height: 1;
  font-family: 'SYST';
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content .character-name-wrap .character-name-en {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content .character-name-wrap .character-name-en-text {
  font-size: 0.42rem;
  color: black;
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content .voice-wrap {
  width: 9.36rem;
  height: 0.63rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/voice_wrap.png");
  position: absolute;
  left: 1.75rem;
  top: 2.95rem;
  padding: 0 0.35rem 0 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: fadeInDown 0.2s ease-in-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content .voice-wrap .cv {
  font-size: 0.33rem;
  color: black;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05rem;
}

@keyframes voice-shine {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content .voice-wrap .voice-btn {
  width: 0.58rem;
  height: 0.57rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/voice_btn.png");
  cursor: pointer;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content .voice-wrap .voice-btn.playing {
  animation: voice-shine 1.5s infinite;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content .character-split {
  width: 9.36rem;
  height: 0.09rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/character_split.png");
  position: absolute;
  left: 1.75rem;
  top: 3.8rem;
  animation: fadeInLeft 0.2s ease-in-out forwards;
  animation-delay: 0.4s;
  opacity: 0;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content .character-desc {
  position: absolute;
  left: 1.75rem;
  top: 4.1rem;
  width: 9.36rem;
  font-size: 0.24rem;
  color: black;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.02rem;
  height: 2.2rem;
  overflow-y: auto;
  animation: fadeInLeft 0.2s ease-in-out forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

@keyframes character-in {
  from {
    transform: translateX(1000%);
  }
  to {
    transform: translateX(50%);
  }
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap-content .character-live-wrap {
  position: absolute;
  width: auto;
  height: 10.56rem;
  bottom: 0.15rem;
  right: 6.4rem;
  transform: translateX(50%);
  object-fit: contain;
  object-position: bottom center;
  animation: character-in 0.5s ease-in-out forwards;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap .character-list-wrap {
  position: absolute;
  left: 1.75rem;
  top: 6.48rem;
  width: 9.36rem;
  height: 1.75rem;
  animation: fadeInUp 0.3s linear forwards;
  opacity: 0;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap .character-list-wrap .prev,
#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap .character-list-wrap .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.27rem;
  height: 0.41rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/arrow.png");
  cursor: pointer;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap .character-list-wrap .prev.prev,
#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap .character-list-wrap .next.prev {
  left: -0.6rem;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap .character-list-wrap .prev.next,
#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap .character-list-wrap .next.next {
  right: -0.6rem;
  transform: translateY(-50%) rotate(180deg);
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap .character-list-wrap .wrap-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap .character-list-wrap .wrap-inner .character-list-item {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  margin-right: 0.15rem;
  transition: all 0.3s linear;
  cursor: pointer;
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap .character-list-wrap .wrap-inner .character-list-item.active img {
  filter: grayscale(0);
}

#app .common-container #fullpage .section.section-3 .container .character-page-content .character-wrap .character-list-wrap .wrap-inner .character-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

#app .common-container #fullpage .section.section-4 .container {
  position: relative;
  height: 100%;
}

#app .common-container #fullpage .section.section-4 .container .news-page-title {
  position: relative;
  left: 0;
  top: 1.9rem;
  width: 6.43rem;
  height: 1.06rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/news_page_title.png");
  animation: lightSpeedInLeft 0.8s ease-in forwards;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 3rem);
  margin: 0 auto;
  width: 22.7rem;
  height: 7.44rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-image-wrap {
  width: 12.33rem;
  height: 7.44rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/news_image_wrap.png");
  animation: bounceIn 0.6s linear forwards;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-image-wrap .news-swiper {
  width: 12.3rem;
  height: 6.9rem;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-image-wrap .news-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-image-wrap .news-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content {
  width: 9.55rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  animation: fadeIn 0.3s linear forwards;
  animation-delay: 0.6s;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-title p {
  font-size: 0.63rem;
  color: black;
  font-weight: bold;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-title .news-list-title {
  width: 2.53rem;
  height: 0.19rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/news_list_title.png");
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-list-tab {
  position: relative;
  width: 3.75rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-list-tab::after {
  content: '';
  display: block;
  width: 9.55rem;
  height: 0.02rem;
  background-color: #c9cacf;
  left: 0;
  bottom: 0;
  position: absolute;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-list-tab p {
  font-size: 0.3rem;
  color: #68a1ee;
  font-weight: 200;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-list-tab-item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-list-tab-item p {
  font-size: 0.3rem;
  color: black;
  font-weight: 200;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-list-tab-item.active p {
  color: #68a1ee;
  font-weight: bold;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-list-tab-item.active::after {
  content: '';
  display: block;
  width: 110%;
  height: 0.03rem;
  background-color: #68a1ee;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-more {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 1.32rem;
  height: 0.46rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/news_more.png");
  cursor: pointer;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-list-content {
  width: 100%;
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0.25rem;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-list-content .news-list-item {
  width: 100%;
  height: 1.03rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  border-bottom: 0.02rem solid #c9cacf;
  animation: backInRight 1s ease-in-out forwards;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-list-content .news-list-item .info-title {
  font-size: 0.3rem;
  color: black;
  font-weight: bold;
  max-width: 5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#app .common-container #fullpage .section.section-4 .container .news-wrap .news-content .news-list .news-list-content .news-list-item .info-time {
  font-size: 0.3rem;
  color: #68a1ee;
  font-weight: 200;
}

#app .common-container #fullpage .section.section-5 .container {
  position: relative;
  height: 100%;
}

#app .common-container #fullpage .section.section-5 .container .world-title {
  position: relative;
  left: 0;
  top: 1.9rem;
  width: 4.15rem;
  height: 1.06rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/world_title.png");
  animation: lightSpeedInLeft 0.8s ease-in forwards;
  z-index: 2;
}

#app .common-container #fullpage .section.section-5 .container .world-content {
  position: absolute;
  width: 100%;
  height: 8.38rem;
  left: 0;
  top: calc(50% - 3.5rem);
  z-index: 1;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/world_page_main.png");
  background-size: contain;
  background-position: center;
  animation: fadeIn 0.6s linear forwards;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#app .common-container #fullpage .section.section-5 .container .world-content .world-prev,
#app .common-container #fullpage .section.section-5 .container .world-content .world-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.27rem;
  height: 0.41rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/arrow.png");
  cursor: pointer;
}

#app .common-container #fullpage .section.section-5 .container .world-content .world-prev {
  left: 1.6rem;
}

#app .common-container #fullpage .section.section-5 .container .world-content .world-next {
  right: 1.6rem;
  transform: translateY(-50%) rotate(180deg);
}

#app .common-container #fullpage .section.section-5 .container .world-content .world-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5rem;
  margin: 0 auto;
  width: fit-content;
}

#app .common-container #fullpage .section.section-5 .container .world-content .world-pagination .swiper-pagination-bullet {
  background-color: #68a1ee;
  transition: all 0.3s ease;
  opacity: 1;
  border-radius: 0.35rem;
}

#app .common-container #fullpage .section.section-5 .container .world-content .world-pagination .swiper-pagination-bullet-active {
  width: 0.6rem;
  border-radius: 0.35rem;
}

#app .common-container #fullpage .section.section-5 .container .world-content .world-swiper {
  position: relative;
  width: 20rem;
  height: 100%;
  overflow: hidden;
}

#app .common-container #fullpage .section.section-5 .container .world-content .world-swiper .swiper-wrapper .swiper-slide {
  width: 14.09rem;
  height: 8.38rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0.7);
  z-index: 1;
}

#app .common-container #fullpage .section.section-5 .container .world-content .world-swiper .swiper-wrapper .swiper-slide.swiper-slide-active, #app .common-container #fullpage .section.section-5 .container .world-content .world-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 2;
}

#app .common-container #fullpage .section.section-5 .container .world-content .world-swiper .swiper-wrapper .swiper-slide .world-wrap {
  position: relative;
  width: 14.09rem;
  height: 8.38rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/world_wrap.png");
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#app .common-container #fullpage .section.section-5 .container .world-content .world-swiper .swiper-wrapper .swiper-slide .world-wrap img {
  width: 13.89rem;
  height: 7.83rem;
  object-fit: cover;
}

#app .common-container .slide-down {
  width: 0.46rem;
  height: 0.41rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/slide_down.png");
  position: absolute;
  left: 50%;
  bottom: 0.25rem;
  transform: translateX(-50%);
  z-index: 10;
  animation: slide-down-hint 5s ease-in-out infinite;
}

#app .dialog-close {
  width: 0.44rem;
  height: 0.44rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/dialog_close.png");
  cursor: pointer;
}

#app .main-video-dialog {
  width: 16rem;
  height: 8rem;
}

#app .main-video-dialog .dialog-close {
  top: 0;
  right: -0.5rem;
}

#app .main-video-dialog video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#app .main-footer-modal {
  opacity: 0.8;
}

#app .main-footer {
  width: 9.8rem;
  height: 6rem;
}

#app .main-footer .footer-content {
  width: 9.8rem;
  height: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#app .main-footer .footer-content .reg-bottom-btn {
  width: 2.85rem;
  height: 0.93rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_bottom_btn.png");
  cursor: pointer;
}

#app .main-footer .footer-content .community {
  width: 100%;
  height: 1.25rem;
  padding: 0 0.48rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.48rem;
}

#app .main-footer .footer-content .community .community-cell {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#app .main-footer .footer-content .community .community-cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: all 0.3s ease;
}

#app .main-footer .footer-content .community .community-cell .pop {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 60%);
  width: 1.15rem;
  height: 1.21rem;
  display: none;
}

#app .main-footer .footer-content .community .community-cell .pop.wechat-pop {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/wechat_code.png");
}

#app .main-footer .footer-content .community .community-cell .pop.wechat_com-pop {
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/wechat_com_code.png");
}

#app .main-footer .footer-content .community .community-cell:hover::before {
  background-color: #ff993a;
}

#app .main-footer .footer-content .community .community-cell:hover .pop {
  display: block;
}

#app .main-footer .footer-content .community .community-cell:hover img {
  filter: invert(0);
}

#app .main-footer .footer-content .community .community-cell img {
  width: 0.55rem;
  height: 0.55rem;
  object-fit: contain;
  filter: invert(1);
}

#app .main-footer .footer-content .footer-info {
  font-size: 0.16rem;
  color: white;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1.3;
}

#app .main-footer .footer-content .more-info {
  width: 100%;
  height: 2.28rem;
  border: 1px solid white;
  margin-top: 0.5rem;
  padding: 0.15rem 0.2rem;
}

#app .main-footer .footer-content .more-info .footer-protocol {
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 0.1rem;
  justify-content: center;
}

#app .main-footer .footer-content .more-info .footer-protocol a {
  font-size: 0.2rem;
  color: white;
  margin-right: 0.29rem;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}

#app .main-footer .footer-content .more-info .footer-protocol a::after {
  content: '|';
  position: absolute;
  right: -0.2rem;
}

#app .main-footer .footer-content .more-info .footer-protocol a:nth-last-child(1)::after {
  content: '';
}

#app .reg-dialog {
  width: 6.88rem;
  height: 5.49rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/reg_dialog_bg.png");
}

#app .reg-dialog .dialog-close {
  top: 0.2rem;
  right: 0.2rem;
}

#app .reg-dialog .phone-reg,
#app .reg-dialog .wechat-reg {
  width: 100%;
  height: 100%;
}

#app .reg-dialog .phone-reg .ornament-bird {
  width: 1.49rem;
  height: 0.99rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/ornament_bird.png");
  position: absolute;
  top: 0.37rem;
  left: 0.42rem;
  z-index: 0;
}

#app .reg-dialog .phone-reg .phone-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.3rem;
  margin: 0 auto;
  width: 4.96rem;
  height: 0.58rem;
  background-color: white;
  color: black;
  border: 1px solid black;
  outline: none;
  font-size: 0.3rem;
  line-height: 0.58rem;
  padding: 0 0.2rem;
}

#app .reg-dialog .phone-reg .code-area {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4.96rem;
  height: 0.58rem;
  top: 2.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#app .reg-dialog .phone-reg .code-area .code-input {
  width: 2.9rem;
  height: 100%;
  background-color: white;
  color: black;
  border: 1px solid black;
  outline: none;
  font-size: 0.3rem;
  line-height: 0.58rem;
  padding: 0 0.2rem;
}

#app .reg-dialog .phone-reg .code-area .send-btn {
  flex: 1;
  flex-shrink: 0;
  height: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#app .reg-dialog .phone-reg .code-area .send-btn p {
  color: white;
  font-size: 0.3rem;
}

#app .reg-dialog .phone-reg .privacy-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 3rem;
  margin: 0 auto;
  height: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#app .reg-dialog .phone-reg .privacy-wrap input {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.05rem;
  cursor: pointer;
}

#app .reg-dialog .phone-reg .privacy-wrap p,
#app .reg-dialog .phone-reg .privacy-wrap a {
  font-size: 0.18rem;
  color: #6c6c6c;
}

#app .reg-dialog .phone-reg .reg-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 3.48rem;
  width: 2.53rem;
  height: 0.6rem;
  background-color: #f4953b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#app .reg-dialog .phone-reg .reg-btn p {
  font-size: 0.3rem;
  color: black;
  font-weight: bold;
}

#app .reg-dialog .phone-reg .go-wechat {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4.7rem;
  width: 3rem;
  height: 0.47rem;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#app .reg-dialog .phone-reg .go-wechat p {
  font-size: 0.26rem;
  color: #c9cdd8;
  font-weight: bold;
}

#app .reg-dialog .wechat-reg {
  position: relative;
  overflow: hidden;
}

#app .reg-dialog .wechat-reg .qrcode {
  width: 6.53rem;
  height: 5.59rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.2rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/qrcode.png");
  z-index: 0;
}

#app .reg-dialog .wechat-reg .qrcode img {
  position: absolute;
  left: 1.89rem;
  top: 0.48rem;
  width: 2.7rem;
  height: 2.7rem;
  object-fit: contain;
}

#app .reg-dialog .wechat-reg .go-mp {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4.1rem;
  width: 3rem;
  height: 0.44rem;
  background-color: #ff9b3a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#app .reg-dialog .wechat-reg .go-mp p {
  font-size: 0.26rem;
  color: white;
  font-weight: bold;
}

#app .reg-dialog .wechat-reg .go-phone {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4.7rem;
  width: 3rem;
  height: 0.47rem;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#app .reg-dialog .wechat-reg .go-phone p {
  font-size: 0.26rem;
  color: #c9cdd8;
  font-weight: bold;
}

#app .tip-dialog {
  width: 6.88rem;
  height: 5.49rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/tip_dialog_bg.png");
}

#app .tip-dialog .dialog-close {
  top: 0.2rem;
  right: 0.2rem;
}

#app .tip-dialog .tip-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.2rem;
}

#app .tip-dialog .tip-content p {
  font-size: 0.3rem;
  color: black;
  text-align: center;
  line-height: 1.3;
}

#app .age-limit-dialog {
  width: 11.44rem;
  height: 7.96rem;
  background-image: url("https://media.zlongame.com/media/pictures/cn/blackclover/images/pc/age_limit_dialog.png");
}

#app .age-limit-dialog .dialog-close {
  top: 0.3rem;
  right: 0.3rem;
}
