@charset "UTF-8";
/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Dots&display=swap");
/********************************************/
/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
body {
  font-family: "Times New Roman", serif;
  overflow-wrap: break-word;
  min-height: 100vh;
  background-color: #000c31;
  font-weight: 400;
  line-height: 1.6;
}

.wrapper {
  min-height: 100vh;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  color: #4d4d4d;
  display: block;
}
a:hover {
  text-decoration: none;
  transition: 0.3s;
  color: #1d2088;
}
a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

main.wrapper {
  position: relative;
  z-index: 0;
  max-width: 1920px;
  margin: auto;
  background-color: #000c31;
}

img {
  aspect-ratio: attr(width)/attr(height);
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?r0ylsm");
  src: url("../fonts/icomoon.eot?r0ylsm#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?r0ylsm") format("truetype"), url("../fonts/icomoon.woff?r0ylsm") format("woff"), url("../fonts/icomoon.svg?r0ylsm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-poker:before {
  content: "\e905";
}

.icon-logout:before {
  content: "\e900";
}

.icon-earth:before {
  content: "\e901";
}

.icon-key:before {
  content: "\e902";
}

.icon-Log:before {
  content: "\e903";
}

.icon-user:before {
  content: "\e904";
}

.icon-down:before {
  content: "\e906";
}

/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
/* line 17, ../src/please-wait.scss */
body.pg-loading {
  overflow: hidden;
}

/* line 21, ../src/please-wait.scss */
.pg-loading-screen {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000000;
  opacity: 1;
  background-color: #FFF;
  -webkit-transition: background-color 0.4s ease-in-out 0s;
  -moz-transition: background-color 0.4s ease-in-out 0s;
  -ms-transition: background-color 0.4s ease-in-out 0s;
  -o-transition: background-color 0.4s ease-in-out 0s;
  transition: background-color 0.4s ease-in-out 0s;
}

/* line 32, ../src/please-wait.scss */
.pg-loading-screen.pg-loaded {
  opacity: 0;
  -webkit-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  -ms-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  -o-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
}

/* line 38, ../src/please-wait.scss */
.pg-loading-screen.pg-loading .pg-loading-logo-header, .pg-loading-screen.pg-loading .pg-loading-html {
  opacity: 1;
}

/* line 42, ../src/please-wait.scss */
.pg-loading-screen.pg-loading .pg-loading-logo-header, .pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
  -webkit-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  -ms-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  -o-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

/* line 46, ../src/please-wait.scss */
.pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 51, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-inner {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
}

/* line 59, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-center-outer {
  width: 100%;
  padding: 0;
  display: table !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/* line 70, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-center-middle {
  padding: 0;
  vertical-align: middle;
  display: table-cell !important;
  margin: 0;
  text-align: center;
}

/* line 78, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-logo-header, .pg-loading-screen .pg-loading-html {
  width: 100%;
  opacity: 0;
}

/* line 83, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-logo-header {
  text-align: center;
}

/* line 86, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-logo-header img {
  display: inline-block !important;
  max-width: 100%;
}

/* line 91, ../src/please-wait.scss */
/*.pg-loading-screen .pg-loading-html {
  margin-top: 90px;
}*/
/* line 94, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html.pg-loaded {
  -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 97, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html.pg-loaded.pg-removing {
  opacity: 0;
}

/* line 101, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html.pg-loaded.pg-loading {
  opacity: 1;
}

@-webkit-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-moz-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-o-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-ms-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
@-moz-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
@-o-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
@-ms-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
@keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
body > .inner {
  display: none;
}

body.pg-loaded > .inner {
  display: block;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading-hide {
  opacity: 0;
  transition: 0.3s;
}

.loading-message {
  color: #fff;
  font-size: 2em;
  font-family: "Times New Roman", serif;
}

.pg-loading-screen .pg-loading-html {
  margin-top: 50px;
}

/* ************** */
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/**************************************/
/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
.black-bg {
  background-image: -webkit-linear-gradient(top, #525252 0%, #212020 100%);
  background-image: -o-linear-gradient(top, #525252 0%, #212020 100%);
  background-image: linear-gradient(to bottom, #525252 0%, #212020 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF525252", endColorstr="#FF212020", GradientType=0);
}

body {
  padding-right: 0 !important;
}

.modal {
  padding-right: 0px !important;
}

.modal-backdrop {
  z-index: 0;
}

@media (max-width: 1025px) {
  .mobile-nav .btn-language {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    font-size: 1.7em;
    padding: 2.5px 9px;
  }
  .mobile-nav .btn-language:active, .mobile-nav .btn-language:focus {
    box-shadow: none;
  }
}

.navbar .btn.btn-language {
  margin-top: 20px;
  font-size: 2em;
  background: transparent;
  color: #fff;
}
.navbar .btn.btn-language:active, .navbar .btn.btn-language:focus {
  box-shadow: none;
}

#languageModal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}
#languageModal .close {
  color: #fff;
  opacity: 1;
}
#languageModal .close:hover {
  color: #000C30;
}
#languageModal .modal-header,
#languageModal .modal-footer {
  border: none;
}
#languageModal .modal-content {
  height: 100%;
  border-radius: 0;
  background-color: #000C30;
}
#languageModal .modal-body {
  height: calc(100% - 125px);
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#languageModal .modal-body .languagebox {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#languageModal .modal-body .languagebox a {
  font-size: 2em;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
  color: #fff;
}

