.q-cate-box, .important-select-box, .hot-tag-box {
    background: #ffffff;
    padding: 0 20px 15px;
    margin-bottom: 25px;
}
.master-title {
    width: 100%;
    height: 60px;
    color: #333;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #ededed;
    margin-bottom: 0;
}
.category a {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    padding: 2px 15px;
    margin-right: 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    background: #f5f5f5;
}

.important-select-box a{
    padding: 12px 0;
    font-size: 14px;
    display: block;
    color: #333;
    line-height: 20px;
    border-bottom: 1px dashed #e6e6e6;
}
.important-select-box a .answerNum {
    color: #ababab;
    margin-left: 10px;
    font-size: 12px;
}

.hot-tag-box div .tipBox{
    font-size: 14px;
    margin-top: 10px;
    padding: 2px 15px;
    line-height: 30px;
    border-radius: 20px;
    background: #f5f5f5;
}
