.search-form {
    padding: 0;
    margin: 0;
    display: flex;
}
.search-form .result {
    color: #E10900;
}
.search-tips {
    position: absolute;
    top: 134px;
    display: none;
}
.search-tips span {
    color: #E10900;
}
.active_hot_tags {
    margin-bottom: 5px;
}
.active_hot_tags strong{
    font-size: 18px;
    line-height: 56px;
    padding: 6px 20px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    white-space: nowrap;
    color: #222222;
}
.search-stat {
    font-size: 14px;
    padding-top: 18px;
    margin-left: auto;
}
.search-stat span {
    color: #E10900;
}