.label_top {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 6px;
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
}

.label_top::before {
    position: absolute;
    top: 2.1px;
    left: -10px;
    width: 5px;
    height: 17px;
    content: "";
    border-radius: 2px;
    background: #745dff;
}




/*  */

#recommend_queries {
    width: 100%;
    margin-top: 28px;
}

#recommend_query_items {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 0;
}

.recommend_query {
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
    color: black !important;
}

.recommend_query:visited {
    text-decoration: none;
    color: black !important;
}

.recommend_query_icon {
    display: block;
    width: 20px;
    height: 20px;
} 

.recommend_query_label {
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: black !important;
}

.recommend_query div.recommend_query_label {
    color: black !important;
}

.recommend_query:visited div.recommend_query_label {
    color: black !important;
}

/*  */

#questions {
    margin-top: 28px;
}

#question_items {
    border-radius: 5px;
    overflow: hidden;
}

#questions .el-collapse-item__header {
    border-bottom: none;
}

#questions .el-collapse-item__content {
    padding-bottom: 12px;
    margin: 0 12px;
    color: #606266;
}

#questions .el-collapse-item__header {
    color: #303133;
    font-size: 13px;
    padding-left: 12px;
}

#questions .header-icon.el-icon-question {
    margin-right: 6px;
    color: rgb(116, 93, 255);
    font-size: 18px;
    line-height: 18px;
}

#questions .el-collapse-item__arrow {
    margin-right: 12px;
}