p{
    padding:5px auto;
    line-height: 2.0;
}

h3{
    padding:10px;
    padding-bottom: 20px
}

h4{
    padding:10px auto;
}

/* 主页-菌种信息 */
.bac-review{
    padding:20px;
    background:#F6F7F9;
}
.bac-head{
    display: flex;
    align-items:flex-end;
    padding:10px;
    justify-content:center;
}
.bac-title{
    font-size:20px;
    padding-right:10px;
    border-radius:10px;
    border:1px solid #919191;
    justify-content:center;
    padding:10px;
}
.more{
    font-size:14px;
}
.more-box{
    background: #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding:10px;
    margin-top:20px;
}
.bac-list{
    display: flex;
    align-items:center;
    justify-content:center;
    gap:30px;
}

.ARB{
    background: #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width:288px;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
}
.ARB-name{
    border-bottom: 3px solid #0177D6;
}
.review{
    padding:30px;
    line-height: 2.0;
    color:#636363;
    text-indent: 2em;
}
.detail-page{
    font-size:14px;
    padding-bottom-20px;
    align-items:flex-end;
}

/* 网站介绍-文本 */
.web-detail{
    padding:20px;
    border-radius:10px;
    border:1px solid #C4C4C4;
    margin:20px;
}
.text-part{
    padding-top:10px;
}

/* 菌种介绍 */
.page-content{
    display:flex;
    padding:20px;
    border-radius:10px;
    border:1px solid #C4C4C4;
    margin:20px;
}

.catalog-box{
    margin:10px;
    margin-right:0;
}
.item-cell{
    padding:10px;
    white-space: nowrap
}
.item-cell-current{
    padding:10px;
    background:#015293;
    white-space: nowrap
}

.catalog-item-current{
    background:#015293;
    color:white;
}
.catalog{
    display:flex;
    font-size:20px;
    padding-bottom:20px;
    justify-content:center;
}
.bac-box{
    background:#F6F7F9;
}

.bac-table{
    padding-top:10px;
    border-collapse: collapse;
    width: 80%;
}
.bac-table th{
    background:#636363;
    color:#E0E0E0;
    font-size:16px;
    padding:10px;
}

.bac-table td{
    font-size:16px;
    padding:10px;
}

/* 详情页 */
.detail-box {
    padding-top:10px;
}

.detail-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    // border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.detail-table td {
    padding: 20px 20px;
    border-bottom: 1px solid #edf2f7;
    color: #4a5568;
    font-size: 14px;
    transition: all 0.2s ease;
    word-wrap: break-word;
    min-width:300px;
}