.table{
    table-layout: fixed;
}
.table th,.table td{
    box-sizing: border-box;
}
.faq-content-wrapper{
    margin-top: 36px;
}
.article-content-container{
    column-count: 2;
    column-gap: 36px;
}
.article-content-container > li{
    border-top: 2px solid #e0d9ec;
    break-inside: avoid;
}
.table-container{
    border: 1px solid #e0d9ec;
}
.table-container tr td,
.table-container tr th{
    border-right: 1px solid #e0d9ec;
    border-bottom: 1px solid #e0d9ec;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.table-container tr th{
    background-color: #f9f7fb;
}
.article-content-container > li:not(:first-child) {
    border-bottom: none;
}
.article-content-container > li > div{
    padding-bottom: 30px;
}
.classify-primary-tit{
    font-size: 18px;
    font-weight: bold;
    color: #6a4b92;
    margin-bottom: 19px;
}
.classify-second-tit{
    font-size: 13px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 24px;
}
.article-content{
    font-size: 12px;
    line-height: 20px;
    word-break: break-word;
}
.faq-content-wrapper >div:not(:first-child){
    margin-top: 20px;
}
.tec_spt_content{
    margin-top: 17px;
    margin-bottom: 38px;
    padding-bottom: 7px;
    border-bottom: 2px solid #e0d9ec;
}
.tec_spt_content span{
    font-weight: bold;
    padding-right: 5px;
}
.tec_spt_content p{
    display: inline-block;
    margin-right: 12px;
}
.tab-tit-1{
    margin-top: 37px;
    background-color: rgb(255, 255, 255);
}
.tab-tit-1>li{
    height: 30px;
    line-height: 30px;
    padding: 0 28px;
    border-radius: 4px 4px 0 0;
}
