@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700;800&display=swap');

header{
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  background: url("../img/menu_bg.png") no-repeat;
  background-size: cover;
  padding: 0.4vw;
  height: 3.18vw;
}

header .nav_mobile{
  display: none;
}

#prizeCheck {
    margin-left: 1vw;
    padding: 0.5vw;
    display: inline-block;
    height: calc(100*75vw/1920);
    border: 2px solid #ffd096;
    border-radius: 1vw;
    width: 13vw;
    color: #fff;
    font-size: 1.2vw;
    background: #413b3b;
}
.bonus .libaoTips{
    color: #732f24;
    width: 51vw;
    text-align: left;
    padding-left: 5vw;
    margin-top: 1vw;
    font-size: 1.1vw;
}

header nav{
  display: flex;
  align-items: center;
  color: #434343;
  font-size: 0.9vw;
  margin-right: 1.3vw;
}

header nav a{
  text-align: center;
  margin: 0 2vw;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.2vw;
  color: #f0e1c4;
  position: relative;
}

header nav a span{
  display: block;
  line-height: 1.1vw;
}

.checkTips{margin-bottom:1vw;font-size: 1.1vw;}
.prizeCheck{text-decoration:underline}

/* 
.cn {
  font-size: 0.95vw;
  margin-bottom: 0.2vw;
}
.dn {
  font-size: 0.63vw;
} */


header nav a:hover {
  color: #ecdd9b;
}

header .sns_link{
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  right: 0.7vw;
}

header .sns_link a {
  width: 2.7vw;
}

header .sns_link a div img {
  width: 100%;
}

header .menu .hamburger {
  display: none;
}

@media (max-width: 768px) {
  header {
    background: url("../img/top_menu_bg.png") no-repeat;
    background-size: cover;
    padding: 0;
    height: 14.5vw;
  }
  .checkTips {
    width: 97vw;
    margin: 0 auto;
    margin-bottom: 1vw;
    font-size: 2.7vw;
    text-align: center;
}
.bonus .libaoTips{
    color: #732f24;
    width: 95vw;
    text-align: left;
    padding-left: 3vw;
    margin-top: 1vw;
    font-size: 2.6vw;
}
#prizeCheck {
    width: auto;
    margin-left: 3vw;
    padding: 0 3.5vw;
    display: inline-block;
    height: calc(100*76vw/768);
    border: 1px solid #ffd096;
    border-radius: 2vw;
    color: #fff;
    font-size: 3.6vw;
    background: #413b3b;
  }

  header nav{
    margin-right: 0px;
  }

  header .pc{
    display: none;
  }

  header nav.nav_mobile{
    position: relative;
    display: block;
    width: 100%;
  }

  header nav.nav_mobile .btn{
    position: absolute;
    width: 26vw;
    top: 3vw;
    right: 0vw;
    animation: scale 1.5s infinite;
  }

  header nav.nav_mobile .hamburger{
    position: absolute;
    width: 10vw;
    top: 2.4vw;
    right: 0.5vw;
  }

  header nav.nav_mobile .overlay{
    position: absolute;
    top: 0px;
    z-index: 10;
    height: 100vh;
    width: 100%;
    right: -100%;
  }

  header nav.nav_mobile .side_nav{
    z-index: 20;
    background: url("../img/menu_bg_m.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 62%;
    right: -100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s;
    padding-top: 4.5vw;
  }

  header nav.nav_mobile .side_nav .logo {
    width: 50vw;
    margin-bottom: 3vw;
  }

  header nav.nav_mobile .side_nav ul{
    width: 100%;
  }

  header nav.nav_mobile .side_nav ul li{
    display: flex;
    align-items: center;
    padding: 3vw 0 3vw 3vw;
    border-top: 1px solid rgba(253, 247, 232, 0.3);
    color: #f7e8c9;
    font-size: 3.5vw;
  }

  header nav.nav_mobile .side_nav ul li:last-child {
    border-bottom: 1px solid rgba(253, 247, 232, 0.3);
  }

  header nav.nav_mobile .side_nav ul li a {
    color: #f7e8c9;
    letter-spacing: 1vw;
  }

  header nav.nav_mobile .side_nav ul li img {
    width: 7vw;
  }

  header nav.nav_mobile .side_nav .sns_link {
    position: static;
    height: 18vw;
    margin: 2vw 0 0;
  }

  header nav.nav_mobile .side_nav .sns_link a {
    width: 12vw;
    margin: 0;
  }

  header nav.nav_mobile .side_nav .sns_link .mobile{
    position: absolute;
  }

  header nav.nav_mobile > .logo{
    display: flex;
    align-items: center;
    padding: 1.5vw;
  }

  header nav.nav_mobile > .logo img {
    width: 16vw;
  }

  header nav.nav_mobile > .logo .text{
    font-weight: 700;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    color: #fdf8ea;
    font-size: 3vw;
    margin-left: 1vw;
    margin-bottom: 2vw;
  }

  header nav.nav_mobile > .logo .text h1 {
    font-size: 3.7vw;
    line-height: 3.5vw;
  }
}

@media (min-width: 1921px) {
  header {
    width: 120rem;
    height: 3.83rem;
  }
  .checkTips{font-size: 1.4rem;}
  header nav {
    font-size: 1.08rem;
    margin-right: 1.3rem;
  }

  header nav a {
    margin: 0 3rem;
    letter-spacing: 0.1rem;
  }
  header .cn{
    /* margin-bottom: 0.24rem; */
    line-height: 1.32rem;
  }
  header .sns_link a {
    width: 4rem;
  }

  #prizeCheck {
    width: calc(249rem/16);
    height: calc(83rem/16);
    border-radius: calc(15rem/16);
    font-size: 1.8rem;
  }
  .bonus .libaoTips{
    font-size: 1.4rem;
    color: #732f24;
    width: calc(51px*19.2);
    text-align: left;
    padding-left: calc(3px*19.2);
    margin-top: calc(-1.9px*19.2);
}
}

main{
  position: relative;
  width: 100%;
  background-color: #fef9f4;
}

section.kv{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  width: 100%;
  justify-content: center;
  background: url("../img/kv_bg.jpg") no-repeat;
  background-size: cover;
  height: 45.5vw;
  #particles-wrapper canvas {
    position: static !important;
  }
}

section.kv .people_m,
  section.kv .title_cloud_m,
  section.kv .title_m,
  section.kv .reserve_box_m{
  display: none;
}

section.kv .title{
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 25vw;
}

section.kv .title .title1 {
  width: 26.35vw;
  margin-left: 2.5vw;
}

section.kv .title .title2 {
  width: 36.61vw;
  margin-top: -1.2vw;
}

section.kv .title .title3 {
  width: 45vw;
  margin-top: -0.2vw;
}

section.kv .reserve_box{
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  top: 42.3vw;
}

section.kv .reserve_box a:last-child {
  /* animation: scale 1.5s infinite; */
}

section.kv .reserve_box img {
  width: 7.5vw;
}
.toAppStore{
  margin-right: 0.5vw;
}

section.kv .playbtn{
  position: absolute;
  z-index: 10;
  top: 29.5vw;
  left: 63.5vw;
  width: 6.05vw;
}

section.kv .playbtn img{
  width: 100%;
}

section.kv .cloud{
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: url("../img/cloud.png") repeat-x;
  background-size: 100% auto;
  animation: cloud-move 200s linear infinite;
  height: 22vw;
}

section.kv .cloud_bg{
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  background: url("../img/kv_bg_02.png") no-repeat;
  background-size: 100% auto;
}

/* 火光效果 */

#particles-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1921px) {
  section.kv{
    margin-left: auto;
    margin-right: auto;
    width: 120rem;
    height: 55rem;
  }

  section.kv .cloud_bg {
    top: 0;
  }

  section.kv .cloud {
    height: 24rem;
  }

  section.kv .title {
    top: 30rem;
  }

  section.kv .title .title1,
      section.kv .title .title2,
      section.kv .title .title3{
    width: auto;
  }

  section.kv .playbtn{
    width: auto;
    top: 36rem;
    left: 77rem;
  }

  section.kv .reserve_box {
    top: 50.5rem;
  }

  section.kv .reserve_box img {
    width: 11rem;
  }
}

@media (max-width: 768px) {
  section.kv {
    background: url("../img/s1_1_01.jpg") no-repeat center 14vw;
    background-size: cover;
    height: 163vw;
  }

  section.kv .title,
    section.kv .cloud,
    section.kv .cloud_bg,
    section.kv .reserve_box{
    display: none;
  }

  section.kv .title_m{
    position: absolute;
    z-index: 30;
    display: block;
    top: 120vw;
  }

  section.kv .title_m img{
    width: 100%;
  }

  section.kv .people_m{
    position: absolute;
    display: block;
    width: 100%;
    top: 14vw;
  }

  section.kv a.title_cloud_m{
    position: absolute;
    z-index: 20;
    display: block;
    width: 100%;
    top: 15vw;
  }

  section.kv .reserve_box_m{
    position: absolute;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    width: 89%;
    top: 146vw;
  }

  section.kv .playbtn {
    top: 108.5vw;
    left: 81.5vw;
    width: 13vw;
    z-index: 20;
  }
}

