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

[v-cloak] {
  display: none !important;
}

#app {
  width: 100%;
  height: 100%;
  max-width: 7.5rem;
  margin: 0 auto;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  opacity: 0;
  animation: opacity-an 1s linear 1 forwards;
  -webkit-animation: opacity-an 1s linear 1 forwards;
}

@keyframes opacity-an {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opacity-an {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#app .app_video {
  background: #000000;
}

#app .tv-title {
  font-size: .44rem;
  font-family: SFPro-Semibold, SFPro;
  font-weight: 600;
  color: #212223;
  line-height: 0.6rem;
  padding: 0.38rem .4rem 0.24rem;
}

#app .logo {
  padding: 0 .4rem;
  display: flex;
  align-items: center;
}

#app .logo img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.14rem;
}

#app .logo span {
  font-size: 0.3rem;
  font-family: SFPro-Medium, SFPro;
  font-weight: 500;
  color: #656667;
}

#app .content {
  height: 100%;
  overflow: hidden;
}

#app .content.common {
  overflow-y: scroll;
}

#app .article {
  height: calc(100% - 1.4rem);
  background: #fff;
}

#app .article.ios {
  height: calc(100% - 1.7rem);
}

#app .article_wrap {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

@keyframes blink {
  0%, 100% {opacity: 1;}
  50% {opacity: 0;}
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes pulse {
	0% {
		transform: scale(0.80);
	}
  25% {
		transform: scale(0.90);
	}
  50% {
		transform: scale(1);
	}
	75% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(0.8);
	}
}

@keyframes pulse1 {
	0% {
		transform: scale(1);
	}
  25% {
		transform: scale(0.9);
	}
  50% {
		transform: scale(0.8);
	}
	75% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes pulsebutton {
	0% {
		transform: scale(1);
	}
  50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

#app #logo_banner {
  width: 4.7rem;
  height: 1.3rem;
  object-fit: cover;
  position: absolute;
  top: 0.38rem;
  left: 1.5rem;
  z-index: 1;
}

#app #banner01 {
  height: 1.68rem;
  margin-top: 50%;
  object-fit: cover;
  position: absolute;
  top: 14%;
  animation: shake 2.5s infinite;
  z-index: 1;
}

#app #bola1 {
  width: 90px;
  height: 90px;
  object-fit: cover;
  position: absolute;
  bottom: 38%;
  left: 0%;
  animation: pulse 2s infinite;
}

#app #bola2 {
  width: 200px;
  height: 200px;
  object-fit: cover;
  position: absolute;
  top: 58%;
  right: -10%;
  animation: pulse1 2s infinite;
}

#app #bola3 {
  width: 120px;
  height: 120px;
  object-fit: cover;
  position: absolute;
  top: 17%;
  right: 3%;
  animation: pulse 2s infinite;
}

#app .tv_fm {
  width: 100%;
  height: 100%;
}

#app .tv_fm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#app .tv_fm .tips {
  width: 100%;
  max-width: 7.5rem;
  line-height: 0.5rem;
  background: rgba(0, 0, 0, .5);
  opacity: 0.5;
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  position: fixed;
  text-align: center;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
}

#app.ja .tips {
  font-size: 0.24rem;
}

#app .tv-des {
  margin-top: 0.46rem;
  font-size: 0.32rem;
  font-family: SFPro-Regular, SFPro;
  color: #3A3B3D;
  line-height: 0.52rem;
  padding: 0 0.4rem 1rem;
  word-break: break-word;
}

#app .tv-des-en {
  line-height: 0.48rem;
}

#app .content .video_box {
  flex: 1;
  position: relative;
  overflow: hidden;
}

#app .content .video_box video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

#app .content .share_video_box {
  position: relative;
  padding-bottom: calc(1.56rem + constant(safe-area-inset-bottom));
  padding-bottom: calc(1.56rem + env(safe-area-inset-bottom));
  box-sizing: border-box;
  overflow-y: scroll;
}

#app .content .share_video_box video {
  width: 100%;
  height: calc(100vh - 1.4rem - constant(safe-area-inset-bottom));
  height: calc(100vh - 1.4rem - env(safe-area-inset-bottom));
  object-fit: scale-down;
  vertical-align: top;
}

#app .content .share_img {
  position: relative;
  width: 100%;
  z-index: 2;
}

#app .content .share_post {
  width: 100%;
  min-height: 10rem;
  object-fit: cover;
}

#app .content .share_name {
  font-size: 0.38rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.66rem;
  height: 1.7rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);
  margin-top: -1.7rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 0 0.32rem;
  box-sizing: border-box;
}

#app .content .share_name.played {
  background: #000;
  height: auto;
  margin-top: 0.46rem;
}

#app .share_name .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#app .content .share_desc {
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #CCCCCC;
  line-height: 0.4rem;
  padding: 0 0.32rem;
  margin-top: 0.14rem;
  word-break: break-word;
}

