html .app-content-main .app-content-main__container .container__list .line {
    height: auto;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 32px;
}
html .app-content-main .app-content-main__container .wordList {
    padding: 31px 0 20px;
    min-height: 40px;
}
html .app-content-main .app-content-main__container .wordList .el-tag {
    height: 40px;
    line-height: 38px;
    cursor: pointer;
    margin-bottom: 10px;
}
html .app-content-main .app-content-main__container .wordList .el-tag:not(:last-child) {
    margin-right: 10px;
}

html .app-content-main .app-content-main__container .search-history {
    display: flex;
    color: #999999;
}
html .app-content-main .app-content-main__container .search-history__container {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #999999;
}
html .app-content-main .app-content-main__container .search-history__item {
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 10px;
}
html .app-content-main .app-content-main__container .container__list .rankList .line {
    margin-top: 0;
    padding: 15px 0;
}
html .app-content-main .app-content-main__container .container__list .rankList .line .line__other {
    display: none;
}
