@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/animate.css");
/*@import url("/css/bootstrap4-Mfix.css");*/
@import url("/css/hover.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html, body {
  width: 100%;
  height: auto;
  overflow-X: hidden;
}
body {
  font-size: 100%;
}
/**{transition:all .3s; -webkit-transition:all .3s;}*/
/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/
.btnTop {
  background: #CCC \9;
  background: rgba(0, 0, 0, .2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  z-index: 99;
  color: #FFF;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  display: none;
  z-index: 999;
}
.btnTop:before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #FFF;
  display: block;
  width: 100%;
  height: 25px;
  padding-top: 0;
}
.btnTop:hover {
  background: rgba(0, 0, 0, .4);
}
.img-response {
  max-width: 100%;
  height: auto;
}
/*------------item-inline-block------------*/
.item-inline-block {
  letter-spacing: -5px;
}
.item-inline-block > * {
  display: inline-block !important;
  letter-spacing: 1px;
  vertical-align: top;
}
/*------------item-table-cell------------*/
.item-table-cell {
  display: table;
}
.item-table-cell > * {
  display: table-cell !important;
  vertical-align: top;
}
/*------------item-flex------------*/
.item-flex {
  display: flex !important;
  display: -webkit-flex !important;
  flex-flow: row wrap
}
.item-flex > * {
  flex: 1;
  -webkit-flex: 1
}
.empty {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .vertical-xs {
    display: block !important;
  }
  .vertical-xs > * {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
  .empty {
    display: block;
    height: 1px;
  }
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.space-br {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .space-br {
    display: block;
    line-height: 0;
  }
}
.wrap {
  width: 100%;
  height: auto;
  position: relative;
  font-family: 'Noto Sans TC', "微軟正黑體", Microsoft Yahei;
  line-height: 1.6;
  background: #fff;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.header {
  width: 100%;
  position: relative;
  height: 625px;
  overflow: hidden;
  background: #C2DFFF;
  background: linear-gradient(0deg, rgba(194, 223, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding-top: 60px;
}
.header span img {
  width: 100%;
  height: auto;
}
.header .center {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.header .center img {
  width: 100%;
  height: auto;
}
.header .logo {
  width: 310px;
  background: #0091FF;
  background: linear-gradient(270deg, rgba(0, 145, 255, 1) 0%, rgba(0, 207, 255, 1) 100%);
  border-radius: 50px;
  padding: 10px 0;
  margin-bottom: 30px;
}
.header .logo img {
  width: 250px;
  height: auto;
  margin: 0 auto;
}
.header-text {
  margin-bottom: 50px;
  z-index: 999;
  white-space: nowrap;
}
/*
.header-img {
    margin-right: -80px;
}
*/
.sec-title {
  font-size: 36px;
  color: #383838;
  letter-spacing: 3px;
  font-weight: 500;
  margin-left: 15px;
}
.promotion-text {
  font-size: 36px;
  letter-spacing: 2px;
  color: #0096ff;
  display: inline-block;
  padding: 0px 40px;
  line-height: 65px;
  margin-left: 15px;
  height: 70px;
  background: linear-gradient(to right, #0099ff, #65a4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 3px solid;
  border-image: linear-gradient(to right, #0099ff, #33ccff) 1;
  font-family: sans-serif;
}
.promotion-text span {
  font-size: 48px;
  font-style: italic; /* 圖片中文字帶點斜體 */
}
:root {
  --primary-blue: #0093ff; /* 根據圖片調整更精確的藍色代碼 */
  --light-bg: #f8fbff;
  --main-font-color: #333;
  --brand-blue: #1890ff; /* 調整為更接近圖中的亮藍色 */
  --bg-light-blue: #f0f7ff;
  --text-gray: #555;
  --tag-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
body {
  font-family: "Microsoft JhengHei", sans-serif; /* 匹配繁體中文網頁 */
  color: var(--main-font-color);
}
.bg-custom-light {
  background-color: var(--light-bg);
}
/* 統一設定按鈕樣式 */
.btn-custom-blue {
  background: #0093FF;
  background: linear-gradient(270deg, rgba(0, 147, 255, 1) 0%, rgba(0, 202, 255, 1) 100%);
  color: white;
  border-radius: 100px;
  padding: 20px 30px 30px;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  max-width: 450px;
  width: 100%;
  margin: 30px auto;
  line-height: 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
/* 建立光澤層 */
.btn-custom-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* 起始位置在左側外部 */
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: none;
}
/* 滑鼠滑入時的動作 */
.btn-custom-blue:hover {
  /* 稍微提升亮度或縮放，增加互動感 */
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 147, 255, 0.3);
}
.btn-custom-blue:hover::after {
  left: 100%; /* 光影劃到右側 */
  transition: all 0.6s ease; /* 控制光澤劃過的速度 */
}
.btn-custom-blue span {
  font-size: 26px;
}
/* 卡片統一樣式 */
.custom-card {
  /*
            background: white;
            border-radius: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
*/
  padding: 30px;
  /*            margin-bottom: 20px;*/
  text-align: center;
}
.custom-card h4 {
  margin-top: 15px;
  color: #0093ff;
  font-size: 30px !important;
}
/* 項目符號統一樣式 */
.list-unstyled-blue ul {
  list-style: none;
  padding: 0;
}
.list-unstyled-blue li {
  position: relative;
  padding-left: 5px;
  font-size: 20px;
}
.list-unstyled-blue li::before {
  content: '\f058';
  font-family: 'FontAwesome';
  color: var(--primary-blue);
  margin-right: 5px;
}
/* 常見問答 (Accordion) 的樣式調整 */
.accordion-item .accordion-button {
  background-color: white !important;
  font-weight: 500 !important;
  letter-spacing: 2px;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007bff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-item .accordion-body {
  letter-spacing: 1px;
  display: flex;
  align-items: flex-start; /* 讓 A 對齊第一行頂部 */
}
.accordion-body span {
  flex-shrink: 0; /* 防止 A 被擠壓 */
  width: 25px; /* 固定 A 的寬度 */
  font-weight: bold;
}
/*白色LOGO+底色*/
/*
.header .logo {
    background-color: #3e4864;
    position: absolute;
    top: 0;
    width: 100%;
}
.logo a {
    display: inline-block;
}
.logo img {
    width: 250px;
    height: auto;
    padding: 10px;
}
*/
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
  width: 100%;
  margin: 0 auto;
}
.part.part1 {
  padding: 95px 0;
}
.part-title {
  font-size: 48px;
  color: #0093ff;
}
.block {
  border: 3px solid #def1ff;
  border-radius: 20px;
  margin: 0 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  max-width: 330px !important;
  background: #fff;
}
.block img {
  margin: 0 auto;
}
/*
.part2 .block {
    max-width: 380px !important;
}
*/
.h5 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
h2.part-title {
  font-size: 48px;
  letter-spacing: 2px;
}
h2.part-title span {
  display: block;
  color: #494949;
  font-size: 30px;
  margin-bottom: 25px;
}
.custom-card p {
  color: #282828;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  /* width: 80%; */
  margin: 22px auto 0;
}

.part2 .rules .custom-card p {
    text-align: justify;
}


.custom-card p span {
  color: #0093ff;
}
/*
.part3 .custom-card {
    border: 3px solid #eee;
}
*/
.alert {
  max-width: 515px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
}
.part2 img {
  margin: auto;
}
.part2 {
  background: #e6f2ff url("../images/part2-bg.png");
  background-repeat: no-repeat;
  background-position: center
}
.accordion-item * {
  font-size: 20px !important;
  color: #535353 !important;
}
.accordion-item span {
  color: #0093ff !important;
  font-size: 30px !important;
  margin-right: 10px;
  margin-bottom: 5px;
  font-weight: bold !important;
}
lottie-player {
  margin: 0 auto;
}
.card-banner {
  max-width: 860px !important;
  margin: 40px auto;
  border-radius: 20px;
  overflow: hidden;
  background: #0093FF;
  background: linear-gradient(270deg, rgba(0, 147, 255, 1) 0%, rgba(0, 202, 255, 1) 100%);
  color: #fff;
  position: relative;
  padding: 30px 32px 45px;
}
.title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 1px;
}
.title span {
  font-size: 28px;
  font-weight: normal;
}
.subtitle {
  font-size: 24px;
}
.right-box {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
}
.stat {
  text-align: center;
  min-width: 120px;
}
.stat-label {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 10px;
  background: #0092e9;
}
.stat-value {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
}
.divider {
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.4);
}
.number-wrap {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}
.footer-time {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -30px;
  letter-spacing: 1px;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .card-banner {
    text-align: center;
  }
  .right-box {
    justify-content: center;
    margin-top: 20px;
  }
  .footer-time {
    position: static;
    margin-top: 10px;
  }
}
.part4 {
  background: #f1f8ff;
}
/* 外部大容器 */
.part3 .module-main-card {
  background-color: var(--bg-light-blue);
  border-radius: 24px;
  padding: 2.5rem;
  margin: auto;
  max-width: 1200px;
}
/* 標題與副標題樣式 */
.part3 .section-header {
  color: var(--brand-blue);
  font-weight: 700;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; /* RWD: 防止手機版副標擠壓 */
  margin-bottom: 2rem;
}
.part3 .sub-title {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: 8px;
}
/* 左側主模組樣式 */
.part3 .main-list-item {
  background: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  box-shadow: var(--tag-shadow);
  border: none;
  width: 100%;
  text-align: left;
  font-size: 20px;
  cursor: pointer; /* 讓使用者知道可以 hover 或點擊 */

    transition: all 0.3s ease;   /* 設定動畫平滑度（0.3秒） */
    cursor: pointer;
}

/* 當滑鼠懸浮 (Hover) 時的變化 */
.main-list-item:hover {
    background-color: #f8f9fa;   /* 淡淡的底色 */
    color: #007bff;              /* 改變文字顏色 (可選) */
    
    /* 核心：懸浮效果 */
    transform: translateY(-3px);  /* 向右位移 8px */
    /* 如果想要向上浮起，可以用：transform: translateY(-3px); */
    
    /* 加一點點陰影增強「浮起」的立體感 */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1); 
}
/* 修改 Bootstrap Tooltip 內部文字對齊 */
.tooltip-inner {
    text-align: left;       /* 文字靠左 */
    max-width: 250px;      /* (選填) 增加寬度限制，避免文字太擠 */
    padding: 8px 12px;     /* (選填) 增加內距，閱讀更舒適 */
    
}



.part3 .main-list-item i {
  color: var(--brand-blue);
  margin-right: 12px;
  font-size: 1.2rem;
}
/* 右側加值模組樣式 */
.plus-block .section-header, .part3 .plus-block .addon-group-title {
  color: #16a6de;
}
.part3 .addon-group {
  margin-bottom: 2rem;
}
.part3 .addon-group-title {
  color: var(--brand-blue);
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.part3 .addon-group-title i {
  margin-right: 10px;
  font-size: 1.5rem;
}
/* 模擬圖中的水平線 */
.part3 .addon-group-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #d1e6ff;
  margin-left: 15px;
}
/* 標籤樣式 */
.part3 .addon-badge {
  background: #fff;
  color: #444;
  padding: 6px 15px;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 12px;
  font-size: 18px;
  box-shadow: var(--tag-shadow);
  display: inline-block;
  white-space: nowrap;
  /*    width: 175px;*/
  font-weight: 500;
  letter-spacing: 1px;
}
.part3 .addon-badge span {
  font-size: 14px;
}
/* RWD 斷點調整 */
@media (max-width: 768px) {
  .part3 .module-main-card {
    padding: 1.5rem;
    border-radius: 15px;
  }
  .part3 .v-line {
    display: none; /* 手機版隱藏中間垂直線 */
  }
  .part3 .section-header {
    justify-content: center;
    text-align: center;
  }
  .part3 .sub-title {
    width: 100%;
    margin-left: 0;
  }
}
/* 中間垂直線 */
.part3 .v-line {
  border-left: 1px solid #e0e0e0;
  width: 1px;
  margin: 0 20px;
}
.part3 .block {
  position: relative;
}
.part3 .block:after {
  content: '補助後現省3,100元';
  background: #0093ff;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 15px;
  padding: 5px 10px;
  font-weight: bold;
}
.part3 .block.b02:after {
  content: '補助後現省2,400元';
}
.part3 .custom-card {
  padding-top: 45px !important;
}
.register_wrap p.super-sale {
  /* background: #fd861b; */
  color: #fff;
  background: #fd861b;
  background: linear-gradient(270deg, #fd861b 0%, #ffa85a 100%);
  font-size: 24px;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 20px;
  /* max-width: 500px; */
  display: inline-block;
  margin: 0 auto 50px;
}
.register_wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  /*
    background-image: url("../images/rg-main.png");
    background-position: right center;
    background-repeat: no-repeat;
*/
  padding: 90px 0;
}
.register-bg {
  background-color: #dfefff;
}
section.register {
  /* width: 525px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
h3.register-title {
  display: none
}
section.register .title {
  color: #0093ff;
  font-size: 40px;
  font-weight: 700;
  /*    margin-bottom: 30px;*/
  display: flex;
  align-items: start;
  flex-direction: column;
  max-width: 405px;
}
.register .title p {
  font-size: 24px;
  text-align: left;
  margin-bottom: 0;
}
.phone {
  white-space: nowrap;
}
input#submitBtn:hover, section.register a#sendCodeBtn:hover {
  background-color: #007edb !important;
}
input#submitBtn, section.register a#sendCodeBtn {
  background-color: #0093ff !important;
  color: #ffffff !important;
  line-height: 1.5;
  border: 3px solid #007edb !important;
  border-radius: 50px !important;
  box-shadow: none;
}
section.register a.sms-img {
  border: 0;
  color: #0090fa;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 400;
  box-shadow: unset;
  border-radius: 5px !important;
}
a.sms-img:hover {
  color: #fff !important;
  background-color: #007bff;
}
input#DAA009 {
  width: 230px !important;
  margin-right: 10px;
  padding-right: 10px;
}
a#sendCodeBtn {
  width: calc(100% - 235px) !important;
}
.code {
  margin-top: 10px;
  white-space: nowrap;
}
input#M5Code {
  width: 230px !important;
  margin-right: 10px;
  padding-right: 10px
}
input#submitBtn {
  width: calc(100% - 237px) !important;
}
/*
input#DAA009::placeholder {
    color: #000 !important;
}
*/
.input ::-webkit-input-placeholder, .phone ::-webkit-input-placeholder {
  color: #364e4f !important;
  background-color: #fff;
  border-radius: 0;
  padding: 0 5px;
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #364e4f !important
}
.input input::-moz-placeholder, .phone input::-moz-placeholder {
  color: #364e4f !important
}
.input input::-moz-placeholder, .phone:-ms-input-placeholder {
  color: #364e4f !important
}
input:-internal-autofill-selected {
  /*  background-color: #ff6773 !important;*/
  color: #364e4f !important
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-text-fill-color: #364e4f;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s
}
input#DAA009, input#M5Code {
  background-color: #ffffff;
  color: #007edb;
  border: 2px solid;
  padding-left: 10px;
  border-radius: 40px;
}
@media screen and (max-width:1024px) {
  .register_wrap {
    /*    height: 646px;*/
    background-position: bottom;
    background-position-y: 350px;
  }
  section.register {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .register_wrap {
    padding: 50px 0;
  }
  .rg-wrap {
    flex-direction: column;
    /* flex-wrap: wrap-reverse; */
  }
  section.register .title {
    font-size: 36px;
    margin: 0 auto;
    align-items: center;
  }
  section.register {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 35px;
  }
  .rg-img {
    margin: 0 auto;
  }
  a#sendCodeBtn, #submitBtn {
    max-width: 155px;
  }
}
@media screen and (max-width:576px) {
  input#M5Code {
    width: 220px !important;
  }
  input#DAA009 {
    width: 190px !important;
  }
  a#sendCodeBtn {
    width: 145px !important;
  }
  input#submitBtn {
    width: 115px !important;
  }
}
@media screen and (max-width:400px) {
  input#DAA009 {
    width: 170px !important;
  }
  input#M5Code {
    width: 200px !important;
  }
}
/*----------------------------- 注意事項文字 -----------------------------------  */
/* ul { width:80%; margin:0 auto; color:#a3a3a3; list-style:decimal; padding-left:30px;}
 ul li{ margin-bottom:10px; font-size:15px; color:#333333; line-height:1.5;}
*/
@media screen and (max-width: 1024px) {
  .header {
    height: auto;
  }
  .header-text {
    width: 80% !important;
  }
  .header-text img {
    width: 100%;
    max-width: 653px;
  }
}
@media screen and (max-width: 576px) {
  .header {
    height: unset;
  }
  .header-text {
    white-space: unset;
    width: 90%;
  }
  .sec-title {
    font-size: 22px;
  }
  .promotion-text {
    font-size: 30px;
  }
  .header-img img {
    width: 100%;
  }
  h2.part-title {
    font-size: 36px;
  }
  .part-title {
    font-size: 36px;
  }
  .block {
    margin-bottom: 50px;
  }
  .card-banner {
    justify-content: center !important;
  }
  .title span {
    display: block;
  }
  .custom-card p {
    width: 100%;
  }
  .btn-custom-blue {
    font-size: 22px;
  }
  .register_wrap p.super-sale {
    width: 90%;
  }
}