/**************************************/
/**************************************/
/**************************************/
/**************************************/
/**************************************/
/***********下面是新的*****/
/**************************************/
/****************************************/
/**************************************/
/**************************************/
/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
.apst-wrapper,
.apst-wrapper::before,
.apst-wrapper::after,
.apst-wrapper *,
.apst-wrapper *::before,
.apst-wrapper *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.apst-wrapper {
  display: none;
  position: fixed;
  z-index: 99999;
  cursor: pointer;
  box-sizing: border-box;
  /* No blue highlight when clicking on element on mobile devices */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.apst-top {
  top: 20px;
}

.apst-bottom {
  bottom: 20px;
}

.apst-left {
  left: 20px;
}

.apst-center {
  left: 50%;
  margin-left: -40px;
}

.apst-right {
  right: 20px;
}

.apst-button {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: rgba(254, 1, 142, 0.5);
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.apst-button::before {
  content: "";
  display: block;
  position: relative;
  left: 17px;
  top: 17px;
  width: 22px;
  height: 22px;
  border-right: 6px solid rgba(255, 255, 255, 0.5);
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.apst-button:hover {
  background-color: white;
}

.apst-button:hover::before {
  border-color: white;
}

@media only screen and (max-width: 640px) {
  .apst-center {
    margin-left: -35px;
  }
  .apst-button {
    width: 70px;
    height: 70px;
  }
  .apst-button::before {
    left: 25px;
    top: 27px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .apst-center {
    margin-left: -30px;
  }
  .apst-button {
    width: 60px;
    height: 60px;
  }
  .apst-button::before {
    left: 21px;
    top: 23px;
    width: 18px;
    height: 18px;
    border-width: 5px;
  }
}
/**************************************/
/**************************************/
/**************************************/
/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: rgb(77, 77, 77) rgb(242, 242, 242);
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: rgb(242, 242, 242);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(77, 77, 77);
  border-radius: 20px;
  border: 3px solid rgb(242, 242, 242);
}

/**************************************/
/***********/
@keyframes loading {
  from {
    background-position-x: 100%;
  }
  to {
    background-position-x: 0%;
  }
}
.img {
  object-fit: cover;
  transition: box-shadow 150ms ease-in;
}

.mockup {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgb(236, 236, 236) 0%, rgb(236, 236, 236) 40%, rgb(232, 232, 232) 50%, rgb(236, 236, 236) 60%, rgb(236, 236, 236) 100%);
  background-repeat: repeat;
  background-size: 400% 100%;
  transition: opacity 600ms ease-in;
}

.loading {
  animation: loading 1.5s ease infinite;
}

.fade-out {
  opacity: 0;
}

.no-js .lazy,
.no-js .mockup {
  display: none;
}

figure {
  position: relative;
  overflow: hidden;
}

/**************************************/
/**************************************/
/**************************************/
/**************************************/
/*******************/
/*********************/
/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
/*****safari 10.1+ only***********/
/*flex 會掉下去*/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .row.row-flex:before {
      content: none;
      display: none;
    }
  }
}
@media (min-width: 1025px) {
  .index, .lobby, .join, .lostpassword, .autostep1, .step1, .step2,
  .autostep2, .autostep3,
  .member, .memlog {
    padding: 119px 0 0 0;
  }
}

/*************/
a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

.pcbg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 767px) {
  .pcbg--hide {
    display: none;
  }
}

.mobilebg {
  display: block;
}
@media (min-width: 768px) {
  .mobilebg {
    display: none;
  }
}

.pb30 {
  padding-bottom: 30px;
}
.pb30:after {
  content: "";
  clear: both;
  display: block;
}

/***********/
.text-yellow {
  color: #FFD000;
}

.text-pink {
  color: #EEBCFF;
}

.text-green {
  color: #55FF00;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #FF0000;
}

/***********/
.btn button {
  background: transparent;
  border: none;
}

.btn-darkblue-helf {
  background: url("../images/bg-darkblue-helf.webp");
  background-size: 100% 100%;
  background-position: top left;
}
.btn-darkblue-helf::before {
  background: url("../images/bg-pink-full.webp");
  background-size: 100% 100%;
  background-position: top left;
}

.btn-blue-full {
  background: url("../images/bg-blue-full.webp");
  background-size: 100% 100%;
  background-position: top left;
}
.btn-blue-full::before {
  background: url("../images/bg-pink-full.webp");
  background-size: 100% 100%;
  background-position: top left;
}

.btn-pink-full {
  background: url("../images/bg-pink-full.webp");
  background-size: 100% 100%;
  background-position: top left;
}
.btn-pink-full::before {
  background: url("../images/bg-blue-full.webp");
  background-size: 100% 100%;
  background-position: top left;
}

