@media (prefers-color-scheme: dark) {
  body {
    background: #181818;
    color: #e8eaed;
  }
  .searchMain {
    background: #181818 !important;
  }
  .searchMain .logoBox {
    background: url(/img/GoogleDark@2x.png) no-repeat !important;
    background-size: 100% 100% !important;
    height: 34px !important;
    width: 100px !important;
    margin: 0 auto !important;
    margin-top: 23px !important;
  }
  .searchMain .gsc-search-box-tools {
    background: #181818 !important;
  }
  .searchlistItem,
  .gsc-expansionArea,
  .searchOverlay-header,
  .searchOverlay-suggestions {
    background: #181818 !important;
    color: #eee !important;
  }
  .itemTitle,
  .suggestion-text {
    color: #bdc1c6 !important;
  }
  .suggestion-item {
    background: #181818 !important;
    /*border-bottom: 1px solid #333 !important;*/
  }
  .suggestion-item:hover {
    background: #333 !important;
  }
  .searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type .gsc-input .gsc-input-box{
    background-color: #3c4043 !important;
  }
  .searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type{
    background-color: #3c4043 !important;
  }
  .searchMain .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive{
    color: #e8e8e8 !important;
  }
  .gsc-tabHeader.gsc-tabhInactive{
    color: #9e9e9e !important;
  }
  .searchMain .searchlistItem{
    background-color: #1f1f1f !important;
  }
  .searchMain .searchlistItem .itemHeader .headerBox .headerUrl .headerShortUrl{
    color: #e8e8e8 !important;
  }
  .searchMain .searchlistItem .itemHeader .headerBox .headerUrl .headerLongUrl{
    color: #bdc1c6 !important;
  }
  .searchMain .searchlistItem .itemTitle{
    color: #99c3ff !important;
  }
  .searchMain .searchlistItem .itemContent .contentText{
    color: #bfbfbf !important;
  }
  .searchMain .searchlistItem .itemHeader .headerBox .headerIcon{
    background-color: #333438 !important;
  }
  #searchOverlay {
    background: #181818 !important;
  }
  #searchOverlayInput{
    color: #e8eaed !important;
  }
  .searchOverlay-suggestions{
    border-top: 1px solid #70757a !important;
  }
  .searchMain .gsc-wrapper .gsc-result {
    background-color: #181818 !important;
  }
  .searchMain .gsc-tabsArea{
    border-bottom: 1px solid #70757a !important;
  }
  .gsc-above-wrapper-area {
    border-bottom: 1px solid #70757a !important;
  }
  .searchMain .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor{
    border: 1px solid #70757a !important;
  }
  .gsc-results .gsc-cursor {
    color: #e8e8e8 !important;
  }
   /* 广告类 */
  .searchMain .gsc-wrapper .gsc-adBlock{
    background-color: #181818 !important;
  }
 
  .styleable-rootcontainer{
     background-color: #181818 !important;
  }
}
.searchMain {
    background-color: #fff;
}

.searchMain.searchMainModal {
    height: 50vh;
    overflow: hidden
}

.searchMain.searchMainModal .logoBox {
    display: none
}

.searchMain .searchResultHidden {
    height: 0;
    opacity: 0;
    overflow: hidden
}

.searchMain .styleable-rootcontainer {
    background-color: initial
}

.searchMain .logoBox {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 20px;
    background-color: #fff;*/
}

.searchMain .logoBox {
    background: url(/img/Google@2x.png) no-repeat;
    background-size: 100% 100%;
    height: 34px;
    width: 100px;
    margin: 0 auto;
    margin-top: 23px;
}

.searchMain .logoBox .logoText {
    margin-left: 8px
}

.searchMain .searchLogo {
    width: 155px;
    height: 33px;
    margin: 0 auto;
    background: var(--logo-img) no-repeat;
    background-size: 100% 100%
}

.searchMain .gsc-search-box-tools {
    width: auto;
    padding: 16px;
    margin-bottom: 0;
    background-color: #fff;
}

.searchMain .gsc-search-box-tools table.gsc-search-box {
    width: 100%
}

.searchMain .gsc-search-box-tools table.gsc-search-box td {
    vertical-align: middle
}

.searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #EFEFEF;
    border-radius: 50px
}

.searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type .gsc-search-button {
    width: 15px;
    display: flex;
    justify-content: center;
    padding: 0 0 0 16px;
    margin-left: 0;
    color: #808080
}

.searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type .gsc-search-button button {
    padding: 0 0 0 16px;
    background-color: initial;
    border: none
}

.searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type .gsc-search-button button svg {
    display: none
}
.gsc-search-button input, .gsc-search-button-v2 input {
    display: none !important; /* 隐藏原有input内容 */
}
.gsc-search-button, .gsc-search-button-v2 {
    background: url('../img/search@2x.png') no-repeat center center !important;
    background-size: 20px 20px !important;
    /*border: 1px dashed #bbb !important;*/
    border-radius: 4px !important;
    /*width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;*/
    padding: 0 !important;
    /*box-shadow: none !important;
    outline: none !important;*/
    margin-left: 16px !important;
    margin-right: 0 !important;
    display: inline-block !important;
}

.searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type .gsc-input {
    flex: auto;
}

.searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type .gsc-input .gsc-input-box {
    padding: 2px 8px 2px 1px;
    border: none;
    border-radius: 50px;
    background-color: #EFEFEF;
}

.searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type .gsc-input .gsc-input-box table {
    padding: 0 16px
}

.searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type .gsc-input .gsc-input-box input {
    background: initial!important;
    color: var(--primary-sub-text-color);
    font-size: 14px;
    font-weight: 500
}

.searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type .gsc-input .gsc-input-box .gsib_a {
    padding: 5px 9px
}

.searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type .gsc-input .gsc-input-box .gsib_b .gsst_a {
    display: block!important
}

.searchMain .gsc-search-box-tools .gsc-search-box>tbody>tr:first-of-type .gsc-input .gsc-input-box .gsib_b .gsst_a .gscb_a {
    color: gray;
    line-height: 33px
}

.searchMain .gsc-tabsArea {
    margin: 0 5px 12px;
    padding: 4px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #dfe1e5;
}
.searchMain .gsc-above-wrapper-area{
    display: block;
}
.searchMain .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive {
    border: none;
    color: #111
}

.searchMain .gscSearchBoxVal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5000;
    height: 46px;
    background-color: #fff;
}

.searchMain .gscSearchBoxVal:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #fff;
}

.searchMain .gscSearchBoxVal .gsc-search-box-tools {
    padding: 2px 0;
    margin: 0 16px;
    border-bottom: 1px solid var(--line-bg-color);
    background-color: initial
}

.searchMain .gscSearchBoxVal .gsc-search-box {
    margin-bottom: 0
}

.searchMain .gscSearchBoxVal .gsc-search-box>tbody>tr:first-of-type {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #fff;
    border-radius: 50px
}

.searchMain .gscSearchBoxVal .gsc-search-box>tbody>tr:first-of-type .gsc-search-button {
    width: 12px;
    padding: 0;
    color: var(--icon-sub-color)
}

.searchMain .gscSearchBoxVal .gsc-search-box>tbody>tr:first-of-type .gsc-input:focus::placeholder {
    color: inherit
}

.searchMain .gscSearchBoxVal .gsc-search-box>tbody>tr:first-of-type .gsc-input .gsc-input-box {
    padding-right: 0;
    background-color: #fff;
}

.searchMain .gscSearchBoxVal .gsc-search-box>tbody>tr:first-of-type .gsc-input .gsc-input-box .gsib_b .gsst_b {
    padding: 0
}

.searchMain .gscSearchBoxVal .gsc-search-box>tbody>tr:first-of-type .gsc-input .gsc-input-box .gsib_b .gsst_b .gsst_a {
    padding: 0
}

.searchMain .gsc-control-cse {
    background-color: initial;
    border: none;
    padding: 0
}

.searchMain .gsc-control-cse:after {
    content: "";
    display: none
}

.searchMain .gsc-control-wrapper-cse .gsc-positioningWrapper .gsc-tabsAreaInvisible,.searchMain .gsc-control-wrapper-cse .gsc-above-wrapper-area {
    padding: 0 10px 10px
}

.searchMain .gsc-wrapper .gs-error-result,.searchMain .gsc-wrapper .gs-captcha-outer-wrapper {
    width: 100%;
    text-align: center
}

.searchMain .gsc-wrapper .gs-error-result .gs-captcha-msg,.searchMain .gsc-wrapper .gs-captcha-outer-wrapper .gs-captcha-msg {
    color: #111
}

