        #enquiry{
            background: #fff;
            scroll-margin-top: 40px;
        }

        .form26-personalized-solution-section {
            max-width: 1560px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        .form26-solution-title {
            color: #041e41;
            font-size: 32px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 30px;
            line-height: 32px;
        }

        .form26-contact-intro {
            text-align: center;
            margin-bottom: 40px;
            font-size: 16px;
            color: #555;
            line-height: 24px;
        }

        .form26-contact-intro-text {
            color: #555;
        }

        .form26-contact-email {
            color: #F8C300;
            text-decoration: none;
            font-weight: 700;
        }

        .form26-contact-email:hover {
            text-decoration: underline;
        }

        .form26-contact-whatsapp {
            color: #F8C300;
            font-weight: 700;
        }

        .form26-contact-form-link {
            color: #F8C300;
            font-weight: 700;
        }

        .form26-solution-content-wrapper {
            display: flex;
            background-color: #fff;
        }

        /* 左侧提示区域 */
        .form26-tips-container {
            width: 620px;
            height: 704px;
            margin-right: 80px;
            padding: 60px 80px;
            background-color: #F9FDFF;
            background: url(/img222/pro/form12.png) no-repeat center center;
            background-size: cover;
            text-align: center;
            color: #fff;
        }

        .form26-tips-content {
            height: 100%;
        }

        .form26-tips-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .form26-tips-title::after{
            width: 40px;
            height: 4px;
            background: #fff;
            content: '';
            display: block;
            margin: 24px auto 26px auto;
        }

        .form26-tips-divider {
            height: 1px;
            border-top: 1px dashed #E3E6E8;
            margin: 20px 0;
        }

        .form26-tip-text {
            font-size: 14px;
            line-height: 20px;
        }

        /* 右侧表单区域 */
        .form26-form-container {
            width: 820px;
            margin: 0;
        }

        .form26-solution-form {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            width: 100%;
        }

        .form26-form-row {
            display: flex;
        }

        .form26-form2-field{
            flex: 1;
        }

        .form26-form-width{
            width: 28px;
        }

        .form26-field-label {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
        }

        .form26-label-text {
            color: #333;
            font-size: 14px;
            font-weight: 700;
        }

        .form26-required-asterisk {
            color: #FF0000;
            margin-left: 4px;
        }

        .form26-form-input,
        .form26-form-select,
        .form26-form-textarea {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #707070;
            font-size: 14px;
            color: #333;
            background-color: #fff;
            transition: border-color 0.3s;
        }

        .form26-form-input::placeholder,
        .form26-form-textarea::placeholder {
            color: #8B9499;
        }

        .form26-form-input:focus,
        .form26-form-select:focus,
        .form26-form-textarea:focus {
            outline: none;
            border-color: #041e41;
        }

        .form26-form-select {
            appearance: none;
            background-image: url('data:image/svg+xml;utf8,<svg fill="%23555" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
            background-repeat: no-repeat;
            background-position: right 12px center;
            padding-right: 40px;
        }

        .form26-form-textarea {
            resize: vertical;
            min-height: 140px;
        }

        .form26-error-message {
            color: #FF0000;
            font-size: 12px;
        }

        .form26-submit-button {
            background-color: #F8C300;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            border: none;
            padding: 16px 32px;
            cursor: pointer;
            width: 100%;
            margin-top: 20px;
            transition: background-color 0.3s;
        }

        .form26-submit-button:hover {
            background-color: #041e41;
        }

        /* 响应式设计 */
        @media (max-width: 992px) {
            .form26-solution-content-wrapper {
                flex-direction: column;
            }

            .form26-tips-container,
            .form26-form-container {
                width: 100%;
            }

            .form26-tips-container {
                border-right: none;
                border-bottom: 1px solid #E3E6E8;
            }

            .form26-form-row {
                flex-direction: column;
            }

            .form26-personalized-solution-section {
                padding: 40px 10px 10px 10px;
            }

            .form26-tips-container{
                padding: 20px;
                height: auto;
            }
            .form26-form-container {
                padding: 20px 0;
            }
            .form26-field-label{
                margin: 12px 0 6px 0;
            }

            .form26-solution-title {
                font-size: 24px;
                line-height: 28px;
            }

            .form26-contact-intro {
                font-size: 14px;
                line-height: 20px;
            }
        }
