@charset "utf-8";
/* CSS Document */
.top-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  pointer-events: none;
  z-index: 999;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 40%,
    rgba(0, 0, 0, 0.5) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0; /* 由JS控制 */
}
.wht_logo {
    padding-top: 30px;
    padding-left: 30px;
    z-index: 999;
	width: 400px;
}
.main {
    padding-left: 10%;
    padding-right: 10%;
}
.main_online {
    padding-left: 7%;
    padding-right: 7%;
}
.main_title_wht {
    font-size: 32px;
    font-weight: 500;
    color: #fff !important;
    line-height: 46px;
	padding-bottom: 20px;
}
.main_title_light_blue {
    font-size: 40px;
    font-weight: 500;
    color: #64d6d6 !important;
    line-height: 46px;
    padding-bottom: 20px;
}
.light_blue {
    font-size: 28px;
    color: #64d6d6 !important;
    padding-bottom: 40px;
    font-weight: 500;
}
.main_title_wht_shadow {
    font-size: 64px;
    font-weight: 600;
    color: #fff !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    line-height: 72px;
    padding-bottom: 30px;
}
.sub_title_wht_shadow {
    font-size: 36px;
    color: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    background: rgba(57, 100, 140, .5);
    border-radius:10px;
    padding-top: 10px;
}
.sub_title_bk {
    font-size: 18px;
    color: #555 !important;
    padding-top: 10px;
    padding-bottom: 50px;
    line-height: 30px;
}
.sub_title_wht {
    font-size: 24px;
    color: #fff !important;
    line-height: 28px;
}
.sub_title_blue {
	font-size: 24px;
    color: #63d6d6 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}

.booth {
    width: 100%;
    margin: 0 auto;
}

.contact_button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 90px;
  z-index: 999;
}