.btn-blue-full,
.btn-darkblue-helf,
.btn-pink-full {
  height: 85px;
  padding: 15px 27px;
  width: 100%;
  position: relative;
}
.btn-blue-full::before,
.btn-darkblue-helf::before,
.btn-pink-full::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.btn-blue-full:hover:before, .btn-blue-full:active:before, .btn-blue-full:focus:before, .btn-blue-full:has(button:hover):before, .btn-blue-full:has(button:active):before, .btn-blue-full:has(button:focus):before,
.btn-darkblue-helf:hover:before,
.btn-darkblue-helf:active:before,
.btn-darkblue-helf:focus:before,
.btn-darkblue-helf:has(button:hover):before,
.btn-darkblue-helf:has(button:active):before,
.btn-darkblue-helf:has(button:focus):before,
.btn-pink-full:hover:before,
.btn-pink-full:active:before,
.btn-pink-full:focus:before,
.btn-pink-full:has(button:hover):before,
.btn-pink-full:has(button:active):before,
.btn-pink-full:has(button:focus):before {
  opacity: 1;
  transition: 0.3s;
}
.btn-blue-full button,
.btn-darkblue-helf button,
.btn-pink-full button {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 900;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .btn-blue-full button,
  .btn-darkblue-helf button,
  .btn-pink-full button {
    font-size: 28px;
  }
}

/***********/
.pagination-box {
  text-align: center;
}
.pagination-box .pagination .active span {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}

.back {
  margin: 30px auto;
  max-width: 100px;
}
.back a {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  display: block;
  padding: 5px;
}
.back a:hover {
  text-decoration: none;
  transition: 0.3s;
  background-color: #fff;
  color: #fff;
}

.link-button {
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  display: block;
  padding: 10px;
  width: 150px;
  margin: 10px 0;
}
.link-button:hover {
  text-decoration: none;
  transition: 0.3s;
  background-color: #FE018E;
  color: #fff;
}

.btn-blue {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  background-color: #1A79FF;
  border-radius: 5px;
  padding: 5px;
  max-width: 68px;
}

