/* Reset & Base */
* {margin: 0; padding: 0; box-sizing: border-box;}
html {font-size: 16px;}
body {
  font-family: 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Arial', sans-serif;
  background: linear-gradient(135deg, #e9eafc 0%, #b6c1e6 40%, #7b8bd1 100%);
  color: #222;
  position: relative;
  min-height: 100vh;
}
body::before {
  content: '';
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.25) 0, rgba(255,255,255,0) 40%),
              radial-gradient(circle at 80% 70%, rgba(255,255,255,0.18) 0, rgba(255,255,255,0) 50%),
              radial-gradient(circle at 60% 10%, rgba(123,139,209,0.10) 0, rgba(123,139,209,0) 60%);
}
main, header, footer, section, .zff67ccontainer {
  position: relative;
  z-index: 1;
}
img {max-width: 100%; display: block;}
.zff67ccontainer {max-width: 1200px; margin: 0 auto; padding: 0 16px;}

/* Navbar */
.zff67cnavbar {background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 100;}
.zff67cnav-container {display: flex; align-items: center; justify-content: space-between; height: 64px;}
.zff67csite-title {font-size: 1.8rem; font-weight: bold; color: #2d8cf0; letter-spacing: 2px;}
.zff67cnav-menu a {margin-left: 24px; color: #333; text-decoration: none; font-size: 1rem; transition: color 0.2s;}
.zff67cnav-menu a:hover {color: #2d8cf0;}

/* Hamburger menu for mobile */
.zff67cnav-toggle {display: none;}
.zff67cnav-toggle-label {display: none; cursor: pointer; width: 36px; height: 36px; flex-direction: column; justify-content: center; align-items: center;}
.zff67cnav-toggle-label span {display: block; width: 28px; height: 4px; margin: 4px 0; background: #2d8cf0; border-radius: 2px; transition: 0.3s;}

/* Banner */
.zff67cbanner {background: linear-gradient(90deg, #2d8cf0 60%, #57c1eb 100%); color: #fff; padding: 48px 0 32px 0;}
.zff67cbanner-content {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.zff67cbanner-text {max-width: 600px;}
.zff67cbanner-text h1 {font-size: 2.5rem; margin-bottom: 16px;}
.zff67cbanner-text p {font-size: 1.2rem; margin-bottom: 16px;}
.zff67cbanner-keywords {display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px;}
.zff67cbanner-keywords li {background: rgba(255,255,255,0.2); border-radius: 16px; padding: 6px 16px; font-size: 1rem;}
.zff67ccta-btn {background: #fff; color: #2d8cf0; border: none; border-radius: 24px; padding: 12px 32px; font-size: 1.1rem; font-weight: bold; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: background 0.2s, color 0.2s;}
.zff67ccta-btn:hover {background: #2d8cf0; color: #fff;}
.zff67cbanner-img {max-width: 320px; margin-left: 32px;}

/* Features */
.zff67cfeatures {padding: 48px 0 32px 0;}
.zff67cfeatures h2 {font-size: 2rem; margin-bottom: 32px; text-align: center;}
.zff67cfeatures-list {display: flex; flex-wrap: wrap; gap: 24px; justify-content: center;}
.zff67cfeature-card {background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(45,140,240,0.08); padding: 32px 24px; width: 240px; text-align: center; transition: transform 0.2s;}
.zff67cfeature-card:hover {transform: translateY(-8px) scale(1.03);}
.zff67cfeature-card img {width: 48px; height: 48px; margin-bottom: 16px;}
.zff67cfeature-card h3 {font-size: 1.2rem; margin-bottom: 8px; color: #2d8cf0;}
.zff67cfeature-card p {font-size: 1rem; color: #555;}
.zff67cfeatures-desc {margin-bottom: 20px;}

/* Products */
.zff67cproducts {padding: 48px 0 32px 0; background: #f7fafc;}
.zff67cproducts h2 {font-size: 2rem; margin-bottom: 32px; text-align: center;}
.zff67cproduct-cards {display: flex; flex-wrap: wrap; gap: 24px; justify-content: center;}
.zff67cproduct-card {background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(45,140,240,0.08); padding: 32px 24px; width: 30%; min-width: 240px; max-width: 340px; text-align: center; transition: transform 0.2s; position: relative; margin-bottom: 0;}
.zff67cproduct-card:hover {transform: translateY(-8px) scale(1.03);}
.zff67cproduct-card img {width: 64px; height: 64px; margin-bottom: 16px;}
.zff67cproduct-card h3 {font-size: 1.2rem; margin-bottom: 8px; color: #2d8cf0;}
.zff67cproduct-card p {font-size: 1rem; color: #555; margin-bottom: 12px;}
.zff67cprice {display: block; font-size: 1.1rem; color: #e67e22; font-weight: bold; margin-bottom: 16px;}
.zff67cbuy-btn {background: #2d8cf0; color: #fff; border: none; border-radius: 24px; padding: 10px 28px; font-size: 1rem; font-weight: bold; cursor: pointer; transition: background 0.2s;}
.zff67cbuy-btn:hover {background: #57c1eb;}
.zff67cproducts-desc {margin-bottom: 20px;}

/* Process */
.zff67cprocess {padding: 48px 0 32px 0;}
.zff67cprocess h2 {font-size: 2rem; margin-bottom: 32px; text-align: center;}
.zff67cprocess-steps {display: flex; flex-wrap: wrap; gap: 24px; justify-content: center;}
.zff67cstep-card {background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(45,140,240,0.08); padding: 32px 24px; width: 240px; text-align: center; transition: transform 0.2s; margin-bottom: 0;}
.zff67cstep-card:hover {transform: translateY(-8px) scale(1.03);}
.zff67cstep-num {display: inline-block; background: #2d8cf0; color: #fff; border-radius: 50%; width: 36px; height: 36px; line-height: 36px; font-size: 1.2rem; margin-bottom: 8px;}
.zff67cstep-card p {font-size: 1rem; color: #555;}
.zff67cprocess-desc {margin-bottom: 20px;}

/* Contact */
.zff67ccontact {padding: 48px 0 32px 0; background: #f7fafc;}
.zff67ccontact h2 {font-size: 2rem; margin-bottom: 32px; text-align: center;}
.zff67ccontact-info {display: flex; flex-wrap: wrap; gap: 24px; justify-content: center;}
.zff67ccontact-card {background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(45,140,240,0.08); padding: 32px 24px; width: 260px; text-align: center;}
.zff67ccontact-card img {width: 48px; height: 48px; margin-bottom: 16px;}
.zff67ccontact-wechat, .zff67ccontact-email {color: #2d8cf0; font-weight: bold;}
.zff67ccontact-desc {margin-bottom: 20px;}

/* Footer */
.zff67cfooter {background: #2d8cf0; color: #fff; text-align: center; padding: 24px 0; font-size: 1rem; margin-top: 32px;}

/* Notice 公告 */
.zff67cnotice {background: #fffbe6; padding: 32px 0 16px 0; border-bottom: 1px solid #f5e9c6;}
.zff67cnotice h2 {font-size: 1.5rem; margin-bottom: 16px; text-align: center; color: #e67e22;}
.zff67cnotice-list {list-style: none; display: flex; flex-wrap: wrap; gap: 18px; justify-content: center;}
.zff67cnotice-list li {font-size: 1.05rem; color: #b26a00; background: #fff7d6; border-radius: 12px; padding: 8px 20px; display: flex; align-items: center; box-shadow: 0 1px 4px rgba(230, 126, 34, 0.07);}
.zff67cnotice-icon {margin-right: 8px; font-size: 1.2rem;}

/* FAQ */
.zff67cfaq {padding: 48px 0 32px 0; background: #f7fafc;}
.zff67cfaq h2 {font-size: 2rem; margin-bottom: 32px; text-align: center;}
.zff67cfaq-list {display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; max-width: 1200px; margin: 0 auto;}
.zff67cfaq-item {background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(45,140,240,0.08); padding: 32px 24px; width: 240px; text-align: left; transition: transform 0.2s; margin-bottom: 0;}
.zff67cfaq-item:hover {transform: translateY(-8px) scale(1.03);}
.zff67cfaq-item h3 {font-size: 1.1rem; color: #2d8cf0; margin-bottom: 6px;}
.zff67cfaq-item p {font-size: 1rem; color: #555;}
.zff67cfaq-desc {margin-bottom: 20px;}

/* Reviews 用户评价 */
.zff67creviews {padding: 48px 0 32px 0;}
.zff67creviews h2 {font-size: 2rem; margin-bottom: 32px; text-align: center;}
.zff67creview-list {display: flex; flex-wrap: wrap; gap: 24px; justify-content: center;}
.zff67creview-card {background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(45,140,240,0.08); padding: 28px 20px; width: 260px; text-align: center; display: flex; flex-direction: column; align-items: center;}
.zff67creview-card img {width: 48px; height: 48px; border-radius: 50%; margin-bottom: 12px;}
.zff67creview-text {font-size: 1rem; color: #444; margin-bottom: 10px;}
.zff67creview-user {font-size: 0.95rem; color: #888;}
.zff67creviews-desc {margin-bottom: 20px;}

/* About Us 关于我们 */
.zff67caboutus {margin-top: 32px; background: #f7fafc; border-radius: 12px; padding: 18px 24px;}
.zff67caboutus h3 {font-size: 1.1rem; color: #2d8cf0; margin-bottom: 6px;}
.zff67caboutus p {font-size: 1rem; color: #555;}

/* 新增产品卡片适配 */
.zff67cproduct-card img {object-fit: contain;}

/* Notice Cards */
.zff67cnotice-cards {display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; margin-top: 12px;}
.zff67cnotice-card {background: #fff; border-radius: 14px; box-shadow: 0 2px 10px rgba(230,126,34,0.10); display: flex; align-items: center; padding: 18px 28px; min-width: 260px; max-width: 360px; margin-bottom: 0; transition: box-shadow 0.2s;}
.zff67cnotice-card:hover {box-shadow: 0 4px 18px rgba(230,126,34,0.16);}
.zff67cnotice-card .zff67cnotice-icon {font-size: 1.5rem; margin-right: 14px; color: #e67e22;}
.zff67cnotice-content {font-size: 1.08rem; color: #b26a00;}

/* Responsive */
@media (max-width: 900px) {
    .zff67cbanner-content, .zff67cfeatures-list, .zff67cproduct-cards, .zff67cprocess-steps, .zff67ccontact-info {
        flex-direction: column;
        align-items: center;
    }
    .zff67cbanner-img {margin-left: 0; margin-top: 24px;}
    .zff67cnotice-list, .zff67creview-list {
        flex-direction: column;
        align-items: center;
    }
    .zff67cnotice-cards {flex-direction: column; align-items: center;}
    .zff67cnotice-card {width: 90%; min-width: unset; max-width: unset;}
    .zff67cfaq-list {flex-direction: column; align-items: center;}
    .zff67cfaq-item {width: 100%; max-width: 600px; padding: 24px 12px;}
    .zff67cfeature-card, .zff67cstep-card, .zff67creview-card {width: 100%; max-width: 600px; padding: 24px 12px;}
    .zff67cproduct-cards {gap: 16px;}
    .zff67cnav-menu {position: absolute; top: 64px; left: 0; right: 0; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.08); flex-direction: column; align-items: flex-start; padding: 16px 0 8px 32px; display: none;}
    .zff67cnav-menu a {margin: 12px 0; font-size: 1.1rem;}
    .zff67cnav-toggle-label {display: flex; position: absolute; right: 16px; top: 16px; z-index: 101;}
    .zff67cnav-toggle:checked + .zff67cnav-toggle-label + .zff67cnav-menu {display: flex;}
    .zff67cnav-container {position: relative;}
}
@media (max-width: 600px) {
    html {font-size: 15px;}
    .zff67cnav-container {flex-direction: column; height: auto; padding: 12px 0;}
    .zff67cnav-menu {margin-top: 8px;}
    .zff67cbanner {padding: 32px 0 16px 0;}
    .zff67cfeatures, .zff67cproducts, .zff67cprocess, .zff67ccontact {padding: 32px 0 16px 0;}
    .zff67cfooter {font-size: 0.95rem;}
    .zff67cfeature-card, .zff67cstep-card, .zff67cfaq-item, .zff67creview-card {width: 100%; max-width: 100%; padding: 18px 6px;}
}
@media (max-width: 1100px) {
  .zff67cproduct-card {width: 45%;}
}
@media (max-width: 700px) {
  .zff67cproduct-card {width: 90%;}
  .zff67cproduct-cards {gap: 16px;}
} 