.bread-list{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}
.answer-div p {
    margin:5px 0px 5px 0px;

}
.bread-detail{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #344752;
}
.bread{
    margin-top:25px;
}
.bread li{
    display: inline-flex;
}
.question-block{
    margin-top:25px;
    background:#fff;
    padding-left:24px;
    padding-top:40px;
    padding-bottom:40px;
    border-radius:8px;
    padding-right: 42px;

}

.question-block-q{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000;
}
.question-block-desc{
    padding-top:16px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #595959;
}
.question-icon-line{

    padding-top:24px;
    display:flex
}

.icon-line-item{
    /* cursor:pointer; */
    padding-right:10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
    flex: none;
    order: 1;
    flex-grow: 0;
}
.answer-block{
    background:#fff;
    /* padding-right:24px; */
    margin-top:24px;

    border-radius: 8px;
}
.answer-top{
    padding-top:14px;
    padding-bottom:14px;
    padding-left:24px;

    border-bottom:1px solid #EEEEEE;
}
.answer-top-strong{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.answer-top-num{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}

.answer-div{
    border-bottom:1px solid #EEEEEE;
    margin-left: 33px;
    margin-right: 24px;


}
.answer-author-block{
    display:flex;

}
.answer-author-block .answer-author-img{
    width:35px;
    height:35px;
    padding:0px;
    border-radius:50%;
}
.answer-div{
    padding-top:40px;
    padding-bottom:40px;
    padding-right: 29px;

}
.author-name{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    padding-left:12px;
    padding-top:7px;

    line-height: 24px;
    color: #444;
}
.answer-content{
    padding-top:14px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 2 ;
    text-align: justify;
    color: #121212;
    white-space:pre-wrap;
}
.answer-content ol{
    margin-top:-20px;
    display:grid;


}
.answer-content ul{
    display:grid;

}
.answer-content li{
    display:grid;

}
.answer-row{
    display:flex;
    padding-top:24px;
}
.btn-common img{
    margin-bottom :-5px;
    padding-right:4px;
}
.btn-common:hover .vote-svg{
    stroke: #000;
}
.answer-div.active .vote-svg{
    stroke: var(--primary-color);
}
.answer-div.active .btn-common{
    color: var(--primary-color);
}
.answer-div img{
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vote_num{
    position:relative;
    top:-2px;

}
.btn-common{
    width: 127px;
    height: 40px;
    padding-top:8px;
    padding-bottom:8px;
    border: 1px solid #595959;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color:#595959;
    background: #fff;
    cursor: pointer;
}


.btn-common:hover{
    color:#000;
}

.btn-common:active{
    color:inherit;
}
.banner-pic{
    width: 340px;
    height: 191px;
}

.btn-section{
    width:50%;
}
.update-date{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
    text-align:right;
    width:49%;
    padding-top:7px;
}
.vote-svg{
    stroke: #595959;
    position: relative;
    top:1px;
    scale: 0.85;
}
.vote_name{
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
position: relative;
top: -2px;
}

.answer-line-header{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 0;
    position: relative;
}
.answer-line-text{

    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    color: #595959;

    top:-3px;
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
     font-synthesis: style;
    margin: 0;

}
 .answer-line-header:after {
    border-bottom: 1px solid #ebebeb;
    content: "";
    display: block;
    left: 0;
    margin: 0 20px;
    position: absolute;
    right: 0;
    top: 30px;
 }

.rank-item {
    margin-top: 20px;
    background-color: white;
    margin-bottom: 20px;
    box-shadow: 0px 3px 10px 0px rgba(153, 153, 153, 0.1);
    border-radius: 4px;
}
.rank-list ul li {
    border-top: 0.5px solid #F2F2F2;
    line-height: 25px;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: justify;
    font-size: 14px;
    color: #333;
}
.rank-list ul li:hover {
    background-color: #F7F7F7;
    color: var(--primary-color);
}

.rank-item{
    margin-bottom: 20px;
}

.rank-title {
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
}

.rank-title img {
    width: 40px;
    margin-right: 10px;
}
.rank-question {
    cursor: pointer;
}
.rank-icon {
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {

    .bread{
        display: none;
    }
    .question-block{
        margin:16px;
        padding: 24px 16px;

    }

    .question-block-desc{
        padding-top:8px;
    }

    .question-icon-line{
        padding-top:16px;
    }
    .question-block-q{
        /* padding-bottom: 8px; */

    }
    .answer-block{
        margin:16px;
      }
    .answer-div{
        padding-top:24px;
        padding-bottom:24px;

    }
}