.title-style {
  color: #fff;
  text-align: center;
  padding: 20px 0 15px 0;
}
@media (min-width: 1025px) {
  .title-style {
    padding: 75px 0 15px 0;
  }
}
.title-style.max257 {
  max-width: 257px;
  margin: auto;
}
.title-style.max325 {
  max-width: 325px;
  margin: auto;
}
.title-style h1 {
  font-family: "Times New Roman", serif;
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
}
.title-style h2 {
  font-family: "Times New Roman", serif;
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
}
.title-style h3 {
  font-family: "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}
.title-style h4 {
  font-family: "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin-bottom: -10px;
}

.title-style-sub {
  font-family: "Times New Roman", serif;
  color: #fff;
  text-align: center;
  padding: 20px 0 15px 0;
}
.title-style-sub.text-flex {
  display: flex;
  gap: 15px;
  justify-items: center;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 1025px) {
  .title-style-sub.top150 {
    padding: 150px 0 15px 0;
  }
}
.title-style-sub h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}
.title-style-sub h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}
.title-style-sub h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
}
.title-style-sub h5 {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.text-s {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.form-group label {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.form-group .inputBox {
  background: url("../images/bg-input.webp");
  background-size: 100% 100%;
  background-position: top left;
  height: 68px;
  padding: 15px 27px;
}
.form-group .inputBox-s {
  background: url("../images/bg-input.webp");
  background-size: 100% 100%;
  background-position: top left;
  height: 53px;
  padding: 8px 27px;
}
.form-group input {
  background: transparent;
  color: #fff;
  border: 0 solid transparent;
  box-shadow: none !important;
}
.form-group input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}

.formflex {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .formflex {
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
  }
}

.codeInput {
  width: 100%;
  flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .codeInput {
    max-width: 300px;
    flex: none;
  }
}
.codeInput__img {
  margin-bottom: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .codeInput__img {
    max-width: calc(100% - 300px);
    //margin-left: auto;
    margin-top: auto;
  }
}
.codeInput__img img {
  width: 150px;
  height: 50px;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 150, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-end;
}

.codeInput__img img:hover {
  box-shadow: 0 0 20px rgba(0, 200, 255, 0.8);
  transform: scale(1.02);
}


/* AI科技风格的Select选单样式 */
.form-control[name="socialType"] {
  background: #0a1a2e;
  border: 2px solid #00a2ff;
  border-radius: 8px;
  color: #ffffff !important;
  font-weight: 500;
  box-shadow: 0 0 15px rgba(0, 162, 255, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  min-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2300a2ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  padding-right: 45px;
}

.form-control[name="socialType"]:hover {
  border-color: #00d4ff;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.form-control[name="socialType"]:focus {
  outline: none;
  border-color: #00f0ff;
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Select选单的选项样式 */
.form-control[name="socialType"] option {
  background: #0a1a2e;
  color: #ffffff !important;
  padding: 10px;
  border: none;
  font-size: 14px;
  line-height: 1.4;
}

/* Select选单的下拉箭头样式 */
.form-control[name="socialType"]::-ms-expand {
  display: none;
}

.bg-video-b .video {
  width: 280px;
  height: 334px;
}
@media (min-width: 768px) {
  .bg-video-b .video {
    width: 346px;
  }
}
.bg-video-b .bg-video-img2 {
  bottom: -10%;
}

.bg-video-s .video {
  width: 280px;
  height: 280px;
  max-width: 105%;
}
.bg-video-s .bg-video-img2 {
  bottom: 7%;
}

.bg-video {
  position: relative;
}
.bg-video .bg-video-img {
  position: absolute;
  bottom: -55%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-video .bg-video-img2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  mix-blend-mode: overlay;
}
.bg-video .video {
  position: relative;
  overflow: hidden;
  margin: auto;
  z-index: -1;
}
.bg-video .video video {
  object-fit: cover;
  position: absolute;
  top: -24%;
  left: -40%;
  width: 180%;
  height: 149%;
}

.bg-auto {
  position: relative;
  width: 100%;
}
.bg-auto .bg-auto1 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: auto;
}
.bg-auto .bg-auto1 img {
  transform: translate(0px, -25%);
}
.bg-auto .bg-auto2 img {
  mix-blend-mode: overlay;
}
.bg-auto .bg-auto3 {
  z-index: 2;
}
.bg-auto .bg-auto3 img {
  mix-blend-mode: color;
}
.bg-auto .bg-auto2, .bg-auto .bg-auto3 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: auto;
}
.bg-auto .bg-auto2 img, .bg-auto .bg-auto3 img {
  transform: translate(0px, -55%);
  max-width: 30%;
}

.bg-lightblue {
  background-color: #29ABE2;
}

.bg-darkblue {
  background-color: #007DB2;
}

.bg-yellow {
  background-color: #FFC002;
}

.table-style {
  width: 100%;
  margin: 10px 0;
}
.table-style thead {
  position: sticky;
  top: 0;
}
.table-style thead th {
  background: #001C8C;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  padding: 5.75px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .table-style thead th {
    font-size: 16px;
  }
}
.table-style tbody tr {
  line-height: 2.5em;
}
.table-style tbody tr td {
  border-bottom: 1px solid #29ABE2;
  color: #fff;
  line-height: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 5.75px 10px;
  text-align: left;
}

.footer__ad {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__ad .row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__ad .col-sm-6 {
    max-width: calc(50% - 15px);
  }
}

.pagination-box {
  max-width: 900px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.pagination-box .pagination > li:first-child > a, .pagination-box .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-box .pagination > li:last-child > a, .pagination-box .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-box .pagination .active span {
  background: transparent;
  border: none;
}
.pagination-box .pagination a {
  background: transparent;
  border: none;
  font-size: 12px;
  transition: 0.3s;
}
.pagination-box .pagination a:hover {
  background: transparent;
  color: #fff;
  transition: 0.3s;
}
.pagination-box .pagination-right span {
  font-size: 12px;
  padding: 3px;
  display: inline-block;
}

/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
.main-menu-wrapper .navTop {
  padding: 5px 10px;
  text-align: right;
  color: #fff;
  max-width: 1920px;
  margin: auto;
}
.main-menu-wrapper .navTop__ul {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.main-menu-wrapper .navTop li {
  font-weight: 400;
  font-size: 12px;
}
.main-menu-wrapper .navTop button, .main-menu-wrapper .navTop a {
  border-radius: 30px;
  background: transparent;
  color: #fff;
  border: none;
  transition: 0.3s;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.main-menu-wrapper .navTop button:hover, .main-menu-wrapper .navTop a:hover {
  background: transparent;
  color: #FE018E;
  transition: 0.3s;
}
.main-menu-wrapper .navTop [class*=icon-] {
  font-size: 15px;
}
.main-menu-wrapper .navTop .nav-line {
  font-size: 20px;
  padding: 0 5px;
}
.main-menu-wrapper .navTop span.icon-logout {
  padding-right: 5px;
}
.main-menu-wrapper .navTop span.icon-down {
  padding-left: 5px;
}
.main-menu-wrapper .navbar {
  border: none;
  overflow: hidden;
}
.main-menu-wrapper .navbar.change {
  background: rgba(0, 12, 48, 0.5);
  transition: 0.3s;
  backdrop-filter: blur(5px);
}
@media (max-width: 1025px) {
  .main-menu-wrapper .navbar {
    display: none;
  }
}
@media (max-width: 1025px) and (orientation: landscape) {
  .main-menu-wrapper .navbar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-menu-wrapper .navbar .container {
    width: 100%;
  }
}
.main-menu-wrapper .navbar .navbar-nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
}
.main-menu-wrapper .navbar .navbar-nav::before {
  content: none;
}
.main-menu-wrapper .navbar .navbar-nav > li {
  float: none;
}
.main-menu-wrapper .navbar .navbar-nav > li:nth-child(1) {
  order: 1;
}
.main-menu-wrapper .navbar .navbar-nav > li:nth-child(2) {
  order: 2;
}
.main-menu-wrapper .navbar .navbar-nav > li:nth-child(3) {
  order: 4;
}
.main-menu-wrapper .navbar .navbar-nav > li:nth-child(4) {
  order: 5;
}
.main-menu-wrapper .navbar .navbar-nav > li:nth-child(5) {
  order: 3;
}
.main-menu-wrapper .navbar .navbar-nav > li > a {
  color: #fff;
  position: relative;
  transition: 0.3s;
  padding: 3px;
  font-size: 16px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}
.main-menu-wrapper .navbar .navbar-nav > li > a:hover, .main-menu-wrapper .navbar .navbar-nav > li > a:focus, .main-menu-wrapper .navbar .navbar-nav > li > a:active {
  background-color: transparent;
  color: #FE018E;
  transition: 0.3s;
}
.main-menu-wrapper .navbar .navbar-nav > li > a:hover [class*=icon-], .main-menu-wrapper .navbar .navbar-nav > li > a:focus [class*=icon-], .main-menu-wrapper .navbar .navbar-nav > li > a:active [class*=icon-] {
  color: #FE018E;
  transition: 0.3s;
}
.main-menu-wrapper .navbar .navbar-nav > li [class*=icon-] {
  font-size: 24px;
  color: #fff;
}
.main-menu-wrapper .navbar .navbar-nav [class*=icon] {
  display: block;
  font-size: 2em;
  padding: 5px;
}
.main-menu-wrapper .navbar-brand {
  height: 219px;
  padding: 0;
  width: 360px;
}
.main-menu-wrapper .navbar-brand img {
  max-width: 270px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.navTopTime--hide {
  display: none;
}

.canhover {
  pointer-events: auto;
}

.stophover {
  pointer-events: none;
}

.nav-hide {
  opacity: 0;
  pointer-events: none;
}

/******************/
/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
.wrapper {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 0\0 ) {
  .wrapper {
    position: static;
  }
}
.wrapper.toggled {
  left: 220px;
}

.mobile-nav {
  background-color: #000C30;
  width: 100%;
  height: 90px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 1px 1px 5px rgba(41, 41, 41, 0.2);
  display: block;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav__logo {
  width: calc(100% - 120px);
  margin: auto;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  height: 60px;
}
.mobile-nav img {
  height: 100px;
  transform: translate(0px, -12px);
}
.mobile-nav ul.mobile-navUl {
  border-bottom: 1px solid #fff;
  padding: 20px;
  font-size: 1.2em;
  color: #fff;
  line-height: 2em;
}
.mobile-nav .mobile-navTime {
  padding: 0 10px 0 0;
  display: flex;
  justify-content: flex-end;
}
.mobile-nav .mobile-navTime .icon-logout {
  color: #fff;
}
.mobile-nav__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav__back {
  display: inline-block;
  float: left;
  color: #fff;
  position: sticky;
  top: 40px;
  left: 15px;
  width: 30px;
  height: 30px;
}
.mobile-nav__back::before {
  content: "";
  width: 22px;
  height: 6px;
  background: #fff;
  display: block;
  position: absolute;
  transform: rotate(-45deg) translate(2px, 1px);
}
.mobile-nav__back:after {
  content: "";
  width: 20px;
  height: 6px;
  background: #fff;
  display: block;
  position: absolute;
  transform: rotate(45deg) translate(11px, 5px);
}
.mobile-nav__back--hide::before, .mobile-nav__back--hide:after {
  background: transparent;
}

#sidebar-wrapper {
  z-index: 1000;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #000C30;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
@media (min-width: 1025px) and (orientation: landscape) {
  #sidebar-wrapper {
    display: none;
  }
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#sidebar-wrapper .sidebar-nav {
  min-height: calc(100vh - 32px);
}

.wrapper.toggled #sidebar-wrapper {
  width: 220px;
}

#page-content-wrapper {
  width: 100%;
  padding-top: 70px;
}

.wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  top: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav > li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}
.sidebar-nav > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.sidebar-nav > li a:hover, .sidebar-nav > li a:active, .sidebar-nav > li a:focus {
  color: #FE018E;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav > li a [class*=icon] {
  font-size: 3em;
}
.sidebar-nav > li a .icon-down {
  font-size: 1em !important;
}
.sidebar-nav > li a span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  font-size: 1.2em;
}
.sidebar-nav .open > a:hover, .sidebar-nav .open > a:active, .sidebar-nav .open > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent !important;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 20px;
  line-height: 44px;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  position: relative;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  background: transparent;
  border: none;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .hamburger {
    display: none;
  }
}
.cont .hamburger:hover, .hamburger:focus, .hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-closed .hamb-top {
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-middle {
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.mobile-navLoginUl {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.mobile-navLoginUl li {
  display: inline-block;
}
.mobile-navLoginUl > li > a {
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 7px 25px;
  font-size: 1rem;
  border: none;
}
.mobile-navLoginUl > li > a:hover {
  background: #000;
}

/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
.index__bg {
  background: url("../images/bg.webp");
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  min-height: 1037px;
  z-index: -1;
}
.index__bgCover {
  background: linear-gradient(#000C30, rgba(0, 12, 48, 0.6));
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  min-height: 1037px;
  z-index: 0;
}
.index .index-link {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  margin: 0 auto 15px auto;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .index .index-link {
    max-width: 90%;
  }
}
.index .index-link a {
  width: calc((100% - 15px) / 2);
  color: #fff;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .index .index-link a {
    width: auto;
  }
}
.index .index-link a:hover {
  color: #FE018E;
  transition: 0.3s;
}

.boxform {
  padding: 0 15px;
}

/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
.lostpassword .control-label, .join .control-label, .loginForm .control-label {
  text-align: left;
}
.lostpassword .row, .join .row, .loginForm .row {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .join #loginForm {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    height: 600px;
  }
}
.join .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}

/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
@media (min-width: 768px) {
  .lobby__order1 {
    order: 1;
  }
}
.lobby__order2 {
  order: 3;
}
@media (min-width: 768px) {
  .lobby__order2 {
    order: 2;
  }
}
.lobby__order3 {
  order: 2;
}
@media (min-width: 768px) {
  .lobby__order3 {
    order: 3;
  }
}

.lobby__box .row.row-flex {
  min-height: 456px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .lobby__box .row.row-flex {
    flex-wrap: nowrap;
  }
}
.lobby .ml-auto {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lobby .ml-auto {
    margin-left: auto;
    margin-right: 0;
  }
}
.lobby .mr-auto {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lobby .mr-auto {
    margin-right: auto;
    margin-left: 0;
  }
}
.lobby__link {
  position: relative;
  max-width: 192px;
}
.lobby__link:hover .imgH {
  opacity: 1;
  transition: 0.3s;
}
.lobby__link:hover span {
  color: #FE018E;
  transition: 0.3s;
}
.lobby__link span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: 0.3s;
}
.lobby__link .imgH {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.3s;
}

