/*白天模式 搜索主体+毛玻璃*/
.hope-ui-light .hope-c-PJLV-iiBaxsN-css{
    background: rgba(255,255,255,0.2)!important;
    backdrop-filter: blur(10px)!important;
 }
 
 /*白天模式 搜索栏输入框+毛玻璃*/
 .hope-ui-light .hope-c-kvTTWD-hYRNAb-variant-filled{
    background: rgba(255,255,255,0.2)!important;
    backdrop-filter: blur(10px)!important;
 }
 
 /*白天模式 搜索按钮+毛玻璃*/
 .hope-ui-light .hope-c-PJLV-ikEIIxw-css{
    background: rgba(255,255,255,0.2)!important;
    backdrop-filter: blur(10px)!important;
 }
 
 /*夜间模式搜索主体+毛玻璃*/
 .hope-ui-dark .hope-c-PJLV-iiBaxsN-css{
     background: rgb(0 0 0 / 10%)!important;
     backdrop-filter: blur(10px)!important;
 }
 
 /*夜间模式搜索栏+毛玻璃*/
 .hope-ui-dark .hope-c-kvTTWD-hYRNAb-variant-filled{
     background: rgb(0 0 0 / 10%)!important;
     backdrop-filter: blur(10px)!important;
 }
 
 /*夜间模式 搜索按钮+毛玻璃*/
 .hope-ui-dark .hope-c-PJLV-ikEIIxw-css{
     background: rgb(0 0 0 / 10%)!important;
     backdrop-filter: blur(10px)!important;
 }