.detail_mould_detail_router{
    width: 100%;
    max-width: 1440px;
    margin: 24px auto;
    color: #666;
    font-family: "Microsoft YaHei UI";
    font-size: 12px;
    font-weight: 400;
    gap: 4px;
    line-height: 1.5;
}
.detail_mould_detail_router_blue{
    color: #06F;
}

.detail_mould_detail_body{
    width: 100%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "Microsoft YaHei UI";
    box-sizing: border-box;
}
.detail_mould_detail_left{
    position: sticky;
    top: 80px;
    width: 200px;
    height: max-content;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.detail_mould_catalogue_title{
    padding: 0 12px;
    margin-right: 12px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    color: #666;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.detail_mould_catalogue_title_h2{
    min-height: 52px;
    line-height: 1.5;
    padding: 16px 12px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.detail_mould_catalogue_title_h3{
    min-height: 36px;
    line-height: 1.5;
    margin-left: 30px;
    padding: 12px 12px 12px 0;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.detail_mould_catalogue_title_h2_choose{
    color: #06F;
}
.detail_mould_catalogue_title_choose{
    color: #06F;
    background: linear-gradient(90deg, rgba(0, 69, 255, 0.00) 0%, rgba(0, 69, 255, 0.12) 100%);
}
.detail_mould_detail_content{
    flex: 1;
    min-width: 360px;
    padding: 0 32px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.detail_mould_detail_info{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}
.detail_mould_detail_item{
    width: calc(50% - 24px);
    min-width: 360px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
}
.detail_mould_detail_item_title{
    min-width: 90px;

}


.detail_mould_detail_item span{
    color: #333;
    font-size: 14px;
}
.detail_info_label_blue{
    color: #0071F2;
    padding: 0 12px;
    height: 28px;
    line-height: 26px;
    border-radius: 4px;
    border: 1px solid #0071F2;
}
.detail_info_label_green{
    color: #19A71E;
    padding: 0 12px;
    height: 28px;
    line-height: 26px;
    border-radius: 4px;
    border: 1px solid #19A71E;
}
.detail_mould_detail_download{
    display: flex;
    align-items: center;
    margin: 36px 0;
}
.detail_mould_detail_download_blue{
    width: 180px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 6px;
    background: #396DFF;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-right: 16px;
}
.detail_mould_detail_download_blue img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: -6px;
}
.detail_mould_detail_download_btn{
    color: #666;
    font-size: 13px;
    font-weight: 400;
}



.detail_mould_detail_content h1{
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 24px;
}

.detail_mould_detail_content h2{
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

/* 特殊H2标签 */
.detail_mould_detail_content_h2_bottom{
    height: 38px;
    line-height: 38px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.detail_mould_detail_content h3{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 16px 0;
}

.detail_mould_detail_content h4{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 12px 0;
}

.detail_mould_detail_content h5{
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.detail_mould_detail_content h4:first-child {
    margin-top: 0;
}


.detail_mould_detail_content p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
/* 针对新闻详情独有的部分 */
.news_info{
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: auto auto 24px;
}
.news_bottom_label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 60px;
    padding-top: 16px;
}
.news_bottom_label_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.news_bottom_label_list_name{
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
.news_bottom_label_list_item{
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    color: #0054E5;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    background: #CCDEFF;
}
.news_bottom_label_list_item:hover{
    background: #D5E5FF;
    color: #1965E8;
}
.news_bottom_good{
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    border: 1px solid #DDE9FF;
    display: flex;
    cursor: pointer;
}
.choosed_good_img{
    display: none;
}
.news_bottom_good_icon{
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #DDE9FF;
    padding: 0 8px;
    gap: 4px;
}
.news_bottom_good_icon_number{
    color: #666;
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px;
}

.news_content table {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}
.news_content td {
    padding: 4px;
}
.news_content .firstRow {
    color: #000000;
}

.news_content a {
    color: rgb(59 130 246);
}

.news_content ul{
    padding-left: 16px;
}
.news_content li {
    list-style: disc;
}
.news_content img {
    max-width: 100%;
    height: auto !important;
}


/*适配移动端*/
@media (max-width: 768px) {
    .detail_mould_detail_router{
        margin: 8px 0;
        padding: 0 12px;
    }
    .detail_mould_detail_content h1{
        margin-bottom: 16px;
    }
    .detail_mould_detail_info{
        gap: 12px;
    }
    .detail_mould_detail_download{
        margin: 16px 0;
    }

    .detail_mould_detail_left{
        display: none;
    }
    .detail_mould_detail_content{
        padding: 0 12px;
        overflow: hidden;
    }
    .news_content{
        overflow: hidden;
    }
    .wwei-editor{
        width: 100%;
        max-width: 100%;
    }
    .wwei-editor img{
        max-width: 100%;
        height: auto;
    }
}


