.wenda-menu-ul{
    display:block;
}
.wenda-menu-ul li{
    display:block;float:left;width:10.5rem; /* 147px */
}
.wenda-menu-ul li:last-child{
    width:151px;
}
.wenda-menu-ul li a{
    display:block;width:100%;padding:20px;text-align:center;
    text-decoration: none;
}
.wenda-menu-ul li a h4{
    color:var(--default-a-color);font-size:14px;
    /* font-weight: 500; */
}
.wenda-menu-ul li a span{
    font-size:12px;color:#999;
}
.wenda-menu-ul li a span::after{
    content: '»';
    display: inline-block;
    vertical-align: 0;
    margin-left: 4px;
    width: 4px;
    height: 8px;
}
.wenda-menu-ul li a:hover{
    background-color:#fcfcfc;
}

.fbbs-action-div{
    height:40px;line-height:40px;margin-bottom:5px;
    /* border-bottom: 1px solid var(--default-content-bg-color);
    margin-bottom:30px; */
}
.fbbs-action-div .blue-a-button{
    position: relative;bottom:5px;
    box-shadow: rgba(60, 180, 230, 0.12) 0px 0.214285rem 0.357142rem 0px;
}
.fbbs-action-ul{
    display:block;float:right;
}
.fbbs-action-ul li{
    display:block;float:left;width:auto;margin-left:20px;position: relative;
    width:auto;
}
.fbbs-action-ul li::after{
    display: block;
    padding: 0 0.357142rem;
    content: "/\00a0";
    color: #ccc;
    position: absolute;
    right: -21px;
    top: 0;
}
.fbbs-action-ul li:last-child::after{
    display:none;
}
.fbbs-action-ul li a{
    color:var(--default-a-color);text-decoration: none;
}
.fbbs-action-ul li a.checked{
    color:var(--st-light-blue);
}
.fbbs-section{
    border-bottom:1px solid var(--default-content-bg-color);
    padding-bottom:30px;margin-bottom:30px;
}
.fbbs-section:last-child{
    border:0px;padding:0px;margin:0px;
}
.fbbs-header{
    height:50px;position: relative;
}
.fbbs-header a{
    text-decoration: none;
}
.fbbs-header h3 {
    display: block;float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color:var(--default-a-color);
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-left:15px;
}
.fbbs-header .post-num{
    display: block;float:left;
    box-sizing: border-box;
    padding: 5px 5px 0;
    width: 46px;
    height: 46px;
    border-radius: 2px;
    background-color: #E1EEFA;
    line-height: 1.2;
    color: var(--default-a-hover-color);
    text-align: center;
    cursor: pointer;
    /* box-shadow: 0 0 0.142857rem 0 rgba(0,0,0,0.1); */
    transition: all .1s;
}
.fbbs-header .post-num span:first-child{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.fbbs-header .post-num span:last-child{
    font-size:12px;
}
.fbbs-header .tags-list{
    position:absolute;bottom:-8px;left:60px;min-height:30px;width:680px;
}
.fbbs-header .tags-list a{
    font-size:12px;color:var(--default-small-a-color);width: auto;

}
.fbbs-header .tags-list a::after{
    display:inline-block;width:10px;text-align:center;content:"、";
}
.fbbs-header .tags-list a:last-child::after{
    display:none;
}
.fbbs-header .tags-list a:hover{
    color:var(--default-a-hover-color);
}
.fbbs-header .tags-list .icon-tags{
    display:inline-block;width:15px;height:15px;
    background:url(../img/icon_tag.svg);background-size:cover;
    position: relative;top:3px;
}
.fbbs-header .title-a h3{

    width: 90%;
    white-space: nowrap;
    overflow: hidden;
}
.fbbs-header .title-a:hover h3{
    color:var(--default-a-hover-color);

}
.fbbs-header .title-a:hover .post-num{
    background-color:var(--default-a-hover-color);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0.214285rem 0.357142rem 0px;
}
.fbbs-header .title-a:hover .post-num span{
    color:#FFFFFF;
}
.fbbs-footer{
    width:100%;height:auto;background-color:#fcfcfc;
    margin-top:18px;box-sizing: border-box !important;
    padding:18px 20px 13px 20px;
}
.fbbs-footer:hover{
    box-shadow:#ccc 0 0 10px;
}
.fbbs-footer .user-a{
    display:inline-block;float:left;height:20px;width:auto;text-decoration: none;
}
.fbbs-footer .user-a img{
    width:20px;height:20px;
    border-radius: 1px;
}
.fbbs-footer .user-a span{
    color:var(--default-a-next-color);position: relative;bottom:5px;left:3px;
}
.fbbs-footer span.best-answer{
    background-color:var(--st-pink);color:#FFFFFF;display:inline-block;float:left;
    font-size:12px;padding:0 5px;margin-left:10px;border-radius: 1px;
}
.fbbs-footer span.time-span{
    display:inline-block;float:right;color:var(--default-a-next-color);
    font-size:12px;
}
.fbbs-footer>p{
    width:100%;max-height:40px;line-height: 1.5;overflow: hidden;
    margin:10px 0;font-size:14px;color:var(--default-a-color);
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.fbbs-footer .action-button-div{
    width:100%;height:auto;margin-top:15px;
}
.fbbs-footer .action-button-div .button-a{
    padding:5px 0px;text-decoration: none;
    font-size:12px;margin-right:20px;
    color:var(--default-a-next-color);
    /* background-color:#ccc; */
}
.fbbs-footer .action-button-div .button-a:hover{
    background:none !important;
    /*border-radius: 2px;*/
    color:var(--default-a-next-color);
}
.fbbs-footer .action-button-div .button-a span{
    margin-left:3px;
}
.fbbs-footer .action-button-div .button-a i{
    /*display:inline-block;width:15px;height:15px;*/
    /*position: relative;top: 3px;right: 3px;*/
    font-size:14px;
    top:0px;right:0px;
}
.fbbs-footer .action-button-div .button-a i.icon_collect{
    background:url(../img/icon_collect.png) no-repeat center center;background-size:15px;
}
.fbbs-footer .action-button-div .button-a i.icon_zan{
    background:url(../img/icon_zan.png) no-repeat;background-size:14px 14px;
    background-position: top;
}
.fbbs-footer .action-button-div .button-a i.icon_share{
    background:url(../img/icon_share.png) no-repeat center center;background-size:15px;
}
.fbbs-footer .action-button-div .button-a i.icon_comment{
    background:url(../img/icon_comment.png) no-repeat center center;background-size:15px 15px;
}

.specialist-ul{
    display:block;
}
.specialist-ul li{
    display:block;width:100%;height:auto;margin-bottom:15px;
    border-bottom:1px solid #e5e5e5;padding-bottom:15px;
}
.specialist-ul li:last-child{
    margin:0px;padding-bottom:0px;border:0px;
}
.specialist-ul-avatar{
    display:block;float:left;width:40px;height:40px;position: relative;border-radius: 2px;
    margin-right:10px;
}
.specialist-ul-avatar img{
    width:40px;height:40px;
}
.specialist-ul-avatar img:hover{
    box-shadow: 0 0.08rem 0.3rem rgba(51,51,51,.9);
}
.specialist-ul-avatar span{
    display:inline-block;font-size:12px;text-align: center;width:15px;height:15px;line-height:15px;
    background-color:var(--st-pink);color:#ffffff;
    border-radius: 15px;position: absolute;top:-5px;left:-5px;
}
.specialist-ul-name a:first-child{
    color:#333;text-decoration: none;font-weight:500;
}
.specialist-ul-name a:first-child:hover{
    color:var(--st-light-blue);text-decoration: underline;
}
.specialist-ul-name a:last-child{
    color:var(--st-light-blue);float:right;
}
.specialist-ul-action a{
    color:#999;font-size:12px;text-decoration: none;margin-right:10px;
}
.specialist-ul-action a:hover{
    text-decoration: underline;color:var(--st-light-blue);
}
.user-info-card-top-contain{
    position: absolute;
    height: 15px;
    top: -5px;
    display: flex;
    /*border: 1px solid #0C9A9A;*/
    width: 100%;
}
.user-info-card-top-contain .groupIcon{
    /*background-color: var(--st-pink);*/
    /*display: inline;*/
    height: 15px;
    width: 15px;
    margin: 0px;
    border: 0px;
    border-radius: 7px;
}