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: calc(100% - 1.4rem);
  overflow: hidden;
}

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

#app .content_tu_wen {
  overflow-y: scroll;
}

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

#app .un_content_video {
  background: #FFFFFF;
}

#app .tv_fm {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#app .tv_fm img {
  width: 100%;
  object-fit: scale-down;
}

#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 {
  width: 100%;
  height: calc(100% - 1.78rem);
  position: relative;
}

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

#app .content .video_box .play_btn {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.12rem;
  height: 1.12rem;
}

#app .content .video_box .muted_btn {
  position: absolute;
  top: 0.28rem;
  right: 0.28rem;
  width: 0.56rem;
  height: 0.56rem;
}

#app .content .video_box .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;
}

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

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

.ended_box .top img {
  width: 2.72rem;
  margin-bottom: 0.46rem;
}

.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.44rem;
}

.ended_box .bottom img {
  width: 0.44rem;
  height: 0.44rem;
  margin-top: 0.28rem;
}

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

#app .content .img_box {
  width: 100%;
  height: calc(100% - 1.78rem);
  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("/static/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;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1.4rem;
  background: #FFFFFF;
  width: 100%;
  max-width: 7.5rem;
}

#app .iosFooter {
  height: 1.7rem;
}

#app .footer_video {
  background: transparent !important;
}

#app .footer .btn {
  cursor: pointer;
  margin: 0.2rem 0.4rem;
  height: 1rem;
  border-radius: .5rem;
  background: linear-gradient(135deg, #FD653E 0%, #FE147E 100%);
  font-size: 0.34rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#app .iosFooter .btn {
  margin-bottom: 0.5rem;
}

@-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 .click {
  position: absolute;
  right: 0.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;
}

@-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;
}