html,
body {
  height: 100%;
  background-color: #000;
}
#myContainer{height: 100%;}
ul,li{
  list-style: none;
}
a,img{
  outline: none;
}
.fp-watermark, .hide {
  display: none;
  opacity: 0;
}
img{
  max-width: 100%;
  margin: auto;
}
.opacity0 {
  opacity: 0;
}
.fp-overflow {
  outline: 0;
}
.p1-bg {
  background: url(https://rescdn.imtxwy.com/bpsr/images/p1-bg.webp) no-repeat top center;
  background-size: cover;
  height: 100%;
  position: relative;
}
.logo {
  width: 17%;
  padding: 15px 0 0 1%;
}
.slg{
  width:100%;
  text-align: center;
  position: absolute;
  bottom:10%;
  left: 0;
}
.slg img{
  width:78%;
}
.vodBox {
  width: 4.4%;
  position: absolute;
  top: 45%;
  left: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
}
.vodBox a {
  width: 90%;
}
.btnsBox {
  width: 28%;
  position: absolute;
  bottom: 14%;
  left: 50%;
  margin-left: -14%;
  text-align: center;
  display: flex;
}
.pre-bt {
  background: url(https://res.17996cdn.net/bpsr/images/Btn-bg.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s;
  position: relative;
}
.pre-bt:hover {
  background: url(https://res.17996cdn.net/bpsr/images/Btn-bg-hov.png) no-repeat;
  background-size: 100%;
}

.pre-bt .Btn-text {
  width: 70%;
  transition: all 0.3s;
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
}
.pre-bt .Btn-ico {
  height: 100%;
  opacity: 0;
  position: absolute;
  top:0;
  right: 10%;
}
.pre-bt:hover .Btn-text {
  filter: brightness(125);
  transform: translateX(-56%);
}
.pre-bt:hover .Btn-ico {
  opacity: 1;
}
.pre-bt .Btn-bg {
  opacity: 0;
}
.btnsBox a img{
  transition: all 0.3s;
  /* max-width: none; */
}
.btnsBox a:hover img,.sd-btn a:hover img {
  transition: all 0.3s;
  /* transform: translateY(-6px); */
  filter: brightness(1.25);
}
.sd-btn {
  width: 28%;
  /* max-width: 750px; */
  position: absolute;
  bottom: 8%;
  left: 50%;
  margin-left: -14%;
  text-align: center;
  display: flex;
}
.sd-btn img {
  width: 100%;
  margin: 0;
  transition: all 0.3s;
}
.top-up { 
    width: 10%;
    position: fixed;
    top: 65%;
    right: 2%;
    /* transition: all 0.3s; */
    z-index: 999;
    animation: scal-ani2 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite 1.5s;
  }
@keyframes scal-ani2 {

  0%,
  to {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}
.share-link {
  width: 14%;
  top: 2%;
  display: flex;
  right: 1.6%;
  bottom: auto;
}
.share-link a{
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 4%;
  display: block;
  position: relative;
}
.share-link a:hover{
  background-color: #0d376f;
  border: 1px solid #0d376f;
}
/* #modal-nav{
  background: none;
} */
.nav-box {
  width: 15%;
  height: 13%;
  border-radius: 6px;
  position: absolute;
  top: 2%;
  right: 2.16%;
  background-color: #031d44d9;
}
.nav-box .uk-modal-close-outside {
  right: 34px;
  top: 35px;
}
.nav-box ul{
  padding: 20% 0 0 0;
}
.nav-box ul a{
  display: block;
  padding: 10px 0 10px 12%;
  transition: 0.3s;
}
.nav-box ul a:hover{
  display: block;
  background-color: #2c4983;
}
.nav-box ul li img{
  width: 75%;
  max-width: 280px;
}


.share-link .hamburger {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.is-menuOpen .hamburger{
  background-color: #0c3676;
  border-radius: 5px;
}
.share-link .hamburger > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 54.055%;
  aspect-ratio: 10 / 1;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: inherit;
  transition: inherit;
}

.share-link .hamburger > span:nth-child(1) {
  top: -40%;
}

.is-menuOpen .share-link .hamburger > span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.share-link .hamburger > span:nth-child(2) {
  top: 0;
  bottom: 0;
}

.is-menuOpen .share-link .hamburger > span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.share-link .hamburger > span:nth-child(3) {
  bottom: -40%;
}

.is-menuOpen .share-link .hamburger > span:nth-child(3) {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* .share-link .hamburger:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
} */



.p2-bg {
  /* background: url(https://res.17996cdn.net/bpsr/pre/p2-bg3.webp) no-repeat top center; */
  background-size: cover;
  height: 100%;
  position: relative;
  /* aspect-ratio: 16 / 9; */
}
.p2-tit {
  width:44%;
  position: absolute;
  top:2%;
  right: 8%;
  display: none;
}
.p2-bg .slide-in-top{
  display: block;
}
.p2-txt {
  width:17%;
  position: absolute;
  top: 9%;
  left: 18%;
  display: none;
}
.p2-bg .fade-in-2{
  display: block;
}
.p2-bg .nb{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dc1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer {
  background: url(https://res.17996cdn.net/bpsr/pre/foot_bg.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 1% 0;
  color: #93abb8;
  font-size: 12px;
  width: 100%;
  height: auto;
  z-index: 500;
}
.footer p,.footer .limited {
  margin-bottom: 10px;
}
.footer a {
  color: #93abb8;
}
.footer a:hover {
  color: #333;
}
.footer .f-logo {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.footer .f-logo img {
  width: 55%;
}
.footer p label{
  margin: 0 5px;
}

.slide-in-top {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.fade-in {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.4s;
}
.fade-in-2 {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.8s;
}
.slide-in-right-1 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.45s;
}
.slide-in-right-2 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
}
.slide-in-right-3 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.55s;
}
.slide-in-right-4 {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.6s;
}
.slide-in-top1 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.slide-in-top2 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.4s;
}
.slide-in-top3 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.5s;
}
.slide-in-top4 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.6s;
}
.slide-in-top5 {
  animation: slide-in-top-new 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.7s;
}
.puff-in-centers {
  animation: puff-out-center 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) reverse forwards;
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scal-ani {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes reserveHoverAnime {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
}
@keyframes lightleft {
  0% {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes slide-in-top-new {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes puff-out-center {
  0% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }
  to {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0;
  }
}


#modal-youtube .uk-modal-dialog {
  width: 100% !important;
  max-width: 86% !important;
  background: none;
  padding: 0;
}

.vod-play.uk-inline-clip {
  overflow: inherit;
}
.tag-btn img {
  width: clamp(45px, 2.2vw, 59px);
}
#modal-pre-ok .uk-modal-dialog {
  text-align: center;
  padding: 3%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  /* font-family: 'Noto Serif TC', serif; */
  font-weight: 800;
}

#modal-pre-ok .share-link a,#modal-pre-ok .share-link a:hover {
  margin: 0 10px;
  border:none;
}
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  padding: 0;
  background: none;
  width: 100% !important;
  max-width: 100% !important;
  transform: translateY(0);
}
.uk-modal-full .uk-modal-dialog,
.uk-grid-collapse,
.full-img {
  height: 100%;
}
.full-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uk-modal-close-full {
  background: #03052f87;
}
.wslg-img {
  max-width: 100%;
  width: 26%;
}
.uk-modal-close-full {
  padding: 10px;
  width: 2%;
}
.uk-modal-container .uk-modal-dialog{
  width: 65% !important;
  max-width:100% !important;
  aspect-ratio: auto;
}
.os-Box {
  width: 100%;
}
.os-Box img {
  width: 100%;
}
@media (max-width: 768px) {
  .p1-bg {
    background: url(https://rescdn.imtxwy.com/bpsr/images/m1-bg.webp?v=2) no-repeat top center;
    background-size: cover;
    height: 100%;
    position: relative;
  }
  .logo {
    width: 28%;
    padding: 2px 0 0 5px;
    position: relative;
    z-index: 99999;
  }
  .slg {
    bottom: 22%;
  }
  .slg img {
    transform: scale(1.75);
  }
  .cz-m {
    width: 32.5%;
    position: absolute;
    right: 0;
    top: 60%;
  }
  .cz-m img{
    width: 100%;
  }
  .btnsBox {
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 0;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .btnsBox a{
    display: block;
    width: 46%;
  }
  .btnsBox a img {
    width: 100%;
  }
  .btnsBox a img.Btn-ico {
    width: auto;
}
  .share-link {
    width: 54%;
    top: 6px;
    display: flex;
    /* left: calc(50% - var(--uk-position-margin-offset)); */
    left: auto;
    --uk-position-translate-x: 24%;
    filter: none;
  }
  .share-link a{
    background-color: none;
    border: none;
  }
  .share-link a:hover{
    background: none;
    border: none;
  }
  .share-link img {
    opacity: .5;
  }
.nav-box {
  width: 100%;
  height: 18%;
  top: 0;
  left: 0;
  border-radius: 0;
}

.nav-box .uk-modal-close-outside {
  right: 1px;
  top: 26px;
  width: 24px;
}



.uk-modal-dialog {
    text-align: center;
    max-width: 630px !important;
    width: 94vw !important;
    /* background: url(https://rescdn.imtxwy.com/bpsr/modal-bg2.png) no-repeat center top; */
  background-size: 100% 100%;
  aspect-ratio: 682 / 502;
    box-sizing: border-box;
    padding: 1% 0;
  }
  .top-up { 
    width: 24%;
    position: absolute;
    top: 50%;
    right: -5px;
  }

  #modal-youtube .uk-modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    background: none;
    padding: 0;
  }
  .uk-modal-container .uk-modal-dialog{
    width: 100% !important;
  }
  .footer .f-logo img {
    width: 95%;
  }
  .footer p label{
    display: block;
  }
  .footer .m-p {
    display: block;
    height: 1px;
    opacity: 0;
  }
.uk-position-bottom-center{
  bottom: 2%;
  display: flex;
  justify-content: center;
  }
#silentMoveTo{
    bottom: 2%;
  }
.pagedw {
    width: 65%;
  -webkit-animation: up_down 1800ms linear infinite;
  -moz-animation: up_down 1800ms linear infinite;
  -ms-animation: up_down 1800ms linear infinite;
  animation: up_down 1800ms linear infinite;
}
@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translateY(0px);
  }

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

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

@-moz-keyframes up_down {
  0% {
    -moz-transform: translateY(0px);
  }

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

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

@-ms-keyframes up_down {
  0% {
    -ms-transform: translateY(0px);
  }

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

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

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

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

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