.hide {
    display: none !important;
}

.wrap-box {
    padding-bottom: 70px;
}

#projectTableBidList-container {


    .op {
        display: flex;
        /* justify-content: flex-end; */
        margin-bottom: 10px;

        a {
            width: 70px;
            height: 28px;
            margin-left: 15px;
            line-height: 28px;
            border-radius: 2px;
            text-align: center;

            &.batchExport {
                background-color: #0f4b85;
                font-size: 12px;
                color: #fefefe;
            }

            &.collect {
                border: solid 1px #999999;
                font-size: 12px;
                color: #999999;
            }

            &.subscribeUpdate {
                border: solid 1px #999999;
                font-size: 12px;
                color: #999999;
            }
        }
    }

    .project-table {
        width: 900px;
        table-layout: fixed;

        th {
            height: 50px;
            background-color: #f5f7fa;
            font-size: 14px;
            color: #444445;
            font-weight: normal;
            text-align: left;


            &:nth-child(1) {
                width: 50px;
                padding-left: 20px;
                text-align: left;

                span {
                    display: inline-block;
                    width: 50px;
                    height: 24px;


                    line-height: 24px;
                    text-align: center;
                    background-color: #084a87;

                    font-size: 14px;
                    font-weight: normal;
                    font-stretch: normal;
                    letter-spacing: 0px;
                    color: #ffffff;
                }
            }

            
            &:nth-child(2) {
                width: 50px;
                text-align: center;
            }

            &:nth-child(3) {
                width: 370px;
            }
        }

        td {
            height: 50px;
            font-size: 14px;
            color: #898989;
            text-align: left;


            &:nth-child(1) {
                padding-left: 20px;
                text-align: center;

            }

            &:nth-child(2) {
                text-align: center;

            }

            &.project-name {
                position: relative;
                padding-right: 5px;
                display: flex;
                align-items: center;
                .title{
                    display: inline-block;
                    max-width: 90%;
                    flex-shrink: 0;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: unset;
                    text-align: left;
                }
                .fileIcon{
                    padding: 2px 4px;
                    border: 1px solid #375da0;
                    color: #375da0;
                    font-size: 12px;
                    line-height: 12px;
                    margin-left: 5px;
                }
                a{
                    color: #898989;
                }
                a:hover{
                    color: #395ca2;
                    text-decoration: none;
                }
                &.annex {
                    &::after {
                        content: '附件';
                        position: absolute;
                        top: 16px;
                        right: 20px;

                        width: 32px;
                        height: 18px;
                        background-color: #f4d6d3;
                        border-radius: 2px;

                        line-height: 18px;
                        text-align: center;
                        font-size: 12px;
                        color: #c63023;
                    }
                }


            }


        }

        tr {
            line-height: normal;
            border-bottom: 1px solid #ebeef5;
        }

    }

    /* 分页 */
    .page {
        margin: 40px auto;
        /* background-color: #999999; */
        /* width: 600px; */
        justify-content: center;

        .index>span {
            margin: 0 10px;
            cursor: pointer;
        }

        input {
            width: 80px;
            text-align: center;
        }
    }
}


#bidTableList-container {


    .op {
        display: flex;
        /* justify-content: flex-end; */
        margin-bottom: 10px;

        a {
            width: 70px;
            height: 28px;
            margin-left: 15px;
            line-height: 28px;
            border-radius: 2px;
            text-align: center;

            &.batchExport {
                background-color: #0f4b85;
                font-size: 12px;
                color: #fefefe;
            }

            &.collect {
                border: solid 1px #999999;
                font-size: 12px;
                color: #999999;
            }

            &.subscribeUpdate {
                border: solid 1px #999999;
                font-size: 12px;
                color: #999999;
            }
        }
    }

    .project-table {
        width: 900px;
        table-layout: fixed;

        th {
            height: 50px;
            background-color: #f5f7fa;
            font-size: 14px;
            color: #444445;
            font-weight: normal;
            text-align: left;


            &:nth-child(1) {
                width: 50px;
                padding-left: 20px;
                text-align: left;

                span {
                    display: inline-block;
                    width: 50px;
                    height: 24px;


                    line-height: 24px;
                    text-align: center;
                    background-color: #084a87;

                    font-size: 14px;
                    font-weight: normal;
                    font-stretch: normal;
                    letter-spacing: 0px;
                    color: #ffffff;
                }
            }

            
            &:nth-child(2) {
                width: 50px;
                text-align: center;
            }

            &:nth-child(3) {
                width: 480px;
            }
        }

        td {
            height: 50px;
            font-size: 14px;
            color: #898989;
            text-align: left;


            &:nth-child(1) {
                padding-left: 20px;
                text-align: center;

            }

            &:nth-child(2) {
                text-align: center;

            }

            &.project-name {
                position: relative;
                padding-right: 5px;
                display: flex;
                align-items: center;
                .title{
                    display: inline-block;
                    max-width: 90%;
                    flex-shrink: 0;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: unset;
                    text-align: left;
                }
                .fileIcon{
                    padding: 2px 4px;
                    border: 1px solid #375da0;
                    color: #375da0;
                    font-size: 12px;
                    line-height: 12px;
                    margin-left: 5px;
                }
                a{
                    color: #898989;
                }
                a:hover{
                    color: #395ca2;
                    text-decoration: none;
                }
                &.annex {
                    &::after {
                        content: '附件';
                        position: absolute;
                        top: 16px;
                        right: 20px;

                        width: 32px;
                        height: 18px;
                        background-color: #f4d6d3;
                        border-radius: 2px;

                        line-height: 18px;
                        text-align: center;
                        font-size: 12px;
                        color: #c63023;
                    }
                }


            }


        }

        tr {
            line-height: normal;
            border-bottom: 1px solid #ebeef5;
        }

    }

    /* 分页 */
    .page {
        margin: 40px auto;
        /* background-color: #999999; */
        /* width: 600px; */
        justify-content: center;

        .index>span {
            margin: 0 10px;
            cursor: pointer;
        }

        input {
            width: 80px;
            text-align: center;
        }
    }
}