/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
.step1 .row-flex {
  display: flex;
  gap: 20px 0px;
  flex-wrap: wrap;
}
.step1__button {
  background: url(../images/bg-button.webp);
  width: 130px;
  height: 130px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .step1__button {
    width: 165px;
    height: 165px;
  }
}
.step1__button:hover {
  background: url(../images/bg-button--active.webp);
  background-size: cover;
}
@media (min-width: 768px) {
  .step1 .col-sm-2-5 {
    width: 20%;
  }
}
.step1 .imgbox {
  max-width: 60%;
}
.step1__button--click {
  background: url(../images/bg-button--active.webp);
  background-size: cover;
}

.step2 .earth {
  padding: 70px 0 0 0;
}
.step2__message {
  margin-top: 50px;
}
.step2__message article {
  padding: 10px 0 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.step2__message hr {
  margin: 0 0 0 0;
}
.step2__message:after {
  content: "";
  clear: both;
  display: block;
}
.step2 .row-flex {
  display: flex;
  color: #fff;
  gap: 15px;
  justify-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.step2__base {
  flex: 0 0 100%;
  min-height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  padding: 15px;
}
@media (min-width: 992px) {
  .step2__base {
    flex: 0 0 48%;
    padding: 35px;
  }
}
@media (min-width: 1025px) {
  .step2__base {
    flex: 0 0 48%;
    max-width: 523px;
    padding: 35px;
  }
}
.step2__base .text {
  display: inline;
}
.step2__resultWeapper {
  max-width: 90%;
  margin: 0 auto 30px auto;
}
@media (min-width: 1025px) {
  .step2__resultWeapper {
    max-width: 1084px;
  }
}
.step2__resultWeapper .row-flex {
  gap: 0;
}
.step2__resultWeapper label {
  width: 33%;
  height: 44px;
  display: flex;
}
.step2__resultWeapper label:first-child, .step2__resultWeapper label:first-child span {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.step2__resultWeapper label:last-child, .step2__resultWeapper label:last-child span {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.step2__resultWeapper label span {
  cursor: pointer;
  width: 100%;
  height: 44px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step2__resultWeapper input[type=radio] {
  display: none;
}
.step2__resultWeapper input[type=radio]:checked ~ span {
  border: 2px solid #fff;
}
.step2__resultWeapper .bg-red {
  background: #FF0000;
  color: #fff;
}
.step2__resultWeapper .bg-blue {
  background: #0033FF;
  color: #fff;
}
.step2__resultWeapper .bg-green {
  background: #00FF09;
  color: #fff;
}
.step2 .bg-basegreen {
  background: url(../images/bg-basegreen.webp);
  background-size: 100% 100%;
  background-position: left top;
}
.step2 .bg-basegreen .title {
  margin-bottom: 15px;
}
.step2 .bg-basepink {
  background: url(../images/bg-basepink.webp);
  background-size: 100% 100%;
  background-position: left top;
}
.step2__result {
  flex: 0 0 100%;
}

/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
.autostep1__box {
  padding-bottom: 100px;
}
.autostep1 .row-flex {
  display: flex;
  gap: 20px 0px;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  padding: 15px 0 30px 0;
}
.autostep1__button {
  background: url(../images/bg-button.webp);
  width: 130px;
  height: 130px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .autostep1__button {
    width: 165px;
    height: 165px;
  }
}
.autostep1__button:hover {
  background: url(../images/bg-button--active.webp);
  background-size: cover;
}
@media (min-width: 768px) {
  .autostep1 .col-sm-2-5 {
    width: 20%;
  }
}
.autostep1 .imgbox {
  max-width: 60%;
}
.autostep1__button--click {
  background: url(../images/bg-button--active.webp);
  background-size: cover;
}

.autostep2__menuBox ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.autostep2__menuList a {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  width: 115px;
  transition: 0.3s;
}
.autostep2__menuList a:hover {
  color: #FE018E;
  border-bottom: 1px solid #FE018E;
  transition: 0.3s;
}
.autostep2__menuList--active a {
  color: #FE018E;
  border-bottom: 1px solid #FE018E;
}
.autostep2__box .row.row-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 30px 0 50px 0;
  position: relative;
  z-index: 25;
}
.autostep2__box .row.row-flex::after, .autostep2__box .row.row-flex::before {
  content: none;
}
.autostep2__boxItem {
  max-width: 453px;
  max-height: 133px;
}
.autostep2__boxItembg {
  position: relative;
  height: 133px;
  max-width: 453px;
  max-height: 133px;
  overflow: hidden;
}
.autostep2__boxItembg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/bg-formula.webp);
  background-size: 110% 100%;
  background-position: left center;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .autostep2__boxItembg:before {
    background-size: 100% 100%;
    background-position: center center;
  }
}
.autostep2__boxItembg:hover {
  background: url(../images/bg-formula-h.webp);
  height: 133px;
  background-size: 110% 100%;
  background-position: left center;
  max-width: 453px;
  max-height: 133px;
}
@media (min-width: 768px) {
  .autostep2__boxItembg:hover {
    background-size: 100% 100%;
    background-position: center center;
  }
}
.autostep2__boxItemLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.autostep2__boxItemFlex {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
  max-width: 75%;
  margin: auto;
  height: 100%;
}
.autostep2__boxItemFlexLogo {
  max-width: 67px;
  min-width: 61px;
  margin-bottom: -30px;
  margin-left: -10px;
}
.autostep2__boxItemFlexRateText {
  margin-left: -5px;
  min-width: 80px;
}
@media (min-width: 992px) {
  .autostep2__boxItemFlexRateText {
    margin-top: 15px;
  }
}
.autostep2__boxItemFlexRateText .number {
  font-size: 20px;
  font-weight: 900;
  line-height: 35px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .autostep2__boxItemFlexRateText .number {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .autostep2__boxItemFlexRateText .number {
    font-size: 40px;
  }
}
.autostep2__boxItemFlexRateText .text {
  color: #fff;
  max-width: 107px;
  font-size: 12px;
  font-weight: 500;
}
.autostep2__boxItemjoin {
  background: #FE018E;
  color: #fff;
  width: 63px;
  min-width: 63px;
  height: 63px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin-left: auto;
  margin-bottom: 15px;
  margin-right: 5px;
}
.autostep2 .bg-auto {
  top: -18rem;
}

.autostep3 > .container > .row.row-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.autostep3 > .container > .row.row-flex::before, .autostep3 > .container > .row.row-flex::after {
  content: none;
}
.autostep3__title {
  display: flex;
  flex-wrap: wrap;
  width: 108%;
  border-bottom: 1px solid #2aaade;
  margin: -10px -4% 0 -4%;
  padding: 0 4% 10px 4%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.autostep3__title .title-style-sub {
  padding: 0;
}
.autostep3__title img {
  max-width: 60px;
}
@media (min-width: 1200px) {
  .autostep3__title img {
    max-width: 113px;
  }
}
.autostep3__box {
  color: #fff;
  flex: 0 0 100%;
  background: url("../images/bg-autostep3.webp");
  min-height: 1000px;
  background-size: 100% 100%;
  padding: 5rem 2rem;
  position: relative;
  z-index: 4;
}
@media (min-width: 992px) {
  .autostep3__box {
    flex: 0 0 calc(50% - 20px);
    padding: 5rem 3rem;
  }
}
.autostep3__boxTableResult {
  max-height: 500px;
  overflow: auto;
  width: 100%;
}
.autostep3__boxItem {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 992px) {
  .autostep3__boxItem {
    flex-wrap: nowrap;
  }
}
.autostep3__boxItemFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  min-height: 110px;
  padding: 5px;
}
.autostep3__boxItemFlex.flex50 {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .autostep3__boxItemFlex.flex50 {
    flex: 0 0 calc(50% - 15px);
  }
}
.autostep3__boxItemFlex.flex25 {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .autostep3__boxItemFlex.flex25 {
    flex: 0 0 calc(25% - 15px);
  }
}
.autostep3__boxItemFlex h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 60px;
  transform: translate(0px, 10px);
}
.autostep3__boxItemFlex p {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-top: auto;
}
.autostep3__boxTime {
  padding: 15px 0;
}
.autostep3 .tr--win {
  background: rgba(37, 159, 0, 0.9);
}
.autostep3 .tr--lose {
  background: rgba(255, 47, 0, 0.9);
}
.autostep3 .tr--tie {
  background: rgba(37, 159, 0, 0.9);
}
.autostep3 .boxGraphBar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 8px;
}
.autostep3 .boxGraphBar li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .autostep3 .boxGraphBar li {
    flex-direction: row;
  }
}
.autostep3 .boxGraphcube {
  display: inline-block;
  width: 40px;
  height: 20px;
}
.autostep3 .g-banker {
  background: #FF0000;
  opacity: 0.3;
}
.autostep3 .g-player {
  background: #0033FF;
  opacity: 0.3;
}
.autostep3 .g-tie {
  background: #00FF09;
  opacity: 0.3;
}
.autostep3 .tableGraph {
  width: 100%;
}
.autostep3 .tableGraph tr:last-child td.g-banker,
.autostep3 .tableGraph tr:last-child td.g-player,
.autostep3 .tableGraph tr:last-child td.g-tie {
  border-bottom-color: #fff !important;
}
.autostep3 .tableGraph td {
  height: 30px;
  border-bottom: 1px solid #fff;
}
.autostep3 .tableGraph td:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.autostep3 .tableGraph td:first-child span {
  display: block;
  margin-bottom: -20px;
}
.autostep3 .tableGraph td.g-banker,
.autostep3 .tableGraph td.g-player,
.autostep3 .tableGraph td.g-tie {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.autostep3 .tableGraph td.g-banker {
  border-bottom-color: rgba(255, 0, 0, 0.5254901961);
}
.autostep3 .tableGraph td.g-player {
  border-bottom-color: rgba(0, 51, 255, 0.7607843137);
}
.autostep3 .tableGraph td.g-tie {
  border-bottom-color: rgba(0, 255, 8, 0.5215686275);
}
.autostep3 .py30 {
  padding: 30px 0;
}
.autostep3 .mobileFix {
  position: relative;
  z-index: 4;
}
.autostep3 .bg-auto {
  margin: -50% 0 0 0;
}

/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
#meminfoForm {
  //position: relative;
  //z-index: 5;
}
@media (min-width: 992px) {
  #meminfoForm {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    height: 450px;
  }
}

