.huodong-header {
	background: url('/plugins/img/2026sale2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 70px 0 50px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

    .huodong-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 119, 255, 0);
    }
    .huodong-header .container {
        position: relative;
        z-index: 1;
    }
   .huodong-header1 h1 {
	font-size: 3.5rem;
	font-weight: 700;
	color: #000000;
	margin-bottom: 15px;
} 
    .huodong-header p {
	font-size: 1.2rem;
	color: rgb(0, 0, 0);
	margin-bottom: 35px;
}
    .gradient-text{
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, 
        #2E5BFF 0%, 
        #2E5BFF 35%, 
        #9333EA 60%, 
        #EC4899 90%, 
        #F97316 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    }
        
    .countdown-wrapper {
        display: inline-flex;
        gap: 15px;
        margin-bottom: 35px;
    }
    .countdown-item {
        background: rgba(255,255,255,0.5);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 10px;
        padding: 20px 28px;
        min-width: 90px;
    }
    .countdown-item .number {
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	display: block;
	line-height: 1;
}
    .countdown-item .label {
	font-size: 0.8rem;
	color: rgb(0, 0, 0);
	margin-top: 8px;
	display: block;
}
    .huodong-header .btn-box {
        gap: 15px;
    }
    .huodong-header .btn-box a {
        background: white;
        color: #0077ff;
        padding: 12px 30px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    .huodong-header .btn-box a:hover {

        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    .huodong-stats {
	padding: 20px 0 0 0;
	margin-top: 10px;
}
    
    /* �ֻ���ͳ������Ĭ������ */
    .huodong-stats-mobile {
        display: none;
    }
    
    /* ���Զ���ʽ��ʾ */
    .stats-desktop {
        display: block;
    }
    .stats-mobile {
        display: none;
    }
    
    /* ���Զ˿�Ƭ��ʽ */
    .huodong-stats .stats-item {
        background: rgba(255,255,255,0.6);
        backdrop-filter: blur(3px);
        padding: 20px;
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.1);
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .huodong-stats .stats-item:hover {
        border-color: rgba(255,255,255,0.5);
        box-shadow:
        0 0 12px rgba(156, 142, 255, 0.35),
        0 0 20px rgba(110, 180, 255, 0.28),
        0 0 28px rgba(140, 200, 255, 0.22),
        0 0 40px rgba(92, 100, 116, 0.12);
    }
    .stats-icon-wrap {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin-right: 15px;
	overflow: hidden;
}
    .stats-icon-wrap img {
        width: 100%;
        height: 100%;
        border-radius: 15%;
        object-fit: cover;
    }
    .stats-content {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .huodong-stats .stats-item h3 {
        font-size: 1rem;
        color: #1a365d;
        margin-bottom: 5px;
        font-weight: 600;
        margin-top: 0;
        text-align: left;
    }
    .huodong-stats .stats-item p {
	font-size: 0.9rem;
	color: #64748b;
	margin: 0;
	text-align: left;
}
    
    /* �ֻ�����ʽ */
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .stat-card {
        text-align: center;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    .stat-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
        overflow: hidden;
    }
    .stat-icon img {
        width: 100%;
        height: 100%;
        border-radius: 15%;
        object-fit: cover;
    }
    .stat-text {
        color: white;
        font-size: 14px;
        font-weight: 500;
    }
    .huodong-products {
        padding: 60px 0;
    }
    .huodong-products .section-title {
        text-align: center;
        margin-bottom: 45px;
    }
    .huodong-products .section-title h2 {
        font-size: 2.2rem;
        color: #1a365d;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .product-category-container {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    .product-category-btn {
        background: #f1f5f9;
        border: 1px solid #e2e8f0;
        padding: 10px 25px;
        border-radius: 25px;
        font-size: 0.9rem;
        color: #475569;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .product-category-btn.active, .product-category-btn:hover {
        background: #0066cc;
        border-color: #0066cc;
        color: white;
    }
    .product-card {
        background: white;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #e8f0fe;
        transition: all 0.3s ease;
    }
    .product-card:hover {
        border-color: #0099ff;

        box-shadow: 0 10px 30px rgba(0,102,204,0.08);
    }
    .product-header {
        background: linear-gradient(276deg, #C6D1FF 2.92%, #C86FFF 44.6%, #2B61F4 86.29%);;
        padding: 25px;
        position: relative;
    }
    .product-badge {
        position: absolute;
        top: 12px;
        right: 15px;
        background: #ff6b35;
        color: white;
        padding: 4px 12px;
        border-radius: 6px;
        font-size: 0.75rem;
        font-weight: 600;
    }
    .product-header h3 {
        color: white;
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .product-spec {
        color: rgba(255,255,255,0.85);
        font-size: 0.85rem;
    }
    .product-body {
        padding: 25px;
    }
    .product-price {
        margin-bottom: 20px;
    }
    .product-price .price-current {
        font-size: 2rem;
        font-weight: 700;
        color: #0066cc;
    }
    .product-price .price-current span {
        font-size: 0.85rem;
        font-weight: 400;
        color: #64748b;
    }
    .product-price .price-original {
        font-size: 0.95rem;
        color: #94a3b8;
        text-decoration: line-through;
        margin-left: 10px;
    }
    .product-features {
        list-style: none;
        padding: 0;
        margin-bottom: 22px;
    }
    .product-features li {
        padding: 8px 0;
        border-bottom: 1px solid #f1f5f9;
        font-size: 0.88rem;
        color: #5a6c84;
        padding-left: 18px;
        position: relative;
    }
    .product-features li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background: #0099ff;
        border-radius: 50%;
    }
    .product-features li:last-child {
        border-bottom: none;
    }

    .product-content {
        position: relative;
    }
    .product-category {
        display: none;
    }
    .product-category.active {
        display: block;
    }
    .features-section {
        padding: 60px 0;
      
    }
    .features-section .section-title {
        text-align: center;
        margin-bottom: 45px;
    }
    .features-section .section-title h2 {
	font-size: 2.2rem;
	color: #1F2937;
	font-weight: 600;
}
    .feature-card {
        background: white;
        padding: 25px;
        border-radius: 12px;
        border: 1px solid #e8f0fe;
        transition: all 0.3s ease;
    }
    .feature-card:hover {
        border-color: #0077ff;

        box-shadow: 0 8px 25px rgba(0,119,255,0.12);
    }
    .feature-content h5 {
        font-size: 1.15rem;
        color: #1a365d;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .feature-content p {
        font-size: 0.9rem;
        color: #5a6c84;
        line-height: 1.6;
        margin: 0;
    }
    .cases-section {
        padding: 60px 0;
        background: white;
    }
    .cases-section .section-title {
        text-align: center;
        margin-bottom: 45px;
    }
    .cases-section .section-title h2 {
        font-size: 2.2rem;
        color: #1a365d;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .cases-section .section-title p {
        font-size: 1.1rem;
        color: #64748b;
        margin: 0;
    }
    .case-card {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid #e8f0fe;
        transition: all 0.3s ease;
    }
    .case-card:hover {
        border-color: #0077ff;

        box-shadow: 0 12px 40px rgba(0,119,255,0.15);
    }
    .case-image {
        height: 200px;
        overflow: hidden;
    }
    .case-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    .case-card:hover .case-image img {
        transform: scale(1.05);
    }
    .case-content {
        padding: 25px;
    }
    .case-content h3 {
        font-size: 1.25rem;
        color: #1a365d;
        margin-bottom: 12px;
        font-weight: 600;
    }
    .case-content p {
        font-size: 0.9rem;
        color: #5a6c84;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .case-tags {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .case-tags span {
        background: linear-gradient(90deg, rgba(0,119,255,0.1), rgba(0,198,255,0.1));
        color: #0077ff;
        padding: 5px 14px;
        border-radius: 15px;
        font-size: 0.85rem;
    }
    .view-more {
        text-align: center;
        margin-top: 40px;
    }
    .view-more a {
        color: #0077ff;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    .view-more a:hover {
        color: #00c6ff;
    }
    .promo-banner {
        background: linear-gradient(90deg, #0077ff, #00c6ff);
        padding: 50px 0;
        text-align: center;
        margin: 60px 0;
        border-radius: 15px;
    }
    .promo-banner h3 {
        font-size: 1.8rem;
        color: white;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .promo-banner p {
        font-size: 1.1rem;
        color: rgba(255,255,255,0.9);
        margin-bottom: 25px;
    }
    .promo-banner a {
        background: white;
        color: linear-gradient(90deg, #0077ff, #00c6ff);
        padding: 12px 40px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    .promo-banner a:hover {

        box-shadow: 0 5px 15px rgba(107,70,193,0.3);
    }

    /* ��Ʒ�Ƽ���ʽ - ��Ƭ���� */
    .pricing-container {
	padding: 0px 20px;
	max-width: 1520px;
	margin: 0 auto;
}
    .pricing-blue .pricing-tab.active {
        background: linear-gradient(90deg, #0077ff, #00c6ff);
    }
    .pricing-blue .pricing-tab {
        background-image: linear-gradient(white, white), linear-gradient(90deg, #0077ff, #00c6ff);
        color: #0077ff;
    }
    .pricing-blue .pricing-tab:hover {
        background: linear-gradient(90deg, #0077ff, #00c6ff);
        color: white;
    }
    .pricing-orange .pricing-tab.active {
        background: linear-gradient(90deg, #FF5050, #f7931e);
    }
    .pricing-orange .pricing-tab {
        background-image: linear-gradient(white, white), linear-gradient(90deg, #ff6b35, #f7931e);
        color: #ff6b35;
    }
    .pricing-orange .pricing-tab:hover {
        background: linear-gradient(90deg, #FF5050, #f7931e);
        color: white;
    }
    .pricing-black .pricing-tab.active {
        background: linear-gradient(90deg, #1f2937, #374151);
    }
    .pricing-black .pricing-tab {
        background-image: linear-gradient(white, white), linear-gradient(90deg, #1f2937, #374151);
        color: #1f2937;
    }
    .pricing-black .pricing-tab:hover {
        background: linear-gradient(90deg, #1f2937, #374151);
        color: white;
    }
    .pricing-blue .pricing-btn {
        background: linear-gradient(90deg, #0077ff, #00c6ff);
    }
    .pricing-blue .pricing-btn-outline {
        background: transparent;
        border: 2px solid #0077ff;
        color: #0077ff;
    }
    .pricing-blue .pricing-btn:hover {
        color: rgb(228, 228, 228);
 
    }
    .pricing-blue .pricing-btn-outline:hover {
        background: linear-gradient(90deg, #0077ff, #00c6ff);
        color: white;
    }
    .pricing-orange .pricing-btn {
        background: linear-gradient(90deg, #ff6b35, #f7931e);
    }
    .pricing-orange .pricing-btn:hover {
        color: rgb(228, 228, 228);
    }
    .pricing-orange .pricing-btn-outline {
        background: transparent;
        border: 2px solid #ff6b35;
        color: #ff6b35;
    }
    .pricing-orange .pricing-btn-outline:hover {
        background: linear-gradient(90deg, #ff6b35, #f7931e);
        color: white;
    }
    .pricing-black .pricing-btn {
        background: linear-gradient(90deg, #1f2937, #374151);
    }
    .pricing-black .pricing-btn:hover {
        color: rgb(228, 228, 228);
    }
    .pricing-black .pricing-btn-outline {
        background: transparent;
        border: 2px solid #1f2937;
        color: #1f2937;
    }
    .pricing-black .pricing-btn-outline:hover {
        background: linear-gradient(90deg, #1f2937, #374151);
        color: white;
    }
    .pricing-blue .pricing-card-active::before {
        background: linear-gradient(90deg, #0077ff, #00c6ff);
    }
    .pricing-orange .pricing-card-active::before {
        background: linear-gradient(90deg, #ff6b35, #f7931e);
    }
    .pricing-black .pricing-card-active::before {
        background: linear-gradient(90deg, #1f2937, #374151);
    }
    .pricing-header {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 60px;
}
    .pricing-header h2 {
        font-size: 24px;
        font-weight: 600;
        color: #1f2937;

    }
    .pricing-header p {
        font-size: 14px;
        color: #6b7280;
        margin: 0;
    }
    .pricing-header span{
        background: linear-gradient(90deg, #2E5BFF 0%, #2E5BFF 35%, #9333EA 60%, #EC4899 90%, #F97316 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
        background-clip: text;
		color: transparent;
		
    }
    .pricing-tabs {
        text-align: center;
        margin-bottom: 10px;
    }
    .pricing-tab {
        padding: 10px 24px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        background: white;
        color: #0077ff;
        text-decoration: none;
        border: 1px solid transparent;
        background-image: linear-gradient(white, white), linear-gradient(90deg, #0077ff, #00c6ff);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        margin: 0 8px;
    }
    .pricing-tab:hover {
        background-image: linear-gradient(#f0f8ff, #f0f8ff), linear-gradient(90deg, #0077ff, #00c6ff);
    }
    .pricing-tab.active {
        background: linear-gradient(90deg, #0077ff, #00c6ff);
        color: white;
        border: 1px solid transparent;
    }

    .pricing-content {
        display: none;
    }
    .pricing-content.active {
        display: block;
    }
    .pricing-card-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        padding-block: 20px;
    }
    .pricing-card {
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
    }
    .pricing-card:hover {

        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    }
    .pricing-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: #1f2937;
    }
    .pricing-card-active::before {
        background: linear-gradient(90deg, #0077ff, #00c6ff);
    }
    .pricing-card-header {
        padding: 25px;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
    }
    .header-title {
        font-size: 18px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 8px;
    }
    .header-desc {
	font-size: 14px;
	color: #6b7280;
	line-height: 1.5;
}
    .pricing-card-body {
        padding: 20px 25px;
    }
    .spec-row {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #f5f5f5;
    }
    .spec-row:last-child {
        border-bottom: none;
    }
    .spec-label {
        font-size: 14px;
        color: #6b7280;
        font-weight: 500;
    }
    .spec-value {
        font-size: 14px;
        color: #1f2937;
        font-weight: 600;
    }
    .pricing-card-footer {
        padding: 20px 25px;
        background: #fafafa;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .price-wrap {
        display: flex;
        align-items: baseline;
        gap: 4px;
    }
    .price-wrap .price {
        font-size: 28px;
        font-weight: 700;
        color: #1f2937;
    }
    .price-wrap .price-unit {
        font-size: 12px;
        color: #6b7280;
    }
    .pricing-btn {
        padding: 10px 24px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
        background: linear-gradient(90deg, #0077ff, #00c6ff);
        color: #ffffff;
        text-decoration: none;
        border: none;
    }
    .pricing-btn:hover {
        opacity: 0.9;
    }
    .pricing-btn-outline {
        background: transparent;
        border: 2px solid #0077ff;
        color: #0077ff;
    }
    .pricing-btn-outline:hover {
        background: linear-gradient(90deg, #0077ff, #00c6ff);
        color: white;
    }
    .faq-question {
        gap: 12px;
    }
    .faq-q-icon {
        flex-shrink: 0; 
        width: 20px;
        height: 20px;
    }
    .pricing-text{
        text-align: center;
        font-size: 1.5rem;
    }
    @media (max-width: 992px) {
        .pricing-card-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .pricing-header h2 {
            font-size: 20px;
        }
        .stats-desktop .row {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        .stats-desktop .col-xl-3 {
            width: auto;
            margin-bottom: 0;
        }
    }
    @media (max-width: 768px) {
        .huodong-header {
            background: url('/plugins/img/mobile_banner3.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding-bottom: 0px;
        }
        .pricing-card-grid {
            grid-template-columns: 1fr;
        }
        
        /* �ֻ����л���ʾ */
        .stats-desktop {
            display: none;
        }
        .huodong-stats-mobile {
            display: block;
            padding: 25px 15px 15px;
        }
        
        .stats-grid {
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
        }
        .stat-icon {
            width: 40px;
            height: 40px;
        }
        .stat-text {
            color: #000;
            margin-top: -5px;
            font-size: 13px;
        }
        .stat-icon img {
            width: 40px;
            height: 40px;
            border-radius: 15%;
            object-fit: cover;
            padding-bottom: 0px;
        }
        .huodong-header h1 {
            font-size: 1.4rem;
        }
        .huodong-header p {
        font-size: 0.9rem;
        color: rgb(0, 0, 0);
        margin-bottom: 35px;
        }
        .countdown-item {
            padding: 15px 18px;
            min-width: 75px;
        }
        .countdown-item .number {
            font-size: 1.8rem;
        }
        .promo-banner {
            margin: 40px 15px;
            padding: 40px 20px;
        }
        .pricing-tab {
            padding: 8px 12px;
            font-size: 14px;
        }
        .safety-features-grid {
            grid-template-columns: 1fr !important;
            padding: 0px!important;

        }
    }

    .safety-features-section {
	padding: 0px 0px 60px 0px;
	background-color: #F5F5F5;
    }
    .safety-features-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
    .safety-feature-card {
        background: #ffffff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }
    .safety-feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    }
    .safety-feature-content {
        padding: 25px;
    }
    .safety-feature-content h4 {
        font-size: 18px;
        font-weight: 600;
        color: #1a1a2e;
        margin-bottom: 12px;
    }
    .safety-feature-content p {
        font-size: 14px;
        color: #666666;
        line-height: 1.6;
    }
    .toggle-icon {
            font-size: 18px;
            transition: all 0.3s ease;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 1;
            display: inline-flex;
            align-items: center;
            justify-content: flex-end;
        }
    .toggle-icon svg {
            width: 18px;
            height: 18px;
            transition: transform 0.3s ease;
    }

     .faq-container {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  padding: 0 24px;
}

.faq-item:not(:last-child) {
    
  border-bottom: 1px solid #e0e0e0;
}
.faq-item::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  background-color: #e5e5e5;
}
.faq-item:last-child::after {
  display: none;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  cursor: pointer;
  gap: 0;
  width: 100%;
  box-sizing: border-box;
}

.faq-question > svg:first-child {
  flex-shrink: 0;
  margin-right: 10px;
}

.faq-question > span {
  flex: 1;
  font-size: 18px;
  line-height: 1.4;
}

.faq-question > svg:last-child {
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.25s ease;
}

.faq-answer {
  padding: 0 24px 22px 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  display: none;
}
.faq-answer.active {
  display: block;
}

.pricing-blue .pricing-tab  {
  pointer-events: none; 
}
.pricing-black .pricing-tab{
  pointer-events: none;
}