.searchMain .gsc-wrapper .gs-error-result .gs-captcha-info-link,.searchMain .gsc-wrapper .gs-captcha-outer-wrapper .gs-captcha-info-link {
    color: #5297ff
}

.searchMain .gsc-wrapper .gs-error-result .gs-captcha-wrapper>div:first-child,.searchMain .gsc-wrapper .gs-captcha-outer-wrapper .gs-captcha-wrapper>div:first-child {
    width: 100%!important;
    height: 100px!important
}

.searchMain .gsc-wrapper .gs-error-result .gs-captcha-wrapper>div:first-child iframe,.searchMain .gsc-wrapper .gs-captcha-outer-wrapper .gs-captcha-wrapper>div:first-child iframe {
    width: 100%;
    height: 100%
}

.searchMain .gsc-wrapper .gsc-adBlock {
    padding: 0 16px;
    background-color: #fff;
    border: none
}

.searchMain .gsc-wrapper .gsc-results {
    width: 100%;
    padding-bottom: 0
}

.searchMain .gsc-wrapper .gsc-results:after {
    content: "";
    display: none
}

.searchMain .gsc-wrapper .gsc-results .gsc-expansionArea {
    overflow-y: hidden;
    background-color: #EFEFEF
}

.searchMain .gsc-wrapper .gsc-results .gsc-expansionArea .gsc-webResult {
   /* display: none*/
}

.searchMain .gsc-wrapper .gsc-results .gcsc-branding {
    /*display: none;*/
    padding: 10px;
    text-align: center
}

.searchMain .gsc-wrapper .gsc-results .gsc-cursor-box {
    /*display: none*/
}

.searchMain .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-align: center;
    padding: 0;
    border: 1px solid #dfe1e5
}

.searchMain .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-container-previous,.searchMain .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-container-next {
    margin: 0 10px;
    flex-grow: 1;
    text-align: left;
    padding: 10px 0
}

.searchMain .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-container-previous .gsc-cursor-chevron,.searchMain .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-container-next .gsc-cursor-chevron {
    cursor: pointer;
    margin: 0 16px -1px
}

.searchMain .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-container-previous {
    text-align: right
}

.searchMain .gsc-wrapper .gsc-webResult .gs-spelling {
    color: #111
}

.searchMain .gsc-wrapper .gsc-imageResult .gsc-result {
    padding: 0
}

.searchMain .gsc-wrapper .gsc-imageResult .gs-mobilePreview {
    background: #fff;
}

.searchMain .gsc-wrapper .gsc-imageResult .gs-mobilePreview .gs-closeButton {
    fill: #111
}

.searchMain .gsc-wrapper .gsc-imageResult .gs-mobilePreview .gs-previewSnippet {
    background: #fff;
}

.searchMain .gsc-wrapper .gsc-imageResult .gs-mobilePreview .gs-previewSnippet .gs-previewTitle {
    color: #111
}

.searchMain .gsc-wrapper .gsc-imageResult .gs-mobilePreview .gs-previewSnippet .gs-previewVisit {
    color: var(--primary-sub-text-color)
}

.searchMain .gsc-wrapper .showPagination .gsc-cursor-box {
    display: block
}

.searchMain .gsc-wrapper .showPagination .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
    margin-right: 8px
}

.searchMain .gsc-wrapper .showPagination .gcsc-more-maybe-branding-root .gcsc-find-more-on-google {
    text-align: center
}

.searchMain .gsc-wrapper .showPagination .gcsc-branding {
    display: block
}

.searchMain .gsc-wrapper .gsc-result {
    border: none;
    margin: 8px 0;
    padding: 16px;
    background-color: #fff;
}

.searchMain .gsc-wrapper .gsc-result .gsc-thumbnail-inside {
    transform: translateY(26px)
}

.searchMain .gsc-wrapper .gsc-result .gsc-thumbnail-inside .gs-title {
    color: #5297ff;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.searchMain .gsc-wrapper .gsc-result .gsc-url-top {
    transform: translateY(-20px)
}

