.disabled {
    background-color: gray !important;
}

.organname {
    font-size: 24px;
    background-color: #e2ecff;
}
.scoll_new_index_Main {
    height: calc(100% - 25px);
    overflow-y: auto;
}
.evaluation-methods .tableList {
    padding-left: 30px;
}

    .evaluation-methods .tableList .list-item {
        margin-top: 28px;
    }

    .evaluation-methods .tableList .itemTitle {
        flex: 1;
        padding-left: 24px;
        background-repeat: no-repeat;
        background-position: 0 center;
        font-size: 16px;
        color: #0D0D2E;
        text-shadow: 0 0 0 #0D0D2E;
    }

        .evaluation-methods .tableList .itemTitle.one {
            background-image: url(../img/eva-item1.png);
            background-size: 19px 20px;
        }

        .evaluation-methods .tableList .itemTitle.two {
            background-image: url(../img/eva-item2.png);
            background-size: 20px 20px;
        }

        .evaluation-methods .tableList .itemTitle.three {
            background-image: url(../img/eva-item4.png);
            background-size: 20px 19px;
        }

        .evaluation-methods .tableList .itemTitle.four {
            background-image: url(../img/eva-item3.png);
            background-size: 18px 20px;
        }

    .evaluation-methods .tableList .itemScore {
        flex: 1;
        margin-top: 2px;
        color: #D88A38;
        font-size: 15px;
        margin-left: 40px;
    }

    .evaluation-methods .tableList .itemHead {
        margin-bottom: 10px;
        display: flex;
    }

        .evaluation-methods .tableList .itemHead button, .evaluation-methods .tableList .itemHead a {
            padding-left: 20px;
            background: url(../img/addBtn.png) no-repeat;
            background-size: 10px 10px;
            background-position: 5px center;
            border: none;
            color: #2F7AFF;
            font-size: 15px;
            line-height:50px;
        }

    .evaluation-methods .tableList table {
        border-collapse: collapse;
    }

        .evaluation-methods .tableList table th,
        .evaluation-methods .tableList table td {
            border: 1px solid #E0E0E0;
            height: 36px;
        }

        .evaluation-methods .tableList table tr td {
            position: relative;
        }

            .evaluation-methods .tableList table tr td input {
                width: 100%;
                padding: 0 10px 0 20px;
                border: none;
            }

            .evaluation-methods .tableList table tr td:first-child {
                width: 50px;
                text-align: center;
            }

            .evaluation-methods .tableList table tr td:last-child button {
                /*position: absolute;
                top: 50%;
                right: 10px;
                margin-top: -6.5px;*/
                width: 13px;
                height: 13px;
                background: url(../img/shanchu.png) no-repeat;
                background-size: 100% 100%;
                border: none;
                vertical-align: middle;
            }

        .evaluation-methods .tableList table th {
            background-color: #FAFAFC;
        }

.evaluation-methods .redHint {
    padding-left: 30px;
    margin-top: 15px;
    color: #E95D56;
}