.member .btn-box {
  position: relative;
  z-index: 5;
}
.member .bg-auto {
  margin: -25% 0 25% 0;
}

/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
.memlog {
  color: #fff;
}
.memlog__Text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  max-width: 900px;
  margin: 15px auto auto auto;
}
.memlog__table {
  display: table;
  width: 90%;
  max-width: 946px;
  margin: 15px auto auto auto;
  border-spacing: 5px;
}
.memlog__tableTheadtr {
  display: table-row;
  background: #001C8C;
  color: #fff;
}
.memlog__tableTheadtrTh {
  display: table-cell;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 6px 0;
}
.memlog__tableBodyTr {
  display: table-row;
}
.memlog__tableBodyTrTd {
  display: table-cell;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  width: 25%;
  vertical-align: middle;
  height: 28px;
  border-bottom: 1px solid #29ABE2;
}

/*bootstrap/
├── 首頁/
│   ├── footer置底 / wrapper
│   ├── 選單 nav

│   └── 頁尾 footer
│
├──
├──
├──
├──
├──
├──
*/
.member .row {
  position: relative;
  z-index: 3;
}
.member input::placeholder {
  color: #ffffff;
}
.member__Text {
  color: #fff;
  text-align: left;
  padding: 15px;
}
.member__info {
  background-color: rgba(255, 0, 0, 0.3);
  color: #fff;
  min-height: 120px;
  padding: 20px 40px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}