#app .video {
  display: flex;
  flex-direction: column;
}

#app .content.video .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.12rem;
  height: 1.12rem;
  z-index: 2;
}

#app .content.video .muted_btn {
  position: absolute;
  top: 0.28rem;
  right: 0.28rem;
  width: 0.56rem;
  height: 0.56rem;
  z-index: 1;
}

#app .content.video .muted-tips {
  position: absolute;
  top: 0.37rem;
  right: 0.98rem;
  padding: 0.08rem 0.12rem;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.22rem;
  border-radius: 0.08rem;
  animation: muted-an 1.2s linear 1 forwards;
  -webkit-animation: muted-an 1.2s linear 1 forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
}

#app .content .video_box .muted-tips:after {
  position: absolute;
  content: "";
  right: -0.04rem;
  height: 100%;
  width: 0.04rem;
  top: 0;
  background: url('/images/landing/right_jiao.png') center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

@keyframes muted-an {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes muted-an {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#app .ended_box .replay {
  position: absolute;
  top: 0.28rem;
  right: 0.28rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.56rem;
}

#app .ended_box .replay img {
  width: 0.56rem;
  height: 0.56rem;
  margin-left: 0.14rem;
  vertical-align: top;
}

#app .content .ended_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

#app .share_video_box .ended_box {
  position: fixed;
  top: 0;
  width: 100%;
  padding-bottom: calc(1.32rem - constant(safe-area-inset-bottom));
  padding-bottom: calc(1.32rem - env(safe-area-inset-bottom));
  box-sizing: border-box;
}

.ended_box .top {
  padding: 0 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50%;
}

.ended_box .top img {
  width: 1.54rem;
  height: 2.16rem;
}

.ended_box .top span {
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FEFEFF;
  line-height: 0.48rem;
  text-align: center;
}

.ended_box .bottom {
  padding: 0 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.38rem;
}

.ended_box .bottom img {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.14rem;
}

.ended_box .bottom span {
  font-size: 0.3rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FEFEFF;
  line-height: 0.5rem;
  text-align: center;
}

#app .content .img_box {
  width: 100%;
  overflow: hidden;
}

#app .content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#app .banner_box {
  display: flex;
  align-items: center;
  height: 1.78rem;
  width: 100%;
}

#app .swiper {
  overflow-y: auto;
  /* firefox */
  scrollbar-width: none;
  /* IE 10+ */
  -ms-overflow-style: none;
}

#app .swiper::-webkit-scrollbar {
  /* Chrome Safari */
  display: none;
}

#app .banner_box .swiper-wrapper {
  height: initial;
  display: flex;
}

#app .banner_box .swiper-slide {
  width: 1.4rem;
  height: 1.1rem;
  text-align: center;
  position: relative;
}

#app .banner_box .swiper-slide:first-child {
  margin-left: 0.25rem;
}

#app .banner_box .swiper-slide:last-child {
  margin-right: 0.25rem;
}

#app .banner_box .swiper-slide img {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.3rem;
  object-fit: cover;
}

#app .banner_box .swiper-slide .select_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.05rem;
  height: 1.05rem;
  border: 0.04rem solid #FB3867;
  border-radius: 0.3rem;
  background: url("/images/landing/select_bg.png") 0.7rem 0.7rem no-repeat, rgba(0, 0, 0, .7);
  background-size: 0.4rem 0.4rem;
  box-sizing: content-box;
}

#app .footer {
  position: fixed;
  width: 100%;
  padding: 0 0.4rem;
  max-width: 7.5rem;
  box-sizing: border-box;
  display: grid;
  justify-content: center;
  margin-bottom: 20px;
}

#app .footer.footer_post {
  bottom: calc(0.67rem + constant(safe-area-inset-bottom));
  bottom: calc(0.67rem + env(safe-area-inset-bottom));
}

#app .footer.footer_video {
  background: transparent !important;
  position: static;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
}

#app .footer.footer_share {
  bottom: calc(0.24rem + constant(safe-area-inset-bottom));
  bottom: calc(0.24rem + env(safe-area-inset-bottom));
  z-index: 3;
}

#app .footer.footer_share .btn {
  height: 1.08rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  justify-content: flex-start;
  padding: 0 0.26rem;
}

#app .footer_share .icon {
  width: 0.64rem;
  height: 0.64rem;
}

#app .footer_share .desc {
  flex: 1;
  color: #14161A;
  font-size: 0.28rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  margin-left: 0.2rem;
  margin-right: 0.16rem;
}

#app .footer_share .label {
  width: 0.88rem;
  font-size: 0.26rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.56rem;
  background: #FB3867;
  border-radius: 0.1rem;
  text-align: center;
}

