.top-fixed {
        display: none;
    }

    .pdfhot_a {
        margin-right: 15px;
        text-decoration: none;
        color: #333;
        line-height: 21px;
    }

    .pdfhot_a:hover {
        color: #ed5736;
    }


    .substitute-count {
        color: #333;
        width: 1205px;
        margin: 0 auto;
        background-color: #fff;
    }
    .substitute-countbg {
        border-top: 1px solid #eee;
        color: #333;
        width: 1205px;
        margin: 0 auto;
        background-color: #fff;
    }

    .substitute-content {
        background-color: #F6F8FA;
        padding-top: 10px;
        width: 100%;
        height: auto;
    }
    .substitute-contentbg {
        background-color: #F6F8FA;
        padding-top: 10px;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    .select-area_div {
        display: flex;
        padding: 15px 20px 10px 20px;
    }
    .select-area_div10 {
        display: flex;
        padding: 15px 20px 10px 0px;
        border-bottom: 1px solid #eee;
    }
    

    .select-area_div P {
        /* margin-right: 20px; */
        width: 50px;
        font-weight: bold;
    }

    .select-list.expanded {
            height: auto !important; /* 展开时自动高度 */
           
        }
.toggle-btn1:hover {
            color: #007aff;
        }
        .toggle-btn1 {
            cursor: pointer;
            color: #333;
            font-size: 12px;
            display: flex;
        }

    .select-area .select-list {
        display: flex;
        flex-wrap: wrap;
        width: 1067px;
        height: 20px; /* 默认高度 */
        overflow: hidden; /* 隐藏超出部分 */
        transition: height 0.3s ease; /* 添加过渡效果 */
        margin: 0;
        padding: 0;
        list-style: none; 
    }

    .select-area .select-list li a {
        /* width: 100px; */
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
         padding-right: 20px;
    }


    .select-area .select-list li a:hover {
        font-weight: 500;
        color: #007aff;
       
    }

    /* 1 */
     .select-list1.expanded {
            height: auto !important; /* 展开时自动高度 */
           
        }

        .toggle-btn2 {
            cursor: pointer;
            color: #333;
            font-size: 12px;
            display: flex;
        }
         .toggle-btn2:hover {
            color: #007aff;
        }

    .select-area .select-list1 {
        display: flex;
        flex-wrap: wrap;
        width: 1067px;
        height: 20px; /* 默认高度 */
        overflow: hidden; /* 隐藏超出部分 */
        transition: height 0.3s ease; /* 添加过渡效果 */
        margin: 0;
        padding: 0;
        list-style: none; 
    }

    .select-area .select-list1 li a {
        /* width: 100px; */
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
         padding-right: 20px;
    }


    .select-area .select-list1 li a:hover {
        font-weight: 500;
        color: #007aff;
       
    }

    .has-gutter tr{
        border-bottom: 1px solid #eee;
        background-color: #fff !important;
    }
     
    .select-area_div10 .w96{
        width: 96px; font-weight: bold;
    }
    .select-area_div10 .w272{
       width: 220px; font-weight: bold;
    }
    .select-area_div10 .w232{
       width: 205px; font-weight: bold;
    }
    .select-area_div10 .w312{
       width: 255px; font-weight: bold;
    }
    .select-area_div10 .w121{
        width: 225px; font-weight: bold;
    }
    .select-area_div10 .w172{
        width: 172px; font-weight: bold;
    }
    .has-gutter tr .w96_td{
        border: none; width: 96px; text-align: left;
    }
    .has-gutter tr .w267_td{
        border: none; width: 230px; text-align: left;padding-right: 10px; line-height: 23px;padding: 10px 0px;
    }
    .has-gutter tr .w228_td{
        border: none; width: 210px; text-align: left;padding-right: 10px; line-height: 23px;
    }
    .has-gutter tr .w307_td{
        border: none; width: 275px; text-align: left;padding-right: 10px; line-height: 23px;
    }
    .has-gutter tr .w118_td{
        border: none; width: 230px; text-align: left;padding-right: 10px; line-height: 23px; color: red;
    }
    .has-gutter tr .w118_td a{
        color: red; cursor: pointer;
    } 
    .has-gutter tr .w190_td{
        border: none; width: 210px; text-align: left;padding-right: 10px; line-height: 23px;
    }
    .has-gutter tr .w190_td a:hover{
        color: #007aff;
    }
    .w96_img{
        width: 105px; height: 100px;padding: 10px 15px;
    }
    .w96_img img{
        width: 100%; height: 100%; border: 1px solid #eee;border-radius: 3px;object-fit: cover; object-fit: contain;
    }
    .w267_td p{
        font-size: 12px; color: #8c8c8c;
    }
    .w267_td p a{
        color: #8c8c8c;
    }
     .w267_td p a:hover{
        color: #007aff;
    }
    .title-textDiv{
        font-size: 16px; 
        /*font-weight: bold;*/
    }
    .title-textDiv a{
        color: #262626;
    }
    .title-textDiv a span{
        color: #007aff;
    }
    .el-table__header{
        margin: 0px !important;
    }