@media (min-width: 992px) {
  .member__info {
    margin: -111px 0 0 0;
    max-width: 420px;
  }
}
.member__info li {
  list-style-type: disc;
}

/* AI科技风格的过期提示框样式 */
.step1__box_expired {
  background: rgba(10, 26, 46, 0.9);
  border: 2px solid #00a2ff;
  border-radius: 12px;
  padding: 30px 20px;
  margin: 20px 0;
  box-shadow: 0 0 25px rgba(0, 162, 255, 0.4);
  backdrop-filter: blur(10px);
}

.step1__box_expired .title-style h3 {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

.step1__box_expired .step1__Text {
  color: #ffffff !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0;
  padding: 0 15px;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.step1__box_expired button {
  background: linear-gradient(135deg, #00a2ff 0%, #0088cc 100%);
  border: 2px solid #00a2ff;
  border-radius: 8px;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 162, 255, 0.4);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  display: block;
  margin: 0 auto;
}

.step1__box_expired button:hover {
  background: linear-gradient(135deg, #00d4ff 0%, #00a2ff 100%);
  border-color: #00d4ff;
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.6);
  transform: translateY(-2px);
}

.step1__box_expired button:active {
  transform: translateY(0);
  box-shadow: 0 0 15px rgba(0, 162, 255, 0.4);
}

.step1__box_expired button span {
  display: block;
  text-align: center;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .step1__box_expired {
    padding: 20px 15px;
    margin: 15px 0;
  }
  
  .step1__box_expired .title-style h3 {
    font-size: 18px;
  }
  
  .step1__box_expired .step1__Text {
    font-size: 14px;
    padding: 0 10px;
  }
  
  .step1__box_expired button {
    padding: 12px 25px;
    font-size: 14px;
    min-width: 180px;
  }
}


