button {
    border: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: rgba(183, 183, 183, 0.8);
  }
  
  .btn {
    padding: .05rem .5rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  
  .btn:disabled {
    background: #dedede;
    color: #999;
    border-color: transparent;
  }
  
  .btn-primary {
    background: var(--primary-color);
    color: #fff;
  }
  
  .btn-info {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
  }
  
  .btn-full {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
    padding: 0;
  }
  
  html, body, .wrap {
    height: 100%;
  }
  
  .wrap {
    display: flex;
    flex-direction: column;
  }
  .search-header .current-city .icon-near1 {
      color: var(--primary-color);
      margin-right: .1rem;
      vertical-align: text-bottom;
      font-size: 0.25rem;
  }
  
  .search-header .left-area .icon-left {
    padding: .1rem .3rem .1rem .06rem;
  }
  
  .search-header .center-area {
    display: flex;
    align-items: center;
  }
  
  .search-header .center-area .icon-search {
    color: var(--mid-color);
  }
  
  .search-header .center-area input {
    display: inline-block;
    height: 100%;
    width: 80%;
    border: none;
    background: transparent;
    outline: none;
    font-size: .24rem;
    text-overflow: ellipsis;
  }
  
  .search-header .right-area {
    padding: .1rem .1rem .1rem .2rem;
  }
  
  .tag-list {
    display: flex;
    padding-top: .2rem;
    padding-bottom: 1px;
    flex-wrap: wrap;
  }
  
  .tag-list .tag-item {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    text-overflow: ellipsis;
    height: .5rem;
    line-height: .5rem;
    background: var(--background-color);
    padding: 0 .25rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
    font-size: .22rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    border-radius: .25rem;
    cursor: pointer;
  }
  
  .brand-list {
    max-height: 2.1rem;
    overflow: hidden;
  }
  
  .history-list {
    max-height: 1.4rem;
    overflow: hidden;
  }
  
  .hot-box {
    padding-left: .3rem;
    padding-bottom: .3rem;
    background-color: var(--module-background-color);
  }
  
  .hot-box .module-header {
    padding-left: 0;
  }
  
  .hot-list {
    box-shadow: 0 0 .1rem .01rem #eee;
    border-radius: .2rem;
    padding-top: .2rem !important;
  }
  
  .hot-list .hot-item {
    display: block;
    height: .68rem;
    line-height: .68rem;
    cursor: pointer;
  }
  
  .hot-list .hot-item:first-child .index {
    background-image: -webkit-linear-gradient(top, #f8df8f, #eea33e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .hot-list .hot-item:nth-child(2) .index {
    background-image: -webkit-linear-gradient(top, #e2e2e2, #a8a8a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .hot-list .hot-item:nth-child(3) .index {
    background-image: -webkit-linear-gradient(top, #e7d0a1, #b07e4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .hot-list .index, .hot-list .name {
    display: inline-block;
    vertical-align: middle;
    font-size: .26rem;
  }
  
  .hot-list .index {
    width: .7rem;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: var(--primary-color);
  }
  
  .hot-list .index .icon {
    margin: 0 .06rem 0 -.3rem;
  }
  
  .hot-list .name {
    color: var(--mid-color);
  }
  
  .history-box .module-header {
    padding: .3rem;
  }
  
  .history-box .module-header .icon-rubbish {
    padding-left: .3rem;
    cursor: pointer;
  }
  
  .history-box .icon-close-1 {
    cursor: pointer;
  }
  
  .empty {
    margin-top: 1.1rem;
    flex-grow: 1;
    background: var(--module-background-color);
    text-align: center;
  }
  
  .empty .empty-img {
    margin: 1.8rem auto .3rem;
    width: 3.14rem;
    height: 4.39rem;
  }
  
  .empty .color9 {
    line-height: 1.6;
  }
  
  .relation-item {
    color: var(--light-color);
    line-height: .88rem;
    cursor: pointer;
  }
  
  .relation-item span {
    color: #000;
    margin-left: 0.2rem;
  }
  
  .relation-item em {
    color: var(--primary-color);
  }
  /* 清除按钮“X”图标样式 */
  .clear-icon {
    position: absolute;
    right: 0.1rem;
    cursor: pointer;
    color: #999;
    font-size: 0.4rem;
    display: none; /* 默认隐藏 */
  }
  
  .clear-icon:hover {
    color: #333; /* 悬停时颜色变化 */
  }
  /*# sourceMappingURL=search.css.map */
  