.new_ListMain {
    background-color: #FFFFFF;
    padding: 15px 18px 15px 15px;
}

    .new_ListMain .input_select {
        float: left;
        margin-right: 17px;
        margin-bottom: 15px;
    }

        .new_ListMain .input_select input {
            width: 160px;
            height: 36px;
            border: 1px solid #E0E0E0;
            border-radius: 5px;
            padding: 0 10px;
            color: #555555;
        }

        .new_ListMain .input_select select {
            width: 160px;
            height: 36px;
            border: 1px solid #E0E0E0;
            border-radius: 5px;
            padding: 0 10px;
            color: #555555;
            /*隐藏默认小箭头*/
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            /*用图片替换*/
            background: url(../img/xiala.png) no-repeat;
            background-position: 96% center;
            background-size: 12px 5px;
        }

            .new_ListMain .input_select select::-ms-expand {
                display: none;
            }

    .new_ListMain .btnsArr {
        float: left;
        margin-bottom: 15px;
    }

        .new_ListMain .btnsArr button {
            height: 36px;
            line-height: 36px;
            padding: 0 15px 0 30px;
            border-radius: 5px;
            border: 1px solid #2F7AFF;
            color: #FFFFFF;
            background-color: #2F7AFF;
            background-position: 10px center;
            background-repeat: no-repeat;
            margin-left: 15px;
        }

            .new_ListMain .btnsArr button:first-child {
                margin-left: 0;
            }

        .new_ListMain .btnsArr .addScheme {
            background-image: url(../img/add.png);
            background-size: 13px 13px;
        }

        .new_ListMain .btnsArr .searchBtn {
            background-image: url(../img/search.png);
            background-size: 18px 18px;
        }

        .new_ListMain .btnsArr .resetBtn {
            background-image: url(../img/chongzhi.png);
            background-size: 16px 14px;
            color: #2F7AFF;
            background-color: #FFFFFF;
        }

    .new_ListMain .apply-table table {
        border-collapse: collapse;
    }

        .new_ListMain .apply-table table th,
        .new_ListMain .apply-table table td {
            height: 50px;
            border: 1px solid #E0E0E0;
            padding: 12px 8px;
        }

        .new_ListMain .apply-table table th {
            background-color: #FAFAFC;
            text-shadow: 0 0 0 #000;
            color: #0D0D2E;
        }

        .new_ListMain .apply-table table td {
            text-align: center;
        }

            .new_ListMain .apply-table table td .sendBack {
                color: #E95D56;
            }

            .new_ListMain .apply-table table td.itemNums {
                width: 130px;
                text-align: left;
            }

                .new_ListMain .apply-table table td.itemNums span {
                    width: 130px;
                    /*只显示两行*/
                    word-break: break-all;
                    /*兼容英文换行*/
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

            .new_ListMain .apply-table table td.itemNames {
                width: 136px;
                text-align: left;
                color: #2F7AFF;
            }

                .new_ListMain .apply-table table td.itemNames span {
                    /*只显示三行*/
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

            .new_ListMain .apply-table table td.itenText {
                width: 102px;
                text-align: left;
            }

                .new_ListMain .apply-table table td.itenText span {
                    /*只显示三行*/
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

        .new_ListMain .apply-table table .opreationBtn {
            width: 140px;
        }

            .new_ListMain .apply-table table .opreationBtn button {
                width: 55px;
                height: 22px;
                line-height: 20px;
                background-color: #E2ECFF;
                border: none;
                border-radius: 3px;
                color: #2F7AFF;
                background-repeat: no-repeat;
                background-size: 12px 12px;
                background-position: 6px center;
                margin: 0 2px 4px;
                padding-left: 17px;
            }

            .new_ListMain .apply-table table .opreationBtn .detailsBtn {
                background-image: url(../img/xiangqing.png);
            }

            .new_ListMain .apply-table table .opreationBtn .amendBtn {
                background-image: url(../img/xiugai.png);
            }

            .new_ListMain .apply-table table .opreationBtn .checkBtn {
                background-image: url(../img/shenhe.png);
            }

            .new_ListMain .apply-table table .opreationBtn .allocationBtn {
                background-image: url(../img/fenpei.png);
            }

            .new_ListMain .apply-table table .opreationBtn .auditBtn {
                width: 120px;
                background-position: 24px center;
                background-image: url(../img/tijiao.png);
            }

    .new_ListMain .apply-table .tablePaging {
        margin-top: 30px;
        text-align: center;
    }

.new_index_Main {
    padding: 15px;
    overflow-y:auto;
    background-color:#fff;
}

    .new_index_Main .item_titles {
        font-size: 25px;
        color: #0D0D2E;
        text-align: center;
        text-shadow: 0 0 0.5px #0D0D2E;
        margin-bottom: 3%;
    }

    .new_index_Main .flow_main {
        margin-bottom: 3%;
    }

        .new_index_Main .flow_main ul {
            font-size: 0;
            background: url(../img/line.png) no-repeat;
            background-position: 0 center;
            background-size: 100% 5px;
            text-align: center;
        }

            .new_index_Main .flow_main ul li {
                position: relative;
                display: inline-block;
                padding: 0 6px;
                background-color: #FFFFFF;
                margin-right: 70px;
            }

                .new_index_Main .flow_main ul li::after {
                    content: "";
                    display: inline-block;
                    width: 70px;
                    height: 10px;
                    background: url(../img/buzhou.png) no-repeat;
                    background-size: 100% 100%;
                    background-color: #FFFFFF;
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .new_index_Main .flow_main ul li:last-child {
                    margin-right: 0;
                }

                    .new_index_Main .flow_main ul li:last-child::after {
                        display: none;
                    }

                .new_index_Main .flow_main ul li .flow_item {
                    width: 125px;
                    height: 40px;
                    border-radius: 20px;
                    background-color: #EEEEEE;
                    color: #9E9E9F;
                    font-size: 0;
                    border: 1px solid #EEEEEE;
                }

                    .new_index_Main .flow_main ul li .flow_item::after {
                        content: '';
                        display: block;
                        clear: both;
                    }

                    .new_index_Main .flow_main ul li .flow_item i {
                        float: left;
                        display: inline-block;
                        width: 39px;
                        height: 39px;
                        line-height: 36px;
                        text-align: center;
                        border-radius: 50%;
                        border: 1px solid #9E9E9F;
                        background-color: #EEEEEE;
                        color: #9E9E9F;
                        font-size: 22px;
                        margin-left: -1px;
                    }

                    .new_index_Main .flow_main ul li .flow_item span {
                        float: left;
                        display: inline-block;
                        width: calc(100% - 40px);
                        height: 38px;
                        text-align: center;
                        line-height: 38px;
                        font-size: 17px;
                        margin-left: -5px;
                    }

                .new_index_Main .flow_main ul li.accomplishState .flow_item {
                    background-color: #E2ECFF;
                    color: #2F7AFF;
                    border: 1px solid #2D74F4;
                }

                    .new_index_Main .flow_main ul li.accomplishState .flow_item i {
                        border: 1px solid #2F7AFF;
                        background-color: #2F7AFF;
                        color: #FFFFFF;
                    }

                .new_index_Main .flow_main ul li.accomplishState::after {
                    background: url(../img/buzhou-active.png) no-repeat;
                    background-size: 100% 100%;
                    background-color: #FFFFFF;
                }

                .new_index_Main .flow_main ul li.active .flow_item {
                    background-color: #2D74F4;
                    color: #FFFFFF;
                    border: 1px solid #2D74F4;
                }

                    .new_index_Main .flow_main ul li.active .flow_item i {
                        border: 1px solid #2F7AFF;
                        background-color: #FFFFFF;
                        color: #2F7AFF;
                    }

    .new_index_Main .bottom_buttonArr {
        margin-top: 30px;
        text-align: center;
    }

        .new_index_Main .bottom_buttonArr button {
            min-width: 100px;
            height: 40px;
            line-height: 38px;
            border: 1px solid #2F7AFF;
            border-radius: 5px;
            margin: 0 15px;
            background-color: #2F7AFF;
            color: #FFFFFF;
        }

.enterprise_table {
    max-height: 58%;
    overflow: hidden;
    overflow-y: auto;
}

    .enterprise_table table {
        border-collapse: collapse;
    }

        .enterprise_table table th,
        .enterprise_table table td {
            height: 50px;
            border: 1px solid #E0E0E0;
            padding: 10px;
        }

        .enterprise_table table tr td:first-child {
            text-align: center;
            color: #0D0D2E;
        }

        .enterprise_table table th {
            background-color: #FAFAFC;
        }

            .enterprise_table table th em {
                color: #FF4040;
                margin-right: 2px;
                font-size: 16px;
            }

        .enterprise_table table td i {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url(../img/radio.png) no-repeat;
            background-size: 100% 100%;
            vertical-align: middle;
            margin-left: 10px;
            margin-right: 2px;
        }

            .enterprise_table table td i.active {
                background: url(../img/radio-checked.png) no-repeat;
                background-size: 100% 100%;
            }

            .enterprise_table table td i input {
                width: 100%;
                height: 100%;
                opacity: 0;
            }

        .enterprise_table table td .company-Names {
            display: inline-block;
            max-width: 150px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #666666;
            text-align: center;
        }

        .enterprise_table table td .offer-PirceNums {
            display: block;
            color: #2F7AFF;
            text-shadow: 0 0 0 #2F7AFF;
        }

            .enterprise_table table td .offer-PirceNums b {
                font-weight: normal;
            }

    .enterprise_table button {
        width: 20px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: 12px 15px;
        background-position: center;
        background-color: #FFFFFF;
        border: none;
    }

        .enterprise_table button.topBtns {
            background-image: url(../img/topBtn.png);
        }

        .enterprise_table button.bottomBtns {
            background-image: url(../img/bottomBtn.png);
        }

        .enterprise_table button.v-topBtns {
            background-image: url(../img/v-topBtn.png);
        }

        .enterprise_table button.v-bottomBtns {
            background-image: url(../img/v-bottomBtn.png);
        }

    .enterprise_table table td button.look-moreBtn {
        width: 90px;
        padding-left: 25px;
        background-image: url(../img/look-more.png);
        background-size: 11px 10px;
        background-position: 10px center;
        background-color: #E2ECFF;
        color: #2F7AFF;
        border-radius: 5px;
        margin: 0 0 2px;
    }

    .enterprise_table table td button.Adjust-rankingBtn {
        width: 90px;
        padding-left: 25px;
        background-image: url(../img/paiming-bj.png);
        background-size: 11px 10px;
        background-position: 10px center;
        background-color: #E2ECFF;
        color: #2F7AFF;
        border-radius: 5px;
        margin: 0;
    }

    .enterprise_table table textarea {
        width: 100%;
        min-height: 50px;
        border: none;
        resize: none;
    }

.red_hintText {
    color: #E95D56;
    margin-top: 20px;
}

.reasons-ranking-adjustment {
    margin-top: 20px;
}

    .reasons-ranking-adjustment p {
        color: #444;
        margin-bottom: 5px;
    }

    .reasons-ranking-adjustment textarea {
        width: 100%;
        border: 1px solid #E0E0E0;
        min-height: 76px;
        padding: 10px;
        resize: none;
    }

.evaluate_mainBox .option-list {
    float: left;
    width: 160px;
    height: 440px;
    margin-right: 15px;
    border: 1px solid #E2ECFF;
    border-radius: 10px;
    padding: 10px 3px 10px 0;
    background-color: #FAFAFC;
}

    .evaluate_mainBox .option-list ul {
        max-height: 100%;
        overflow-y: auto;
    }

        .evaluate_mainBox .option-list ul::-webkit-scrollbar {
            /*滚动条整体样式*/
            width: 5px;
            /*高宽分别对应横竖滚动条的尺寸*/
        }

        .evaluate_mainBox .option-list ul::-webkit-scrollbar-thumb {
            /*滚动条里面小方块*/
            border-radius: 10px;
            background: #2F7AFF;
        }

        .evaluate_mainBox .option-list ul::-webkit-scrollbar-track {
            /*滚动条里面轨道*/
            border-radius: 10px;
            background: #EEEEEE;
        }

    .evaluate_mainBox .option-list li {
        height: 40px;
        border-bottom: 1px solid #DDDDDD;
        cursor: pointer;
        color: #0D0D2E;
        font-size: 12px;
    }

    .evaluate_mainBox .option-list .disable {
        color: red;
    }

    .evaluate_mainBox .option-list li.active,
    .evaluate_mainBox .option-list li:hover {
        background-color: #E2ECFF;
        color: #2F7AFF;
    }

        .evaluate_mainBox .option-list li.active i,
        .evaluate_mainBox .option-list li:hover i {
            height: 40px;
            background: url(../img/radio-active.png) no-repeat;
            background-size: 15px 15px;
            background-position: 5px center;
        }

    .evaluate_mainBox .option-list li.bc_active {
        color: #14CEA3;
    }

        .evaluate_mainBox .option-list li.bc_active i {
            background: url(../img/radio-green.png) no-repeat;
            background-size: 15px 15px;
            background-position: 5px center;
        }

    .evaluate_mainBox .option-list li::after {
        content: '';
        display: block;
        clear: both;
    }

    .evaluate_mainBox .option-list li:last-child {
        border-bottom: none;
    }

    .evaluate_mainBox .option-list li i {
        float: left;
        display: inline-block;
        width: 25px;
        height: 40px;
        background: url(../img/radio2.png) no-repeat;
        background-size: 15px 15px;
        background-position: 5px center;
    }

    .evaluate_mainBox .option-list li span {
        float: left;
        display: inline-block;
        width: calc(100% - 25px);
        height: 40px;
        line-height: 40px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.evaluate_mainBox .scoreTableMain {
    float: left;
    width: calc(100% - 175px);
}

.evaluate_mainBox .scoreModule {
    margin-bottom: 15px;
}

    .evaluate_mainBox .scoreModule .tableHead {
        margin-bottom: 10px;
        text-shadow: 0 0 0 #0D0D2E;
        display: flex;
        justify-content: end;
    }

        .evaluate_mainBox .scoreModule .tableHead button {
            background-color: #2F7AFF;
            color: #FFFFFF;
            width: 80px;
            height: 30px;
            line-height: 28px;
            border: 1px solid #2F7AFF;
            border-radius: 5px;
            margin: 0 15px;
        }

        .evaluate_mainBox .scoreModule .tableHead::after {
            content: '';
            display: block;
            clear: both;
        }

        .evaluate_mainBox .scoreModule .tableHead.business .m-title {
            background-image: url(../img/eva-item2.png);
            background-size: 20px 19px;
        }

        .evaluate_mainBox .scoreModule .tableHead.technology .m-title {
            background-image: url(../img/eva-item4.png);
            background-size: 20px 18px;
        }

        .evaluate_mainBox .scoreModule .tableHead.price .m-title {
            background-image: url(../img/eva-item3.png);
            background-size: 17px 20px;
        }

        .evaluate_mainBox .scoreModule .tableHead.unitNames .m-title {
            background-image: url(../img/unitName.png);
            background-size: 17px 20px;
        }

    .evaluate_mainBox .scoreModule .m-title {
        float: left;
        color: #0D0D2E;
        font-size: 16px;
        background-position: 0 center;
        background-repeat: no-repeat;
        padding-left: 25px;
    }

    .evaluate_mainBox .scoreModule .moduleScore {
        float: left;
        color: #D88A38;
        font-size: 15px;
        margin-left: 40px;
        flex: 1;
    }

    .evaluate_mainBox .scoreModule table {
        border-collapse: collapse;
    }

        .evaluate_mainBox .scoreModule table th,
        .evaluate_mainBox .scoreModule table td {
            height: 40px;
            border: 1px solid #E0E0E0;
            padding: 10px;
        }

        .evaluate_mainBox .scoreModule table tr td:first-child {
            text-align: center;
        }

        .evaluate_mainBox .scoreModule table th {
            background-color: #FAFAFC;
        }

            .evaluate_mainBox .scoreModule table th em {
                color: #FF4040;
                margin-right: 2px;
                font-size: 16px;
            }

        .evaluate_mainBox .scoreModule table td input {
            width: 100%;
            border: none;
        }

        .evaluate_mainBox .scoreModule table td label {
            display: block;
        }

            .evaluate_mainBox .scoreModule table td label i {
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url(../img/radio.png) no-repeat;
                background-size: 100% 100%;
                vertical-align: -2px;
                margin-right: 2px;
            }

                .evaluate_mainBox .scoreModule table td label i.active {
                    background: url(../img/radio-checked.png) no-repeat;
                    background-size: 100% 100%;
                }

                .evaluate_mainBox .scoreModule table td label i input {
                    width: 100%;
                    height: 100%;
                    opacity: 0;
                }

.evaluate_mainBox .total-pointsNum {
    color: #D88A38;
    font-size: 18px;
}

.evaluation-reports {
    padding: 35px 20px 0;
}

    .evaluation-reports .item-name {
        text-align: center;
        font-size: 24px;
        color: #0D0D2E;
        text-shadow: 0 0 0 #0D0D2E;
        margin-bottom: 30px;
    }

    .evaluation-reports .page-Head {
        margin-bottom: 20px;
    }

        .evaluation-reports .page-Head .m-titles {
            float: left;
            font-size: 20px;
            color: #0D0D2E;
            text-shadow: 0 0 0 #0D0D2E;
            border-left: 6px solid #2F7AFF;
            padding-left: 10px;
        }

        .evaluation-reports .page-Head .btnArr {
            float: right;
        }

            .evaluation-reports .page-Head .btnArr button {
                padding: 0 25px;
                height: 40px;
                line-height: 38px;
                border: 1px solid #2F7AFF;
                background-color: #FFFFFF;
                color: #2F7AFF;
                border-radius: 5px;
                margin-left: 10px;
            }

                .evaluation-reports .page-Head .btnArr button.downloadBtn {
                    padding-left: 35px;
                    background-image: url(../img/xiazai.png);
                    background-repeat: no-repeat;
                    background-size: 10px 12px;
                    background-position: 25px center;
                    background-color: #E2ECFF;
                }

    .evaluation-reports .module-Box {
        padding: 30px 0 30px 20px;
        border-bottom: 2px solid #E2ECFF;
    }

        .evaluation-reports .module-Box .m-titleName {
            background: url(../img/title-img.png) no-repeat;
            background-size: 17px 19px;
            background-position: 0 center;
            padding-left: 25px;
            color: #0D0D2E;
            font-size: 18px;
            text-shadow: 0 0 0 #0D0D2E;
            margin-bottom: 10px;
        }

        .evaluation-reports .module-Box table {
            border-collapse: collapse;
            table-layout: fixed;
        }

            .evaluation-reports .module-Box table th,
            .evaluation-reports .module-Box table td {
                border: 1px solid black;
                height: 36px;
                padding: 10px 15px;
            }

            .evaluation-reports .module-Box table th {
                background-color: #FAFAFC;
            }

            .evaluation-reports .module-Box table td span {
                width: 100%;
                display: inline-block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .evaluation-reports .module-Box table td span.itemName {
                    color: #2F7AFF;
                }

    .evaluation-reports .result-List li {
        margin-bottom: 25px;
    }

    .evaluation-reports .result-List .res-info {
        height: 45px;
        line-height: 45px;
        background-color: #FAFAFC;
        padding: 0 10px;
    }

    .evaluation-reports .result-List .unitName {
        float: left;
        color: #2F7AFF;
        font-size: 16px;
    }

    .evaluation-reports .result-List .res-pirce {
        float: left;
        margin-left: 60px;
        color: #D88A38;
        font-size: 16px;
    }

    .evaluation-reports .result-List .res-socre {
        float: left;
        margin-left: 60px;
        color: #D88A38;
        font-size: 16px;
    }

    .evaluation-reports .result-List .toggleShow {
        float: right;
        padding-right: 15px;
        background: url(../img/zhankai.png) no-repeat;
        background-size: 12px 7px;
        background-position: right center;
        cursor: pointer;
    }

        .evaluation-reports .result-List .toggleShow.toggleStaet {
            background: url(../img/shouqi.png) no-repeat;
            background-size: 12px 7px;
            background-position: right center;
        }

    .evaluation-reports .result-List .res-tableMain {
        display: none;
    }

    .evaluation-reports .causeBox {
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .evaluation-reports .causeBox .cause-title {
            color: #444444;
            margin-bottom: 20px;
        }

            .evaluation-reports .causeBox .cause-title i {
                color: #FF4040;
            }

        .evaluation-reports .causeBox textarea {
            width: 100%;
            min-height: 100px;
            resize: none;
            border: 1px solid #E0E0E0;
            padding: 10px;
        }

.lookMoreAlertBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
}

    .lookMoreAlertBox .contentMain {
        width: 1000px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
    }

        .lookMoreAlertBox .contentMain .head {
            height: 50px;
            line-height: 50px;
            background-color: #FAFAFC;
        }

            .lookMoreAlertBox .contentMain .head span {
                float: left;
                font-size: 18px;
                color: #0D0D2E;
                text-shadow: 0 0 0 #0D0D2E;
                padding-left: 20px;
            }

            .lookMoreAlertBox .contentMain .head img {
                float: right;
                width: 21px;
                height: 21px;
                margin-top: 15px;
                margin-right: 20px;
                cursor: pointer;
            }

        .lookMoreAlertBox .contentMain .itemTitleText {
            font-size: 18px;
            color: #0D0D2E;
            text-shadow: 0 0 0 #0D0D2E;
            text-align: center;
            margin: 15px 0;
        }

        .lookMoreAlertBox .contentMain .rankingTableBox {
            padding: 0 50px;
        }

            .lookMoreAlertBox .contentMain .rankingTableBox table {
                border-collapse: collapse;
                table-layout: fixed;
            }

                .lookMoreAlertBox .contentMain .rankingTableBox table th,
                .lookMoreAlertBox .contentMain .rankingTableBox table td {
                    text-align: center;
                    border: 1px solid #E0E0E0;
                    height: 40px;
                    padding: 0 15px;
                }

                .lookMoreAlertBox .contentMain .rankingTableBox table th {
                    background-color: #FAFAFC;
                }

                .lookMoreAlertBox .contentMain .rankingTableBox table td {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .lookMoreAlertBox .contentMain .rankingTableBox .tableBoxs {
                max-height: 241px;
                overflow-y: auto;
                margin-bottom: 25px;
            }

        .lookMoreAlertBox .contentMain .opeartionBtnArr {
            text-align: center;
            padding-bottom: 30px;
        }

            .lookMoreAlertBox .contentMain .opeartionBtnArr button {
                width: 88px;
                height: 40px;
                line-height: 40px;
                border-radius: 5px;
                border: 1px solid #2F7AFF;
                margin: 0 10px;
            }

                .lookMoreAlertBox .contentMain .opeartionBtnArr button:first-child {
                    background-color: #fff;
                    color: #2F7AFF;
                }

                .lookMoreAlertBox .contentMain .opeartionBtnArr button:last-child {
                    background-color: #2F7AFF;
                    color: #fff;
                }

.bidding-Announcement {
    width: 800px;
    background-color: rgba(0, 0, 0, 0.6);
}

    .bidding-Announcement .contentMain {
        width: 1100px;
        margin: 0 auto;
        background-color: #fff;
        padding: 40px 110px 100px;
        font-family: "宋体";
        color: #0D0D2E;
    }

    .bidding-Announcement .page-title {
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 50px;
    }

    .bidding-Announcement .notice-title {
        font-size: 25px;
        text-shadow: 0 0 0 #0D0D2E;
        margin-bottom: 15px;
    }

    .bidding-Announcement .notice-infoMain {
        margin-bottom: 15px;
    }

        .bidding-Announcement .notice-infoMain p {
            text-indent: 2em;
            font-size: 18px;
            line-height: 36px;
        }

        .bidding-Announcement .notice-infoMain span {
            border-bottom: 1px solid #333;
            padding: 0 10px;
        }

    .bidding-Announcement .module-title {
        font-size: 25px;
        text-shadow: 0 0 0 #0D0D2E;
        margin-bottom: 25px;
    }

    .bidding-Announcement .module-infoMain {
        padding-bottom: 15px;
    }

        .bidding-Announcement .module-infoMain p {
            text-indent: 2em;
            font-size: 18px;
            line-height: 36px;
        }

        .bidding-Announcement .module-infoMain li {
            text-indent: 3em;
            margin-bottom: 15px;
            font-size: 18px;
        }

            .bidding-Announcement .module-infoMain li a {
                color: #2F7AFF;
            }

        .bidding-Announcement .module-infoMain span {
            border-bottom: 1px solid #333;
            padding: 0 10px;
        }

        .bidding-Announcement .module-infoMain em {
            white-space: pre;
        }

        .bidding-Announcement .module-infoMain dd {
            text-indent: 3em;
            margin-bottom: 15px;
            font-size: 18px;
        }

            .bidding-Announcement .module-infoMain dd span {
                border-bottom: none;
            }

    .bidding-Announcement .buttonArr {
        margin-top: 80px;
        text-align: center;
    }

        .bidding-Announcement .buttonArr button {
            width: 100px;
            height: 40px;
            line-height: 38px;
            border: 1px solid #2F7AFF;
            border-radius: 5px;
            margin: 0 10px;
        }

            .bidding-Announcement .buttonArr button:first-child {
                background-color: #fff;
                color: #2F7AFF;
            }

            .bidding-Announcement .buttonArr button:last-child {
                background-color: #2F7AFF;
                color: #fff;
            }

    .bidding-Announcement .candidate-information {
        color: #0D0D2E;
        padding-bottom: 15px;
    }

        .bidding-Announcement .candidate-information li {
            margin-left: 3em;
            border-bottom: 1px dashed #E0E0E0;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .bidding-Announcement .candidate-information li em {
                white-space: pre;
            }

            .bidding-Announcement .candidate-information li dl {
                padding-top: 10px;
            }

                .bidding-Announcement .candidate-information li dl::after {
                    content: '';
                    display: block;
                    clear: both;
                }

            .bidding-Announcement .candidate-information li dd {
                width: 50%;
                float: left;
                font-size: 18px;
                margin-bottom: 10px;
            }

                .bidding-Announcement .candidate-information li dd::after {
                    content: '';
                    display: block;
                    clear: both;
                }

    .bidding-Announcement .candidate-list {
        padding-bottom: 15px;
    }

        .bidding-Announcement .candidate-list li {
            padding-left: 3em;
            margin-bottom: 15px;
        }

            .bidding-Announcement .candidate-list li .l-candidates {
                font-size: 18px;
                float: left;
            }

            .bidding-Announcement .candidate-list li .r-standards {
                font-size: 18px;
                float: left;
                margin-left: 50px;
            }

.winningCandidateInfo .input_titles {
    font-size: 18px;
    margin-bottom: 6px;
}

.winningCandidateInfo .inputs_Arr {
    margin-bottom: 15px;
}

    .winningCandidateInfo .inputs_Arr input {
        width: 180px;
        height: 40px;
        border: 1px solid #CCCCCC;
        margin-right: 15px;
        padding: 0 10px;
        border-radius: 5px;
    }

.letter-Of-Acceptance {
    width: 800px;
    padding: 45px 35px 65px;
    background-color: #ffffff;
    margin: 0 auto;
    font-family: "宋体";
    color: #0D0D2E;
}

    .letter-Of-Acceptance .pintBtn {
        text-align: right;
    }

        .letter-Of-Acceptance .pintBtn button {
            width: 60px;
            height: 29px;
            line-height: 27px;
            background-color: #ffffff;
            border: 1px solid #2F7AFF;
            border-radius: 5px;
            color: #2F7AFF;
        }

    .letter-Of-Acceptance .bag-titles {
        font-size: 35px;
        text-align: center;
        font-weight: bold;
    }

    .letter-Of-Acceptance .itemInfoMain {
        position: relative;
        padding-top: 66px;
        margin-top: 30px;
        margin-bottom: 25px;
    }

        .letter-Of-Acceptance .itemInfoMain .scan-codeBox {
            position: absolute;
            top: 0;
            right: 0;
        }

            .letter-Of-Acceptance .itemInfoMain .scan-codeBox img {
                width: 110px;
                height: 110px;
            }

        .letter-Of-Acceptance .itemInfoMain .itemNums {
            font-size: 15px;
            margin-bottom: 6px;
        }

        .letter-Of-Acceptance .itemInfoMain .itemUnitNames {
            font-size: 22px;
            font-weight: bold;
        }

    .letter-Of-Acceptance .announcementTexts {
        text-indent: 2em;
        font-size: 18px;
        line-height: 36px;
    }

    .letter-Of-Acceptance .itemTableMain {
        margin-top: 20px;
    }

        .letter-Of-Acceptance .itemTableMain table {
            border-collapse: collapse;
        }

            .letter-Of-Acceptance .itemTableMain table th,
            .letter-Of-Acceptance .itemTableMain table td {
                height: 60px;
                border: 1px solid #E0E0E0;
                padding: 10px 10px 10px 15px;
            }

            .letter-Of-Acceptance .itemTableMain table tr:last-child td {
                position: relative;
                height: 230px;
            }

            .letter-Of-Acceptance .itemTableMain table th {
                width: 100px;
                background-color: #FAFAFC;
                text-align: left;
                text-shadow: 0 0 0 #333;
            }

            .letter-Of-Acceptance .itemTableMain table td li {
                float: left;
                width: 50%;
                margin: 8px 0;
            }

            .letter-Of-Acceptance .itemTableMain table .unit-seal {
                position: absolute;
                width: 100%;
                /* top: 20px; */
                text-align: right;
                text-shadow: 0 0 0 #333;
                bottom: 46px;
                padding-right: 20px;
            }

            .letter-Of-Acceptance .itemTableMain table .dateTexts {
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 20px;
                text-align: right;
                padding-right: 20px;
            }

.evaluation-reportPintPage {
    width: 800px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 50px 35px;
    color: #0D0D2E;
}

    .evaluation-reportPintPage .pintBtn {
        text-align: right;
    }

        .evaluation-reportPintPage .pintBtn button {
            width: 60px;
            height: 29px;
            line-height: 27px;
            border: 1px solid #2F7AFF;
            color: #2F7AFF;
            background-color: #FFFFFF;
            border-radius: 5px;
        }

    .evaluation-reportPintPage .bag-itemTitle {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        font-family: "宋体";
    }

    .evaluation-reportPintPage .table-moduleBox .mod-title {
        padding-left: 26px;
        background: url(../img/title-img.png) no-repeat;
        background-size: 18px 20px;
        background-position: 0 center;
        font-size: 18px;
        text-shadow: 0 0 0 #333;
        margin: 20px 0;
    }

    .evaluation-reportPintPage .table-moduleBox .mod-table table {
        border-collapse: collapse;
    }

        .evaluation-reportPintPage .table-moduleBox .mod-table table th,
        .evaluation-reportPintPage .table-moduleBox .mod-table table td {
            height: 36px;
            border: 1px solid #E0E0E0;
            padding: 6px 10px;
        }

        .evaluation-reportPintPage .table-moduleBox .mod-table table th {
            background-color: #FAFAFC;
        }

    .evaluation-reportPintPage .table-moduleBox .list-infoBox {
        height: 45px;
        line-height: 45px;
        background-color: #FAFAFC;
    }

        .evaluation-reportPintPage .table-moduleBox .list-infoBox .m-title {
            float: left;
            font-size: 16px;
            color: #2F7AFF;
            margin-right: 50px;
        }

        .evaluation-reportPintPage .table-moduleBox .list-infoBox .modulePrice {
            float: left;
            font-size: 16px;
            color: #D88A38;
        }

        .evaluation-reportPintPage .table-moduleBox .list-infoBox .moduleScore {
            float: left;
            font-size: 16px;
            color: #D88A38;
            margin-left: 50px;
        }

    .evaluation-reportPintPage .adjust-reason {
        margin: 20px 0;
    }

        .evaluation-reportPintPage .adjust-reason .a-title {
            color: #444444;
            margin-bottom: 10px;
        }

        .evaluation-reportPintPage .adjust-reason textarea {
            width: 100%;
            min-height: 64px;
            border: 1px solid #E0E0E0;
            resize: none;
            border-radius: 5px;
            padding: 10px;
            color: #666666;
        }

.evaluation-reports .expert-signatureBox {
    font-family: "宋体";
    font-weight: bold;
    margin-bottom: 20px;
}

    .evaluation-reports .expert-signatureBox .es-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .evaluation-reports .expert-signatureBox ul li {
        float: left;
        width: 24%;
        background-color: #FAFAFC;
        margin: 0 1% 6px 0;
        padding: 20px;
    }

    .evaluation-reports .expert-signatureBox ul .nameOption {
        margin-bottom: 10px;
    }

.evaluation-reports .purchaser-signatureBox {
    font-family: "宋体";
    font-weight: bold;
}

    .evaluation-reports .purchaser-signatureBox .ps-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .evaluation-reports .purchaser-signatureBox ul li {
        padding: 10px 20px;
        background-color: #FAFAFC;
    }

.contain {
}

    .contain button {
        width: 20px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: 12px 15px;
        background-position: center;
        background-color: #FFFFFF;
        border: none;
    }

        .contain button.topBtns {
            background-image: url(../img/topBtn.png);
        }

        .contain button.bottomBtns {
            background-image: url(../img/bottomBtn.png);
        }

        .contain button.v-topBtns {
            background-image: url(../img/v-topBtn.png);
        }

        .contain button.v-bottomBtns {
            background-image: url(../img/v-bottomBtn.png);
        }

    .contain .box {
        border-top: 1px;
        border-top-style: dashed;
        border-top-color: gray;
        padding: 10px;
    }

        .contain .box .title {
            line-height: 25px;
            background-color: #E2ECFF;
            border-radius: 20px;
            padding: 0 18px;
            color: #333;
            margin: 20px 0 10px;
        }

        .contain .box .items {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }

            .contain .box .items .item {
                width: 300px;
                height: 60px;
                border: 1.5px dashed #D0D0D0;
                border-radius: 5px;
                box-shadow: 0px 3px 6px rgba(47, 122, 255, 0.2);
                margin: 15px;
                display: flex;
                align-items: center;
            }

                .contain .box .items .item .index {
                    width: 40px;
                    line-height: 40px;
                    height: 40px;
                    text-align: center;
                    background-color: #F9AD0F;
                    border-radius: 20px;
                    margin: 5px;
                    font-size: 23px;
                }

                .contain .box .items .item .content {
                    /*display: flex;*/
                    flex-direction: column;
                    padding-top: 5px;
                    flex: 1;
                }

                    .contain .box .items .item .content .top {
                        height: 20px;
                        line-height: 20px;
                        font-size: 14px;
                        font-weight: bold;
                    }

                    .contain .box .items .item .content .bottom {
                        display: flex;
                        flex: 1;
                        justify-content: flex-end;
                    }

                        .contain .box .items .item .content .bottom .left {
                            display: flex;
                            flex: 1;
                            align-items: center;
                        }

                        .contain .box .items .item .content .bottom .right {
                            width: 100px;
                        }

.title_examinationMain .showOptionBtn {
    margin-bottom: 10px;
}

    .title_examinationMain .showOptionBtn label {
        margin-right: 20px;
    }

        .title_examinationMain .showOptionBtn label i {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url(../img/radio-active.png) no-repeat;
            background-size: 100% 100%;
            vertical-align: middle;
            margin-right: 5px;
        }

        .title_examinationMain .showOptionBtn label input {
            width: 100%;
            height: 100%;
            opacity: 0;
        }

        .title_examinationMain .showOptionBtn label em {
            display: inline-block;
            border: 1px solid #E0E0E0;
            border-radius: 5px;
            height: 35px;
            line-height: 33px;
            color: #4D4F5C;
            background-color: #FFFFFF;
            padding: 0 10px;
        }

        .title_examinationMain .showOptionBtn label.active i {
            background: url(../img/radio-checked.png) no-repeat;
            background-size: 100% 100%;
        }

        .title_examinationMain .showOptionBtn label.active em {
            border-color: #2F7AFF;
            color: #2F7AFF;
            background-color: #E2ECFF;
        }

.title_examinationMain .listMain .list-Line:nth-of-type(1) .lineOpeartion {
    border-top: 1px solid #E0E0E0;
}

.title_examinationMain .listMain .lineOpeartion {
    background-color: #FAFAFC;
    border: 1px solid #E0E0E0;
    border-top: none;
    line-height: 50px;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.title_examinationMain .listMain .unitName {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 25px;
    font-size: 20px;
    color: #333333;
    background: url(../img/line-zhankai.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0 center;
    cursor: pointer;
}

    .title_examinationMain .listMain .unitName.active {
        color: #2D74F4;
        background: url(../img/line-shouqi.png) no-repeat;
        background-size: 20px 20px;
        background-position: 0 center;
    }

.title_examinationMain .listMain .lineSteat {
    width: 200px;
    font-size: 18px;
    padding-left: 25px;
}

.title_examinationMain .listMain .checkedBtn {
    font-size: 18px;
    color: #0D0D2E;
    width: 450px;
    display: none;
}

    .title_examinationMain .listMain .checkedBtn i {
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 3px;
        border: 1px solid #707070;
        margin-right: 5px;
        vertical-align: middle;
    }

        .title_examinationMain .listMain .checkedBtn i.active {
            background: url(../img/checked-gree.png) no-repeat;
            background-size: 85% 15px;
            background-position: center;
        }

    .title_examinationMain .listMain .checkedBtn input {
        width: 101%;
        height: 101%;
        vertical-align: top;
        opacity: 0;
    }

.title_examinationMain .listMain .compileBtn {
    float: right;
    width: 10%;
    font-size: 17px;
    color: #2F7AFF;
    padding-left: 21px;
    background: url(../img/bianji-bj.png) no-repeat;
    background-size: 16px 16px;
    background-position: 0 center;
    cursor: pointer;
}

    .title_examinationMain .listMain .compileBtn.active {
        padding-left: 0;
        background-image: none;
    }

.title_examinationMain .listMain .un-qualified .lineSteat {
    background: url(../img/buhege.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0 center;
    color: #F9AD0F;
}

.title_examinationMain .listMain .qualified .unitName {
    background: url(../img/line-zhankai-un.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0 center;
}

.title_examinationMain .listMain .qualified .lineSteat {
    background: url(../img/hege.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0 center;
    color: #333333;
}

.title_examinationMain .listMain .qualified .compileBtn {
    display: none;
}

.title_examinationMain .listMain .sildeMain {
    border: 1px solid #E0E0E0;
    border-top: none;
    padding: 20px 24px;
    display: none;
}

    .title_examinationMain .listMain .sildeMain .modulTitel {
        font-size: 18px;
        color: #333333;
        text-shadow: 0 0 0 #333333;
        padding-left: 25px;
        background: url(../img/mod-titleBj.png) no-repeat;
        background-size: 20px 20px;
        background-position: 0 center;
        margin-top: 15px;
    }

.title_examinationMain .listMain .module-Specialist {
    border-top: 1.5px dashed #D0D0D0;
    margin-top: 20px;
}

.title_examinationMain .listMain .conditionText {
    height: 22px;
    line-height: 22px;
    border-radius: 20px;
    background-color: #E2ECFF;
    margin-top: 15px;
    padding: 0 18px;
    color: #333333;
}

.title_examinationMain .listMain .specialistArr ul::after {
    content: '';
    display: block;
    clear: both;
}

.title_examinationMain .listMain .specialistArr li {
    float: left;
    width: 180px;
    height: 50px;
    line-height: 48px;
    border: 1px dashed #D0D0D0;
    box-shadow: 0px 3px 6px rgba(47, 122, 255, 0.2);
    border-radius: 5px;
    margin-right: 30px;
    margin-top: 15px;
    cursor: pointer;
}

    .title_examinationMain .listMain .specialistArr li img {
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin: 0 13px;
    }

    .title_examinationMain .listMain .specialistArr li span {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
    }

    .title_examinationMain .listMain .specialistArr li i {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(../img/xiangqing-bj.png) no-repeat;
        background-size: 100% 100%;
        vertical-align: middle;
    }

.title_examinationMain .submitBtn {
    text-align: center;
    margin-top: 30px;
}

    .title_examinationMain .submitBtn button {
        width: 100px;
        height: 40px;
        line-height: 40px;
        background-color: #2F7AFF;
        border-radius: 5px;
        color: #FFFFFF;
        border: none;
    }

.evaluation-reportPintPage .table-moduleBox .mod-table .auditResult ul li {
    border: 1px solid #E0E0E0;
    border-top: none;
    border-bottom: none;
}

    .evaluation-reportPintPage .table-moduleBox .mod-table .auditResult ul li:first-child {
        background-color: #FAFAFC;
        border-top: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0;
    }

        .evaluation-reportPintPage .table-moduleBox .mod-table .auditResult ul li:first-child .num,
        .evaluation-reportPintPage .table-moduleBox .mod-table .auditResult ul li:first-child .unitName,
        .evaluation-reportPintPage .table-moduleBox .mod-table .auditResult ul li:first-child .result {
            border-bottom: none;
        }

    .evaluation-reportPintPage .table-moduleBox .mod-table .auditResult ul li:last-child {
        border-bottom: 1px solid #E0E0E0;
    }

.evaluation-reportPintPage .table-moduleBox .mod-table .auditResult .listHead {
    line-height: 36px;
    text-align: center;
}

    .evaluation-reportPintPage .table-moduleBox .mod-table .auditResult .listHead::after {
        content: "";
        display: block;
        clear: both;
    }

    .evaluation-reportPintPage .table-moduleBox .mod-table .auditResult .listHead .num {
        float: left;
        width: 5%;
        border-bottom: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
    }

    .evaluation-reportPintPage .table-moduleBox .mod-table .auditResult .listHead .unitName {
        float: left;
        width: 45%;
        border-bottom: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .evaluation-reportPintPage .table-moduleBox .mod-table .auditResult .listHead .result {
        float: left;
        width: 50%;
        border-bottom: 1px solid #E0E0E0;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .evaluation-reportPintPage .table-moduleBox .mod-table .auditResult .listHead .result span.no-qualified {
            color: #D88A38;
        }

.evaluation-reportPintPage .table-moduleBox .mod-table .auditResult .inconformityTable {
    padding: 15px 30px;
}


.evaluation-reports .auditResult .listHead {
    line-height: 36px;
    text-align: center;
}

    .evaluation-reports .auditResult .listHead::after {
        content: "";
        display: block;
        clear: both;
    }

    .evaluation-reports .auditResult .listHead .num {
        float: left;
        width: 6%;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
    }

    .evaluation-reports .auditResult .listHead .unitName {
        float: left;
        width: 44%;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .evaluation-reports .auditResult .listHead .result {
        float: left;
        width: 50%;
        border-bottom: 1px solid black;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .evaluation-reports .auditResult .listHead .result span.no-qualified {
            color: #D88A38;
        }

.evaluation-reports .auditResult .inconformityTable {
    padding: 21px 49px;
}

/*授标相关*/
.award-of-contract table {
    border-collapse: collapse;
}

    .award-of-contract table th,
    .award-of-contract table td {
        height: 50px;
        border: 1px solid #E0E0E0;
        padding: 10px 10px 10px 15px;
        text-align: center;
    }

    .award-of-contract table th {
        background-color: #FAFAFC;
        text-shadow: 0 0 0 #333;
    }

    .award-of-contract table td i {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #707070;
        border-radius: 50%;
        vertical-align: bottom;
    }

        .award-of-contract table td i.active {
            border: none;
            background: url(../img/hege.png) no-repeat;
            background-size: 100% 100%;
        }

        .award-of-contract table td i input {
            width: 100%;
            height: 100%;
            margin-top: 0.5px;
            opacity: 0;
        }

.award-of-contract .iconTitle {
    padding-left: 24px;
    font-size: 18px;
    color: #333333;
    text-shadow: 0 0 0 #333333;
    background: url(../img/fenliang.png) no-repeat;
    background-size: 20px 20px;
    background-position: 0 2px;
    padding-bottom: 14px;
    border-bottom: 1.5px dashed #D0D0D0;
}

.award-of-contract .moduleMinTitle {
    padding: 0 17px;
    line-height: 25px;
    background-color: #E2ECFF;
    border-radius: 20px;
    color: #333;
    margin: 16px 0;
}

.award-of-contract .auditResult ul li {
    border: 1px solid #E0E0E0;
    border-top: none;
    border-bottom: none;
}

    .award-of-contract .auditResult ul li:first-child {
        background-color: #FAFAFC;
        border-top: 1px solid #E0E0E0;
    }

        .award-of-contract .auditResult ul li:first-child .num,
        .award-of-contract .auditResult ul li:first-child .unitName,
        .award-of-contract .auditResult ul li:first-child .result,
        .award-of-contract .auditResult ul li:first-child .purchaseNum,
        .award-of-contract .auditResult ul li:first-child .opeartion {
            border-bottom: none;
            color: #0D0D2E;
        }

        .award-of-contract .auditResult ul li:first-child .listHead {
            border-top: none;
        }

.award-of-contract .auditResult .listHead {
    border-top: 1px solid #E0E0E0;
    line-height: 50px;
    text-align: center;
}

    .award-of-contract .auditResult .listHead::after {
        content: "";
        display: block;
        clear: both;
    }

    .award-of-contract .auditResult .listHead .num {
        float: left;
        width: 4%;
        border-bottom: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        color: #666;
    }

    .award-of-contract .auditResult .listHead .unitName {
        float: left;
        width: 51%;
        border-bottom: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #666;
    }

    .award-of-contract .auditResult .listHead .result {
        float: left;
        width: 20%;
        border-bottom: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        padding: 0 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #666;
    }

        .award-of-contract .auditResult .listHead .result span.no-qualified {
            color: #D88A38;
        }

    .award-of-contract .auditResult .listHead .purchaseNum {
        float: left;
        width: 25%;
        border-bottom: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        color: #666;
    }

    .award-of-contract .auditResult .listHead .opeartion {
        float: left;
        width: 25%;
        border-bottom: 1px solid #E0E0E0;
    }

        .award-of-contract .auditResult .listHead .opeartion button {
            padding-left: 24px;
            padding-right: 8px;
            height: 25px;
            line-height: 25px;
            border-radius: 3px;
            color: #2F7AFF;
            border: none;
            background: url(../img/fenliang.png) no-repeat;
            background-size: 12px 12px;
            background-position: 6px center;
            background-color: #E2ECFF;
        }

            .award-of-contract .auditResult .listHead .opeartion button.amendState {
                background: url(../img/xiugai.png) no-repeat;
                background-size: 12px 12px;
                background-position: 6px center;
            }

.award-of-contract .auditResult .inconformityTable {
    padding: 21px 49px;
}

    .award-of-contract .auditResult .inconformityTable th,
    .award-of-contract .auditResult .inconformityTable td {
        height: 36px;
    }

    .award-of-contract .auditResult .inconformityTable td {
        color: #666666;
    }

        .award-of-contract .auditResult .inconformityTable td input {
            border: 0px;
            width: 100%;
            height: 100%;
        }

.award-of-contract .affirmBtn {
    text-align: center;
    margin-top: 40px;
}

    .award-of-contract .affirmBtn button {
        width: 100px;
        height: 40px;
        line-height: 40px;
        background-color: #2F7AFF;
        border-radius: 5px;
        color: #FFFFFF;
        border: none;
    }

.linkTimeAlertMain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

    .linkTimeAlertMain .contentMain {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -150px 0 0 -340px;
        width: 680px;
        background-color: #FFFFFF;
        border-radius: 5px;
        overflow: hidden;
    }

    .linkTimeAlertMain .headOpeartion {
        line-height: 60px;
        background-color: #FAFAFC;
        padding: 0 25px;
    }

        .linkTimeAlertMain .headOpeartion span {
            float: left;
            font-size: 18px;
            color: #0D0D2E;
        }

        .linkTimeAlertMain .headOpeartion img {
            float: right;
            width: 20px;
            height: 20px;
            margin-top: 20px;
            cursor: pointer;
        }

    .linkTimeAlertMain form {
        padding: 35px 0 45px;
    }

        .linkTimeAlertMain form .redHint {
            text-align: center;
            color: #E95D56;
            margin-bottom: 35px;
        }

        .linkTimeAlertMain form label {
            display: block;
            width: 415px;
            text-align: center;
            margin: 0 auto 15px;
        }

            .linkTimeAlertMain form label span {
                display: inline-block;
                width: 150px;
                text-align: right;
                margin-right: 20px;
            }

            .linkTimeAlertMain form label input {
                width: 240px;
                height: 45px;
                padding: 0 10px;
                border: 1px solid #E0E0E0;
                color: #333333;
            }

                .linkTimeAlertMain form label input:last-child {
                    background: url(../img/rili.png) no-repeat;
                    background-size: 15px 18px;
                    background-position: 96% center;
                }

    .linkTimeAlertMain .submitBtn {
        text-align: center;
        margin-top: 40px;
    }

        .linkTimeAlertMain .submitBtn button {
            min-width: 88px;
            height: 40px;
            line-height: 38px;
            border: 1px solid #2F7AFF;
            border-radius: 5px;
            padding: 0 20px;
            margin: 0 10px;
            color: #FFFFFF;
            background-color: #2F7AFF;
        }

.evaluation-reportPintPage .result-List li {
    margin-bottom: 25px;
}

.evaluation-reportPintPage .result-List .res-info {
    height: 45px;
    line-height: 45px;
    background-color: #FAFAFC;
    padding: 0 10px;
}

.evaluation-reportPintPage .result-List .unitName {
    float: left;
    color: #2F7AFF;
    font-size: 16px;
}

.evaluation-reportPintPage .result-List .res-pirce {
    float: left;
    margin-left: 60px;
    color: #D88A38;
    font-size: 16px;
}

.evaluation-reports .result-List .res-socre {
    float: left;
    margin-left: 60px;
    color: #D88A38;
    font-size: 16px;
}

.evaluation-reportPintPage .result-List .toggleShow {
    float: right;
    padding-right: 15px;
    background: url(../img/zhankai.png) no-repeat;
    background-size: 12px 7px;
    background-position: right center;
    cursor: pointer;
}

    .evaluation-reportPintPage .result-List .toggleShow.toggleStaet {
        background: url(../img/shouqi.png) no-repeat;
        background-size: 12px 7px;
        background-position: right center;
    }

.evaluation-reportPintPage .result-List .res-tableMain {
}

.evaluation-reportPintPage .result-List table {
    border: 1px solid #E0E0E0;
    height: 36px;
}

    .evaluation-reportPintPage .result-List table th {
        border: 1px solid #E0E0E0;
        height: 36px;
    }

    .evaluation-reportPintPage .result-List table td {
        border: 1px solid #E0E0E0;
        height: 36px;
    }

..page-Head {
    margin: 20px 0;
}

.page-Head .m-titles {
    float: left;
    font-size: 20px;
    color: #0D0D2E;
    text-shadow: 0 0 0 #0D0D2E;
    border-left: 6px solid #2F7AFF;
    padding-left: 10px;
}

.award-of-contract table {
    border-collapse: collapse;
}

    .award-of-contract table th,
    .award-of-contract table td {
        height: 36px;
        border: 1px solid #E0E0E0;
        padding: 5px;
        text-align: left;
        font-size: 13px;
    }

        .award-of-contract table th:first-child,
        .award-of-contract table td:first-child {
            text-align: center;
        }

    .award-of-contract table th {
        background-color: #FAFAFC;
        text-shadow: 0 0 0 #333;
        white-space: nowrap;
    }

    .award-of-contract table td button {
        padding: 0 6px;
        height: 24px;
        width: 68px;
        line-height: 22px;
        color: #3F79EF;
        border-radius: 3px;
        border: 1px solid #D8E0F0;
        background-color: #EEF3FF;
    }

    .award-of-contract table td .discardState {
        color: #FF0000;
    }

.alertShoadFrameMain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

    .alertShoadFrameMain .contentFrame {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 860px;
        background-color: #FFFFFF;
        transform: translate(-50%, -50%);
        border-radius: 5px;
        padding: 20px 30px 20px 38px;
        color: #0D0D2E;
    }

    .alertShoadFrameMain .headOpeartion {
        position: relative;
        margin-bottom: 15px;
    }

        .alertShoadFrameMain .headOpeartion span {
            font-size: 18px;
            text-shadow: 0 0 0 #0D0D2E;
        }

        .alertShoadFrameMain .headOpeartion .closeImg {
            position: absolute;
            top: 10px;
            right: -10px;
            width: 15px;
            height: 15px;
            cursor: pointer;
        }

    .alertShoadFrameMain .paddingDiv {
        padding-right: 8px;
        max-height: 350px;
        overflow: hidden;
        overflow-y: auto;
        /*定义滑块 内阴影+圆角*/
        /*定义滚动条轨道 内阴影+圆角*/
    }

        .alertShoadFrameMain .paddingDiv::-webkit-scrollbar {
            width: 6px;
        }

        .alertShoadFrameMain .paddingDiv::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #B4BECF;
        }

        .alertShoadFrameMain .paddingDiv::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }

    .alertShoadFrameMain .bidInfos {
        background-color: #F1F7FF;
        font-size: 14px;
        padding: 8px 10px;
    }

        .alertShoadFrameMain .bidInfos .leftName {
            width: 60%;
            float: left;
        }

        .alertShoadFrameMain .bidInfos .rightPirce {
            width: 40%;
            float: right;
        }

        .alertShoadFrameMain .bidInfos .labelTitle {
            width: 146px;
            float: left;
            text-align: right;
        }

        .alertShoadFrameMain .bidInfos .labelConts {
            float: left;
        }

    .alertShoadFrameMain .rankingTable {
        margin-top: 10px;
    }

        .alertShoadFrameMain .rankingTable table {
            border-collapse: collapse;
        }

            .alertShoadFrameMain .rankingTable table th,
            .alertShoadFrameMain .rankingTable table td {
                height: 36px;
                border: 1px solid #E6E6E6;
                text-align: center;
                padding: 5px;
            }

                .alertShoadFrameMain .rankingTable table th:nth-child(2),
                .alertShoadFrameMain .rankingTable table td:nth-child(2) {
                    text-align: left;
                }

            .alertShoadFrameMain .rankingTable table th {
                background-color: #FAFAFC;
                white-space: nowrap;
            }

            .alertShoadFrameMain .rankingTable table .redHints {
                color: #FF0000;
            }

            .alertShoadFrameMain .rankingTable table .chargeBtn button {
                width: 20px;
                height: 20px;
                border: 1px solid #D8E0F0;
                background-repeat: no-repeat;
                background-size: 10px 10px;
                background-position: center;
                background-color: #EEF3FF;
                border-radius: 3px;
            }

            .alertShoadFrameMain .rankingTable table .chargeBtn .lastBtn {
                background-image: url(../img/topBtn-hover.png);
            }

            .alertShoadFrameMain .rankingTable table .chargeBtn .nextBtn {
                background-image: url(../img/bottom-hover.png);
            }

            .alertShoadFrameMain .rankingTable table .chargeBtn .topBtn {
                background-image: url(../img/v-topBtn-hover.png);
            }

    .alertShoadFrameMain .adjustCause {
        margin: 15px 0;
    }

        .alertShoadFrameMain .adjustCause .labelTitle {
            float: left;
            padding-top: 9px;
            width: 110px;
        }

            .alertShoadFrameMain .adjustCause .labelTitle i {
                color: #FF0000;
            }

        .alertShoadFrameMain .adjustCause .textareaDiv {
            float: left;
            width: calc(100% - 110px);
        }

            .alertShoadFrameMain .adjustCause .textareaDiv textarea {
                width: 100%;
                height: 60px;
                border: 1px solid #E6E6E6;
                border-radius: 5px;
                padding: 10px;
                resize: none;
            }

    .alertShoadFrameMain .bottomBtnArr {
        text-align: center;
        padding: 20px 0 10px;
    }

        .alertShoadFrameMain .bottomBtnArr button {
            height: 32px;
            padding: 0 20px;
            line-height: 32px;
            color: #FFFFFF;
            border-radius: 3px;
            border: none;
            margin: 0 5px;
        }

            .alertShoadFrameMain .bottomBtnArr button.cancelBtn {
                background-color: #B7C9E6;
            }

            .alertShoadFrameMain .bottomBtnArr button.compileBtn {
                background-color: #3F79EF;
            }
