html,
body {
  height: 100%;
  background-color: #000;
}
:root {
  font-size: calc((18 / 1920)* 100vw);
}
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 {
  aspect-ratio: 16 / 9;
  /* height: 100%; */
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* height: 1600px; */
}
.logo {
  width: 17%;
  /* padding: 15px 0 0 1%; */
  position: absolute;
  top: 15px;
  left: 1%;
}

.TextBox {
  width: 72.687%;
  height: 59%;
  margin-top: 12%;
  margin-bottom: 1%;
  overflow-y: auto;
}
.TextBox p {
  line-height: 1.6;
  font-size: clamp(.6rem, .85vw, 26px);
  color: #fff;
  margin-bottom: 1.4%;
  padding: 0 10px 0 20px;
}
.TextBox p strong{
  color: #ffdf0a;
}
.TextBox p .t01{
  color: #96ffca;
  background-color: #00000025;
}
.TextBox p a{
  color: #fff;
}
.BtnBox {
  width: 13.56%;
  text-align: center;
}

.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: 15%;
  top: 2%;
  display: flex;
  right: 1.6%;
  bottom: auto;
}
.share-link a{
  /* border: 1px solid #fff; */
  border-radius: 5px;
  margin: 0 4%;
}
.home-btn:hover img{
  opacity: 0;
}
.home-btn:hover{
  background: url(https://rescdn.imtxwy.com/bpsr/recruit/home-on.png) no-repeat top center;
  background-size: 100%;
}
.share-link a:hover{
  /* background-color: #0d376f; */
  /* border: 1px solid #0d376f; */
}
.BtnBox a img{
  transition: all 0.3s;
}
.BtnBox a:hover img{
  filter: brightness(1.25);
  transition: all 0.3s;
}
.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;
  }
}

.tag-btn img {
  width: clamp(45px, 2.2vw, 59px);
}
@media (max-width: 768px) {
  .p1-bg {
    
    aspect-ratio:auto;
    /* height: 100%; */
    position: relative;
  }
  .logo {
    width: 32%;
    /* padding: 4px 0 0 5px; */
    top: 5px;
    left: 5px;
  }
  .TextBox {
    width: 96%;
    height: auto;
    margin-top: 74%;
    margin-bottom: 1%;
    overflow-y: auto;
}
.TextBox .t{
  padding: 10px 0;
  margin-bottom: 4%;
  background-color: #00000025;
}
.TextBox p{
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.2;
}
.BtnBox {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url(https://rescdn.imtxwy.com/bpsr/recruit/line.png) no-repeat center center;
  background-size: 100%;
  margin-bottom: 5%;
}
.BtnBox a{
  width: 40%;
  display: block;
}
.home-Btn-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.home-Btn-bottom a{
  width: 35%;
  display: block;
}
  .share-link {
    width: 38%;
    top: 5px;
    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;
  }

  .top-up { 
    width: 24%;
    position: absolute;
    top: 50%;
    right: -5px;
  }

  .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;
  }
  .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);
  }
}
}
