.elementor-40537 .elementor-element.elementor-element-816175a{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:8%;--padding-right:8%;}.elementor-40537 .elementor-element.elementor-element-816175a::before, .elementor-40537 .elementor-element.elementor-element-816175a > .elementor-background-video-container::before, .elementor-40537 .elementor-element.elementor-element-816175a > .e-con-inner > .elementor-background-video-container::before, .elementor-40537 .elementor-element.elementor-element-816175a > .elementor-background-slideshow::before, .elementor-40537 .elementor-element.elementor-element-816175a > .e-con-inner > .elementor-background-slideshow::before, .elementor-40537 .elementor-element.elementor-element-816175a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-40537 .elementor-element.elementor-element-816175a.e-con{--align-self:center;}.elementor-40537 .elementor-element.elementor-element-f4c298b.elementor-element{--align-self:center;}#elementor-popup-modal-40537 .dialog-widget-content{background-color:#000000D4;}#elementor-popup-modal-40537 .dialog-message{width:100vw;height:auto;}#elementor-popup-modal-40537{justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-40537 .dialog-close-button{display:flex;top:5%;font-size:24px;}body:not(.rtl) #elementor-popup-modal-40537 .dialog-close-button{right:5%;}body.rtl #elementor-popup-modal-40537 .dialog-close-button{left:5%;}#elementor-popup-modal-40537 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-40537 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){.elementor-40537 .elementor-element.elementor-element-816175a{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:5%;}}@media(min-width:768px){.elementor-40537 .elementor-element.elementor-element-816175a{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-f4c298b */.custom-search-form .search-form-row {
    width: 600px;
    margin: 0 auto; 
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 6px;
    overflow: hidden;
}

/* 输入框*/
.custom-search-form .search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 6px 12px 6px 12px;
    margin: 0 20px 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    outline: none;
}

.custom-search-form .search-input:focus,
.custom-search-form .search-input:active,
.custom-search-form .search-input:hover {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

/* 修复浏览器自动填充带来的白色背景 */
.custom-search-form .search-input:-webkit-autofill,
.custom-search-form .search-input:-webkit-autofill:hover,
.custom-search-form .search-input:-webkit-autofill:focus,
.custom-search-form .search-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s !important;
    caret-color: #ffffff;
}

.custom-search-form .search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* 下拉框 */
.custom-search-form .search-select {
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path fill="%23fff" d="M0 0l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    border: none;
    border-radius: 0px;
    padding: 0 40px 0 20px;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
     min-height: 30px;
     border-left: 2px solid rgba(255, 255, 255, 0.15);
     border-right: 2px solid rgba(255, 255, 255, 0.15);
}

.custom-search-form .search-select option {
    background: rgba(255, 255, 255, 0.85) !important;
    color: #25a1df !important;
    padding: 8px 12px !important;
    margin: 10px 2px 0 2px;
}

/* 
 * option:hover — 在 Firefox / Safari 中有效
 * Chrome/Edge 原生下拉菜单由系统渲染，hover 伪类无法通过 CSS 控制
 * 这是浏览器层面的限制，非代码问题
 */
.custom-search-form .search-select option:hover {
    background: #ffffff !important;
    color: #25a1df !important;
}

/* 当前选中项高亮（Firefox/Safari 有效） */
.custom-search-form .search-select option:checked {
    background: transparent !important;
    color: #25a1df !important;
    font-weight: 400;
}

/* 搜索按钮 */
.custom-search-form .search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #ffffff !important;
    padding: 0 19px 0 25px;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap;
    min-height: 30px;
    border-left: 0px solid rgba(255, 255, 255, 0.15);
}

.custom-search-form .search-button:hover {
    background: transparent;
    color: #25a1df !important;
}

.custom-search-form .search-button svg {
  width: 28px;
  height: 28px;
  color: inherit;
}

/* ==================== 平板端 (≤1024px) ==================== */
@media (max-width: 1024px) {
    .custom-search-form .search-form-row {
        width: 100%;
        max-width: 600px;
        padding: 5px;
    }

    .custom-search-form .search-input {
        margin: 0 14px 0 10px;
        padding: 6px 10px 6px 10px;
        font-size: 15px;
    }

    .custom-search-form .search-input:focus,
    .custom-search-form .search-input:active,
    .custom-search-form .search-input:hover {
        font-size: 15px;
    }

    .custom-search-form .search-select {
        padding: 0 32px 0 14px;
        font-size: 15px;
        background-position: right 10px center;
    }

    .custom-search-form .search-button {
        padding: 0 14px 0 18px;
    }

    .custom-search-form .search-button svg {
        width: 26px;
        height: 26px;
    }
}

/* ==================== 手机端 (≤767px) ==================== */
@media (max-width: 767px) {
    .custom-search-form .search-form-row {
        width: 100%;
        flex-wrap: wrap;
        gap: 6px 0;
        padding: 8px;
        overflow: visible;
        border-radius: 6px;
    }

    /* 输入框独占第一行 */
    .custom-search-form .search-input {
        flex: 1 1 100%;
        margin: 0;
        padding: 8px 12px;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .custom-search-form .search-input:focus,
    .custom-search-form .search-input:active,
    .custom-search-form .search-input:hover {
        font-size: 15px;
    }

    /* 下拉框 — 第二行左侧 */
    .custom-search-form .search-select {
        flex: 1;
        border-left: none;
        border-radius: 0;
        padding: 6px 28px 6px 12px;
        font-size: 14px;
        min-height: 36px;
        background-position: right 8px center;
        margin-right: 10px !important;
    }

    /* 按钮 — 第二行右侧 */
    .custom-search-form .search-button {
        flex-shrink: 0;
        padding: 0 12px 0 16px;
        min-height: 36px;
        border-left: 2px solid rgba(255, 255, 255, 0.15);
        margin: 0;
    }

    .custom-search-form .search-button svg {
        width: 24px;
        height: 24px;
    }

    /* 小屏手机进一步压缩 */
    @media (max-width: 380px) {
        .custom-search-form .search-select {
            padding: 6px 24px 6px 8px;
            font-size: 13px;
            background-position: right 6px center;
        }

        .custom-search-form .search-button {
            padding: 0 8px 0 12px;
        }

        .custom-search-form .search-button svg {
            width: 22px;
            height: 22px;
        }
    }
}/* End custom CSS */