#app .footer.footer_article {
  bottom: 0;
  height: 1.4rem;
  background: #fff;
  padding-top: 0.2rem;
}

#app .article.ios .footer {
  height: 1.7rem;
}

#app .footer .btn {
      padding: 0px 40px;
      width: 250px;
      height: 88px;
      font-size: 40px;
      color: #00000000; 
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      border-radius: 8px;
      background-image: url('../assets/daftar.webp'); 
      background-size: cover; 
      background-position: center;
      transition: transform 0.3s ease-in-out;
      animation: pulsebutton 2s infinite;
}

#app .footer:not(.footer_share) .btn::after {
  content: '';
  width: 0.14rem;
  height: 0.24rem;
  background-size: cover;
  margin-left: 0.14rem;
}

@-webkit-keyframes zoom-forever {
  0% {
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
    -ms-transform: scale3d(1.04, 1.04, 1.04);
    transform: scale3d(1.04, 1.04, 1.04);
  }

  50% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
    -ms-transform: scale3d(1.04, 1.04, 1.04);
    transform: scale3d(1.04, 1.04, 1.04);
  }
}

@keyframes zoom-forever {
  0% {
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
    -ms-transform: scale3d(1.04, 1.04, 1.04);
    transform: scale3d(1.04, 1.04, 1.04);
  }

  50% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
    -ms-transform: scale3d(1.04, 1.04, 1.04);
    transform: scale3d(1.04, 1.04, 1.04);
  }
}

#app .footer .down_icon {
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.16rem;
}

#app .footer .finger {
  position: absolute;
  right: 2.5rem;
  bottom: -0.08rem;
  width: 0.56rem;
  height: 0.74rem;
  animation: down-forever 1.2s linear infinite;
  -webkit-animation: down-forever 1.2s linear infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#app .footer_common {
  bottom: 0.2rem;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  bottom: max(0.2rem, env(safe-area-inset-bottom));
  z-index: 3;
}

#app .footer_common .finger {
  display: none;
}

#app .footer_common .btn {
  background: linear-gradient(180deg, #F25C80 0%, #DD2854 100%);
}

#app .footer_common .btn::after {
  display: none;
}

@-webkit-keyframes down-forever {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

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

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

#app .loading {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

#app .loading img {
  width: 2rem;
  height: 2rem;
}

.hidden {
  display: none !important;
}

.common_wrap {
  padding-bottom: calc(1rem + constant(safe-area-inset-bottom));
  padding-bottom: calc(1rem + env(safe-area-inset-bottom));
}

.wallpaper {
  position: relative;
}

.wallpaper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wallpaper_head {
  width: 100%;
  height: 7.5rem;
  margin-bottom: -0.34rem;
  /* background: url('/images/logo.png') center / 1.58rem 1.58rem no-repeat; */
  text-align: center;
  font-size: 0.36rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.4rem;
  padding-top: 2.96rem;
  box-sizing: border-box;
  position: relative;
}

.wallpaper_head .content {
  position: relative;
  z-index: 1;
}

.wallpaper_head .content img {
  width: 1.58rem;
  height: 1.58rem;
  display: block;
  margin: 0 auto 0.54rem;
}

.wallpaper_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.wallpaper_bg {
  display: flex;
  transform: rotate(20deg) translate(-1rem, -20%);
  transform-origin: left top;
}

.wallpaper_bg li {
  flex-shrink: 0;
  width: 23%;
  margin: 0 0.1rem;
}

.wallpaper_bg li:nth-child(1),
.wallpaper_bg li:nth-child(3),
.wallpaper_bg li:nth-child(5) {
  animation: wallpaperUp 20s linear 1s infinite normal none;
  -webkit-animation: wallpaperUp 20s linear 1s infinite normal none;
}

.wallpaper_bg li:nth-child(2),
.wallpaper_bg li:nth-child(4),
.wallpaper_bg li:nth-child(6) {
  animation: wallpaperDown 20s linear 1s infinite normal none;
  -webkit-animation: wallpaperDown 20s linear 1s infinite normal none;
}

.wallpaper_bg img {
  width: 100%;
  margin: 0.1rem 0;
}

@keyframes wallpaperUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@-webkit-keyframes wallpaperUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes wallpaperDown {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes wallpaperDown {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

.wallpaper_content {
  padding: 0 0.34rem 0 0.4rem;
  margin-bottom: 0.54rem;
  position: relative;
  z-index: 2;
}

.wallpaper_item {
  color: #FFFFFF;
  line-height: 0.36rem;
  margin-bottom: 0.36rem;
  padding-left: 0.56rem;
  background: url(/images/landing/icon_checked.png) top 0.02rem left / 0.3rem 0.3rem no-repeat;
}

.wallpaper_title {
  font-size: 0.36rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.wallpaper_desc {
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  opacity: .5;
  margin-top: 0.18rem;
}


