/* =======================================================================
Kane - Responsive App Landing Page 1.7
======================================================================= */
/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
html {
  font-size: 100%;
  scroll-padding-top: 80px;
}
body {
  background: #101012;
  font-family: '微軟正黑體', 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #313131;
  line-height: 28px;
  text-align: center;
  overflow-x: hidden !important;
  margin: auto !important;
}
header {
  height: auto;
  background: #101012;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
a:hover {
  text-decoration: none;
}
.btn:focus, .btn:active {
  outline: inherit;
}
/* Other fixes*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul, ol {
  padding-left: 0 !important;
}
li {
  list-style: none;
}
.parallax_hero {
  display: block;
  overflow: hidden;
  background: url(../images/banner_pc.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: background-size .5s, background-position 0.5s;
  transition-timing-function: cubic-bezier(.28, 1.13, .73, .83);
}
.parallax_rock {
  display: block;
  overflow: hidden;
  z-index: 1;
  background: url("../images/rocks.png") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: background-size .5s, background-position 0.5s;
  transition-timing-function: cubic-bezier(.28, 1.13, .73, .83);
}
/* PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 1hv;
  overflow: hidden !important;
}
.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}
.main-color {
  text-align: center;
}
.main-color-frame {
  padding: 24%;
}
.phone-image {
  padding: 10% auto;
}
.phone-image img {
  width: 50%;
  height: auto;
}
.pc_partner {
  display: block;
  overflow: hidden;
  width: 100%;
  background: url("../images/partner_bg.jpg") top center no-repeat #000000;
  background-size: contain;
  height: 160%;
}
.partner_frame {
  height: 100%;
  overflow-y: hidden;
  position: relative;
}
.partner_list {
  max-height: none;
  overflow: visible;
  display: block;
  margin: 11% auto;
}
.partner_list .scrolling-content {
  display: block;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.partner_list img {
  width: 100%;
  height: auto;
  display: block;
}
.partner_list img {
  width: 100%;
  display: block;
  opacity: 0.8;
  border-radius: 10px;
  pointer-events: none;
}
.scrolling-content {
  display: block;
  width: 90%;
  height: 100%;
}
.partner_list:hover .scrolling-content {
  animation-play-state: paused;
}
@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.scrolling-content img {
  width: 100%;
  display: block;
  opacity: .7;
}
.feature-section {
  padding: 4rem 2rem;
  background: #000;
  color: #fff;
  text-align: center;
}
.feature-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  height: 20%;
  background: url(../images/special_frame.png) no-repeat top center;
  background-size: contain;
  border: 1px #202634;
  margin: 0 auto;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 60%;
  margin: 0 auto;
  padding: 40px 20px;
}
.feature-card {
  border: 1px solid #202634;
  padding: 24px;
  height: auto;
  min-height: 400px;
  background-color: #0f1116;
  color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.feature-card p {
  line-height: 1.6;
  font-size: 1em;
  letter-spacing: 0.1em;
}
.card1 p {
  margin: 0 auto;
}
.card2 p {
  margin: 0 auto;
}
.card3 p {
  margin: 0 auto;
}
.card4 p {
  margin: 60px auto 0 auto;
}
.feature-icon, .feature-img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 12px;
}
.feature-icon .card1 {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  margin-bottom: 12px;
}
}
.logo-card img.logo-img {
  width: auto;
  height: 60px;
  display: block;
  margin-bottom: 12px;
}
/* 響應式：手機版單欄 */
@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.feature-icon .timer {
  width: 80%;
  height: 50%;
  margin: 40px auto;
  color: #00e0ff;
  font-weight: bold;
  background: url(../images/Image_time.png) no-repeat top center;
  background-size: contain;
}
.img-stacked {
  width: 100%;
  height: 68%;
  background: url(../images/featureCard.png) no-repeat center center;
  background-size: contain;
}
.logo-card {
  background: #0E121A;
}
.logo-img {
  width: 100%;
  height: auto;
}
.ray_download {
  display: block;
  overflow: hidden;
  background: url("../images/game_download.png") no-repeat top center;
  background-size: contain;
  width: 90%;
  height: 90%;
  margin: 0 auto;
}
.ray_event {
  display: block;
  overflow: hidden;
  background: url("../images/event.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.game_download {
  display: block;
  overflow: hidden;
  width: 450px;
  margin: 0 auto;
  text-align: center;
}
.qr_box {
  display: block;
  float: left;
  width: 140px;
  height: auto;
  list-style: none;
  margin-left: 15px;
}
.qr_name {
  display: block;
  width: 135px;
  text-align: center;
  padding-top: 10px;
  height: auto;
  padding-bottom: 5px;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #8a6d3b;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}
/* Add a background color and some padding around the form */
.list_left .container {
  width: 100%;
  border-radius: 5px;
  background-color: #d0aa63;
  padding: 20px;
}
.list_left label {
  color: #ffffff;
}
.mobile_download .qr_bg {
  width: 125px;
  height: 125px;
  margin-left: 5px;
  text-align: center;
}
ul.mobile_download {
  width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0 0 20px;
  overflow: hidden;
  zoom: 1;
}
ul.mobile_download li {
  background-color: #FFF4E3;
  border: 1px solid #E2BFA3;
  float: left;
}
.download_btn {
  float: left;
  display: block;
  width: 254px;
  height: auto;
  list-style: none;
  margin: 14px 0 0 0;
  padding-right: 8px;
}
.withqrcode {
  margin-left: 94px;
}
.download_btn2 {
  float: left;
  display: block;
  width: 256px;
  height: auto;
  list-style: none;
  margin: 14px 0 0 0;
  padding-left: 8px;
}
.download_btn li.google_btn a {
  display: block;
  width: 254px;
  height: 56px;
  background: url("../images/game_download/google_btn.jpg") no-repeat top;
  margin-bottom: 6px;
}
.download_btn li.google_btn a:hover {
  background-position: 0 -57px;
}
.download_btn li.ios_btn a {
  display: block;
  width: 254px;
  height: 56px;
  background: url("../images/game_download/ios_btn.jpg") no-repeat top;
}
.download_btn li.ios_btn a:hover {
  background-position: 0 -56px;
}
.download_btn li.steam_btn a {
  display: block;
  width: 254px;
  height: 56px;
  background: url("../images/game_download/steam_btn.jpg") no-repeat top;
  margin-bottom: 6px;
}
.download_btn li.steam_btn a:hover {
  background-position: 0 -57px;
}
.download_btn li.official_btn a {
  display: block;
  width: 254px;
  height: 56px;
  background: url("../images/game_download/official_btn.jpg") no-repeat top;
  margin-bottom: 6px;
}
.download_btn li.official_btn a:hover {
  background-position: 0 -57px;
}
.download_btn2 li.apk_btn a {
  display: block;
  width: 256px;
  height: 118px;
  background: url("../images/game_download/apk_btn.jpg") no-repeat top;
  margin-bottom: 13px;
}
.download_btn2 li.apk_btn a:hover {
  background-position: 0 -118px;
}
.perfomance_intro {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.perfomance_intro li {
  display: flow-root;
  align-content: space-between;
  overflow: hidden;
  width: 24%;
  margin: 0 2px;
  height: auto;
  list-style: disc none outside;
  float: left;
  text-align: center;
}
/*---------------------------------------
   Typography
-----------------------------------------*/
/* FONT FACE LOADER */
@font-face {
  font-family: 'Lane';
  src: url('../fonts/lanenar_Lane.eot');
  src: url('../fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
  }
}
/* HEADINGS */
h1, h2 {
  font-family: '微軟正黑體', 'Lane', sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 2rem;
  line-height: 4rem;
}
h2 {
  font-size: 2rem;
  line-height: 4rem;
}
h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
h5 {
  font-size: 18px;
  font-weight: 300;
}
/*---------------------------------------
   CUSTOM BUTTON
-----------------------------------------*/
.standard-button, .standard-button2 {
  font-family: "微軟正黑體";
  font-size: 18px;
  font-weight: 400 !important;
  border-radius: 8px !important;
  text-shadow: 0 !important;
  color: #ffffff;
  min-width: 150px;
  border: none;
  padding: 16px 25px 16px 25px;
  margin: 5px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.standard-button:hover, .standard-button2:hover {
  border: none;
}
.standard-button i, .standard-button2 i {
  vertical-align: inherit;
  margin-right: 8px;
  font-size: 20px;
}
/*---------------------------------------
   TEXTS
-----------------------------------------*/
.white-text {
  color: #ffffff;
}
.dark-text {
  color: #272727;
}
.grey-bg {
  background: #f7f8fa !important;
}
.white-bg {
  background: #ffffff !important;
}
.blue-bg {
  background: #c1d0e1 !important;
}
.light-dark-bg {
  background-color: #232323;
  color: #c8c8c8;
}
.deep-dark-bg {
  background: #2d2d2d !important;
  color: #c8c8c8;
}
.deep-dark-bg2 {
  background: #000000 !important;
  color: #c8c8c8;
}
/*---------------------------------------
   SECTIONS
-----------------------------------------*/
.section-header {
  padding-bottom: 78px;
}
.section-header h2 {
  margin-bottom: 20px;
}
.section-header .section-description {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
/*---------------------------------------
   LINES
-----------------------------------------*/
.colored-line {
  margin: auto;
  z-index: 1;
  width: 200px;
  height: 1px;
}
.white-line {
  margin: auto;
  z-index: 1;
  width: 165px;
  height: 1px;
  background: #ffffff;
}
.colored-line-left {
  float: left;
  z-index: 1;
  display: block;
  width: 200px;
  height: 1px;
}
.colored-line-video {
  float: left;
  z-index: 1;
  display: block;
  width: 300px;
  height: 1px;
  margin-left: 25px;
}
.colored-line-center {
  z-index: 1;
  display: block;
  width: 200px;
  height: 1px;
}
/*---------------------------------------
=========================================
 **   SECTION STYLES
=========================================
-----------------------------------------*/
/*---------------------------------------
   SECTION:  HOME
-----------------------------------------*/
.header {
  background: #161616 !important
}
.header.image-bg {
  background: url(../images/bg-1.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
.header .color-overlay, .header .solid-color {
  width: 100%;
  min-height: 500px;
}
.header .color-overlay {}
.header .full-screen {
  width: 100%;
  height: 100px;
}
/* TOP BAR WITH NAVIGATION */
.sticky-navigation {
  min-height: 60px;
  background: #FFFFFF;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.sticky-navigation .navbar-header img {
  max-height: 40px;
  -webkit-backface-visibility: hidden;
}
.sticky-navigation .main-navigation .current a {
  color: #000000 !important;
  position: relative;
  outline: none;
}
.sticky-navigation .main-navigation li a {
  line-height: 40px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.sticky-navigation .main-navigation li a:hover {
  color: #000000;
}
/* 預設樣式 */
.main-navigation {
  margin-top: 20px;
}
/* 預留空間讓 tab 不跳動 */
.main-navigation li a::before, .main-navigation li a::after {
  content: ' ';
  visibility: hidden;
  margin: 0 0.25em;
}
.main-navigation li:last-child a::before, .main-navigation li:last-child a::after {
  content: ' ';
  visibility: hidden;
  margin: 0 0;
}
/* 滑入與 active 時顯示括號 */
.main-navigation li a:hover::before, .main-navigation li.active a::before {
  content: '[';
  visibility: visible;
  color: #00FEFF;
  font-weight: bold;
}
.main-navigation li a:hover::after, .main-navigation li.active a::after {
  content: ']';
  visibility: visible;
  color: #00FEFF;
  font-weight: bold;
}
.main-navigation li:last-child a:hover::before, .main-navigation li:last-child.active a::before {
  content: none;
  color: #000000;
  font-weight: bold;
  background: #00B2B3;
}
.main-navigation li:last-child a:hover::after, .main-navigation li:last-child.active a::after {
  content: none;
  color: #000000;
  font-weight: bold;
  background: #00B2B3;
}
.main-navigation li a {
  display: inline-block;
  width: 140px; /* 自訂寬度 */
  text-align: center;
  color: #fff;
  position: relative;
  transition: color 0.3s;
}
.main-navigation li:last-child a {
  color: #0E121A;
  line-height: 10px;
  padding: 2px;
}
.main-navigation li:last-child {
  color: #0E121A;
  position: relative;
  transition: color 0.3s;
  background: #0E121A;
  border: 1px solid #00FEFF;
}
.entre_btn {
  color: #0E121A;
  position: absolute;
  left: 50%;
  top: 46vh; /* ? ????? 20%?????? */
  transform: translateX(-50%);
  background: #0E121A;
  border: 1px solid #00FEFF;
  transition: color 0.3s, background-size 0.5s, background-position 0.5s;
  transition-timing-function: cubic-bezier(.28, 1.13, .73, .83);
}
.entre {
  background: #00FEFF;
  border: 2px solid;
  padding: 12px;
  display: inline-block;
  width: 136px;
  text-align: center;
  color: #0E121A;
  font-weight: bold;
  position: relative;
  transition: color 0.3s;
}
/* 滑入效果：顏色與左右括號 */
.main-navigation li a:hover, .main-navigation li.active a {
  color: #00FEFF;
}
/* 左右加上 [ ] 的效果 */
.main-navigation li a:hover::before, .main-navigation li a:hover::after, .main-navigation li.active a::before, .main-navigation li.active a::after {
  content: '[';
  color: #00FEFF;
  position: relative;
  font-weight: bold;
}
.main-navigation li a:hover::after, .main-navigation li.active a::after {
  content: ']';
}
.main-navigation li a::before, .main-navigation li a::after {
  margin: 0 0.25em;
}
.navbar-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.navbar-scrolled {
  background-color: #000000;
}
.main-navigation li a:hover, .main-navigation li.active a {
  color: #00FEFF;
}
.main-navigation li a:hover::before, .main-navigation li a:hover::after, .main-navigation li.active a::before, .main-navigation li.active a::after {
  content: '[';
  color: #00FEFF;
  position: relative;
  font-weight: bold;
}
.main-navigation li a:hover::after, .main-navigation li.active a::after {
  content: ']';
}
.main-navigation li a::before, .main-navigation li a::after {
  margin: 0 0.25em;
}
.navbar-inverse .navbar-toggle {
  border-color: #313131;
  background: #313131;
}
header .only-logo .navbar {
  background: none;
  padding: 40px 60px;
}
header .only-logo .navbar .navbar-header {
  float: none;
}
/* INTRO */
.home-2 .home-contents {
  margin-top: 5%;
}
.home-2 .intro-section {
  text-align: left;
  padding-top: 0;
}
.home-2 .intro-section .standard-button {
  margin: 0;
}
.home-2 .phone-image {
  max-width: 350px;
  margin: auto;
  margin-bottom: 30px;
}
.home-2 .phone-image img {
  width: 100%;
}
header .intro-section {
  margin: auto;
  padding-top: 15%;
}
header .intro-section .intro {
  color: #ffffff;
  margin-bottom: 36px;
}
header .intro-section h5 {
  color: #ffffff;
}
header .intro-section .buttons {
  margin-top: 35px;
  margin-bottom: 35px;
}
/*---------------------------------------
   SECTION:  ABOUTRAY
-----------------------------------------*/
.aboutray {
  display: flex;
  flex-wrap: nowrap;
  align-content: space-between;
  background: #000000;
  width: 100%;
  height: auto;
  color: #9DA8C9;
}
.pc_about_ray {
  display: block;
  overflow: hidden;
  width: 60%;
  height: auto;
  margin-top: 20%;
}
.pc_about_txt {
  display: block;
  overflow: hidden;
  font-family: 'PingFang SC';
  padding: 2%;
  font-size: 1.0rem;
  width: 80%;
  height: auto;
  float: left;
  text-align: left;
  line-height: 2rem;
  padding: 20% 0;
}
.pc_about_txt img {
  padding: 10% 0;
}
.pc_about_txt br {
  line-height: 10%;
}
.marquee_area {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 10hv;
  background: url("../images/marquee_bg.png") repeat-x;
  background-size: contain;
}
.top_marquee {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  justify-content: center;
  color: black;
  font-weight: 500;
  padding: 10px 0;
  position: relative;
}
/* 羽化遮罩：左側 */
.top_marquee::before, .top_marquee::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 40px; /* 羽化區域寬度 */
  height: 20px;
  z-index: 2;
  pointer-events: none;
}
.top_marquee::before {
  left: 0;
  padding: 10px 0;
  background: linear-gradient(to right, #00A4C0 0%, transparent 100%);
}
.top_marquee::after {
  right: 0;
  background: linear-gradient(to left, #00A4C0 0%, transparent 100%);
}
.marquee_inner {
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 30s linear infinite;
}
.top_marquee ul {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top_marquee ul li {
  display: inline;
  margin-right: 4em;
  font-size: 16px;
}
/* 跑馬燈動畫 */
@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
}
/*---------------------------------------
   SECTION:  FEATURES
-----------------------------------------*/
.features {
  padding-top: 20px;
  padding-bottom: 20px;
}
.features .features-left {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.features .features-left .icon-container {
  float: right;
  margin-left: 20px;
}
.features .features-right {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.features .features-right .icon-container {
  float: left;
  margin-right: 20px;
}
.features .feature {
  margin-bottom: 40px;
}
.features .feature .icon-container {
  display: block;
  min-height: 120px;
  margin-top: 5px;
}
.features .feature .icon-container i {
  line-height: 55px;
}
.features .feature .icon-container .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all ease-in 0.25s;
  transition: all ease-in 0.25s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.features .phone-image {
  max-width: 250px;
  margin: auto;
  margin-bottom: 80px;
}
.features .phone-image img {
  width: 100%;
}
/*---------------------------------------
   SECTION: FAQ
-----------------------------------------*/
.faq-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  font-family: 'Arial', sans-serif;
  background: #000;
  padding: 60px 20px;
}
.logo {
  width: 36px;
  margin-bottom: 20px;
}
.faq-title h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.subtitle {
  color: #8FA6C3;
  font-family: monospace;
  font-size: 14px;
  margin-top: 8px;
  float: left;
}
.faq-item {
  border-bottom: 1px solid #333;
  padding: 40px 0;
}
.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.faq-header .faq-number {
  font-family: monospace;
  margin-right: 10px;
}
.faq-question {
  flex-grow: 1;
  font-size: 24px;
}
.faq-arrow {
  font-size: 20px;
  color: #00FEFF;
}
.faq-answer {
  margin-top: 16px;
  color: #B0B9D4;
  font-size: 14px;
}
.faq-item.active {
  background-color: #00AFCF;
  color: #fff;
  padding: 40px 20px;
}
.faq-item.active .faq-question, .faq-item.active .faq-number {
  color: white;
}
.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
.faq-icon img {
  width: 64px;
  margin: 20px 0;
}
.faq-description p {
  color: white;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.ray_faq {
  display: block;
  overflow: hidden;
  background: url("../images/faq.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
/*FAQ*/
.faq-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #F0F2FA;
}
.faq-title {
  text-align: left;
  margin-bottom: 40px;
}
.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 16px 20px;
  margin-bottom: 8px;
  border-radius: 6px;
  transition: background-color 0.3s;
}
.faq-number {
  font-size: 16px;
  font-weight: bold;
  color: #00A4C0;
  min-width: 40px;
  text-align: center;
  margin-right: 16px;
}
.faq-question {
  flex: 1;
  font-size: 18px;
  text-align: left;
}
.faq-arrow span {
  display: inline-block;
  width: 28px;
  height: 28px;
  padding-top: 1%;
  line-height: 28px;
  text-align: center;
  background-color: #00A4C0;
  color: #F0F2FA;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 14px;
}
.faq-item.active .faq-arrow span {
  background-color: #F0F2FA;
  color: #00A4C0;
  transform: rotate(240deg);
}
.faq-content {
  display: none;
  padding: 16px 20px;
  border-top: none;
  line-height: 1.6;
  text-align: left;
}
.faq-content img {
  float: left;
  text-align: left;
  margin: -10px 0 0 -30px;
}
.faq-item.active .faq-content {
  display: block;
}
/* 手機版響應式 */
@media (max-width: 768px) {
  .faq-title h1 {
    font-size: 36px;
  }
  .faq-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .faq-question {
    font-size: 20px;
  }
  .faq-arrow {
    align-self: flex-end;
    margin-top: 10px;
  }
  .faq-description p {
    font-size: 14px;
  }
}
/*---------------------------------------
   SECTION:  EVENT
-----------------------------------------*/
.event-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
.event-section h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
}
.event-section p.subtitle {
  color: #00faff;
  font-size: 14px;
  margin-bottom: 40px;
}
.event-txt {
  display: block;
  float: left;
  text-align: left;
  color: #8290B2;
}
.slider-container {
  position: relative;
  overflow: hidden;
  border: 1px solid #202634;
  border-radius: 8px;
}
.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  padding-bottom: 5%;
}
.slide {
  min-width: 100%;
  box-sizing: border-box;
}
.slide img {
  padding: 3% 3% 0 3%;
  width: 100%;
  display: block;
}
.slide-info {
  padding: 20px;
  background-color: #000;
}
.info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-header h3 {
  margin: 0;
  font-size: 20px;
  text-align: left;
  color: #fff;
}
.slide-number {
  font-size: 22px;
  font-family: 'DM Mono';
  font-weight: 500;
  text-align: right;
  color: #888;
  margin: -40px 0 0 0;
  padding-right: 20px;
}
.slide-info h3 {
  margin: 0 0 10px;
  font-size: 20px;
  text-align: left;
  padding-left: 20px;
  color: #fff;
}
.slide-intro {
  font-size: 14px;
  color: #9DA8C9;
  text-align: left;
  padding-left: 20px;
}
.slider-wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.slider-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.arrow-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background-color: #131822;
  color: #00FEFF;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.arrow-btn:disabled {
  color: #2A303D;
  cursor: not-allowed;
}
/*---------------------------------------
   SECTION:  BRIEF
-----------------------------------------*/
.app-brief {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 1921px) {
  .app-brief {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1573px) and (max-width:1700px) {
  .app-brief {
    padding-top: 20px;
    padding-bottom: 200px;
    margin-top: -5.7%;
  }
}
.app-brief h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
.app-brief .phone-image {
  max-width: 350px;
  margin: auto;
  margin-bottom: 0px;
  margin-top: 10px;
}
.app-brief .phone-image img {
  width: 100%;
}
.app-brief .left-align {
  text-align: left;
  margin-bottom: 0px;
}
.app-brief .left-align p {
  display: block;
  float: none;
  margin: 5% auto;
}
.app-brief .left-align .feature-list {
  margin-top: 40px;
}
.app-brief .left-align .feature-list li {
  margin-bottom: 26px;
}
.app-brief .left-align .feature-list li i {
  margin-right: 10px;
  vertical-align: inherit;
}
.list_left {
  width: 90%;
  margin: 10% auto;
  text-align: center;
}
/* VIDEO */
video {
  max-width: 100%;
  height: auto;
}
iframe, embed, object {
  max-width: 100%;
}
.video-container {
  width: 90%;
  background: transparent !important;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 40px;
}
.video {
  background: transparent !important;
}
.video_phone {
  position: inherit;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.video_pc {
  display: block;
}
.video_phone {
  display: none;
}
.feed_img {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  width: 60%;
  height: auto;
}
/** pure cll slider **/
.slider_container {
  margin: 0 auto;
  height: 128vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-color: #fff;
}
.slider_container img {
  position: absolute;
  justify-items: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.business_list {
  width: 90%;
  margin: 0 auto;
}
.business_list ol {
  list-style: disc none outside;
  color: rgb(49, 49, 49);
  font-size: 16px;
}
.business_list li {
  display: block;
  overflow: hidden;
  width: 20%;
  margin: 10px 2.5%;
  height: auto;
  list-style: disc none outside;
  float: left;
}
.form-out {
  display: block;
  padding: 5px;
  background: #454545;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto;
}
form.information {
  border-radius: 10px;
}
table {
  outline: none;
  border: #454545;
}
td .form_sub {
  width: 100%;
  background: #454545;
}
td .form_line {
  border-right: #6B6B6B;
  border: 2px solid;
}
.information table {
  padding: 10px;
}
.information td, tr {
  background: #454545;
  text-indent: 1em;
  border-bottom: #6B6B6B;
}
@media only screen and (min-width: 769px) and (max-width:1572px) {
  .deep-dark-bg2 {
    margin-top: 0;
    position: inherit;
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0%;
    height: auto;
    padding: 2%;
  }
  .deep-dark-bg2 {
    margin-top: 0;
    position: inherit;
    width: 100%;
  }
  .feed_img {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .video_pc {
    display: none;
  }
  .video_phone {
    display: block;
    position: inherit;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    margin-top: 14%;
  }
  .pc_partner {
    display: block;
    overflow: hidden;
    width: 100%;
    background: url(../images/partner_bg.jpg) top center no-repeat #000000;
    background-size: contain;
    height: 100%;
}
  .pc_world_map img {
    width: 100%;
    height: auto;
  }
  .slider_container {
    margin: 2% auto 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-color: #fff;
  }
  .slider_container img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    display: block;
  }
  .entre_btn {
    color: #0E121A;
    position: absolute;
    left: 50%;
    top: 56vh;
    transform: translateX(-50%);
    background: #0E121A;
    border: 1px solid #00FEFF;
    transition: color 0.3s, background-size 0.5s, background-position 0.5s;
    transition-timing-function: cubic-bezier(.28, 1.13, .73, .83);
  }
  .pc_about_ray {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 20%;
  }
  .pc_about_txt {
    display: block;
    overflow: hidden;
    font-family: 'PingFang SC';
    padding: 2%;
    font-size: 1.0rem;
    width: 80%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 2rem;
    padding: 20% 0;
  }
  .pc_partner {
    display: block;
    overflow: hidden;
    width: 100%;
    background: url(../images/partner_bg.jpg) top center no-repeat #000000;
    background-size: contain;
    height: 100%;
}
  .features .features-right .icon-container {
    float: left;
    margin-right: 0px;
  }
  .form-out {
    display: block;
    padding: 5px;
    background: #454545;
    border-radius: 10px;
    width: 100%;
  }
  .withqrcode {
    margin-left: 15%;
  }
  .download_btn li.google_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.ios_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.steam_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.official_btn a {
    display: block;
    width: 90%;
  }
  .list_left {
    width: 90%;
    margin: 5% 5%;
    text-align: left;
  }
  .perfomance_intro li {
    display: flow-root;
    align-content: space-between;
    overflow: hidden;
    width: 23%;
    margin: 0 2px;
    height: auto;
    list-style: disc none outside;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .business_list li {
    display: block;
    overflow: hidden;
    width: 45%;
    margin: 4% 2%;
    height: auto;
    list-style: disc none outside;
    float: left;
  }
  .app-brief .phone-image img {
    width: 50%;
  }
  /* 中央頂部橫線 */
  .footer::before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #202330;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 430px) and (max-width:480px) {
  .navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0%;
    height: auto;
    padding: 2%;
  }
  .feed_img {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .video_pc {
    display: none;
  }
  .video_phone {
    display: block;
    position: inherit;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    margin-top: 14%;
  }
  .slider_container {
    margin: 2% auto 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-color: #fff;
  }
  .slider_container img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    display: block;
  }
  .entre_btn {
    color: #0E121A;
    position: absolute;
    left: 50%;
    top: 56vh;
    transform: translateX(-50%);
    background: #0E121A;
    border: 1px solid #00FEFF;
    transition: color 0.3s, background-size 0.5s, background-position 0.5s;
    transition-timing-function: cubic-bezier(.28, 1.13, .73, .83);
  }
  .pc_about_ray {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 20%;
  }
  .pc_about_txt {
    display: block;
    overflow: hidden;
    font-family: 'PingFang SC';
    padding: 2%;
    font-size: 1.0rem;
    width: 80%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 2rem;
    padding: 20% 0;
  }
  .pc_partner {
    display: block;
    overflow: hidden;
    width: 100%;
    background: url(../images/partner_bg.jpg) top center no-repeat #000000;
    background-size: contain;
    height: 100%;
}
  .pc_world_map {
    width: 100%;
    height: auto;
  }
  .pc_world_map img {
    width: 100%;
    height: auto;
  }
  .features .features-right .icon-container {
    float: left;
    margin-right: 0px;
  }
  .form-out {
    display: block;
    padding: 5px;
    background: #454545;
    border-radius: 10px;
    width: 100%;
  }
  .withqrcode {
    margin-left: 20%;
  }
  .download_btn li.google_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.ios_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.steam_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.official_btn a {
    display: block;
    width: 90%;
  }
  .list_center {
    list-style: disc none outside;
    color: rgb(49, 49, 49);
    font-size: 16px;
    width: 100%;
    margin: 2% auto;
    text-align: center;
  }
  .perfomance_intro li {
    display: flow-root;
    align-content: space-between;
    overflow: hidden;
    width: 23%;
    margin: 0 2px;
    height: auto;
    list-style: disc none outside;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .business_list li {
    display: block;
    overflow: hidden;
    width: 45%;
    margin: 4% 2%;
    height: auto;
    list-style: disc none outside;
    float: left;
  }
  .app-brief .phone-image img {
    width: 50%;
  }
  /* 中央頂部橫線 */
  .footer::before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #202330;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 376px) and (max-width:429px) {
  .navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0%;
    height: auto;
    padding: 2%;
  }
  .feed_img {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .video_pc {
    display: none;
  }
  .video_phone {
    display: block;
    position: inherit;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    margin-top: 14%;
  }
  .slider_container {
    margin: 2% auto 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-color: #fff;
  }
  .slider_container img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    display: block;
  }
  .entre_btn {
    color: #0E121A;
    position: absolute;
    left: 50%;
    top: 56vh;
    transform: translateX(-50%);
    background: #0E121A;
    border: 1px solid #00FEFF;
    transition: color 0.3s, background-size 0.5s, background-position 0.5s;
    transition-timing-function: cubic-bezier(.28, 1.13, .73, .83);
  }
  .pc_about_ray {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 20%;
  }
  .pc_about_txt {
    display: block;
    overflow: hidden;
    font-family: 'PingFang SC';
    padding: 2%;
    font-size: 1.0rem;
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 2rem;
    padding: 20% 0;
  }
  .pc_partner {
    display: block;
    overflow: hidden;
    width: 100%;
    background: url(../images/partner_bg.jpg) top center no-repeat #000000;
    background-size: contain;
    height: 100%;
}
  .pc_world_map {
    width: 100%;
    height: auto;
  }
  .pc_world_map img {
    width: 100%;
    height: auto;
  }
  .features .features-right .icon-container {
    float: left;
    margin-right: 0px;
  }
  .form-out {
    display: block;
    padding: 5px;
    background: #454545;
    border-radius: 10px;
    width: 100%;
  }
  .withqrcode {
    margin-left: 15%;
  }
  .download_btn li.google_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.ios_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.steam_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.official_btn a {
    display: block;
    width: 90%;
  }
  .list_center {
    list-style: disc none outside;
    color: rgb(49, 49, 49);
    font-size: 16px;
    width: 100%;
    margin: 2% auto;
    text-align: center;
  }
  .perfomance_intro li {
    display: flow-root;
    align-content: space-between;
    overflow: hidden;
    width: 23%;
    margin: 0 2px;
    height: auto;
    list-style: disc none outside;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .business_list li {
    display: block;
    overflow: hidden;
    width: 45%;
    margin: 4% 2%;
    height: auto;
    list-style: disc none outside;
    float: left;
  }
  .app-brief .phone-image img {
    width: 50%;
  }
  /* 中央頂部橫線 */
  .footer::before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #202330;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 321px) and (max-width:375px) {
  .navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0%;
    height: auto;
    padding: 2%;
  }
  .feed_img {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .video_pc {
    display: none;
  }
  .video_phone {
    display: block;
    position: inherit;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    margin-top: 14%;
  }
  .slider_container {
    margin: 2% auto 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-color: #fff;
  }
  .slider_container img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    display: block;
  }
  .entre_btn {
    color: #0E121A;
    position: absolute;
    left: 50%;
    top: 56vh;
    transform: translateX(-50%);
    background: #0E121A;
    border: 1px solid #00FEFF;
    transition: color 0.3s, background-size 0.5s, background-position 0.5s;
    transition-timing-function: cubic-bezier(.28, 1.13, .73, .83);
  }
  .pc_about_ray {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 20%;
  }
  .pc_about_txt {
    display: block;
    overflow: hidden;
    font-family: 'PingFang SC';
    padding: 2%;
    font-size: 1.0rem;
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 2rem;
    padding: 20% 0;
  }
  .pc_partner {
    display: block;
    overflow: hidden;
    width: 100%;
    background: url(../images/partner_bg.jpg) top center no-repeat #000000;
    background-size: contain;
    height: 100%;
}
  .pc_world_map {
    width: 100%;
    height: auto;
  }
  .pc_world_map img {
    width: 100%;
    height: auto;
  }
  .features .features-right .icon-container {
    float: left;
    margin-right: 0px;
  }
  .form-out {
    display: block;
    padding: 5px;
    background: #454545;
    border-radius: 10px;
    width: 100%;
  }
  .withqrcode {
    margin-left: 14%;
  }
  .download_btn li.google_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.ios_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.steam_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.official_btn a {
    display: block;
    width: 90%;
  }
  .list_center {
    list-style: disc none outside;
    color: rgb(49, 49, 49);
    font-size: 16px;
    width: 100%;
    margin: 2% auto;
    text-align: center;
  }
  .perfomance_intro li {
    display: flow-root;
    align-content: space-between;
    overflow: hidden;
    width: 23%;
    margin: 0 2px;
    height: auto;
    list-style: disc none outside;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .business_list li {
    display: block;
    overflow: hidden;
    width: 45%;
    margin: 4% 2%;
    height: auto;
    list-style: disc none outside;
    float: left;
  }
  .app-brief .phone-image img {
    width: 50%;
  }
  /* 中央頂部橫線 */
  .footer::before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #202330;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width:320px) {
  .navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0%;
    height: auto;
    padding: 2%;
  }
  .feed_img {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .video_pc {
    display: none;
  }
  .video_phone {
    display: block;
    position: inherit;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    margin-top: 14%;
  }
  .slider_container {
    margin: 2% auto 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-color: #fff;
  }
  .slider_container img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    display: block;
  }
  .entre_btn {
    color: #0E121A;
    position: absolute;
    left: 50%;
    top: 56vh;
    transform: translateX(-50%);
    background: #0E121A;
    border: 1px solid #00FEFF;
    transition: color 0.3s, background-size 0.5s, background-position 0.5s;
    transition-timing-function: cubic-bezier(.28, 1.13, .73, .83);
  }
  .pc_about_ray {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 20%;
  }
  .pc_about_txt {
    display: block;
    overflow: hidden;
    font-family: 'PingFang SC';
    padding: 2%;
    font-size: 1.0rem;
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 2rem;
    padding: 20% 0;
  }
  .pc_world_map {
    width: 100%;
    height: auto;
  }
  .pc_world_map img {
    width: 100%;
    height: auto;
  }
  .features .features-right .icon-container {
    float: left;
    margin-right: 0px;
  }
  .form-out {
    display: block;
    padding: 5px;
    background: #454545;
    border-radius: 10px;
    width: 100%;
  }
  .withqrcode {
    margin-left: 14%;
  }
  .download_btn li.google_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.ios_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.steam_btn a {
    display: block;
    width: 90%;
  }
  .download_btn li.official_btn a {
    display: block;
    width: 90%;
  }
  .list_center {
    list-style: disc none outside;
    color: rgb(49, 49, 49);
    font-size: 16px;
    width: 100%;
    margin: 2% auto;
    text-align: center;
  }
  .perfomance_intro li {
    display: flow-root;
    align-content: space-between;
    overflow: hidden;
    width: 23%;
    margin: 0 2px;
    height: auto;
    list-style: disc none outside;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .business_list li {
    display: block;
    overflow: hidden;
    width: 45%;
    margin: 4% 2%;
    height: auto;
    list-style: disc none outside;
    float: left;
  }
  .app-brief .phone-image img {
    width: 50%;
  }
  /* 中央頂部橫線 */
  .footer::before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #202330;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
/*---------------------------------------
   SECTION:  TESTIMONIALS
-----------------------------------------*/
.testimonials {
  color: #ffffff;
}
.testimonials.image-bg {
  background: url(../images/bg-1.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
.testimonials .color-overlay, .testimonials .solid-color {
  padding-top: 50px;
  padding-bottom: 80px;
}
.testimonials .feedback {
  max-width: 750px;
  margin: auto;
}
.testimonials .feedback .image {
  font-size: 24px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
  box-shadow: 0px 0px 0px 2px #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  margin-top: 5px;
  overflow: hidden;
}
.testimonials .feedback .image img {
  width: 100%;
  vertical-align: top;
}
.testimonials .feedback .message {
  font-size: 18px;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 30px;
}
.testimonials .feedback .name {
  margin-top: 15px;
  font-weight: 400;
}
.testimonials .feedback .company-info {
  font-size: 12px;
}
.testimonials .owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  border-radius: 50%;
}
.testimonials .customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*---------------------------------------
   SECTION:  SERVICES
-----------------------------------------*/
.services {
  padding-top: 20px;
  padding-bottom: 20px;
}
.services .single-service {
  padding-bottom: 0px;
}
.services .single-service .service-icon {
  font-size: 80px;
  margin: 10% auto 3%;
}
.services .single-service h3 {
  margin-top: 20px;
}
/*---------------------------------------
   SECTION:  SCREENSHOTS
-----------------------------------------*/
.screenshots {
  padding-top: 80px;
  padding-bottom: 120px;
}
.screenshots .shot {
  padding: 10px;
  margin: 13px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}
.white-bg .shot {
  background: #F7F8FA;
}
.grey-bg .shot {
  background: #ffffff;
}
.light-dark-bg .shot {
  background: #161616;
}
.deep-dark-bg .shot {
  background: #232323;
}
.screenshots .shot img {
  border-radius: 4px;
  width: 100%;
}
/*---------------------------------------
   SECTION:  PACKAGES | Added on version 1.7
-----------------------------------------*/
.packages {
  padding-top: 80px;
  padding-bottom: 60px;
}
.white-bg .single-package {
  background: #F7F8FA;
}
.grey-bg .single-package {
  background: #ffffff;
}
.light-dark-bg .single-package {
  border: 0px solid #161616;
  background: #161616;
}
.deep-dark-bg .single-package {
  border: 0px solid #232323;
  background: #232323;
}
.single-package {
  overflow: auto;
  border: 0px solid #161616;
  border-radius: 3px;
  margin-bottom: 60px;
}
.white-bg .single-package .price {
  background: #FFFFFF;
}
.grey-bg .single-package .price {
  background: #F7F8FA;
}
.light-dark-bg .single-package .price {
  background: #232323;
}
.deep-dark-bg .single-package .price {
  background: #161616;
}
.single-package .price h2 {
  color: #272727;
}
.light-dark-bg .single-package .price h2, .deep-dark-bg .single-package .price h2 {
  color: #ffffff;
}
.single-package .price .color-bg h2 {
  color: #FFFFFF !important;
}
.single-package .price .sign {
  vertical-align: super;
  font-size: 20px;
}
.single-package .price .month {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.single-package .package-feature {
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-package .package-feature > li {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-package .package-feature > li > span {
  margin-right: 7px;
}
/*---------------------------------------
   SECTION:  DOWNLOAD
-----------------------------------------*/
.download {
  color: #ffffff;
}
.download.image-bg {
  background: url('../images/bg-3.jpg') no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
.download .color-overlay, .download .solid-color {
  padding-top: 110px;
  padding-bottom: 70px;
}
.download .download-container {
  padding-bottom: 80px;
}
.download .subscription-form-container {
  padding-bottom: 80px;
}
.download .subscription-form .input-box {
  height: 57px;
  padding-left: 20px;
  width: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  border: 2px solid #FFF;
}
.download .subscription-form .input-box:focus, .download .subscription-form .input-box:active {
  color: #000;
  font-weight: 400;
}
.download .subscription-form .subscription-success, .download .subscription-form .subscription-error {
  display: none;
}
.download h2 {
  margin-bottom: 30px;
}
/*---------------------------------------
   SECTION:  FOOTER
-----------------------------------------*/
.footer {
  background-color: #000;
  padding: 2rem 0;
  font-family: 'Arial', sans-serif;
  position: relative;
  overflow: hidden;
}
/* 上方中央橫線 */
.footer::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background-color: #202330;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* 主容器三欄 */
.footer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
  color: #7e8ca1;
  font-size: 14px;
  padding: 0 1rem;
  box-sizing: border-box;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
/* 分欄邊線 */
.footer-col.with-border {
  border-left: 1px solid #202330;
  border-right: 1px solid #202330;
  padding: 0 2rem;
}
.footer-col ul {
  list-style: disc;
  padding-left: 1.2em;
  margin: 0;
}
.footer-col li {
  margin-bottom: 0.5em;
  color: #7e8ca1;
  line-height: 1.6;
}
.footer-col a {
  color: #7e8ca1;
  text-decoration: none;
}
.footer-col a:hover {
  text-decoration: underline;
}
/* ========= 📱 手機版 RWD ========= */
@media (max-width: 768px) {
  .feature-icon .timer {
    width: 100%;
    height: 40%;
    margin: 40px auto;
    color: #00e0ff;
    font-weight: bold;
    background: url(../images/Image_time.png) no-repeat top center;
    background-size: cover;
  }
  .ray_download {
    display: block;
    overflow: hidden;
    background: url("../images/game_download_mobile.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  .footer {
    background: #0E121A
  }
  .footer-container {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1.5rem;
  }
  .footer-col.with-border {
    border: none;
    padding: 0;
  }
  .footer-col ul {
    list-style: none;
    padding-left: 0;
  }
  .footer-col li {
    font-size: 15px;
  }
  .footer::before {
    width: 90%;
  }
}