/* Itwuyu_qd 自定义样式文件 */
#xgj_main li{ list-style-type: none;}
/* 基础样式 */
.itwuyu-qd-container {
    width: 100%;
    box-sizing: border-box;
}

/* 动画效果 */
.itwuyu-qd-fade-in {
    animation: itwuyuFadeIn 0.5s ease-in-out;
}

@keyframes itwuyuFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .itwuyu-qd-container {
        padding: 10px;
    }
}

/* 编辑器特定样式 */
.block-editor .itwuyu-qd-container {
    border: 1px dashed #007cba;
    padding: 15px;
    border-radius: 4px;
}

/* 前端特定样式 */
.itwuyu-qd-frontend {
    /* 前端特定样式可以在这里添加 */
    clear: none;
}
.ly_wz_ce {
            margin-bottom: 2rem;
        }
        .ly_wz_ce .main-title {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 0.5rem;
            text-decoration: none;
            transition: color 0.3s;
        }
        .ly_wz_ce .main-title:hover {
            color: #3498db;
        }
        .ly_wz_ce .sub-title {
            font-size: 1.5rem;
            color: #7f8c8d;
            font-weight: normal;
        }

        .ly_cp_01 {
            font-family: 'Arial', sans-serif;
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        }
        .ly_cp_01 .product-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }
        .ly_cp_01 .product-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        .ly_cp_01 .product-card:hover {
            transform: translateY(-5px);
        }
        .ly_cp_01 .product-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .ly_cp_01 .product-info {
            padding: 1rem;
            text-align: center;
        }
        .ly_cp_01 .product-title {
            font-size: 1.2rem;
            color: #333;
            margin-bottom: 0.5rem;
            text-decoration: none;
            display: block;
        }
        .ly_cp_01 .product-title:hover {
            color: #3498db;
        }

        .ly_cp_02-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .ly_cp_02-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }
        
        .ly_cp_02-card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 15px rgba(0,0,0,0.1);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        
        .ly_cp_02-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 20px rgba(0,0,0,0.15);
        }
        
        .ly_cp_02-image-container {
            height: 220px;
            overflow: hidden;
        }
        
        .ly_cp_02-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .ly_cp_02-card:hover .ly_cp_02-image {
            transform: scale(1.05);
        }
        
        .ly_cp_02-content {
            padding: 18px;
            text-align: center;
        }
        
        .ly_cp_02-title {
            font-size: 16px;
            color: #333;
            margin: 0;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: color 0.3s;
        }
        
        .ly_cp_02-title:hover {
            color: #3498db;
        }
        
        @media (max-width: 1024px) {
            .ly_cp_02-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .ly_cp_02-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 480px) {
            .ly_cp_02-grid {
                grid-template-columns: 1fr;
            }
        }




