.search-home {
    margin: 0 8px;
  }
  .notice {
    font-size: 12px;
    color: #666;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 600;
  }
  .search-form {
    position: relative;
    max-width: 584px;
    margin: 10px auto 0;
  }
  .search-content {
    width: 100%;
    display: flex;
    height: 38px;
    overflow: hidden;
    border-radius: 19px;
  }
  .search-content .input {
    flex: 1;
    /* background-color: #f2f3f8; */
    border-radius: 19px;
    display: flex;
  }
  .search-content .input input {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    margin: 0;
    background: #F2F3F8;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
    word-wrap: break-word;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    padding: 0 14px;
    height: 100%;
    font-size: 12px;
    color: #483da0;
    font-weight: 400;
  }
  .search-content .input .input-border {
    display: none;
  }
  .search-content .button {
    padding: 0 20px;
    line-height: 38px;
    background-color: #ff4f6b;
    cursor: pointer;
    /* background-image: linear-gradient(116deg, #37378E 0%, #5956B4 100%); */
    border-radius: 0 19px 19px 0;
    width: 83px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin:0 4px 0 0;
  }
  .search-history-content {
    padding: 5px 14px 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 10;
    width: 100%;
    background-color: #2e1c56;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    transition: 0.3s all;
  }
  .search-history-content .title {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 12px;
    color: #b3a5a5;
  }
  .title {
    font-size: 15px;
    color: white;
    font-weight: 700;
    padding-top: 10px;
  }
  .search-history-content .title .delete-all-history {
    color: #ff4f6b;
  }
  .search-history-content .text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    height: 17px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .search-history-content .text .history-text {
    margin-right: 20px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
  .search-tag-content {
    max-width: 584px;
    margin: 10px auto 0;
  }
  .search-tag-content .search-tags:first-child {
    margin-top: 0;
  }
  .search-tag-content .search-tags {
    margin-top: -14px;
    margin-bottom: 10px;
  }
  .search-tag-content .search-tags .title {
    font-size: 15px;
  }
  .search-tag-content .search-tags .title img {
    width: 16px;
    margin-right: 6px;
    height: 16px;
    margin-top: 1px;
  }
  .search-tag-content .search-tags .tags.tags-rect,
  .search-tag-content .search-tags .tags.tags-circle {
    margin-left: 0;
  }
  .search-tag-content .search-tags .tags {
    margin-top: 10px;
  }
  .tags-rect .badge-light {
    border-radius: 25px;
    font-size: 13px;
    margin-right: 5px;
    padding: 5px 15px;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #f3f3f3;
    letter-spacing: 0;
    line-height: 18px;
    display: -webkit-inline-box;
    border: 1px #f3f3f3 solid;
  }
  