/* =======================
   顶部搜索区
======================= */
.search-box {
    display: contents;
}

.search-bar-box {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #23C268;
}

.back-btn {
    color: #fff!important;
    font-size: 20px;
    margin-right: 10px;
    text-decoration: none;
}

.back-btn:hover {
    color: #fff!important;
}

/* 输入框 */
.search-input-box {
    flex: 1;
    background: #1FAE5D;
    border-radius: 20px;
    padding: 2px 12px;
}

.search-input-box input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 12px;
    line-height: 21px;
    background-color: #1FAE5D;
    color: #fff;
}

.search-input-box input::placeholder {
    color: #94D1A9;
}

/* 搜索按钮 */
.search-btn {
    color: #fff;
    margin-left: 10px;
    font-size: 15px;
}

.search-btn button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    outline: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
}

.search-btn i {
    font-size: 18px;
}


/* =======================
   热门搜索
======================= */
.hot-title {
    padding: 14px 12px 5px 12px;
    font-size: 13px;
    color: #999;
    background-color: #ffffff;
}

.hot-list {
    padding: 0 14px 14px 14px;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
}

.hot-item {
    width: 50%;
    font-size: 14px;
    color: #333;
    padding: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