.side_bar{
  position: sticky;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  top: 7vw;
  left: 84.5vw;
  background: url("../img/leftlink_bg.png") no-repeat;
  background-size: 100% auto;
  width: 14.32vw;
  height: 39.79vw;
  margin-top: 15vw;
  margin-bottom: -55.1vw;
  padding-top: 2vw;
}
.side_bar>a{
  position: relative;
}

.side_bar .award {
  background-color: #f5dc8a;
  width: 9.2vw;
  margin-left: 0.3vw;
  margin-top: 2.1vw;
}

.side_bar .award img {
  animation: scale 1.5s infinite;
  margin-left: 0.6vw;
}

.side_bar .award_text{
  position: absolute;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.side_bar .award_text h1{
  display: block;
  font-weight: 700;
  text-shadow: -2px -2px 2px #d6b64a, 2px -2px 2px #d6b64a,
        -2px 2px 2px #d6b64a, 2px 2px 2px #d6b64a;
}

.side_bar .award_text h1:nth-child(1) {
  font-size: 1.04vw;
}

.side_bar .award_text h1:nth-child(2) {
  font-size: 1.1vw;
}

.side_bar .pcicon {
  width: 7vw;
  margin-top: 0.7vw;

  margin-bottom: 0.3vw;
}

.side_bar .pcicon2 {
  width: 7vw;
  margin-top: 0.5vw;
  margin-left: -0.1vw;
  margin-bottom: 0.3vw;
}

.side_bar a.btn {
  width: 7.5vw;

  margin-bottom: 0.1vw;
}

.side_bar .top {
  width: 7vw;
}

.side_bar .top img{
  width: 100%;
}

@media (min-width: 1921px) {
  .side_bar {
    top: 6rem;
    width: 14rem;
    height: 50rem;
    left: 125rem;
    margin-top: 18.5rem;
    margin-bottom: -68.5rem;
    padding-top: 2.3rem;
  }

  .side_bar .award {
    text-align: center;
    margin: 2.3rem 0 0 0.1rem;
    width: 9rem;
  }

  .side_bar .award img {
    text-align: center;
    margin: auto;
  }

  .side_bar .award_text {
    top: 10.8rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .side_bar .award_text h1:nth-child(1) {
    font-size: 1rem;
  }

  .side_bar .award_text h1:nth-child(2) {
    font-size: 1.1rem;
  }

  .side_bar a.btn {
    width: 7.7rem;
    margin-bottom: 0rem;
  }

  .side_bar .top {
    width: 7rem;
    margin-left: 0.5rem;
  }

  .side_bar .pcicon {
    width: 7.5rem;
    margin-top: 0rem;
    margin-left: 0.2rem;
    margin-bottom: 0;
  }

  .side_bar .pcicon2 {
    width: 7rem;
    margin-top: 0.16rem;
    margin-left: -0.1rem;
    margin-bottom: 0.3rem;
  }
}

@media (max-width: 768px) {
  .side_bar{
    display: none;
  }
}

section.reserve{
  position: relative;
  z-index: 20;
  width: 100%;
  overflow: hidden;
  background: url("../img/s1_bg.jpg") no-repeat;
  background-size: cover;
  margin-top: -0.1vw;
  padding-top: 16vw;
  height: 66.2vw;
}

section.reserve .content{
  position: absolute;
  z-index: 10;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 9vw;
  left: 30vw;
  color: #732f24;
}

section.reserve .content .title {
  width: 46vw;
  margin-bottom: 1.2vw;
}

section.reserve .content .info {
  background: url("../img/s1_frame.png") no-repeat;
  background-size: 100% auto;
  width: 52vw;
  height: 38.7vw;
  padding: 2vw 3vw;
  font-weight: 550;
  position: relative;
}
.GoogleFirst{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 30vw;
  height: 18vw;
  background: rgb(0, 0, 0,0.3);
  cursor: pointer;
  display: none;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.GoogleFirst::after{
  display: none;
  font-size: large;
  content: '请先登录谷歌账号';
  background:rgb(0, 0, 0,0.3);
  padding: 1rem;
  border-radius: 1rem;
}
.notModify{height: 16rem;}
section.reserve .content .info .text1{
  font-weight: 700;
}

section.reserve .content .info .text1 h1 {
  font-size: 1.2vw;
  width: 21.51vw;
}

section.reserve .content .info .text1 h2{
  width: 21.51vw;
}

/* section.reserve .content .info .text1 h2 img{
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 7.5vw;
  left: 16.8vw;
} */

section.reserve .content .info .device{
  display: flex;
  align-items: center;
  width: 33vw;
  margin-top: 0.6vw;
  margin-bottom: 0.7vw;
}

section.reserve .content .info .device .item{
  position: relative;
  font-size: 1.7vw;
}

section.reserve .content .info .device .item:nth-child(1) {
  margin-right: 5vw;
}

section.reserve .content .info .device .item input.radio{
  vertical-align: middle;
  opacity: 0;
  margin-right: 0.9vw;
  width: 1.35vw;
  height: 1.35vw;
}

:is(section.reserve .content .info .device .item input.radio):checked + label:before{
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-width: 0.25vw;
  background-color: black;
}

section.reserve .content .info .device .item label{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

section.reserve .content .info .device .item label span {
  margin-left: 2.5vw;
}

section.reserve .content .info .device .item label:before{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  top: 0.5vw;
  content: "";
  width: 1.45vw;
  height: 1.45vw;
}

section.reserve .content .info .phone{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  width: 25vw;
  margin-bottom: 0.9vw;
}

section.reserve .content .info .phone select{
  position: relative;
  z-index: 10;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  height: 2.9vw;
  border-width: 0.3vw;
  font-size: 1.5vw;
  padding-left: 0.7vw;
  background: url("../img/arrow_black.png") calc(100% - 0.7em) 50%
              no-repeat,
            #ffffff;
  background-position-x: 9.7vw;
  background-size: 1vw;
  width: 12vw;
}

section.reserve .content .info .phone select:focus{
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

section.reserve .content .info .phone .line{
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  width: 0.15vw;
  height: 2.3vw;
}

section.reserve .content .info .phone input.phone_number{
  position: relative;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  height: 2.9vw;
  border-width: 0.3vw;
  font-size: 1.5vw;
  width: 11.5vw;
  margin-left: 0.5vw;
}

section.reserve .content .info .phone input.phone_number:focus{
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

section.reserve .content .info .phone input.phone_number::-moz-placeholder {
  font-size: 1.3vw;
}

section.reserve .content .info .phone input.phone_number:-ms-input-placeholder {
  font-size: 1.3vw;
}

section.reserve .content .info .phone input.phone_number::placeholder {
  font-size: 1.3vw;
}

section.reserve .content .info .privacy{
  position: relative;
  font-size: 1.1vw;
  margin-bottom: 0.2vw;
}

section.reserve .content .info .privacy input.checkbox{
  vertical-align: middle;
  opacity: 0;
  width: 1.35vw;
  height: 1.35vw;
}

:is(section.reserve .content .info .privacy input.checkbox):checked + label:before{
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-width: 0.2vw;
  background-color: black;
}

section.reserve .content .info .privacy label{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

section.reserve .content .info .privacy label span {
  margin-left: 1.4vw;
}

section.reserve .content .info .privacy label:before{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  content: "";
  top: 0.25vw;
  width: 1vw;
  height: 1vw;
}

section.reserve .content .info .reserve_btn{
  /* background: url(../img/appoint-btn.png) no-repeat;
  width: 15.99vw;
  height: 3.96vw;
  font-size: 1.5vw; */
  padding: 0.3vw 0;
  margin-left: 5vw;
  width: 15.99vw;
}

.timer{
  font-size: 1.1vw;
  font-weight: 700;
  /* margin-left: 8vw; */
}

section.reserve .content .info .reserve_btn:hover {
  filter: brightness(1.1);
}

section.reserve .content .info .reward h1 {
  font-size: 1.1vw;
  line-height: 1.3vw;
}

section.reserve .content .info .reward .link{
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  width: 20vw;
  margin-left: -1vw;
}

section.reserve .reward{
  display: flex;
  flex-direction: column;
  padding-top: 2vw;
  position: relative;
  align-items: center;
}
.wrapper .in_m{
  display: none !important;
}
section.reserve .reward .img1{
  display: none;
}
section.reserve .reward .img{
  display: block;
}
section.reserve .reward .reword_img{
  display: block;
}
section.reserve .reward .reword_img1{
  display: none;
}

section.reserve .reward .reword_desc{
  font-size: 0.83vw;
  color: #efdb97;
  text-align: center;
  margin-top: 0.8vw;
}

section.reserve .reward .reward_top{
  display: flex;
}

section.reserve .reward .reward_top .reword_prize{
  width: 16.82vw;
  /* margin-top: -1.5vw; */
  margin-left: 4vw;
}

section.reserve .apoint a{
  width: 11.67vw;
  display: block;
}

section.reserve .avatar1{
  width: 9.17vw;
}

section.reserve .reward .reward_top .reward_appoint{
  display: flex;
  flex-direction: column;
  /* width: 26.04vw; */
}
section.reserve .reward .reward_top .reward_appoint .title1{
  display: flex;
  justify-content: center;
}
section.reserve .reward .line1{
  width: 0.1vw;
  height: 12.29vw;
  position: absolute;
  left: 26vw;
}
section.reserve .reward .reward_top .reward_appoint .content1{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

section.reserve .reward .reward_top .reward_appoint .content1 .apoint{
  margin-right: 2vw;
}

section.reserve .content .info .reward .link img{
  width: 100%;
}

section.reserve .content .info .reward .link .link2{
  position: absolute;
  top: 0px;
  left: 20vw;
}

section.reserve .content .info .reward .link .link1_m,
          section.reserve .content .info .reward .link .link2_m,
          section.reserve .content .info .reward .link .avatar{
  display: none;
}

section.reserve .content .info .reward .link .button{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  left: 22.5vw;
  top: 7.5vw;
}

section.reserve .content .info .reward .link .button a {
  width: 7vw;
}

section.reserve .content .avatar{
  position: absolute;
  width: 16.56vw;
  top: 10vw;
  left: 31vw;
}

section.reserve .content .avatar_m{
  display: none;
}

section.reserve .s1_girl{
  position: absolute;
  left: 0px;
  top: 9vw;
  width: 47vw;
  transform: translateX(-100%);
}

section.reserve .s1_girlname{
  position: absolute;
  opacity: 0;
  left: 3.5vw;
  top: 31vw;
  width: 10.1vw;
}

section.reserve .s1_girl.active {
  animation: toRight 1s forwards;
}

@media (min-width: 1921px) {
  section.reserve {
    width: 120rem;
    margin: 0 auto;
    /* margin: 20rem auto 0; */
    padding-top: 0;
    height: 79.5rem;
  }

  section.reserve .s1_girl {
    top: 10rem;
    width: auto;
  }

  section.reserve .s1_girlname {
    left: 4.2rem;
    top: 37.2rem;
    width: auto;
  }

  section.reserve .content {
    top: 10rem;
    left: 38rem;
  }

  section.reserve .content .title {
    width: auto;
    margin-bottom: 2rem;
  }

  section.reserve .content .info {
    width: 66rem;
    height: 49rem;
    padding: 3rem 3.6rem;
  }
.GoogleFirst{width: 37rem;height: 22rem;}
  section.reserve .content .info .text1 h1 {
    font-size: 1.5rem;
  }
.notModify{
  height: 17rem;
}
  section.reserve .content .info .text1 h2 {
    font-size: 2rem;
    width: 25.8125rem;
  }

  section.reserve .content .info .text1 h2 img {
    /* width: 10rem;
    left: 22.5rem; */
  }

  section.reserve .content .info .device {
    width: 23rem;
    margin-top: 0.83rem;
    margin-bottom: 0.5rem;
  }

  section.reserve .content .info .device .item {
    position: relative;
    font-size: 2rem;
  }

  section.reserve .content .info .device .item input.radio {
    margin-right: 2rem;
    width: 1.35rem;
    height: 1.35rem;
  }

  section.reserve .content .info .device .item label:before {
    top: 0.7rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  section.reserve .content .info .device .item label span {
    margin-left: 3rem;
  }

  section.reserve .content .info .device .item:nth-child(1) {
    margin-right: 6rem;
  }

  section.reserve .content .info .phone {
    width: 32rem;
    margin-bottom: 0.9rem;
  }

  section.reserve .content .info .phone select {
    height: 3.5rem;
    border-width: 0.2rem;
    font-size: 1.7rem;
    padding-left: 0.7rem;
    background-position-x: 11rem;
    background-size: 1.5rem;
    width: 13.5rem;
  }

  section.reserve .content .info .phone input.phone_number {
    height: 3.2rem;
    border-width: 0.2rem;
    font-size: 2rem;
    width: 17rem;
    margin-left: 1rem;
  }

  section.reserve .content .info .phone input.phone_number::-moz-placeholder {
    font-size: 1.7rem;
  }

  section.reserve .content .info .phone input.phone_number:-ms-input-placeholder {
    font-size: 1.7rem;
  }

  section.reserve .content .info .phone input.phone_number::placeholder {
    font-size: 1.7rem;
  }

  section.reserve .content .info .phone {
    .line {
      width: 0.15rem;
      height: 3rem;
    }
  }

  section.reserve .content .info .privacy {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  section.reserve .content .info .timer{
    font-size: 1.3rem;
    margin-left: 9.6rem;
  }
  section.reserve .content .info .reward{
    padding-top: 3.2rem;
  }
  section.reserve .content .info .reward .reword_desc{
    font-size: 1rem;
    /* margin-top: -1rem; */
  }
  section.reserve .content .info .privacy input.checkbox{
    width: 1.125rem;
    height: 1.125rem;
  }
  section.reserve .reward{
    padding-top: 1.125rem;
  }
  section.reserve .content .info .privacy label span {
    margin-left: 2rem;
  }
  section.reserve .reward .line1{
    left: 33rem;
  }
  section.reserve .reward .reward_top .reword_prize{
    margin-left: 3.6rem;
    width: 22.63rem;
  }
  section.reserve .reward .reward_top .reward_appoint{
    /* width: 49rem; */
  }
  section.reserve .reward .reward_top .reward_appoint .content1 .apoint{
    margin-right: 2.4rem;
  }
  section.reserve .apoint a{
    width: 14rem;
  }
  section.reserve .avatar1{
    width: 11rem;
  }
  section.reserve .reward .line1{
    width: 0.19rem;
    height: 14.75rem;
  }


  section.reserve .content .info .privacy label:before {
    top: 0.3rem;
    width: 1.2rem;
    height: 1.1rem;
    /* margin-top: 1rem; */
  }

  :is(section.reserve .content .info) .privacy input.checkbox:checked + label:before {
    border-width: 0.3rem;
  }

  section.reserve .content .info .reserve_btn {
    letter-spacing: 0.5rem;
    font-size: 2.2rem;
    padding: 0.25rem 0;
    /* margin-bottom: 1.5rem; */
    width: 19.19rem;
    margin-left: 6rem;
  }

  section.reserve .content .info .reward h1 {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  section.reserve .content .info .reward .link {
    width: 26rem;
    margin-left: 0;
  }

  section.reserve .content .info .reward .link .link2 {
    left: 26rem;
  }

  section.reserve .content .info .reward .link .button {
    left: 28.6rem;
    top: 10rem;
  }

  section.reserve .content .info .reward .link .button a {
    width: 8.5rem;
  }

  section.reserve .content .avatar {
    width: 19.87rem;
    top: 13rem;
    left: 39.2rem;
  }
}

@media (max-width: 768px) {
  section.reserve{
    padding: 0px;
    margin: -0.1vw 0 0;
    background: url("../img/s1_bg_m.jpg") no-repeat;
    background-size: cover;
    height: 187vw;
  }

  section.reserve .content{
    margin: 0px;
    padding: 0px;
    left: auto;
    right: auto;
  }

  section.reserve .content .title {
    width: 100vw;
    margin: 17vw 0 5vw;
  }

  section.reserve .content .info {
    width: 97vw;
    height: 124vw;
    background: url("../img/s1_frame_m.png") no-repeat;
    background-size: cover;
    padding: 2vw 5vw;
  }
  
.GoogleFirst{width: 58vw;height: 47vw;}
  section.reserve .content .info .text1{
    font-weight: 700;
    margin: 7.5vw 2vw 0 0;
  }
.notModify{height: 36vw;}
  section.reserve .content .info .text1 h1 {
    font-size: 3.6vw;
    font-weight: 400;
  }

  section.reserve .content .info .text1 h1 img{
    width: 53.65vw;
  }

  

  section.reserve .content .info .text1 h2{
    position: absolute;
    font-weight: 700;
    font-size: 4.1vw;
    width: 53.51vw;
  }

  /* section.reserve .content .info .text1 h2 img{
    position: absolute;
    bottom: 0px;
    margin: auto;
    top: 9.5vw;
    width: 20vw;
    left: -1.2vw;
  } */

  section.reserve .content .info .device {
    margin-top: 16vw;
  }

  section.reserve .content .info .device .item{
    position: relative;
    font-size: 3.7vw;
  }

  section.reserve .content .info .device .item:nth-child(1) {
    margin-right: 15vw;
  }

  section.reserve .content .info .device .item label{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
  }

  section.reserve .content .info .device .item label span {
    margin-left: 6.2vw;
  }

  section.reserve .content .info .device .item label:before {
    top: 0.5vw;
    width: 3.45vw;
    height: 3.45vw;
  }

  section.reserve .content .info .phone {
    width: 51vw;
    height: 6vw;
  }

  section.reserve .content .info .phone select {
    height: 5.9vw;
    padding-left: 1.2vw;
    background-position-x: 19.5vw;
    background-size: 2vw;
    width: 23vw;
    font-size: 3vw;
  }

  section.reserve .content .info .phone .line {
    width: 0.45vw;
    height: 5vw;
  }

  section.reserve .content .info .phone input.phone_number {
    height: 5.9vw;
    width: 30vw;
    margin-left: 2vw;
    font-size: 3vw;
  }

  section.reserve .content .info .phone input.phone_number::-moz-placeholder {
    font-size: 3vw;
  }

  section.reserve .content .info .phone input.phone_number:-ms-input-placeholder {
    font-size: 3vw;
  }

  section.reserve .content .info .phone input.phone_number::placeholder {
    font-size: 3vw;
  }

  section.reserve .content .info .privacy {
    margin-bottom: 3vw;
  }

  section.reserve .content .info .privacy label {
    margin: 1vw 0;
  }

  section.reserve .content .info .privacy label span {
    font-size: 2vw;
    margin-left: 3.4vw;
  }

  section.reserve .content .info .privacy label:before {
    top: 0.3vw;
    width: 2vw;
    height: 2vw;
  }

  section.reserve .content .info .reserve_btn {
    /* letter-spacing: 2.5vw;
    font-size: 4.5vw;*/
    margin: 4vw 0 0 3vw; 
    height: 9.9vw;
    width: 39.97vw;
  }
  section.reserve .content .info .timer{
    font-size: 2.5vw;
  }
  /* 预约奖励部分 */
  section.reserve .reward {
    display: flex;
    flex-direction: column;
    padding-top: 6.35vw;
    position: relative;
    align-items:stretch
  }
  
  section.reserve .reward .reword_desc {
    font-size: 2.7vw;
    color: #efdb97;
    text-align: center;
    margin-top: 5vw;
  }

  section.reserve .reward .reward_top .title1{
    width: 26.04vw;
  }
  
  section.reserve .reward .reward_top {
    display: flex;
  }
  section.reserve .reward .reward_top .img1{
    display: block;
  }
  section.reserve .reward .reward_top .img{
    display: none;
  }
  section.reserve .reward .reward_top .reword_img1{
    display: block;
    margin-left: -2vw;
    max-width: inherit;
    width: calc(388* 100vw / 768);
  }
  section.reserve .reward .reward_top .reword_img{
    display: none;
  }
  
  section.reserve .reward .reward_top .reword_prize {
    width: 47.14vw;
    margin-top: 0;
    margin-left: 0;
  }
  
  section.reserve .apoint a:nth-child(1) {
    width: 21.53vw;
    display: block;
    margin-right: 1vw;
  }
  section.reserve .apoint a:nth-child(2) {
    width: 21.53vw;
    display: block;
  }
  
  section.reserve .avatar1 {
    width: 31.5vw;
  }
  
  section.reserve .reward .reward_top .reward_appoint {
    display: flex;
    flex-direction: column;
    width: 48.43vw;
    justify-content: center;
    align-items: center;
  }
  section.reserve .reward .line1{
    width: 0.26vw;
    height: 47.79vw;
    position: absolute;
    left: 46vw;
    top: 8vw;
  }
  section.reserve .reward .reward_top .reward_appoint .content1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  section.reserve .reward .reward_top .reward_appoint .content1 .apoint{
    display: flex;
    margin-right: 0;
  }
  .wrapper .in_pc{
    display: none !important;
  }
  .wrapper .in_m{
    display: flex !important;
  }

  .wrapper .reward .in_m{
    flex-direction: column;
  }
  .wrapper .reward .in_m .in_m_img{
    width: 100vw;
  }
  

  section.reserve .content .info .reward h1 {
    font-size: 2.5vw;
    line-height: 4vw;
    width: 85vw;
    text-align: justify;
  }

  section.reserve .content .info .reward .link {
    width: 42vw;
  }

  section.reserve .content .info .reward .link a .link1{
    display: none;
  }

  section.reserve .content .info .reward .link a .link1_m {
    display: block;
  }

  section.reserve .content .info .reward .link .link2{
    display: none;
  }

  section.reserve .content .info .reward .link .link2_m{
    position: absolute;
    display: block;
    left: 45vw;
  }

  section.reserve .content .info .reward .link .button {
    flex-direction: column;
    left: 51vw;
    top: 18vw;
  }

  section.reserve .content .info .reward .link .button a {
    width: 30vw;
  }

  section.reserve .content .avatar{
    display: none;
  }

  section.reserve .content .avatar_m {
    display: block;
    position: absolute;
    top: 42vw;
    left: 60vw;
    width: 36.5vw;
  }

  section.reserve .s1_girl{
    display: none;
  }

  section.reserve .s1_girlname{
    display: none;
  }
}

section.reward{
  position: relative;
  z-index: 20;
  width: 100%;
  overflow: hidden;
  background: url("../img/s2_bg.jpg") no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 16vw;
  height: 57vw;
}

section.reward .content{
  position: absolute;
  z-index: 10;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 4vw;
  left: 6.5vw;
  color: #ecdd9b;
  width: 54.375vw;
  height: 41.77vw;
  background: url(../img/appoint_bg.png) no-repeat;
  background-size: 100% auto;
  z-index: 7;
}
section.reward .content .prize{
  width: 48.39vw;
  height: 25.83vw;
  background: url(../img/appoint_accounts.png) no-repeat;
  background-size: 100% auto;
  position: relative;
}
section.reward .content .prize li{
  width: 15.83vw;
  height: 22.71vw;
}

section.reward .content .prize li.active{
  background: url('../img/appoint_accounts_finish.png') no-repeat;
  background-size: 100% auto;
}
section.reward .content .prize li.active:nth-child(1){
  position: absolute;
  left: 0.05vw;
  top: 1.563vw;
}
section.reward .content .prize li.active:nth-child(2){
  position: absolute;
  left: 16.3vw;
  top: 1.563vw;
}
section.reward .content .prize li.active:nth-child(3){
  position: absolute;
  left: 32.5vw;
  top: 1.563vw;
}




section.reward .content .milestone .people_walk.achieve_end {
  top: 1vw;
  left: 40vw;
}

section.reward .content .milestone .number{
  position: absolute;
  width: 3.3vw;
}

section.reward .content .milestone .number:nth-child(1) {
  top: 4vw;
  left: 6.5vw;
}

section.reward .content .milestone .number:nth-child(2) {
  top: 1.5vw;
  left: 18.5vw;
}

section.reward .content .milestone .number:nth-child(3) {
  top: -1.5vw;
  left: 31.5vw;
}

section.reward .content .prize{
  position: relative;
  margin-top: 6.5vw;
  margin-left: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.reward .content .prize .flag {
  width: 39vw;
}

section.reward .content .prize .flag_m{
  display: none;
}

section.reward .content .prize .extra{
  position: absolute;
  width: 9vw;
  top: -5vw;
  left: 35vw;
}

/* 達成圖示 */

section.reward .content .prize .achieve{
  position: absolute;
  width: 8vw;
}

section.reward .content .prize .achieve:nth-child(2) {
  left: 3.5vw;
}

section.reward .content .prize .achieve:nth-child(3) {
  left: 15.5vw;
}

section.reward .content .prize .achieve:nth-child(4) {
  left: 27.5vw;
}

section.reward .s2_girl{
  position: absolute;
  right: 0px;
  top: 10.5vw;
  width: 65vw;
  transform: translateX(100%);
  z-index: 6;
}

section.reward .s2_girl.active {
  animation: toLeft 1s forwards;
}

@media (min-width: 1921px) {
  section.reward{
    margin-left: auto;
    margin-right: auto;
    width: 120rem;
    height: 68rem;
    padding-top: 0;
  }

  section.reward .content .title {
    width: auto;
    margin-bottom: 2rem;
  }

  section.reward .content .milestone {
    margin-top: 0;
  }

  section.reward .content .milestone .map {
    width: auto;
  }

  section.reward .content .milestone .people_walk {
    width: auto;
    top: 5rem;
    left: -9rem;
  }

  section.reward .content .milestone .people_walk.achieve_20 {
    top: 9rem;
    left: 5rem;
  }

  section.reward .content .milestone .people_walk.achieve_40 {
    top: 7rem;
    left: 22rem;
  }

  section.reward .content .milestone .people_walk.achieve_60 {
    top: 2.7rem;
    left: 35rem;
  }

  section.reward .content .milestone .people_walk.achieve_end {
    top: 4rem;
    left: 49rem;
  }

  section.reward .content .milestone .number:nth-child(1) {
    width: auto;
    top: 5rem;
    left: 9rem;
  }

  section.reward .content .milestone .number:nth-child(2) {
    width: auto;
    top: 3rem;
    left: 23rem;
  }

  section.reward .content .milestone .number:nth-child(3) {
    width: auto;
    top: -1rem;
    left: 39rem;
  }

  section.reward .content{
    /* width: 50%;
    height: 90%; */
    width: 65.25rem;
    height: 50.125rem;
  }

  section.reward .content .prize li{
    width: 19rem;
    height: 27.25rem;
  }
  section.reward .content .prize li.active:nth-child(1){
    left: 0;
    top: 2rem;
  }
  section.reward .content .prize li.active:nth-child(2){
    left: 19.5rem;
    top: 2rem;
  }
  section.reward .content .prize li.active:nth-child(3){
    left: 39rem;
    top: 2rem;
  }

  /* section.reward .content .reword_content{
    width: 100%;
  } */

  section.reward .content .prize {
    width: 58.06rem;
    height: 31rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-top: 11rem;
    margin-left: 2.5rem;
  }

  section.reward .content .prize .achieve {
    width: 11rem;
  }

  section.reward .content .prize .flag {
    width: auto;
  }

  section.reward .content .prize .achieve:nth-child(2) {
    left: 3rem;
  }

  section.reward .content .prize .achieve:nth-child(3) {
    left: 17.5rem;
  }

  section.reward .content .prize .achieve:nth-child(4) {
    left: 31.5rem;
  }

  section.reward .content .prize .extra {
    width: auto;
    top: -7rem;
    left: 42rem;
  }

  section.reward .s2_girl {
    right: 0px;
    top: 12rem;
    width: auto;
  }
}

@media (max-width: 768px) {
  section.reward{
    margin: 0px;
    padding: 0px;
    background: url("../img/s2_bg_m.jpg") no-repeat;
    background-size: cover;
    height: 139vw;
    margin-top: -0.1vw;
  }

  section.reward .content{
    margin: 0px;
    padding: 0px;
    left: auto;
  }

  section.reward .content{
    position: absolute;
    z-index: 10;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    color: #ecdd9b;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 7;
  }

  section.reward .content .reword_content{
    height: 100%;
  }

  

  section.reward .content .title{
    display: none;
  }

  section.reward .content .title_m {
    display: block;
    margin: 2vw 0;
  }


  section.reward .content .prize{
    width: 94.66vw;
    height: 64.46vw;
    background: url(../img/appoint_accounts_m.png) no-repeat;
    background-size: 100% auto;
    position: relative;
  }
  section.reward .content .prize li{
    width: 30.21vw;
    height: 55.73vw;
  }
  
  section.reward .content .prize li.active{
    background: url('../img/appoint_accounts_finish_m.png') no-repeat;
    background-size: 100% auto;
  }
  section.reward .content .prize li.active:nth-child(1){
    position: absolute;
    left: 0.05vw;
    top: 3vw;
  }
  section.reward .content .prize li.active:nth-child(2){
    position: absolute;
    left: 32vw;
    top: 3vw;
  }
  section.reward .content .prize li.active:nth-child(3){
    position: absolute;
    left: 64.5vw;
    top: 3vw;
  }

  section.reward .content .notice_m{
    display: block;
    width: 70vw;
    margin-top: 1vw;
    margin-left: -24vw;
  }

  section.reward .content .milestone{
    display: none;
  }

  section.reward .content .prize {
    /* top: 5vw; */
    margin-top: 0;
    margin-left: 3vw;
  }

  section.reward .content .prize .flag_m {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 92vw;
  }

  section.reward .content .prize .flag_m .prize_flag {
    display: block;
    width: 30vw;
  }

  section.reward .content .prize .achieve {
    width: 15vw;
  }

  section.reward .content .prize .achieve:nth-child(2) {
    top: 27vw;
    left: 15vw;
  }

  section.reward .content .prize .achieve:nth-child(3) {
    top: 27vw;
    left: 45vw;
  }

  section.reward .content .prize .achieve:nth-child(4) {
    top: 27vw;
    left: 75vw;
  }

  section.reward .content .prize .flag{
    display: none;
  }

  section.reward .content .prize .extra{
    display: none;
  }

  section.reward .content .prize .extra_m{
    position: absolute;
    display: block;
    width: 22vw;
    top: -22vw;
    left: 70.5vw;
  }

  section.reward .s2_girl{
    display: none;
  }
}

section.invitation{
  position: relative;
  z-index: 20;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/s3_bg.jpg") no-repeat;
  background-size: cover;
  margin-top: -0.3vw;
  padding: 0 10vw;
  height: 60.4vw;
}

section.invitation .content{
  opacity: 0;
}

section.invitation .content > .title{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 45.5vw;
  margin-bottom: 1.2vw;
}

section.invitation .content > .title.title_m{
  display: none;
}

section.invitation .content .share{
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 12vw;
}

section.invitation .content .share > .title{
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #923c13;
  font-size: 1.6vw;
}

section.invitation .content .share > .title .rules{
  position: relative;
  width: 7vw;
  margin-left: 0.3vw;
  margin-top: -0.15vw;
}

section.invitation .content .share > .title .rules:hover:after{
  display: block;
}

section.invitation .content .share > .title .rules:after{
  position: absolute;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  text-align: left;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  left: 0.5vw;
  font-size: 0.9vw;
  width: 38vw;
  padding: 0.5vw;
  white-space: pre;
  content: "1、請將專屬連結分享給您的好友，當好友透過此連結成功完成預約後，您即可獲得虛寶獎勵。\A 2、獎勵請至序號查詢頁領取，並在 OB 期間至遊戲中兌換。";
}

section.invitation .content .share .share_url{
  display: flex;
  align-items: center;
}

section.invitation .content .share .share_url .invitation_code{
  display: inline-flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  box-shadow: 0.9px 1.5px 1px 0 rgba(0, 0, 0, 0.8),
            inset 1.5px 1.5px 3px 0.1px rgba(0, 0, 0, 0.3);
  padding: 0 2vw 0 1vw;
  width: 45vw;
  height: 4vw;
  margin-right: 0.5vw;
}

section.invitation .content .share .share_url .invitation_code .code{
  width: 100%;
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-size: 1.2vw;
}

section.invitation .content .share .share_url .copy {
  width: 9vw;
}

section.invitation .content .share .share_url .copy img{
  width: 100%;
}

section.invitation .content .share .share_url .fb {
  width: 4.6vw;
}

section.invitation .content .share .share_url .fb img{
  width: 100%;
}

section.invitation .content .share .share_url .google_login {
  width: 12vw;
}

section.invitation .content .share .share_url .google_login img{
  width: 100%;
}

section.invitation .content .share .notice{
  position: absolute;
  font-weight: 700;
  top: 7.1vw;
  font-size: 1.3vw;
  color: #923c13;
}

section.invitation .content .role{
  position: relative;
  margin-right: auto;
  display: flex;
  width: 74.3vw;
  margin-top: 4vw;
}

section.invitation .content .role .roles_img{
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  will-change: transform;
}

section.invitation .content .role .roles_img .item{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  width: 10%;
  height: 18vw;
  transform-style: preserve-3d;
}

section.invitation .content .role .roles_img .item .card{
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

section.invitation .content .role .roles_img .item .card.front{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  background-size: cover;
  filter: grayscale(1);
}

section.invitation .content .role .roles_img .item .card.back {
  transform: rotateY(180deg);
  background-size: cover;
  filter: grayscale(0);
}

section.invitation .content .role .roles_img .item:nth-child(1) .card.front,
              section.invitation .content .role .roles_img .item:nth-child(1) .card.back {
  background-image: url("../img/s3_people_01.png");
}

section.invitation .content .role .roles_img .item:nth-child(2) .card.front,
              section.invitation .content .role .roles_img .item:nth-child(2) .card.back {
  background-image: url("../img/s3_people_02.png");
}

section.invitation .content .role .roles_img .item:nth-child(3) .card.front,
              section.invitation .content .role .roles_img .item:nth-child(3) .card.back {
  background-image: url("../img/s3_people_03.png");
}

section.invitation .content .role .roles_img .item:nth-child(4) {
  z-index: 4;
  left: 24vw;
}

section.invitation .content .role .roles_img .item:nth-child(4) .card.front,
              section.invitation .content .role .roles_img .item:nth-child(4) .card.back {
  background-image: url("../img/s3_people_04.png");
}

section.invitation .content .role .roles_img .item:nth-child(5) .card.front,
              section.invitation .content .role .roles_img .item:nth-child(5) .card.back {
  background-image: url("../img/s3_people_05.png");
}

section.invitation .content .role .roles_img .item:nth-child(6) .card.front,
              section.invitation .content .role .roles_img .item:nth-child(6) .card.back {
  background-image: url("../img/s3_people_06.png");
}

section.invitation .content .role .roles_img .item:nth-child(7) .card.front,
              section.invitation .content .role .roles_img .item:nth-child(7) .card.back {
  background-image: url("../img/s3_people_07.png");
}

section.invitation .content .role .roles_img .item:nth-child(8) .card.front,
              section.invitation .content .role .roles_img .item:nth-child(8) .card.back {
  background-image: url("../img/s3_people_08.png");
}

section.invitation .content .role .roles_img .item:nth-child(9) .card.front,
              section.invitation .content .role .roles_img .item:nth-child(9) .card.back {
  background-image: url("../img/s3_people_09.png");
}

section.invitation .content .role .roles_img .item:nth-child(10) .card.front,
              section.invitation .content .role .roles_img .item:nth-child(10) .card.back {
  background-image: url("../img/s3_people_10.png");
}

section.invitation .content .role .number_icon{
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 30;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  left: -1.4vw;
}

section.invitation .content .role .number_icon img {
  margin-right: 4vw;
  width: 3.46vw;
}

section.invitation .content .people_count{
  position: relative;
  font-weight: 700;
  background: url("../img/invite_01.png") no-repeat;
  background-size: 100% auto;
  width: 20vw;
  height: 2vw;
  margin: 1.2vw auto 1vw 0;
}

section.invitation .content .people_count .count{
  position: absolute;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
  top: -0.5vw;
  left: 10.5vw;
  font-size: 2vw;
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff,
          2px 2px 0 #ffffff;
}

section.invitation .content .prize{
  margin-right: auto;
  width: 68.5vw;
}

section.invitation .content .prize_m {
  display: none;
}

.flipped {
  transform: rotateY(180deg);
}

@media (min-width: 1921px) {
  section.invitation{
    margin-left: auto;
    margin-right: auto;
    width: 120rem;
    height: 73rem;
    margin-top: 0;
    padding: 0 11rem;
  }

  section.invitation .content{
    width: 100%;
  }

  section.invitation .content > .title {
    width: auto;
    margin-bottom: 2rem;
  }

  section.invitation .content .share {
    padding-right: 0;
  }

  section.invitation .content .share .title {
    font-size: 2rem;
  }

  section.invitation .content .share .title .rules {
    width: auto;
    margin-left: 0.5rem;
    margin-top: -0.15rem;
  }

  section.invitation .content .share .share_url .invitation_code {
    padding: 0 2rem 0 1rem;
    width: 53rem;
    height: 5rem;
    margin-right: 0.5rem;
  }

  section.invitation .content .share .share_url .invitation_code .code {
    font-size: 1.7rem;
  }

  section.invitation .content .share .share_url .copy {
    width: 12rem;
  }

  section.invitation .content .share .share_url .fb {
    width: 6.5rem;
  }

  section.invitation .content .share .share_url .google_login {
    width: 16.5rem;
  }

  section.invitation .content .share .notice {
    top: 9.5rem;
    font-size: 1.7rem;
  }

  section.invitation .content .role {
    width: auto;
    margin-top: 5rem;
  }

  section.invitation .content .role .number_icon {
    left: -1.6rem;
  }

  section.invitation .content .role .number_icon img {
    margin-right: 5.35rem;
    width: 4.5rem;
  }

  section.invitation .content .role .roles_img .item {
    width: 10%;
    height: 24rem;
  }

  section.invitation .content .people_count {
    width: 25rem;
    height: 3rem;
    margin: 0.9rem auto 0.5rem 0;
  }

  section.invitation .content .people_count .count {
    top: -0.6rem;
    left: 13.4rem;
    font-size: 2.7rem;
  }

  section.invitation .content .prize {
    width: auto;
  }
}

@media (max-width: 768px) {
  section.invitation {
    margin-top: 0vw;
    height: 165vw;
    background: url("../img/s3_bg_m.jpg") no-repeat;
    background-size: cover;
  }

  section.invitation .content > .title{
    margin: 0px;
    padding: 0px;
    width: 100vw;
  }

  section.invitation .content > .title.title_pc{
    display: none;
  }

  section.invitation .content > .title.title_m{
    display: block;
    margin: auto;
  }

  section.invitation .content .share{
    padding: 0px;
    margin-left: 3vw;
    margin-top: 3vw;
  }

  section.invitation .content .share .title {
    margin-left: 1vw;
    font-size: 4vw;
  }

  section.invitation .content .share .title .rules {
    width: 20vw;
  }

  section.invitation .content .share .title .rules:after {
    left: -24.5vw;
    width: 81vw;
    font-size: 2.5vw;
    padding: 1.5vw;
    content: "1、請將專屬連結分享給您的好友，當好友透過此連結成功完成預約後\A，您即可獲得虛寶獎勵。\A 2、獎勵請至序號查詢頁領取，並在 OB 期間至遊戲中兌換。";
  }

  section.invitation .content .share .notice {
    margin-left: 1vw;
    font-size: 3vw;
  }

  section.invitation .content .share .share_url{
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 4vw;
  }

  section.invitation .content .share .share_url .invitation_code {
    justify-content: start;
    margin-top: 6vw;
    margin-bottom: 1vw;
    width: 97vw;
    height: 10vw;
  }

  section.invitation .content .share .share_url .invitation_code .code {
    font-size: 3.3vw;
  }

  section.invitation .content .share .share_url .copy {
    width: 22.5vw;
  }

  section.invitation .content .share .share_url .fb {
    width: 11.5vw;
  }

  section.invitation .content .share .share_url .google_login {
    width: 30.5vw;
  }

  section.invitation .content .role{
    margin-left: auto;
    margin-right: auto;
    width: 97vw;
    margin-top: 1vw;
  }

  section.invitation .content .role .number_icon{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 97vw;
  }

  section.invitation .content .role .number_icon img {
    width: 6vw;
  }

  section.invitation .content .role .roles_img{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  section.invitation .content .role .roles_img .item{
    grid-column: span 1 / span 1;
    height: 25vw;
    width: 19vw;
  }

  section.invitation .content .people_count {
    margin: 2vw 5vw;
    font-size: 4vw;
    width: 50vw;
    height: 5.5vw;
  }

  section.invitation .content .people_count .count {
    top: -1.8vw;
    left: 26.5vw;
    font-size: 6vw;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff,
            -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  }

  section.invitation .content .prize {
    display: none;
  }

  section.invitation .content .prize_m{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 97vw;
  }
}

.feature{
  position: relative;
  z-index: 40;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: url("../img/s4_bg.jpg") no-repeat;
  background-size: cover;
  padding: 2.5vw 0;
  height: 60.3vw;
}

.feature .content{
  opacity: 0;
}

.feature .title {
  width: 46vw;
  margin: 3.5vw auto;
  margin-left: 26.5vw;
}

.feature .body {
  display: flex;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 12vw;
  z-index: 20;
}

.feature .body div {
  position: absolute;
}

.feature .body .left {
  transform: translateX(-100%);
  top: 6.5vw;
  left: 0;
  width: 25vw;
}

.feature .body .left_txt {
  opacity: 0;
  top: -8.5vw;
  left: 7vw;
  width: 5vw;
}

.feature .body .right {
  top: 6.5vw;
  right: 0;
  width: 28vw;
  transform: translateX(100%);
}

.feature .body .right_txt {
  opacity: 0;
  top: -1.5vw;
  right: 1vw;
  width: 7.2vw;
}

section.feature .body .left.active {
  animation: toRight 1s forwards;
  animation-delay: 0.3s;
}

section.feature .body .left_txt.fadeIn {
  animation: fadeIn 3.5s forwards;
  animation-delay: 0.3s;
}

section.feature .body .right.active {
  animation: toLeft 1s forwards;
  animation-delay: 0.3s;
}

section.feature .body .right_txt.fadeIn {
  animation: fadeIn 3.5s forwards;
  animation-delay: 0.3s;
}

.feature .feature_swiper_wrapper{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  height: 100%;
  overflow: hidden;
  width: 48vw;
}

.feature .feature_swiper_wrapper .swiper{
  width: 100%;
}

.feature .feature_swiper_wrapper .swiper .swiper-slide{
  width: 100%;
}

.feature .feature_swiper_wrapper .swiper .swiper-slide img{
  width: 100%;
  border: 0.25vw solid #2b2b2b;
}

.feature .swiper-button-prev-feature,
  .feature .swiper-button-next-feature{
  position: absolute;
  z-index: 30;
  background-position: center;
  background-repeat: no-repeat;
  top: 24vw;
  width: 5vw;
  height: 5vw;
  background-size: 100% auto;
}

.feature .swiper-button-prev-feature {
  background-image: url("../img/swiper_prevbtn.png");
  left: 20vw;
}

.feature .swiper-button-next-feature {
  background-image: url("../img/swiper_nextbtn.png");
  right: 20vw;
}

.feature .swiper-pagination-feature{
  position: absolute;
  z-index: 30;
  right: 25.3vw;
  top: 40.5vw;
}

.feature .swiper-pagination-feature .swiper-pagination-bullet{
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  width: 2.3vw;
  height: 2.3vw;
  background: url("../img/swiper_list_normal.png") no-repeat;
  background-size: 100% auto;
}

.feature .swiper-pagination-feature .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url("../img/swiper_list_light.png") no-repeat;
  background-size: 100% auto;
}

.feature .swiper-pagination-feature .swiper-pagination-bullet:hover {
  background: url("../img/swiper_list_light.png") no-repeat;
  background-size: 100% auto;
}

.feature .title_m {
  display: none;
}

@media (max-width: 768px) {
  .feature{
    margin: 0px;
    padding: 0px;
    height: 139.5vw;
    background: url("../img/s4_bg_m.jpg") no-repeat;
    background-size: cover;
    margin-top: -0.1vw;
  }

  .feature .title {
    display: none;
  }

  .feature .title_m{
    padding: 0px;
    display: block;
    margin: 3vw 0;
  }

  .feature .feature_swiper_wrapper {
    width: 90vw;
  }

  .feature .swiper-button-prev-feature,
    .feature .swiper-button-next-feature{
    position: absolute;
    z-index: 30;
    background-position: center;
    background-repeat: no-repeat;
    top: 38vw;
    width: 10vw;
    height: 10vw;
    background-size: 100% auto;
  }

  .feature .swiper-button-prev-feature {
    background-image: url("../img/swiper_prevbtn.png");
    left: 0;
  }

  .feature .swiper-button-next-feature {
    background-image: url("../img/swiper_nextbtn.png");
    right: 0;
  }

  .feature .body {
    display: none;
  }

  .feature .swiper-pagination-feature {
    top: 70vw;
    right: 4vw;
  }

  .feature .swiper-pagination-feature .swiper-pagination-bullet{
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    width: 5vw;
    height: 5vw;
  }
}

@media (min-width: 1921px) {
  section.feature{
    margin-left: auto;
    margin-right: auto;
    width: 120rem;
    height: 73.1rem;
    margin-top: -0.1rem;
  }

  section.feature .title {
    width: auto;
    margin: 3.5rem auto;
  }

  section.feature .feature_swiper_wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 100%;
    overflow: hidden;
    width: 57rem;
  }

  section.feature .feature_swiper_wrapper .swiper .swiper-slide img {
    border: 0.3rem solid #2b2b2b;
  }

  section.feature .swiper-button-prev-feature,
    section.feature .swiper-button-next-feature {
    top: 27.5rem;
    width: 6rem;
    height: 6rem;
  }

  section.feature .swiper-button-next-feature {
    right: 25rem;
  }

  section.feature .swiper-button-prev-feature {
    left: 25rem;
  }

  section.feature .swiper-pagination-feature {
    right: 31rem;
    top: 47rem;
  }

  section.feature .swiper-pagination-feature .swiper-pagination-bullet {
    width: 3rem;
    height: 3rem;
  }

  section.feature .body {
    top: 14rem;
  }

  section.feature .body .left_txt {
    opacity: 0;
    top: -9rem;
    left: 8rem;
    width: 7rem;
  }

  section.feature .body .left {
    top: 10rem;
    width: auto;
  }

  section.feature .body .right {
    top: 10rem;
    width: auto;
  }

  section.feature .body .right_txt {
    top: -1rem;
    right: 2rem;
    width: 9rem;
  }
}

.information{
  position: relative;
  z-index: 20;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: url("../img/s5_bg.jpg") no-repeat;
  background-size: cover;
  padding: 2.5vw;
  height: 67.7vw;
  background-size: 108.1vw;
}

.information .fanpage{
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 30;
  width: 33vw;
  top: 6vw;
  padding: 0.35vw;
}

.information .fanpage .facebook_inner {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25vw;
  height: 35vw;
  margin: 0 auto;
}

.information .cloud_left{
  position: absolute;
  left: 0px;
  opacity: 0;
  width: 55vw;
  top: 24vw;
}

.information .title{
  opacity: 0;
  width: 45.5vw;
  margin: 2.9vw auto 0;
  margin-left: 24vw;
}

.information .title.title_m{
  display: none;
}

.information .body{
  position: relative;
  display: flex;
  width: auto;
}

.information .body div img {
  max-width: 100%;
  height: auto;
}

.information .body .people {
  position: absolute;
  left: 4vw;
  width: 47vw;
  opacity: 0;
  z-index: 10;
}

.information .body .menu {
  position: absolute;
  opacity: 0;
  background: url("../img/s5_frame.png") no-repeat;
  background-size: 100% auto;
  left: 44.5vw;
  width: 38.5vw;
  height: 45vw;
  margin-top: 2.5vw;
  z-index: 10;
}

.information .body .menu .text {
  position: absolute;
  left: 4vw;
  width: 31vw;
  margin-top: 8.5%;
  font-size: 1.6vw;
  text-align: center;
  font-weight: bold;
}

.information .body .menu .button {
  position: absolute;
  display: flex;
  width: 25vw;
  left: 6.9vw;
  top: 36vw;
  justify-content: center;
}

.information .body .fox {
  position: absolute;
  left: 78vw;
  width: 16vw;
  top: -1.5vw;
  z-index: 20;
}

.information .body .cloud{
  position: absolute;
  left: 58.95vw;
  top: -12vw;
  width: 37.5vw;
  overflow: hidden;
}

section.information .body .people.fadeIn {
  animation: fadeIn 1s forwards;
  animation-delay: 0.3s;
}

section.information .cloud_left.fadeIn {
  animation: fadeIn 1s forwards;
  animation-delay: 0.3s;
}

.information .body .mobile {
  display: none;
}

@media (max-width: 768px) {
  .information{
    margin: 0px;
    padding: 0px;
    height: 116vw;
    background: url("../img/s5_bg_m.jpg") no-repeat;
    background-size: cover;
  }

  .information .cloud_left{
    display: none;
  }

  .information .title{
    margin: 0px;
    padding: 0px;
    width: 100vw;
  }

  .information .title.title_pc{
    display: none;
  }

  .information .title.title_m{
    display: block;
  }

  .information .body .people {
    display: none;
  }

  .information .body .menu {
    display: none;
  }

  .information .body .mobile {
    width: 50vw;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 25vw;
    right: 0;
  }
.jump_yt img{margin-bottom: 5px;}
  .information .body .mobile.btn_mobile{
    display: block;
    opacity: 0;
  }

  .information .body .cloud {
    display: none;
  }

  .information .body .fox {
    display: none;
  }
}

@media (min-width: 1921px) {
  section.information{
    margin-left: auto;
    margin-right: auto;
    width: 120rem;
    margin-top: 0;
    background-size: 131.1rem;
    height: 81.8rem;
  }

  section.information .title {
    width: auto;
    margin: 2.9rem auto 0;
  }

  section.information .cloud_left {
    width: auto;
    top: 33rem;
  }

  section.information .body .people {
    left: 4rem;
    width: auto;
  }

  section.information .body .menu {
    left: 55rem;
    width: 48rem;
    height: 56rem;
    margin-top: 4rem;
  }

  section.information .body .menu .text {
    left: 2rem;
    width: 43rem;
    margin-top: 4rem;
    font-size: 2rem;
  }

  section.information .body .cloud {
    left: 72rem;
    top: -12rem;
    width: auto;
  }

  section.information .body .fox {
    left: auto;
    right: -4rem;
    width: auto;
    top: -1rem;
  }

  section.information .fanpage {
    width: 46rem;
    top: 8rem;
    padding: 0.5rem;
  }

  section.information .fanpage .facebook_inner {
    height: 42rem;
    width: 32rem;
  }

  .information .body .menu .button {
    position: absolute;
    display: flex;
    width: auto;
    left: 12.3rem;
    top: 44rem;
  }
}

.bonus{
  position: relative;
  z-index: 20;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: url("../img/s6_bg.jpg") no-repeat;
  background-size: cover;
  padding: 2.5vw 7vw;
  height: 46vw;
  background-size: 108.5vw;
}

.bonus div {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #000;
  font-size: 0.9vw;
  margin: 0 3.3vw;
  transition: all 0.3s;
  letter-spacing: 0vw;
}

.bonus .content{
  opacity: 0;
}

.bonus .title {
  width: 45.5vw;
  margin: 1.1vw auto;
}

.bonus .title.title_m{
  display: none;
}

.bonus .warn{
  font-weight: 500;
  color: #403e3e;
  text-align: right;
  font-size: 1.25vw;
  padding-right: 1.2vw;
}

.bonus .reserve_box table {
  border: 0.2vw solid #923d18;
  font-size: 1.5vw;
  margin: 0 1.5vw;
}

.bonus .reserve_box table tr th {
  background-color: #923d18;
  padding: 1vw;
  color: #fff;
  letter-spacing: 0.5vw;
}

.bonus .reserve_box table tr td {
  background-color: rgba(255,255,255,0.53333);
  font-weight: bold;
  padding: 0 0.9vw;
  height: 4vw;
}

.bonus .reserve_box table tr:nth-child(even) {
  background-color: rgba(204,204,204,0.4);
}

.bonus .under_btn {
  display: block;
  text-align: right;
  margin-top: 1vw;
  padding-right: 1vw;
  z-index: 2;
}

@media (max-width: 768px) {
  .bonus{
    margin: 0px;
    padding: 0px;
    margin-top: -0.1vw;
    height: 87.5vw;
    background: url("../img/s6_bg_m.jpg") no-repeat;
    background-size: cover;
  }

  .bonus .content{
    margin: 0px;
    padding: 0px;
  }

  .bonus .content .title{
    margin: 0px;
    width: 110vw;
    padding: 5vw 0;
  }

  .bonus .content .title.title_pc{
    display: none;
  }

  .bonus .content .title.title_m{
    display: block;
  }

  .bonus .content .warn{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 2.4vw;
  }

  .bonus .content .reserve_box{
    margin: 0px;
    padding: 0px;
  }

  .bonus .content .reserve_box table tr {
    font-size: 2.3vw;
  }

  .bonus .content .reserve_box table tr th {
    font-size: 2.8vw;
    padding: 2vw 0;
  }

  .bonus .content .reserve_box table tr td {
    font-size: 2.6vw;
    padding: 3.5vw 0;
  }

  .bonus .content .btn_warn{
    width: 23vw;
  }

  .bonus .content .btn_google{
    width: 30vw;
  }
}

@media (min-width: 1921px) {
  section.bonus{
    margin-left: auto;
    margin-right: auto;
    width: 120rem;
    height: 55rem;
    background-size: 132rem;
  }

  section.bonus .title {
    width: auto;
    margin: 2rem auto;
  }

  section.bonus div {
    font-size: 1rem;
    margin: 0 1rem;
  }

  section.bonus .warn {
    font-size: 1.7rem;
    padding-right: 2rem;
  }

  section.bonus .reserve_box table {
    border: 0.2rem solid #923d18;
    font-size: 2rem;
    margin: 0 2rem;
  }

  section.bonus .reserve_box table tr th {
    padding: 1rem;
    letter-spacing: 0.5rem;
  }

  section.bonus .reserve_box table tr td {
    font-size: 1.8rem;
    padding: 0;
    height: 5rem;
  }

  section.bonus .under_btn {
    /* margin-top: 1rem; */
    padding-right: 2rem;
  }
}

footer{
  position: relative;
  z-index: 20;
  align-items: center;
  display: flex;
  background-color: #222;
  background-size: cover;
  padding: 2.5vw 7vw;
}

footer div {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 0.77vw;
  margin-right: 1.3vw;
  margin: 0 0.3vw;
  transition: all 0.3s;
  letter-spacing: 0.1vw;
}

footer div span {
  display: block;
  flex-direction: wrap;
  line-height: 1.1vw;
}

footer div a:hover {
  color: #ecdd9b;
}

footer .footer_img img {
  max-width: 100%;
  height: auto;
}

footer .footer_img {
  padding: 0 0.3vw;
}

footer .footer_copyright {
  text-align: right;
  font-size: 0.9vw;
  white-space: nowrap;
  padding: 0.2vw 0;
}

footer .footer_copyright span {
  padding: 0.15vw 0;
}

footer .footer_disclaimer {
  text-align: left;
  white-space: nowrap;
}

footer .footer_copyright a {
  color: #fff;
  text-decoration: none;
  margin: 0 0.5vw;
}

@media (max-width: 768px) {
  footer{
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 3vw 2vw;
  }

  footer div:first-child{
    grid-column: span 2 / span 2;
    width: 27vw;
  }

  footer div:nth-child(2){
    grid-column: span 4 / span 4;
    font-size: 2.8vw;
    text-align: left;
    margin-left: -3vw;
  }

  footer div:nth-child(2) span {
    line-height: 4vw;
  }

  footer div:nth-child(2) span:first-child {
    font-size: 2.1vw;
  }

  footer div:nth-child(3){
    grid-column: span 1 / span 1;
    width: 10vw;
    margin-left: 2.5vw;
  }

  footer div:nth-child(4){
    grid-column: span 5 / span 5;
    font-size: 1.8vw;
    white-space: wrap;
    margin-left: -2vw;
  }

  footer div:nth-child(4) span {
    line-height: 2.5vw;
  }
}

@media (min-width: 1921px) {
  footer{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    width: 120rem;
    padding: 2rem 3rem;
  }

  footer div {
    font-size: 1rem;
    margin: 0 0.5rem;
    letter-spacing: 0.1rem;
  }

  footer div span {
    line-height: 1.5rem;
  }

  footer .footer_img {
    padding: 0 0;
  }

  footer .footer_copyright {
    font-size: 1rem;
    padding: 1rem 0;
  }
}

.popup{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  z-index: 9999;
}

.popup .popup_close{
  position: absolute;
  right: 0px;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 38vw;
  width: 3vw;
  height: 3vw;
  top: -15.5vw;
}

.popup .popup_close img{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  width: 2.5vw;
}

.popup .popup_close:hover img {
  transform: rotate(180deg);
}

.popup .popup_wrapper{
  position: relative;
  z-index: 10;
  width: 100%;
}

.popup .popup_wrapper .content{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  margin: auto;
  overflow: hidden;
  width: 56.5vw;
  height: 40.47vw;
}

.popup .popup_wrapper .content iframe{
  position: absolute;
  width: 70%;
  height: 65%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.popup .popup_overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.85;
}

.popup.notice_popup .content{
  position: relative;
  background: url("../img/precautions_bg.png") no-repeat;
  background-size: cover;
  width: 70vw;
  height: 35vw;
}

.popup.notice_popup .content ul.notice{
  position: absolute;
  padding: 4vw 12vw 2vw;
  left: -7vw;
  font-size: 1.2vw;
  top: 2vw;
  line-height: 2.2vw;
  list-style: disc;
}

.popup.notice_popup .content ul.notice li a{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.popup.rules_popup .content{
  position: relative;
  background: url("../img/precautions_bg.png") no-repeat;
  background-size: cover;
  width: 70vw;
  height: 35vw;
}
.popup.common_popup .content {
  width: calc(588*100vw/1920);
  height: calc(298*100vw/1920);
  background: url(../img/common_popup.png) no-repeat;
  background-size: cover;
  font-size: 1.2vw;
}
.flex-container {  
  margin: 0 auto;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85%;
  margin-top: 5%;
}  
.commonTxt{
  color: #634540;
  text-align: center; /* 文本水平居中 */  
}
.popup.rules_popup .content .notice{
  position: absolute;
  padding: 4vw 9vw 2vw;
  left: -7vw;
  top: 1.5vw;
}

.popup.rules_popup .content .notice h1 {
  font-size: 1.4vw;
  line-height: 2.5vw;
  text-indent: -2.3vw;
  margin-left: 2vw;
}

/* .popup.reserve_popup .popup_wrapper .content {
  height: 27vw;
} */

.popup.reserve_popup img{
  margin: auto;
  width: 56.5vw;
}
.popup.common_popup .close {
  position: absolute;
  right: calc(6*100vw/1920);
  top: calc(6*100vw/1920);
  width: calc(65*100vw/1920);
  height: calc(65*100vw/1920);
  cursor: pointer;
  z-index: 10;
}
.popup.reserve_popup .close{
  position: absolute;
  cursor: pointer;
  right: 5vw;
  top: 6vw;
  width: 3vw;
  height: 3vw;
}

.popup.reserve_popup .ios{
  position: absolute;
  cursor: pointer;
  top: 20.5vw;
  left: 12.5vw;
  width: 8vw;
  height: 2vw;
}

.popup.reserve_popup .google{
  position: absolute;
  cursor: pointer;
  top: 20.5vw;
  left: 21vw;
  width: 8vw;
  height: 2vw;
}

@media (min-width: 1921px) {
  .popup .popup_close {
    left: 46rem;
    width: 3rem;
    height: 3rem;
    top: -18rem;
  }

  .popup .popup_wrapper .content iframe {
    width: 45rem;
    height: 30rem;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .popup .popup_wrapper .content {
    width: 84rem;
    height: 43rem;
  }

  .popup.common_popup .content {
    width: calc(588rem/16);
    height: calc(298rem/16);
    font-size: 1.44rem;
  }

  .popup.notice_popup .content ul.notice {
    padding: 4rem 12rem 2rem;
    left: -6rem;
    font-size: 1.44rem;
    top: 3rem;
    line-height: 2.7rem;
  }

  .popup.reserve_popup .popup_wrapper .content {
    width: 800px;
    height: 34rem;
  }

  .popup.common_popup .close {
    right: calc(6rem/16);
    top: calc(6rem/16);
    width: calc(65rem/16);
    height: calc(65rem/16);
  }

  .popup.reserve_popup .close {
    right: 4rem;
    top: 5rem;
    width: 3.5rem;
    height: 3.5rem;
  }

  .popup.reserve_popup .ios {
    top: 25rem;
    left: 7.5rem;
    width: 10.5rem;
    height: 3.5rem;
  }

  .popup.reserve_popup .google {
    top: 25rem;
    left: 18.5rem;
    width: 10.5rem;
    height: 3.5rem;
  }
}

@media (max-width: 768px) {
  .popup.kv_video_popup .popup_wrapper .content {
    width: 100%;
    height: 100vw;
  }

  .popup .popup_wrapper .content iframe {
    width: 95%;
  }

  .popup.kv_video_popup .popup_close {
    left: 89vw;
    width: 7vw;
    height: 7vw;
    top: -39.5vw;
  }

  .popup.kv_video_popup .popup_close img{
    width: 100%;
  }

  .popup.notice_popup .popup_wrapper .content {
    background: url(../img/precautions_bg_m.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: auto;
    overflow: hidden;
    width: 100%;
    height: 126.5vw;
  }

  .popup.reserve_popup .popup_wrapper .content {
    width: 90%;
    height: 73vw;
    left: 0;
  }

  .popup.reserve_popup .popup_wrapper .content img{
    width: 100%;
  }

  .popup.reserve_popup .popup_wrapper .content iframe {
    width: 100%;
    height: 100%;
  }

  .popup.reserve_popup .close {
    position: absolute;
    right: 7vw;
    top: 7vw;
    cursor: pointer;
    width: 7vw;
    height: 7vw;
  }

  .popup.reserve_popup .ios {
    top: 46.5vw;
    left: 15.5vw;
    width: 16vw;
    height: 4vw;
  }

  .popup.reserve_popup .google {
    top: 46.5vw;
    left: 34vw;
    width: 17vw;
    height: 4vw;
  }

  .popup.notice_popup .content ul.notice {
    left: 12vw;
    font-size: 3vw;
    top: 9.5vw;
    padding: 8vw 4vw 2vw;
    line-height: 5vw;
    width: 80vw;
  }

  .popup.notice_popup .content ul.notice li {
    padding-bottom: 0.5vw;
  }
  .popup.common_popup .content {
    width: calc(588*100vw/750);
    height: calc(298*100vw/750);
    background: url(../img/common_popup.png) no-repeat;
    background-size: cover;
    font-size: 3vw;
    line-height: 5vw;
  }
  .flex-container {  
    margin: 0 auto;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85%;
    margin-top: 5%;
  }  
  .commonTxt{
    color: #634540;
    text-align: center; /* 文本水平居中 */  
  }
  .popup.common_popup .close {
    position: absolute;
    right: calc(6*100vw/750);
    top: calc(6*100vw/750);
    width: calc(65*100vw/750);
    height: calc(65*100vw/750);
    cursor: pointer;
    z-index: 10;
  }
}




html {
  font-family: "Helvetica", "Noto Serif TC", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "spHelvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

body{
  font-family: "Helvetica", "Noto Serif TC", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "spHelvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

body{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  background-color: #fef9f4;
}

.wrapper{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  background: #fef9f4;
}

button{
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  -webkit-tap-highlight-color: transparent;
}

@keyframes toLeft {
  0%{
    opacity: 0;
    transform: translateX(100%);
  }

  100%{
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes toRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

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

.fadeUp {
  animation: fadeUp 1s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeDown {
  animation: fadeDown 1s forwards;
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

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

@keyframes scale {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes cloud-move {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 10000px 0;
  }
}

/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}
.gray img{filter: grayscale(1);}
.timer .logoutBtn{text-decoration: underline; display: none;}
.btn_warn img{display: inline-block;}
.btn_google{float: right;}