.page{
    background: #f7f8f9;
}
.links{color:#aaa;}
.links a{margin:0 16px 0 0; }
.two {
    font-size: 16px;
    color: #888;
    line-height: 32px;
}
.two a{font-size:16px;text-decoration: none;}

.footer-box{border-right:1px solid #f9f9f9;float:left;width:14%;}
.footer-box ul,.footer-box li{list-style: none;}
.footer-box li{line-height:28px;font-size:14px;}
.footer-box li a{font-size:14px;}

.category-title{background: #fff;padding:10px;font-size:20px;}


.ask-content {
    margin-top: 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px !important;
    line-height: 30px;
    color: #222;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align:justify;
    zoom:1;
}
.ask-content{
    background:#ecf4e9 url("/static/front/web/img/yicaina.png") 99% 2%  no-repeat;
    background-size: 12%;
    padding:30px 30px 30px 30px;
    border-radius: 5px;
}
.ask-good{
    font-size:14px;
    margin-top:30px;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    color:#666;
}

.ask-good .good svg{vertical-align:bottom;cursor: pointer}

.ask-good span {
    margin-right: 16px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.red-icon{color:#ff3300;}