        .instrument-register-section {
            min-width: 1180px;
            position: relative;
           /* border-radius: 12px;*/
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .instrument-bg-container {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            background-image: url('/static/upload/image/20251210/1765341992840915.jpg');
            background-size: cover;
            background-position: center;
            z-index: 1;
        }
        
        .instrument-content-container {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 45px 10px;
            text-align: center;
        }
        
        .instrument-register-heading {
            color: #fff;
            font-size: 28px;
            font-weight: 600;
            line-height: 36px;
            margin-bottom: 30px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            max-width: 600px;
        }
        
        .instrument-register-cta {
            background-color: #fff;
            color: #a41626;
            display: flex;
            width: 180px;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            padding: 16px 24px;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            /*margin-bottom: 40px;*/
        }
        
        .instrument-register-cta:hover {
            background-color: #a41626;
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(164, 22, 38, 0.3);
        }
        
        .instrument-benefits-container {
            display: flex;
            justify-content: center;
            gap: 50px;
            margin-top: 20px;
        }
        
        .instrument-benefit-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 200px;
        }
        
        .instrument-benefit-icon {
            width: 70px;
            height: 70px;
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .instrument-benefit-item:hover .instrument-benefit-icon {
            transform: scale(1.1);
        }
        
        .instrument-benefit-icon i {
            font-size: 28px;
            color: #a41626;
        }
        
        .instrument-benefit-text {
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            line-height: 22px;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            text-align: center;
        }
        
        .instrument-register-subtitle {
            color: rgba(255, 255, 255, 0.8);
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            margin-top: 20px;
            max-width: 500px;
        }
        
        /* 响应式设计 */
        @media (max-width: 1200px) {
            .instrument-register-section {
                min-width: 100%;
            }
        }
        
        @media (max-width: 900px) {
            .instrument-benefits-container {
                flex-wrap: wrap;
                gap: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .instrument-register-heading {
                font-size: 24px;
                line-height: 32px;
            }
            
            .instrument-register-cta {
                width: 160px;
                padding: 14px 20px;
                font-size: 16px;
            }
            
            .instrument-benefits-container {
                flex-direction: column;
                gap: 25px;
            }
            
            .instrument-content-container {
                padding: 60px 20px;
            }
        }
        
        @media (max-width: 480px) {
            .instrument-register-heading {
                font-size: 20px;
                line-height: 28px;
            }
            
            .instrument-register-cta {
                width: 150px;
                padding: 12px 18px;
                font-size: 15px;
            }
            
            .instrument-register-subtitle {
                font-size: 14px;
                line-height: 20px;
            }
        }


       /* footer样式*/


               /* Footer样式 */
        .footer {
            background-color: #17181B;
            color: #fff;
            padding: 60px 0 20px;
            /*margin-top: 40px;*/
        }
        
        .footer-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .footer-top {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            /*padding-bottom: 49px;*/
        }
        
        .footer-section {
            margin-bottom: 30px;
            flex: 1;
            min-width: 200px;
        }
        
        .contact-info {
            margin-right: 28px;
        }
        
        .section-title {
            font-weight: 500;
            margin-bottom: 28px;
            display: flex;
            align-items: center;
        }
        
        .section-title i {
            margin-right: 4px;
            display: inline-block;
            height: 16px;
            width: 16px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .phone-icon {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 15.5c-1.2 0-2.4-.2-3.6-.6-.3-.1-.7 0-1 .2l-2.2 2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.3-.5-3.5 0-.6-.4-1-1-1H4c-.6 0-1 .4-1 1 0 9.4 7.6 17 17 17 .6 0 1-.4 1-1v-3.5c0-.6-.4-1-1-1zM5 5h1.5c.3 0 .5.2.5.5 0 .9.1 1.8.4 2.6l-1.4 1.4C5.6 8.8 5.3 7.5 5.3 6.2c0-.4.3-.7.7-.7z"/></svg>');
        }
        
        .phone-number {
            font-size: 28px;
            font-weight: 500;
            margin: 24px 0;
        }
        
        .consult-btn {
            display: inline-block;
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 11px 20px;
            font-size: 14px;
            background: transparent;
            color: white;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .consult-btn:hover {
            border-color: transparent;
            background-color: rgba(255, 255, 255, 0.2);
        }
        
        .links-container {
            display: flex;
            flex-wrap: wrap;
        } 
        
        .links-column {
            margin-right: 24px;
           /* min-width: 100px;*/
        }
        
        .links-column:last-child {
            margin-right: 0;
        }
        
        .links-column h4 {
            font-size: 12px;
            margin-bottom: 18px;
            font-weight: 500;
        }
        
        .links-column a {
            display: block;
            font-size: 12px;
            color: #808082;
            text-decoration: none;
            margin-bottom: 18px;
            transition: color 0.3s;
        }
        
        .links-column a:hover {
            color: white;
        }
        
        .report-section .contact-info {
            display: flex;
            align-items: center;
            margin-top: 28px;
        }
        
        .email-icon {
            width: 40px;
            height: 40px;
            margin-right: 4px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .contact-details {
            line-height: 20px;
        }
        
        .contact-details div {
            color: #808082;
            font-size: 12px;
        }
        
        .report-links {
            margin-top: 25px;
        }
        
        .report-links a {
            display: block;
            color: #808082;
            text-decoration: none;
            margin-bottom: 18px;
            font-size: 12px;
            transition: color 0.3s;
        }
        
        .report-links a:hover {
            color: white;
        }
        
        .footer-bottom {
            padding: 40px 0 24px;
            font-size: 12px;
            color: #808082;
        }
        
        .footer-links {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            margin-bottom: 20px;
        }
        
        .footer-links li {
            padding: 0 16px;
            border-left: 1px solid #282D37;
        }
        
        .footer-links li:first-child {
            border-left: none;
            padding-left: 0;
        }
        
        .footer-links a {
            color: #808082;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: white;
        }
        
        .footer-info {
            margin-top: 14px;
            display: flex;
            flex-wrap: wrap;
        }
        
        .footer-info div {
            padding: 0 16px;
            border-right: 1px solid #282D37;
        }
        
        .footer-info div:first-child {
            padding-left: 0;
        }
        
        .footer-info div:last-child {
            border-right: none;
        }
        
        .copyright {
            margin-top: 14px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .copyright a {
            color: #808082;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .copyright a:hover {
            color: white;
        }
        
        .police-icon {
            display: inline-block;
            width: 18px;
            height: 16px;
            margin-right: 4px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
        }
        
        .warning-section {
            display: flex;
            align-items: center;
            margin-bottom: 14px;
        }
        
        .warning-icon {
            width: 30px;
            height: 18px;
            margin-right: 4px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .footer-top {
                flex-direction: column;
            }
            
            .footer-section {
                margin-right: 0;
                margin-bottom: 40px;
            }
            
            .links-container {
                flex-wrap: wrap;
            }
            
            .links-column {
                width: 50%;
                margin-bottom: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .footer-links {
                flex-direction: column;
            }
            
            .footer-links li {
                border-left: none;
                padding: 8px 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }
            
            .footer-info {
                flex-direction: column;
            }
            
            .footer-info div {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                padding: 8px 0;
            }
            
            .copyright {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .copyright div {
                margin-bottom: 10px;
            }
        }


                /* 重置样式以确保在其他页面中嵌入时的一致性 */
        .HT-banner-container * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Microsoft YaHei', 'Segoe UI', Arial, sans-serif;
        }

        .HT-banner-container {
            width: 100%;
            height: 500px; /* 默认高度500px */
            position: relative;
            overflow: hidden;
        }

        .HT-banner-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(rgba(8, 28, 48, 0.85), rgba(8, 28, 48, 0.7));
            background-size: cover;
            background-position: center;
            z-index: 1;
        }

        /* 背景图片通过CSS变量控制 */
        .HT-banner-background::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: var(--bg-image);
            background-size: cover;
            background-position: center;
            z-index: -1;
        }

        .HT-banner-content {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            height: 100%;
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 40px;
            color: #ffffff;
        }

        .HT-banner-title {
            font-size: 2.8rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
            letter-spacing: 1px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }

        .HT-banner-description {
            font-size: 1.25rem;
            line-height: 1.6;
            max-width: 800px;
            margin-bottom: 40px;
            opacity: 0.95;
            /* 将描述分为两行显示 */
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .HT-banner-button {
            display: inline-flex;
            align-items: center;
            background: linear-gradient(135deg, #0077b6, #00b4d8);
            color: white;
            padding: 16px 32px;
            border-radius: 4px;
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 180, 216, 0.3);
            position: relative;
            overflow: hidden;
        }

        .HT-banner-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 180, 216, 0.4);
            background: linear-gradient(135deg, #0096c7, #48cae4);
        }

        .HT-banner-button:active {
            transform: translateY(0);
        }

        .HT-banner-button-icon {
            margin-left: 10px;
            font-size: 1.3rem;
            transition: transform 0.3s ease;
        }

        .HT-banner-button:hover .HT-banner-button-icon {
            transform: translateX(5px);
        }

        /* 响应式设计 */
        @media (max-width: 992px) {
            .HT-banner-title {
                font-size: 2.2rem;
            }
            
            .HT-banner-description {
                font-size: 1.1rem;
            }
            
            .HT-banner-container {
                height: 450px;
            }
        }

        @media (max-width: 768px) {
            .HT-banner-container {
                height: 400px;
            }
            
            .HT-banner-title {
                font-size: 1.8rem;
            }
            
            .HT-banner-description {
                font-size: 1rem;
                margin-bottom: 30px;
            }
            
            .HT-banner-button {
                padding: 14px 28px;
                font-size: 1rem;
            }
            
            .HT-banner-content {
                padding: 0 25px;
            }
        }

        @media (max-width: 480px) {
            .HT-banner-container {
                height: 350px;
            }
            
            .HT-banner-title {
                font-size: 1.5rem;
                margin-bottom: 15px;
            }
            
            .HT-banner-description {
                font-size: 0.9rem;
                line-height: 1.5;
                margin-bottom: 25px;
            }
            
            .HT-banner-content {
                padding: 0 20px;
            }
            
            .HT-banner-button {
                padding: 12px 24px;
                font-size: 0.95rem;
            }
        }

        /* 超小屏幕特殊处理 */
        @media (max-width: 360px) {
            .HT-banner-container {
                height: 320px;
            }
            
            .HT-banner-title {
                font-size: 1.3rem;
            }
            
            .HT-banner-description {
                font-size: 0.85rem;
            }
        }