/* ------------区块自定义样式------------------------ */
.ly_wz_title-container {
            text-align: center;
            padding: 2rem;
            background: white;
            border-radius: 10px;
            /* box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
        }
        .ly_wz_main-title {
            font-size: 2.5rem;
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 0.5rem;
        }
        .ly_wz_sub-title {
            font-size: 1rem;
            color: #7f8c8d;
            font-weight: 300;
        }

  .ly_wy_left_title-container {
            max-width: 800px;
            margin: 2rem;
            padding: 1.5rem;
        }
        .ly_wy_left_main-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 0.8rem;
            text-align: left;
        }
        .ly_wy_left_sub-title {
            font-size: 1.1rem;
            color: #666;
            font-weight: 400;
            text-align: left;
            line-height: 1.5;
        }

         .ly_wy_right_title-container {
            max-width: 800px;
            margin: 2rem auto 2rem 0;
            margin-left: auto;
            padding: 1.5rem;
        }
        .ly_wy_right_main-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 0.8rem;
            text-align: right;
        }
        .ly_wy_right_sub-title {
            font-size: 1.1rem;
            color: #666;
            font-weight: 400;
            text-align: right;
            line-height: 1.5;
        }



        /* 产品一行四个01效果 */
        .ly_cp_01_container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .ly_cp_01_h1 {
            text-align: center;
            color: var(--ly_cp_01_dark-color);
            margin-bottom: 3rem;
            font-size: 2.5rem;
            position: relative;
        }
        
        .ly_cp_01_h1::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: var(--ly_cp_01_accent-color);
            margin: 1rem auto;
            border-radius: 2px;
        }
        
        .ly_cp_01_products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }
        
        .ly_cp_01_product-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            position: relative;
        }
        
        .ly_cp_01_product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }
        
        .ly_cp_01_product-image {
            height: 200px;
            overflow: hidden;
            position: relative;
        }
        
        .ly_cp_01_product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .ly_cp_01_product-card:hover .ly_cp_01_product-image img {
            transform: scale(1.1);
        }
        
        .ly_cp_01_product-info {
            padding: 1.5rem;
            text-align: center;
        }
        
        .ly_cp_01_product-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--ly_cp_01_dark-color);
            margin: 0.5rem 0;
            transition: color 0.3s ease;
        }
        
        .ly_cp_01_product-card:hover .ly_cp_01_product-title {
            color: var(--ly_cp_01_primary-color);
        }
        
        .ly_cp_01_price-tag {
            display: inline-block;
            background: var(--ly_cp_01_primary-color);
            color: rgb(10, 10, 10);
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
            margin-top: 0.5rem;
            transition: all 0.3s ease;
        }
        
        .ly_cp_01_product-card:hover .ly_cp_01_price-tag {
            background: var(--ly_cp_01_secondary-color);
            transform: scale(1.05);
        }
        
        @keyframes ly_cp_01_pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .ly_cp_01_product-card:nth-child(1):hover {
            animation: ly_cp_01_pulse 1s infinite;
        }
        
        .ly_cp_01_product-card:nth-child(2):hover {
            transform: rotate(3deg) translateY(-10px);
        }
        
        .ly_cp_01_product-card:nth-child(3):hover {
            box-shadow: 0 0 20px rgba(67, 97, 238, 0.5);
        }
        
        .ly_cp_01_product-card:nth-child(4)::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 2px solid transparent;
            border-radius: 12px;
            transition: all 0.3s ease;
            pointer-events: none;
        }
        
        .ly_cp_01_product-card:nth-child(4):hover::before {
            border-color: var(--ly_cp_01_accent-color);
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px;
        }
        
        @media (max-width: 768px) {
            .ly_cp_01_products-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 480px) {
            .ly_cp_01_products-grid {
                grid-template-columns: 1fr;
            }
        }


        /* 产品一行四个02效果 */
      .ly_wz_02 {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .ly_wz_02 .product-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        }
        .ly_wz_02 .product-grid {
            display: grid;
            gap: 1.5rem;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        }
        .ly_wz_02 .product-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        .ly_wz_02 .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }
        .ly_wz_02 .product-link {
            text-decoration: none;
            color: inherit;
            display: block;
        }
        .ly_wz_02 .product-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .ly_wz_02 .product-info {
            padding: 1.5rem;
        }
        .ly_wz_02 .product-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: #333;
            transition: color 0.3s ease;
        }
        .ly_wz_02 .product-link:hover .product-title {
            color: #3b82f6;
        }
        .ly_wz_02 .product-desc {
            color: #666;
            font-size: 0.875rem;
            line-height: 1.5;
        }
        .ly_wz_02 .page-title {
            font-size: 2rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 2rem;
            color: #333;
        }

      .ly_wz_a01_container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        .ly_wz_a01_card-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }
        .ly_wz_a01_card {
            flex: 1 1 300px;
            background: #fff;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        .ly_wz_a01_title {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
        }
        .ly_wz_a01_desc {
            font-size: 16px;
            color: #666;
            margin-bottom: 20px;
            line-height: 1.5;
        }
        .ly_wz_a01_link {
            display: inline-block;
            padding: 8px 20px;
            background: #4285f4;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            transition: background 0.3s;
        }
        .ly_wz_a01_link:hover {
            background: #3367d6;
        }
        @media (max-width: 768px) {
            .ly_wz_a01_card {
                flex: 1 1 100%;
            }
        }     



        .lysdgy_container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        /* 标题部分 */
        .lysdgy_header {
            text-align: center;
            margin-bottom: 60px;
        }

        .lysdgy_main-title {
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            font-weight: 700;
            color: #2c3e50;
            letter-spacing: 3px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .lysdgy_subtitle {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            color: #6c757d;
            line-height: 1.8;
            max-width: 900px;
            margin: 0 auto;
        }

        /* 工艺流程网格布局 */
        .lysdgy_processes-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 0;
            margin-top: 40px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .lysdgy_process-item {
            background: white;
            position: relative;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .lysdgy_process-item:hover {
            transform: translateY(-5px);
            z-index: 2;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .lysdgy_process-image {
            width: 100%;
            height: 280px;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        .lysdgy_process-item:hover .lysdgy_process-image {
            transform: scale(1.05);
        }

        .lysdgy_process-content {
            padding: 25px 20px;
            text-align: left;
        }

        .lysdgy_process-title {
            font-size: clamp(1.3rem, 2.5vw, 1.6rem);
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
        }
        .lysdgy_process-title a{ text-decoration: none;}

        .lysdgy_process-subtitle {
            font-size: clamp(0.9rem, 1.8vw, 1rem);
            color: #6c757d;
            font-weight: 400;
        }

        /* 在桌面端显示为4列 */
        @media (min-width: 1200px) {
            .lysdgy_processes-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        /* 在平板端显示为2列 */
        @media (min-width: 768px) and (max-width: 1199px) {
            .lysdgy_processes-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* 在手机端显示为1列 */
        @media (max-width: 767px) {
            .lysdgy_container {
                padding: 20px 15px;
            }

            .lysdgy_header {
                margin-bottom: 40px;
            }

            .lysdgy_processes-grid {
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .lysdgy_process-image {
                height: 220px;
            }

            .lysdgy_process-content {
                padding: 20px 15px;
            }

            .lysdgy_main-title {
                letter-spacing: 2px;
            }
        }

        /* 小屏手机优化 */
        @media (max-width: 480px) {
            .lysdgy_container {
                padding: 15px 10px;
            }

            .lysdgy_process-image {
                height: 200px;
            }

            .lysdgy_process-content {
                padding: 15px;
            }
        }

        /* 加载动画 */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .lysdgy_process-item {
            animation: fadeInUp 0.6s ease forwards;
        }

        .lysdgy_process-item:nth-child(1) { animation-delay: 0.1s; }
        .lysdgy_process-item:nth-child(2) { animation-delay: 0.2s; }
        .lysdgy_process-item:nth-child(3) { animation-delay: 0.3s; }
        .lysdgy_process-item:nth-child(4) { animation-delay: 0.4s; }

        /* 图片加载失败时的占位样式 */
        .lysdgy_process-image[src=""], .lysdgy_process-image:not([src]) {
            background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.2rem;
        }

        .lysdgy_process-image[src=""]:before, .lysdgy_process-image:not([src]):before {
            content: "图片加载中...";
        }


        .ly_wz_a02_container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 30px 20px;
        }
        .ly_wz_a02_card-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 25px;
        }
        .ly_wz_a02_card {
            flex: 1 1 280px;
            max-width: 320px;
            background: #f9f9f9;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .ly_wz_a02_card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }
        .ly_wz_a02_title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #2c3e50;
        }
        .ly_wz_a02_desc {
            font-size: 15px;
            color: #7f8c8d;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        .ly_wz_a02_link {
            display: inline-block;
            padding: 8px 25px;
            background: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            transition: background 0.3s;
        }
        .ly_wz_a02_link:hover {
            background: #2980b9;
        }
        @media (max-width: 1200px) {
            .ly_wz_a02_card {
                flex: 1 1 45%;
            }
        }
        @media (max-width: 768px) {
            .ly_wz_a02_card {
                flex: 1 1 100%;
                max-width: 100%;
            }
        }


      .ly_wz_a03_container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            font-family: 'Arial', sans-serif;
        }
        .ly_wz_a03_card-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        .ly_wz_a03_card {
            background: white;
            border-radius: 12px;
            padding: 35px 25px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            border: 1px solid #eaeaea;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .ly_wz_a03_card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }
        .ly_wz_a03_title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #2d3436;
            position: relative;
            padding-bottom: 15px;
        }
        .ly_wz_a03_title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #6c5ce7, #a29bfe);
        }
        .ly_wz_a03_desc {
            font-size: 16px;
            color: #636e72;
            margin-bottom: 25px;
            line-height: 1.7;
        }
        .ly_wz_a03_link {
            display: inline-block;
            padding: 10px 30px;
            background: linear-gradient(90deg, #6c5ce7, #a29bfe);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 500;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(108, 92, 231, 0.3);
        }
        .ly_wz_a03_link:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(108, 92, 231, 0.4);
        }
        @media (max-width: 768px) {
            .ly_wz_a03_card-container {
                grid-template-columns: 1fr;
            }
        }  


         .ly_wz_b01_container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .ly_wz_b01_card-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 40px;
        }
        .ly_wz_b01_card {
            background: #f9f9f9;
            border-radius: 8px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
        }
        .ly_wz_b01_card:hover {
            transform: translateY(-5px);
        }
        .ly_wz_b01_title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }
        .ly_wz_b01_desc {
            font-size: 16px;
            color: #666;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        .ly_wz_b01_list {
            list-style: none;
            padding: 0;
            margin: 0 auto 25px;
            max-width: 80%;
            text-align: left;
        }
        .ly_wz_b01_list li {
            padding: 8px 0;
            border-bottom: 1px dashed #ddd;
            color: #555;
            font-size: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .ly_wz_b01_list li:last-child {
            border-bottom: none;
        }
        .ly_wz_b01_list a {
            color: #4285f4;
            text-decoration: none;
            font-weight: 500;
            padding: 3px 8px;
            border-radius: 3px;
            transition: all 0.2s;
        }
        .ly_wz_b01_list a:hover {
            background: #e8f0fe;
        }
        .ly_wz_b01_link {
            display: inline-block;
            padding: 10px 25px;
            background: #4285f4;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 500;
            transition: background 0.3s;
        }
        .ly_wz_b01_link:hover {
            background: #3367d6;
        }
        @media (max-width: 768px) {
            .ly_wz_b01_card-container {
                grid-template-columns: 1fr;
            }
            .ly_wz_b01_list {
                max-width: 100%;
            }
        }


                .ly_hf_02 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .ly_hf_02 body {
            font-family: 'Arial', sans-serif;
            background-color: #f5f5f5;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
        }
        
        .ly_hf_02 .center-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .ly_hf_02 .poster-container {
            display: flex;
            width: 100%;
            max-width: 1000px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            overflow: hidden;
            animation: fadeIn 0.5s ease-out;
        }
        
        .ly_hf_02 .image-section {
            flex: 1;
            min-width: 300px;
            overflow: hidden;
            transform: translateX(-100%);
            animation: slideInLeft 0.8s ease-out forwards;
        }
        
        .ly_hf_02 .image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .ly_hf_02 .content-section {
            flex: 1;
            padding: 40px;
            transform: translateX(100%);
            animation: slideInRight 0.8s ease-out forwards 0.3s;
            text-align: left;
        }
        
        .ly_hf_02 .title {
            font-size: 20px; /* 修改为20像素 */
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            opacity: 0;
            animation: fadeInUp 0.5s ease-out forwards 0.8s;
        }
        
        .ly_hf_02 .description {
            font-size: 16px; /* 修改为16像素 */
            line-height: 1.6;
            color: #666;
            opacity: 0;
            animation: fadeInUp 0.5s ease-out forwards 1s;
            margin-bottom: 20px;
        }
        
        .ly_hf_02 .detail-link {
            display: inline-block;
            padding: 10px 20px;
            background-color: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 14px;
            transition: background-color 0.3s;
            opacity: 0;
            animation: fadeInUp 0.5s ease-out forwards 1.2s;
        }
        
        .ly_hf_02 .detail-link:hover {
            background-color: #3498db;
        }
        
        @keyframes slideInLeft {
            from { transform: translateX(-100%); }
            to { transform: translateX(0); }
        }
        
        @keyframes slideInRight {
            from { transform: translateX(100%); }
            to { transform: translateX(0); }
        }
        
        @keyframes fadeInUp {
            from { 
                opacity: 0;
                transform: translateY(20px);
            }
            to { 
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        @media (max-width: 768px) {
            .ly_hf_02 .poster-container {
                flex-direction: column;
            }
            
            .ly_hf_02 .image-section {
                min-height: 300px;
                transform: translateY(-100%);
                animation: slideInTop 0.8s ease-out forwards;
            }
            
            .ly_hf_02 .content-section {
                transform: translateY(100%);
                animation: slideInBottom 0.8s ease-out forwards 0.3s;
            }
            
            @keyframes slideInTop {
                from { transform: translateY(-100%); }
                to { transform: translateY(0); }
            }
            
            @keyframes slideInBottom {
                from { transform: translateY(100%); }
                to { transform: translateY(0); }
            }
        }

        .ly_lx_01_body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f5f5f5;
            color: #333;
            line-height: 1.6;
        }
        
        .ly_lx_01_header {
            background: linear-gradient(135deg, #4a6cf7 0%, #2541b2 100%);
            color: white;
            text-align: center;
            padding: 2rem 0;
        }
        
        .ly_lx_01_main {
            max-width: 1200px;
            margin: 2rem auto;
            padding: 0 1rem;
        }
        
        .ly_lx_01_contact-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            gap: 1.5rem;
        }
        
        .ly_lx_01_contact-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            padding: 1.5rem;
            width: 300px;
            text-align: center;
            transition: transform 0.3s ease;
        }
        
        .ly_lx_01_contact-card:hover {
            transform: translateY(-5px);
        }
        
        .ly_lx_01_contact-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        
        .ly_lx_01_wechat-icon {
            color: #07C160;
        }
        
        .ly_lx_01_website-icon {
            color: #4285F4;
        }
        
        .ly_lx_01_email-icon {
            color: #EA4335;
        }
        
        .ly_lx_01_qrcode {
            width: 150px;
            height: 150px;
            margin: 1rem auto;
            border: 1px solid #eee;
        }
        
        .ly_lx_01_footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 1rem 0;
            margin-top: 2rem;
        }
        
        @media (max-width: 768px) {
            .ly_lx_01_contact-container {
                flex-direction: column;
                align-items: center;
            }
        }