.gradient-text {
  --bg-size: 200%;
  --color-one: hsl(203 90% 55%);
  --color-two: hsl(180 95% 55%);
  --color-three: hsl(81 95% 55%);
  font-family: sans-serif;
  font-size: clamp(5rem, 25vmin, 5rem);
  font-weight: 600;
  background: linear-gradient(
      90deg,
      var(--color-one),
      var(--color-two),
	  var(--color-three),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
  color: transparent;
  background-clip: text;
}

@media (prefers-reduced-motion: no-preference) {
  .gradient-text {
    animation: move-bg 8s linear infinite;
  }
  @keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
}
@media (max-width: 767px) {
  .gradient-text {
  --bg-size: 200%;
  --color-one: hsl(203 90% 55%);
  --color-two: hsl(180 95% 55%);
  --color-three: hsl(81 95% 55%);
  font-family: sans-serif;
  font-size: clamp(2.5rem, 15vmin, 2.5rem);
  font-weight: 600;
  background: linear-gradient(
      90deg,
      var(--color-one),
      var(--color-two),
	  var(--color-three),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
  color: transparent;
  background-clip: text;
}
}


sup {
    font-size: 12px;
}
.bordershadow {
font-size: 26px;
text-align:center;
border:2px solid #ddd;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
transition: all 200ms ease-out;
padding: 20px;
}
.bordershadow:hover {
box-shadow: 0 0 6px rgba(35, 173, 278, 1);
}
.main_title_bk {
    font-size: 34px;
    color: #000 !important;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 600;
}
.main_title_blue {
    font-size: 46px;
    color: #0087dc !important;
    padding-bottom: 10px;
    font-weight: 500;
}
.landing_title_wht {
    font-size: 22px;
    color: #fff !important;
}
.landing_title_bk {
    font-size: 22px;
    color: #000 !important;
    line-height: 26px;
}
.landing_text_wht {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}
.product_title_bk {
    font-size: 19px;
    color: #000 !important;
    line-height: 25px;
    font-weight: 600;
}
.download_title_wht {
    font-size: 20px;
    color: #fff !important;
    line-height: 24px;
}
.speech_date {
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    background: -webkit-linear-gradient(bottom,#1094dc 0,#57cdd7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.success_title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    background: -webkit-linear-gradient(bottom,#1094dc 0,#57cdd7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.center_left {
    text-align: center;
}
a.shape-ex{
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    padding: 14px 20px;
    color: #fff;
    background-color: #0087dc;
	border-radius: 6px;
	transition: background-color 0.5s ease; /* 平滑過渡 */
}
a.shape-ex:hover {
    color: #fff !important;
    background-color: #1E50C8;
    text-decoration: none;
}
a.shape-ex2{
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    padding: 14px 20px;
    color: #fff;
    background-color: #1E50C8;
	border-radius: 6px;
	transition: background-color 0.5s ease; /* 平滑過渡 */
}
a.shape-ex2:hover {
    color: #fff !important;
    background-color: #0087dc;
    text-decoration: none;
}
.disceiption {
    width: 320px;
    padding: 20px 46px;
    font-size: 30px;
    color: #fff;
    border-radius: 20px;
    line-height: 46px;
    margin:0px auto !important;
    background: linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -webkit-linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -o-linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -moz-linear-gradient(to bottom right, #0087dc, #4dd8df);
}
.footer_area {
    padding-top: 60px;
}
.footer_button {
    float:left;
    padding: 10px;
}
.footer_gray {
    font-size: 16px;
    color: #bbbbbb;
}
.blue_text {
    font-size: 16px;
    color: #0087dc;
    line-height: 20px;
}
a.energy_blue_link {
    font-size: 15px;
    color: #0087dc;
    line-height: 20px;
}
a.energy_blue_link:hover {
    color: #65d7d7 !important;
    text-decoration: underline;
}

a.energy_blue2_link {
    font-size: 18px;
    color: #0087dc;
    line-height: 20px;
}
a.energy_blue2_link:hover {
    color: #65d7d7 !important;
    text-decoration: underline;
}
a.success_link {
    font-size: 18px;
    color: #222;
    line-height: 24px;
}
a.success_link:hover {
    color: #0087dc;
}
a.link {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 28px;
}
a.link:hover {
    color: #FFF;
}
.booth_info_area {
    width: 60%;
    margin: 0px auto;
    padding-top: 120px;
}
.circle {
    background: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.div_center {
    margin: auto 0px;
    background-color: #FFFFFF;
    width: 100%;
    border-radius:10px;
}
.box {
    /*width: 90%;*/
    background: #fff;
    border: 10px solid transparent;
    padding: 50px;
    text-align: center;
}
.border-img {
      -moz-border-image: -moz-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
	  -webkit-border-image: -webkit-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
      border-image: linear-gradient(to bottom right, #0087dc 0%, #64d2d3 100%);
	  border-image-slice: 1;
}
.border-img2 {
      -moz-border-image: -moz-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
	  -webkit-border-image: -webkit-linear-gradient(top left, #0087dc 0%, #64d2d3 100%);
      border-image: linear-gradient(to bottom right, #0087dc 0%, #64d2d3 100%);
	  border-image-slice: 1;
      border-radius:10px;
}
.map_bg {
    background-image: url("../images/EIS_Energy_solution_13.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin: 0 auto;
    position:relative;
}
.map_info {
    background-color: #fff;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    position:absolute;
}

video#bgvid {
 position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /*background: url(https://filecenter.deltaww.com/images/video/index_stream.jpg) no-repeat;
    background-size: cover;*/
}

.colorBar {
       position: relative;
       border-bottom: 7px solid #64d7d7;
}
.colorBar::before {
       width: 60%;
       left: 0;
       background-color: #0087dc;
}
.colorBar::after {
       right: 0;
       width: 20%;
       background-color: #b9eb5f;
}
.colorBar::after,
.colorBar::before {
       content: '';
       display: block;
       position: absolute;
       height: 7px;
}
.colorBar::after,
.colorBar::before {
       bottom: -7px;
}
.button {
    width: 380px;
}

.sub_title_bold_new {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    color: #b9eb5f !important;
}
.jolin_title_wht_bold {
    font-size: 24px;
    line-height: 40px;
    color: #fff !important;
    font-weight: 600;
}
.content_text {
    font-size: 18px;
    color: #fff !important;
    line-height: 24px;
}
.circle {
    background: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.video_area {
	height: 90vh;
	min-height: 760px;
    max-height: 900px;
	background-color: rgba(0, 0, 0, .6);
}
.bn_area {
	padding-top: 110px;
	padding-bottom: 30px;
}
.gtc_bg {
  background-image: url("../GTC_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.speaker_area {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.speaker_card {
	width: 40%;
	padding: 10px 0 0;
	margin: 0 auto;
	text-align: center;
}
.title_dis {
	width: 60%;
	margin: 0 auto;
}
.attend {
	width: 70%;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.space_top {
	padding-top: 40px;
}

@media (min-width: 768px) and (max-width: 1280px) {
.video_area {
	height: 80vh;
	min-height: 700px;
    max-height: 900px;
}
.bn_area {
	padding-top: 46px;
	padding-bottom: 30px;
}
.speaker_area {
	width: 80%;
}
.speaker_card {
	width: 38%;
	padding: 10px 4px 0;
	margin: 0 auto;
	text-align: center;
}
.attend {
	width: 70%;
	font-size: 18px;
	color: #fff;
}
.segment-value {
      font-size: 2rem;
      font-weight: 600;
      line-height: 1;
      background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      position: relative;
      margin-bottom: 0.5rem;
      text-shadow: 0 5px 15px rgba(10, 255, 133, 0.3);
      transform-style: preserve-3d;
    }
.gradient-text {
  --bg-size: 200%;
  --color-one: hsl(203 90% 55%);
  --color-two: hsl(180 95% 55%);
  --color-three: hsl(81 95% 55%);
  font-family: sans-serif;
  font-size: clamp(4rem, 20vmin, 4rem);
  font-weight: 600;
  background: linear-gradient(
      90deg,
      var(--color-one),
      var(--color-two),
	  var(--color-three),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
  color: transparent;
  background-clip: text;
}
}


@media (max-width: 767px) {
.wht_logo {
    padding-top: 30px;
    padding-left: 30px;
    z-index: 999;
    width: 300px;;
}
.video_area {
	height: 65vh;
	min-height: 730px;
    max-height: 760px;
}
.bn_area {
	padding-top: 80px;
}
.speaker_card {
	width: 90%;
	padding: 10px 10px 0;
	margin: 0 auto;
	text-align: center;
}
.space_top {
	padding-top: 40px;
}
.title_dis {
	width: 100%;
	margin: 0 auto;
}
.sub_title_bold_new {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: #b9eb5f !important;
}
.sub_title_wht {
    font-size: 16px;
    color: #fff !important;
}
.jolin_title_wht_bold {
    font-size: 20px;
    line-height: 40px;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0px;
}
.content_text {
    font-size: 16px;
    color: #fff !important;
    line-height: 24px;
}
.sub_title_blue {
	font-size: 20px;
    color: #63d6d6 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}
.circle {
    background: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.main_title_wht {
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    line-height: 28px;
	padding-bottom: 10px;
}
.main_title_light_blue {
    font-size: 24px;
    font-weight: 500;
    color: #64d6d6 !important;
    line-height: 28px;
    padding-bottom: 20px;
    padding-top: 60px;
}
.light_blue {
    font-size: 18px;
    color: #64d6d6 !important;
    padding-bottom: 20px;
    line-height: 22px;
}
.main_title_wht_shadow {
    font-size: 37px;
    font-weight: 500;
    color: #fff !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
    padding-bottom: 20px;
    line-height: 42px;
}
.main_title_bk {
    font-size: 24px;
    letter-spacing: -1px;
    color: #000 !important;
    font-weight: 600;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.attend {
	font-size: 16px;
	color: #fff;
	text-align: left;
	width: 80%;
}
.disceiption {
    width: 80%;
    padding: 12px 12px;
    font-size: 22px;
    color: #fff;
    border-radius: 20px;
    line-height: 34px;
    margin:0px auto !important;
    background: linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -webkit-linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -o-linear-gradient(to bottom right, #0087dc, #4dd8df);
    background: -moz-linear-gradient(to bottom right, #0087dc, #4dd8df);
}
.main_title_blue {
    font-size: 26px;
    color: #0087dc !important;
    padding: 16px;
    font-weight: 500;
    line-height: 30px;
}
.landing_title_bk {
    font-size: 18px;
    color: #000 !important;
    line-height: 24px;
}
.sub_title_bk {
    font-size: 16px;
    color: #555 !important;
    padding-top: 10px;
    padding-bottom: 50px;
    line-height: 24px;
}
.product_title_bk {
    font-size: 18px;
    color: #000 !important;
    line-height: 22px;
    font-weight: 600;
}
.blue_text {
    font-size: 16px;
    color: #0087dc;
    line-height: 18px;
}
.success_title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    background: -webkit-linear-gradient(bottom,#1094dc 0,#57cdd7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.booth_info_area {
    padding-top: 96px;
    padding-right: 18px;
}
.circle {
    background: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
a.link {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
}
a.link:hover {
    color: #FFF;
}
.center_left {
    text-align: left;
}
.footer_area {
    padding-top: 2px;
}
.footer_gray {
    font-size: 14px;
    color: #bbbbbb;
}
.booth {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
a.shape-ex{
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding: 14px 10px;
    color: #fff;
    background-color: #0087dc;
    border:2px #0087dc solid;
}
a.shape-ex:hover {
    color: #fff !important;
    background-color: #0087dc;
    text-decoration: none;
    background-image: -webkit-linear-gradient(294deg,rgba(63,62,200,0.62) 0%,rgba(0,181,221,0.50) 100%);
	background-image: -moz-linear-gradient(294deg,rgba(63,62,200,0.62) 0%,rgba(0,181,221,0.50) 100%);
	background-image: -o-linear-gradient(294deg,rgba(63,62,200,0.62) 0%,rgba(0,181,221,0.50) 100%);
	background-image: linear-gradient(156deg,rgba(63,62,200,0.62) 0%,rgba(0,181,221,0.50) 100%);
    -webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button {
    width: 96%;
    font-size: 14px!important;
    line-height: 20px;
    padding: 20px 10px;
}
.contact_button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 70px;
  z-index: 999;
}
}


#button {
  display: inline-block;
  background-color: #0087dc;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 8px;
}
#button::after {
  font-weight: normal;
  font-style: normal;
  line-height: 50px;
  color: #fff;
  width: 20px;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Countdown */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    :root {
      --primary: #00b2ff;
      --secondary: #0aff85;
      --accent: #ff0062;
      --dark: #001034;
      --light: #f0f9ff;
    }
    
    .crowd-wave {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5%;
      /*background: linear-gradient(0deg, rgba(0,40,100,0.3) 0%, transparent 100%);*/
      transform-origin: bottom center;
      animation: wave 8s ease-in-out infinite;
    }
    
    .event-details {
      margin-bottom: 2rem;
      text-align: center;
      transform: translateY(-30px);
    }
    
    .tournament {
      font-size: 1.4rem;
      letter-spacing: 1px;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
    }
    
    .match {
      font-size: 2.5rem;
      font-weight: 900;
      margin-bottom: 0.5rem;
      text-shadow: 0 0 20px rgba(0, 178, 255, 0.5);
      line-height: 1.1;
    }
    
    .venue {
      font-size: 1rem;
      opacity: 0.8;
      margin-top: 0.5rem;
    }
    
    .countdown-wrapper {
      position: relative;
      width: 100%;
      padding: 0rem;
    }
    
    .pulse-ring {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 400px;
      height: 400px;
      border-radius: 50%;
      border: 2px solid rgba(0, 178, 255, 0.3);
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    
    .pulse-ring:nth-child(2) {
      animation-delay: 0.5s;
    }
    
    .pulse-ring:nth-child(3) {
      animation-delay: 1s;
    }
    
    .countdown-container {
      display: flex;
      justify-content: center;
      perspective: 1000px;
      margin-top: 0rem;
    }
    
    .countdown-segment {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 1rem;
      position: relative;
    }
    
    .segment-value {
      font-size: 4rem;
      font-weight: 600;
      line-height: 1;
      background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      position: relative;
      margin-bottom: 0.5rem;
      text-shadow: 0 5px 15px rgba(10, 255, 133, 0.3);
      transform-style: preserve-3d;
    }
    
    .segment-value::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 4px;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
      border-radius: 2px;
    }
    
    .segment-label {
      font-size: 0.9rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: rgba(240, 249, 255, 0.7);
    }
    
    .beat-animation {
      animation: beat 0.5s ease-out;
    }
    
    /* Responsiveness */
    @media (max-width: 600px) {
      .tournament {
        font-size: 1rem;
      }
      
      .match {
        font-size: 1.8rem;
      }
      
      .segment-value {
        font-size: 2.3rem;
      }
      
      .countdown-segment {
        margin: 0 0.7rem;
      }
      
      .segment-label {
        font-size: 0.7rem;
      }
      
      .pulse-ring {
        width: 300px;
        height: 300px;
      }
    }
    
    /* Animations */
    @keyframes pulse {
      0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.8;
      }
      70% {
        opacity: 0.2;
      }
      100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
      }
    }
    
    @keyframes wave {
      0%, 100% {
        transform: scaleY(1);
      }
      50% {
        transform: scaleY(1.1);
      }
    }
    
    @keyframes beat {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.1);
      }
      100% {
        transform: scale(1);
      }
    }
    
    @keyframes ticker {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-100%);
      }
    }
    
    @keyframes shimmer {
      0% {
        transform: translateX(-100%);
      }
      100% {
        transform: translateX(100%);
      }
    }
    
    .flare {
      position: absolute;
      width: 5px;
      height: 5px;
      background-color: white;
      border-radius: 50%;
      box-shadow: 0 0 10px 2px rgba(0, 178, 255, 0.7);
      animation: flare-animation 4s infinite;
      opacity: 0;
    }
    
    @keyframes flare-animation {
      0% {
        opacity: 0;
        transform: scale(0);
      }
      20% {
        opacity: 1;
        transform: scale(1);
      }
      80% {
        opacity: 1;
      }
      100% {
        opacity: 0;
        transform: scale(0);
      }
    }
eo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}