.searchMain .gsc-wrapper .gsc-result .gsc-url-top .gs-visibleUrl-short {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.searchMain .gsc-wrapper .gsc-result .gsc-url-top .gs-visibleUrl-long,.searchMain .gsc-wrapper .gsc-result .gsc-url-top .gs-visibleUrl-breadcrumb {
    display: none
}
/*.searchMain .gsc-wrapper .gs-webResult .gs-visibleUrl-long{
    display: block !important;
}*/
.searchMain .gsc-wrapper .gsc-result .gsc-url-top .gs-bidi-start-align {
    color: #111;
    font-size: 12px
}

.searchMain .gsc-wrapper .gsc-result .gsc-table-result .gsc-table-cell-snippet-close {
    padding: 1px 0
}

.searchMain .gsc-wrapper .gsc-result .gsc-table-result .gsc-table-cell-snippet-close .gs-fileFormat,.searchMain .gsc-wrapper .gsc-result .gsc-table-result .gsc-table-cell-snippet-close .gsc-thumbnail-left,.searchMain .gsc-wrapper .gsc-result .gsc-table-result .gsc-table-cell-snippet-close .gsc-url-bottom {
    display: none
}

.searchMain .gsc-wrapper .gsc-result .gsc-table-result .gs-web-image-box-landscape {
    float: right;
    margin-left: 10px
}

.searchMain .gsc-wrapper .gsc-result .gsc-table-result .gs-image-box {
    margin-top: 19px;
    padding: 0;
    float: right;
    margin-left: 10px
}

.searchMain .gsc-wrapper .gsc-result .gsc-table-result .gs-image-box a.gs-image {
    border: none
}

.searchMain .gsc-wrapper .gsc-result .gsc-table-result .gs-image-box img.gs-image {
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.searchMain .gsc-wrapper .gsc-result .gsc-table-result .gs-watermark {
    display: none
}

.searchMain .gsc-wrapper .gsc-result .gsc-table-result .gs-snippet {
    margin-top: 18px;
    color: #111;
    font-size: 12px
}

.searchMain .gsc-resultsbox-visible .gcsc-find-more-on-google-root {
    display: none
}

.searchMain .searchlistItem {
    padding: 16px;
    margin: 10px 0;
    background-color: #fff;
}

.searchMain .searchlistItem .itemHeader {
    margin-bottom: 14px
}

.searchMain .searchlistItem .itemHeader .headerBox {
    display: flex;
    align-items: center;
    min-height: 32px
}

.searchMain .searchlistItem .itemHeader .headerBox .headerIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f6fa;
    padding: 0;
    box-shadow: none;
    border-radius: 12px;
    margin-right: 12px;
    padding: 0;
    box-shadow: none;
    padding: 6px 12px;
}

.searchMain .searchlistItem .itemHeader .headerBox .headerIcon img {
    display: block;
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.searchMain .searchlistItem .itemHeader .headerBox .headerIcon img.defaultIcon {
    width: 20px;
    height: 20px
}

.searchMain .searchlistItem .itemHeader .headerBox .headerIcon img {
    /*width: 18px;
    height: 18px;*/
    border-radius: 50%;
    align-items: center;
    height: 22px;
    width: 22px;
    flex-shrink: 0;
    vertical-align: middle;
}

.searchMain .searchlistItem .itemHeader .headerBox .headerUrl {
    max-width: 300px;
    margin-left: 6px;
    color: #111;
    font-size: 12px
}

.searchMain .searchlistItem .itemHeader .headerBox .headerUrl .headerShortUrl {
    margin-bottom: 2px;
    font-size:14px;
    margin-bottom: 2px;
    font-size: 14px;
    font-family: Google Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
    color: #1f1f1f;
    line-height: 20px;
    letter-spacing: 0.1px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchMain .searchlistItem .itemHeader .headerBox .headerUrl .headerLongUrl {
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: 0.1px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Helvetica Neue, sans-serif;
    font-weight: 400;
    line-height: 16px;
    color: #3c4043;
}

.searchMain .searchlistItem .itemTitle {
    margin-bottom: 10px;
    color: #3755D9;
    font-size: 20px;
    line-height: 26px;
    word-wrap: break-word;
    font-family: Google Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    padding-top: 1px;
}

.searchMain .searchlistItem .itemContent {
    display: flex;
    justify-content: space-between
}

.searchMain .searchlistItem .itemContent .contentText {
    word-break: break-word;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #545454;
    font-family: Helvetica Neue, sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.searchMain .searchlistItem .itemContent .contentImg {
    margin-left: 24px
}

.searchMain .searchlistItem .itemContent .contentImg img {
    display: block;
    width: 104px;
    height: 104px;
    border-radius: 8px;
    object-fit: cover
}

table.gssb_c {
    width: 100%!important;
    top: 46px!important;
    right: 0;
    left: 0!important;
    height: calc(100% - 46px - var(--env-top) - var(--env-bottom));
    background-color: #fff;
}

table.gssb_c.gssb_c_search {
    position: fixed!important;
    display: table!important
}

table.gssb_c tbody tr td.gssb_e {
    vertical-align: initial;
    display: block;
    box-shadow: none
}

table.gssb_c .gsc-completion-container {
    background-color: #fff;
    color: #111;
    border: none;
    box-shadow: none
}

table.gssb_c .gsc-completion-container tbody>tr {
    font-weight: 500;
    font-size: 12px
}

table.gssb_c .gsc-completion-container tbody>tr td.gssb_a {
    padding: 0
}

table.gssb_c .gsc-completion-container tbody>tr td.gssb_a .gsq_a {
    padding: 10px 16px
}

table.gssb_c .gsc-completion-container tbody>tr:last-child td.gssb_a {
    display: none
}

table.gssb_c .gsc-completion-container td.gssb_a {
    border: none
}

table.gssb_c .gsc-completion-container td.gssb_a table td {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

table.gssb_c .searchNav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 16px;
    padding: 16px 0;
    border-bottom: 1px solid #303030
}

table.gssb_c .searchNav .searchNavLeft {
    display: flex;
    justify-content: center;
    align-items: center
}

table.gssb_c .searchNav .searchNavLeft .searchVal {
    color: #111;
    margin-left: 10px;
    font-size: 14px;
    line-height: 14px
}

table.gssb_c .searchNav .searchNavLeft .searchNavRight {
    line-height: 12px
}
a {
    text-decoration: none;
    color: unset;
}
.gsc-expansionArea {
    overflow-x: hidden; /* 或 auto */
}

.searchlistItem,
.headerLongUrl,
.headerShortUrl,
.itemTitle,
.itemContent {
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
}
/* 防止横向滚动和内容溢出 */
.gsc-expansionArea {
    overflow-x: hidden;
    white-space: normal;
}

.searchlistItem,
.headerLongUrl,
.headerShortUrl,
.itemTitle,
.itemContent {
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
}

/* 保证图片不会撑破布局 */
.searchlistItem img {
    max-width: 104px;
    height: auto;
    display: inline-block;
} 
#searchOverlay {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0; right: 0; bottom: 0;
    background: #fff;
    display: none;
    flex-direction: column;
}
.searchOverlay-header {
    display: flex;
    align-items: center;
    padding: 16px;
    /*border-bottom: 1px solid #dadce0;*/
}
.searchOverlay-header input {
    flex: 1;
    margin: 0 12px;
    font-size: 16px;
    border: none;
    outline: none;
    background: transparent;
    font-family: Google Sans, Helvetica Neue, sans-serif;
}
.searchOverlay-back {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.searchOverlay-close {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.searchOverlay-suggestions {
    border: none;
    margin: 0 6px 0 10px;
    border-top: 1px solid #dadce0;
}
#searchOverlay {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0; right: 0; bottom: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    overflow: hidden;   /* 禁止滚动 */
    height: 100vh;      /* 保证全屏 */
}
body.search-overlay-open {
    overflow: hidden !important; /* 防止页面本身滚动 */
}
.suggestion-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.suggestion-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 0 16px;*/
    height: 48px;
    cursor: pointer;
    transition: background 0.2s;
   /* border-bottom: 1px solid #f2f2f2;*/
    background: #fff;
}
.suggestion-item:last-child {
    border-bottom: none;
}
.suggestion-item:hover {
    /*background: #f5f6fa;*/
}
.suggestion-item img {
    flex-shrink: 0;
    margin: 0 8px;
}
.suggestion-text {
    flex: 1;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    margin: 0 8px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Google Sans, Helvetica Neue, sans-serif;
}
.suggestion-item.history .suggestion-text {
    font-weight: 500;
}
.hisClose,.hisJt,.history-text,.hisSearch{
    width:22px;
    height:22px;
    cursor: pointer;
}
.searchOverlay-suggestions {
    max-height: calc(100vh - 56px);
    /*overflow-y: auto;*/
    padding-bottom: 16px;
    overflow-y: auto;
    /* 隐藏滚动条，允许滚动 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
.searchOverlay-suggestions::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Edge */
}
.gs-imageResult .gs-image-box .gs-image{
    border-radius: 16px;
}