
    body {
      font-family: 'Noto Sans TC', sans-serif;
      margin: 0;
      padding: 0;
      background: #f9f9f9;
      color: #333;
    }

    header {
      background-color: #03468e;
      color: white;
      padding: 20px;
    }

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    nav img {
      height: 40px;
      margin-right: 10px;
    }

    nav .logo {
      display: flex;
      align-items: center;
      font-size: 1.2em;
      font-weight: bold;
    }

    nav a {
      color: white;
      margin: 0 10px;
      text-decoration: none;
      font-weight: bold;
    }
    .minnav{color:#ccc;width:1350px; margin:10px auto;}
    .minnav a{color:#a87f37;}
    /* Banner 模块：背景图 + 左右布局 */
    .banner {
      background: url('../img/banner_phone.png') center center / cover no-repeat;
      padding: 80px 20px;
    }
    .stockbanner{
      background: url('../img/stock.png') center center / cover no-repeat;
      padding: 80px 20px;
    }
    .banner-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      max-width: 1200px;
      margin: auto;
    }

    .banner-text {
      flex: 1;
      min-width: 280px;
      padding: 20px;
      color: white;
    }

    .banner-text h2 {
      font-size: 1.4em;
      margin-bottom: 20px;
      line-height: 1.3;
      color:#fc8d42;
    }

    .banner-text h2 span {
      color: #357dea;
      font-size: 2.8em;
    }

    .banner-text p {
      font-size: 1.2em;
      margin-bottom: 30px;
      color:#4d6582;
    }

    .banner-button {
      display: inline-block;
      background: #ff6600;
      color: white;
      padding: 12px 24px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    .banner-button:hover {
      background: #e65c00;
    }

    .banner-image {
      flex: 1;
      min-width: 280px;
      text-align: center;
    }

    .banner-image img {
      max-width: 100%;
      height: auto;
    }

    .section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .services {
      display: flex;
      gap: 30px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .product-link {
      text-decoration: none;
      flex: 1;
      min-width: 280px;
    }

    .product-card {
      background: white;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
      text-align: center;
      transition: background 0.3s ease, transform 0.3s ease;
      cursor: pointer;
    }

    .product-card:hover {
      background: #fefefe;
      transform: translateY(-4px);
    }

    .product-card img {
      height: 110px;
      margin-bottom: 20px;
    }

    .product-card h3 {
      color: #002b5c;
      margin-bottom: 10px;
      font-size: 1.2em;
    }

    .product-card p {
      color: #555;
      font-size: 1em;
      line-height: 1.6;
    }

    form {
      display: flex;
      flex-direction: column;
      gap: 10px;
      max-width: 600px;
      margin: auto;
    }

    input, textarea {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-family: inherit;
    }

    button {
      padding: 10px 20px;
      background: #002b5c;
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    iframe {
      width: 100%;
      height: 300px;
      border: none;
      margin-top: 20px;
    }

    footer {
      background: #002b5c;
      color: white;
      text-align: left;
      padding: 50px 60px;
      clear:both;
    }

    footer p {
      font-size: 12px;
      color: #ccc;
      line-height: 22px;
    }

    @media (max-width: 768px) {
      .banner-content,
      .services,
      nav {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .banner-text h2 {
        font-size: 2em;
      }

      .banner-image {
        margin-top: 30px;
      }

      .product-link {
        flex: 1 1 100%;
      }

      .product-card {
        margin-bottom: 20px;
      }
    }
    .account-type-section {
  background-color: #f2f2f2;
  padding: 60px 20px;
  text-align: center;
}

.account-type-title {
  font-size: 2em;
  color: #333;
  margin-bottom: 40px;
}

.account-type-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.account-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  max-width: 400px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  flex: 1 1 300px;
}

.account-card-title {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 15px;
}

.account-card-desc {
  font-size: 1em;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

.account-btn {
  display: inline-block;
  background-color: #ff6600;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.account-btn:hover {
  background-color: #e65c00;
}


.investment-options {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.section-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
  color: #002b5c;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.grid-item {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-5px);
}

.grid-item h3 {
  font-size: 1.2em;
  margin-bottom: 12px;
  color: #0056a3;
}

.grid-item p {
  font-size: 1em;
  line-height: 1.6;
}


.firstrade-feature-list {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.section-title {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: #002b5c;
}

.feature-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.feature-title {
  flex: 0 0 280px;
  font-weight: 600;
  font-size: 1.1em;
  color: #0056a3;
}

.feature-desc {
  flex: 1;
  font-size: 1em;
  line-height: 1.6;
}



.platform-section {
  background-color: #f2f2f2;
  padding: 60px 20px;
}

.platform-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.platform-text {
  flex: 1;
  min-width: 280px;
  padding: 20px;
  color: #333;
}

.platform-text h2 {
  font-size: 2em;
  color: #002b5c;
  margin-bottom: 10px;
}

.platform-text h3 {
  font-size: 1.4em;
  color: #0056a3;
  margin-bottom: 20px;
}

.platform-text p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.platform-link {
  display: inline-block;
  color: #357dea;
  text-decoration: underline;
  font-weight: bold;
}

.platform-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.platform-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


.mobile-options-section {
  background-color: #ffffff;
  padding: 60px 20px;
}

.mobile-options-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.mobile-options-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.mobile-options-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.mobile-options-text {
  flex: 1;
  min-width: 280px;
  padding: 20px;
  color: #333;
}

.mobile-options-text h2 {
  font-size: 2em;
  color: #002b5c;
  margin-bottom: 20px;
}

.mobile-options-text p {
  font-size: 1em;
  line-height: 1.6;
}


.options-tools-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.options-tools-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.options-tools-text {
  flex: 1;
  min-width: 280px;
  padding: 20px;
  color: #333;
}

.options-tools-text h2 {
  font-size: 2em;
  color: #002b5c;
  margin-bottom: 20px;
}

.options-tools-text h3 {
  font-size: 1.2em;
  color: #0056a3;
  margin-top: 20px;
  margin-bottom: 10px;
}

.options-tools-text p {
  font-size: 1em;
  line-height: 1.6;
}

.options-tools-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.options-tools-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


.strategy-lab-section {
  background-color: #eef3f8;
  padding: 60px 20px;
}

.strategy-lab-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.strategy-lab-text {
  flex: 1;
  min-width: 280px;
  padding: 20px;
  color: #333;
}

.strategy-lab-text h2 {
  font-size: 2em;
  color: #002b5c;
  margin-bottom: 20px;
}

.strategy-lab-text h3 {
  font-size: 1.2em;
  color: #0056a3;
  margin-top: 20px;
  margin-bottom: 10px;
}

.strategy-lab-text p {
  font-size: 1em;
  line-height: 1.6;
}

.strategy-lab-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.strategy-lab-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


.options-permission-section {
  background-color: #ffffff;
  padding: 60px 20px;
}

.options-permission-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.options-permission-text {
  flex: 1;
  min-width: 280px;
  padding: 20px;
  color: #333;
}

.options-permission-text h2 {
  font-size: 2em;
  color: #002b5c;
  margin-bottom: 20px;
}

.options-permission-text p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.options-permission-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.options-permission-table th,
.options-permission-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}

.options-permission-table th {
  background-color: #f0f4f8;
  color: #0056a3;
}

.options-permission-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.options-permission-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


.company-section {
  background: linear-gradient(to right, #f4f6f9, #ffffff);
  padding: 60px 20px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
}

.company-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  align-items: flex-start;
}

.company-text {
  flex: 1 1 600px;
}

.company-text h2 {
  font-size: 2em;
  color: #002b5c;
  margin-bottom: 20px;
}

.company-text p {
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 20px;
}

.company-text ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.company-text ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.company-image {
  flex: 1 1 400px;
  text-align: center;
}

.company-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.company-image img:hover {
  transform: scale(1.03);
}

.contact-map-section {
  background-color: #f9f9f9;
  padding: 0;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}

.contact-info-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 20px;
  max-width: 1340px;
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 0 0 12px 12px;
}

.contact-left, .contact-right {
  flex: 1 1 45%;
  padding: 10px 20px;
}

.contact-left h2 {
  font-size: 1.8em;
  color: #002b5c;
  margin-bottom: 10px;
}

.contact-left p,
.contact-right p {
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 10px;
}

.contact-right a {
  color: #0066cc;
  text-decoration: none;
}

@media (max-width: 768px) {
  .contact-info-grid {
    flex-direction: column;
  }

  .contact-left, .contact-right {
    flex: 1 1 100%;
    padding: 10px 0;
  }
}



.services-list {
  background-color: #f9f9f9;
  margin:0 auto;
  width:1350px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
}

.services-title {
  font-size: 2.3em;
  color: #000;
  margin-bottom: 40px;
}

.services-grid {
 
}

.service-card {
  width:30%;
  float:left;
  margin-bottom:20px;
  margin-right:20px;
  border:1px solid #ccc;
}
.service-card .service-card-list{padding:8px;}
.service-card:hover {
  transform: translateY(-5px);
}

.service-card img {
  width:100%;
}

.service-card h3 {
  font-size: 1.14em;
  color: #ce1e26;
  margin-bottom: 15px;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.service-card ul li {
  margin-bottom: 8px;
  font-size: 1em;
  line-height: 1.6;

}

.details-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #002b5c;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.details-btn:hover {
  background-color: #004080;
}
