/*分辨率适配*/

/*html {*/
/*    background: white;*/
/*}*/
@font-face {
    font-family: 'iconfont';
    src: url('/static/fonts/iconfont.woff2?t=1634372833770') format('woff2'),
    url('/static/fonts/iconfont.woff?t=1634372833770') format('woff'),
    url('/static/fonts/iconfont.ttf?t=1634372833770') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.customize_btn_blue {
    background-color: #1d85fe !important;
    border: 1px solid #1d85fe !important;
}


.customize_btn_red {
    background-color: #ef4964 !important;
    border: 1px solid #ef4964 !important;
}

.customize_btn_yellow {
    background-color: #f29543 !important;
    border: 1px solid #f29543 !important;
}

.customize_btn_cyan-blue {
    background-color: #19c1d4 !important;
    border: 1px solid #19c1d4 !important;
}

.customize_btn_silver {
    background-color: #909399 !important;
    border: 1px solid #909399 !important;
}

.customize_font_grey {
    color: #606266;
    font-size: 16px;
}

.customize_font_grey_small {
    color: #606266;
    font-size: 14px;
}

.customize_font_blue {
    color: #1f74fd;
    font-size: 16px;
}

.customize_font_green {
    color: #5bddc3;
    font-size: 16px;
}

.customize_font_blue_small {
    color: #1f74fd;
    font-size: 14px;
}

.customize_font_yellow {
    color: #f29543;
    font-size: 16px;
}

.customize_font_yellow_small {
    color: #f29543;
    font-size: 14px;
}

.customize_font_silver {
    color: #909399;
    font-size: 16px;
}

.customize_font_silver_small {
    color: #909399;
    font-size: 14px;
}

.customize_font_red {
    color: #ef4964;
    font-size: 16px;
}

.customize_font_red_small {
    color: #ef4964;
    font-size: 14px;
}

.customize_font_cyan {
    color: #19c1d4;
    font-size: 16px;
}

.customize_font_cyan_small {
    color: #19c1d4;
    font-size: 14px;
}

.customize_font_grey img {
    line-height: 60px;
    margin-right: 5px;
}

.customize_icon_color {
    color: #1d85fe !important;
}

.quotation_img {
    line-height: 60px;
    margin-right: 3px
}


.bidder_title_box {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.flex_box {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.bidder_title {
    float: right;
    width: 25vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 10px;
}

.process_introduction {
    border: 1px dashed #2a7bfd !important;
    border-radius: 10px;
    background-color: #ecf3ff;
    color: #1f71ff
}

.total_price {
    float: right;
    width: 40vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}


.quotation_info {
    float: right;
    width: 21vw;
    display: inline-block;
}

.actionBar {
    float: right;
    width: 20vw;
    display: inline-block;
}

.quotationStatus {
    width: 15vw;
}

.price_file_select {
    font-size: 14px;
    width: 28vw;
}

.price_file_select .layui-form-select {
    border: 1px solid #19c1d4;
    border-radius: 4px;
}

.price_file_select .layui-edge {
    border-top-color: #19c1d4 !important;
}

.price_file_select .layui-form-select {
    width: 200px;
}

.price_file_select .layui-form-select dl {
    top: 36px;
}

.price_file_select .layui-form-select dl dd.layui-this {
    background-color: #19c1d4;
    color: #FFFFFF;
}

.price_file_select .layui-form-select dl dd, .price_file_select .layui-form-select dl dt {
    line-height: 30px;
    color: #909399;
}

.quotation_divider {
    float: right;
    width: 2vw;
    display: inline-block;
}

.quotation_divider .custom_divider {
    text-align: center;
    width: 1px;
    height: 26px;
    background: #c0c4cc;
}

.custom_colla_title {
    height: 60px;
    line-height: 60px;
    overflow: visible;
    background-color: #f0f5fc
}

.custom_colla_title .layui-colla-icon {
    color: #1f74fd;
}

.price_file_select .layui-form-select .layui-select-title .layui-input {
    height: 30px;
    border-radius: 4px;
    border: 1px #19c1d4;
    color: #19c1d4;
}


.customize_badge_white {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
    color: #1f74fd !important;
    display: inline-flex;
    justify-content: center;
    background-color: white;
}

.customize_colla_title {
    border: 1px dashed #2a7bfd !important;
    border-radius: 5px;
}

.itemized_quotation_table {
    background-color: #fafafa;
}

.itemized_quotation_table tr {
    height: 45px;
}

.itemized_quotation_table thead {
    color: #1f74fd;
}

.itemized_quotation_table thead tr td {
    font-size: 16px;
}

.itemized_quotation_table tbody {
    color: #606266;
}

.itemized_quotation_table tbody > tr:nth-child(2n) > td {
    background-color: #f0f5fc;
}

.quotation_summary_table tbody > tr:nth-child(2n) > td {
    background-color: #f0f5fc;
}

.layui-collapse .layui-colla-item:nth-child(2n) .custom_colla_title {
    background-color: #FAFAFA;
}

#bidderTable thead tr td {
    font-size: 16px;
    color: #1f74fd;
}

#bidderTable tbody > tr:nth-child(2n) > td {
    background-color: #f0f5fc;
}


/** 1920*1080分辨率 **/
@media screen and (min-width: 1720px) {
    .frameContent {
        margin: 60px 10px 0px 20px;
        overflow: hidden;
        height: 99%;
        width: 99%;
    }

    .side-menu-list {
        margin-top: -2px;
        position: fixed;
        left: 0;
        float: left;
        width: 300px;
        height: 99%;
        /*background: #1C7DF6;*/
        /*background-image: linear-gradient(#1e74fd, #159fdf);*/
        background-image: url("/static/img/topic/edite_left_menue.png");
        border-right: 1px solid #e0e0e0;

    }

    .nav {
        margin-left: 290px;
        /*width: 1605px !important;*/
        /*  width: 84vw !important;*/
        height: 92vh;
        background-color: #fff;
    }

    .iframe_content {
        height: 89vh;
        width: 98vw;
    }
}

/** 1680 * 1050 分辨率**/
@media screen and (min-width: 1600px) and (max-width: 1710px) {
    .frameContent {
        margin: 60px 20px 0px 20px;
        overflow: hidden;
        height: 99%;
    }

    .top-box1 .details_title {
        width: 59vw;
    }

    .edit_title {
        width: 68vw;
    }

    .sign_title {
        width: 50vw;
    }

    .side-menu-list {
        margin-top: -2px;
        position: fixed;
        left: 0;
        float: left;
        width: 300px;
        height: 99%;
        /*background: #1C7DF6;*/
        /*background-image: linear-gradient(#1e74fd, #159fdf);*/
        background-image: url("/static/img/topic/edite_left_menue.png");
        border-right: 1px solid #e0e0e0;

    }

    .copyright {
        width: 300px;
    }

    .nav {
        margin-left: 301px;
        width: 1340px !important;
        height: 88vh;
    }

    .iframe_content {
        height: 88vh;
    }
}

/** 1600 * 900 分辨率**/
@media screen and (min-width: 1440px) and (max-width: 1600px) {
    .frameContent {
        margin: 60px 20px 0px 20px;
        overflow: hidden;
        height: 99%;
    }

    .side-menu-list {
        margin-top: -2px;
        position: fixed;
        left: 0;
        float: left;
        width: 290px;
        height: 99%;
        /*background: #1C7DF6;*/
        /* background-image: linear-gradient(#1e74fd, #159fdf);*/
        background-image: url("/static/img/topic/edite_left_menue.png");
        border-right: 1px solid #e0e0e0;

    }

    .nav {
        margin-left: 281px;
        width: 1280px !important;
        height: 100%;
    }
}

/** 1440 * 900 分辨率**/
@media screen and (min-width: 1400px) and (max-width: 1440px) {
    .frameContent {
        margin: 60px 20px 0px 20px;
        overflow: hidden;
        height: 99%;
    }

    .side-menu-list {
        margin-top: -2px;
        position: fixed;
        left: 0;
        float: left;
        width: 265px;
        height: 99%;
        /*background: #1C7DF6;*/
        /*  background-image: linear-gradient(#1e74fd, #159fdf);*/
        background-image: url("/static/img/topic/edite_left_menue.png");
        border-right: 1px solid #e0e0e0;

    }

    .copyright {
        font-size: 12px;
        /*position: fixed;*/
        position: absolute;
        bottom: 80px;
        /*margin-top: 215px;*/
        width: 265px;
    }

    .generateFileDiv {
        height: 80vh;
    }

    .edit_title {
        width: 66vw;
    }

    .sign_title {
        width: 45vw;
    }

    .nav {
        margin-left: 251px;
        width: 1150px !important;
        height: 86vh;
    }

    .iframe_content {
        height: 86vh;
        padding-right: 60px;
    }
}

/** 1400 * 1050 分辨率**/
@media screen and (min-width: 1366px) and (max-width: 1400px) {
    .frameContent {
        margin: 60px 20px 0px 20px;
        overflow: hidden;
        height: 99%;
    }

    .side-menu-list {
        margin-top: -2px;
        position: fixed;
        left: 0;
        float: left;
        width: 265px;
        height: 99%;
        /*background: #1C7DF6;*/
        /* background-image: linear-gradient(#1e74fd, #159fdf);*/
        background-image: url("/static/img/topic/edite_left_menue.png");
        border-right: 1px solid #e0e0e0;

    }

    .nav {
        margin-left: 241px;
        width: 1120px !important;
        height: 100%;
    }
}

@media screen and (min-height: 550px) and (max-height: 700px) {
    .copyright {
        font-size: 12px;
        /*  position: fixed;
          margin-top: 100px;*/
        position: absolute;
        bottom: 80px;
        text-align: center;
    }
}

@media screen and (min-height: 800px) and (max-height: 1080px) {
    .copyright {
        font-size: 14px;
        /*position: fixed;*/
        width: 300px;
        /*margin-top: 40vh;*/
        position: absolute;
        bottom: 80px;
        text-align: center;
    }
}

@media screen and (min-height: 1200px) {
    .copyright {
        font-size: 12px;
        /*position: fixed;*/
        /*margin-top: 700px;*/
        position: absolute;
        bottom: 80px;
        text-align: center;
    }
}


.side-menu-list li {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
}

.side-menu-list li:hover {
    cursor: pointer;
    background-image: url("/static/img/topic/edite_act.png");
    color: #14ffe6;
}

.side-menu-list .selectedLi {
    /* background-color: #FFFFFF;*/
    background-image: url("/static/img/topic/edite_act.png");
    color: #14ffe6;
}

.nav iframe {
    background-color: white;
}

.menu_title {
    height: 50px;
    text-indent: 1em;
    font-size: 20px;
    line-height: 50px;
    width: 100%;
    /*  background-color: #1C7DF6;*/
    color: #ffffff;
}


.iconDoing {
    float: right;
    margin-right: 10px;
    color: #009688;
}

.titleBox {
    background: #f0f0f0 !important;
    padding: 0 !important;
    width: 100%;
    left: 0;
    border-bottom: 0 !important;
    height: 50px;
    line-height: 50px;
}

.sky-color {
    color: #06b3d8;
}

.title-lg-text {
    font-size: 20px;
    padding-left: 20px;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    width: 80%;
    float: left
}

.btn {
    cursor: pointer;
    width: 120px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}

.blue-btn {
    background: #57bdde;
}

.titleBox {
    background: #f0f0f0 !important;
    padding: 0 !important;
    width: 100%;
    left: 0;
    border-bottom: 0 !important;
    height: 60px;
    line-height: 60px;
}

.titleBox {
    background: #f0f0f0 !important;
    padding: 0 !important;
    left: 0;
    border-bottom: 0 !important;
    height: 60px;
    line-height: 60px;
}

#pdf_index_progress_haveDone ul li {
    text-align: left;
    color: #0ed5a4;
}

#pdf_index_progress_haveDone ul {
    height: 100px;
    width: 300px;
    overflow-y: auto;
}

.eleContainer {
    height: 96vh !important;
}

.eleContainer_right {
    height: 80vh !important;
}

.copyrightBanner {
    color: #FFFFFF;
    margin-top: 350px;
    margin-left: 55px
}

.technicalSupport {
    margin-left: 1350px;
    font-size: 15px;
    color: #FFFFFF;
}

#coveredit_id {
    height: 30px;
    float: right;
    margin: 15px 40px;
}

.eleContainer #displayPdfIframe {
    height: 95%;
}

.sign_btn_Group {
    float: right;
    margin-right: 20px;
    line-height: 60px
}

.providerDiv {
    margin-top: 280px;
    margin-left: 310px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
}

.price_confirm_tab {
    margin: 20px 250px !important;
}

#flowsContent {
    width: 100%;
    /*height: 100%;*/
}

.content_details {
    margin: 0 20px 15px;
    overflow: hidden;
}

.top-box1 .details_title {
    width: 61vw;
    float: left;
    font-size: 18px;
    overflow: hidden;
}
.top-box1 .businessDetails_title {
    width: 31vw;
    float: left;
    font-size: 18px;
    overflow: hidden;
}

.top-box1 .businessTextArea {
    width: 30vw;
    float: left;
    font-size: 12px;
    overflow: hidden;
}
.bom-right {
    position: relative;
    float: right;
    width: 400px;
    margin-left: -440px;
    height: 100%;
    background: #fff;
}

.scroll_page {
    overflow: scroll !important;
}

.scroll_page::-webkit-scrollbar {
    width: 0;
}

.top-box1 {
    position: static !important;
}

.bom-box {
    margin-top: 0 !important;
}

.sign_input {
    width: 500px !important;
}

.upload_tenderFile_label {
    width: 20% !important;
    margin-left: -15px !important;
}

.method-description {
    width: 55% !important;
    font-size: 14px !important;
    background-color: #f1eeee !important;
    color: #a8a6a6 !important;
    line-height: 14px !important;
    border-radius: 4px !important;
}

.upload_tenderFile_input {
    width: 56% !important;
}

.deadline_bidding {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    color: #E88757;

}

.decrypt_file {
    margin: auto;
    width: 760px;
}

.evaluation_item {
    height: 93% !important;
}

.bidpage {
    /*  width: 99% !important;*/
    z-index: 1 !important;
    position: relative !important;
}

.comparisonOfBids {
    height: 93vh !important;
}

@media screen and (min-width: 1600px) and (max-width: 2560px) {
    .generateFileDiv {
        height: 83vh;
    }
}

/*.generateFileDiv {
    height: 85vh;
}*/

.supervision-bidOpen-content {
    height: 65vh !important;
    overflow: auto !important;
}

.supervision-bidEvaluation-content {
    height: 75vh;
    width: 100%;
    background: white;
}

.supervision-bidEvaluation-content .liucheng {
    width: 100%;
    padding: 0 1em;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.supervision-bidEvaluation-content .liucheng li {
    width: 16.66%;
    height: 50px;
    background: url(/static/img/new_add/k2.png) no-repeat;
    background-size: 100% 100%;
    line-height: 50px;
    color: #666666;
    font-size: 16px;
    text-align: center;
}

.supervision-bidEvaluation-content .liucheng li:first-child {
    background: url(/static/img/topic/i1.png) no-repeat;
    background-size: 100% 100%;
    color: white;
}

.supervision-bidEvaluation-content .liucheng li:last-child {
    background: url(/static/img/new_add/k3.png) no-repeat;
    background-size: 100% 100%;
}

.supervision-bidEvaluation-table {
    margin: 10px -10px !important;
    height: 50vh !important;
    overflow-y: auto !important;
}

.iconDone {
    float: right;
    margin-right: 10px;
    color: #009688;
    margin-top: 3%;
    /*height: 20px;
    width: 50px;*/
}

.iconNoDone {
    float: right;
    margin-right: 10px;
    color: #009688;
    margin-top: 3%;
    /* height: 20px;
     width: 50px;*/
}

.copyright_login {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
}

.bidpage {
    width: 100% !important;
}

.hint_div {
    position: absolute;
    float: right;
    width: 36vw;
    right: 32px;
    border: 1px dashed #777;
    padding: 10px 10px;
}

.sign_btn_assemble {
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.customize_icon_next {
    width: 20px;
    text-align: center;
}


@media screen and (width: 1920px) {
    .comparisonOfBids {
        height: 85vh !important;
    }

    .copyright {
        width: 300px !important;
        /*margin-top: 390px !important;*/
        font-size: 14px !important;
        /*position: fixed !important;*/
        position: absolute;
        bottom: 80px;
    }

    .deadline_bidding {
        font-size: 22px !important;
    }

    .copyright_login {
        margin-top: 80px;
    }

    .nav {
        height: 89vh !important;
        padding: 1px 5px 0 0;
    }

}

@media screen and (max-width: 1680px) {
    .customize_label {
        width: 180px !important;
    }

    .customize_input {
        width: 385px !important;
    }

    .confirm_btn {
        padding: 5px 0 !important;
    }

    .copyright_login {
        margin-top: 60px;
    }

    .top-box1 .details_title {
        width: 57vw;
    }
}


@media screen and (width: 1440px) {
    .top-box1 .details_title {
        width: 46vw;
    }

    .nav {
        width: 1143px !important;
        height: 90vh !important;
    }

    .frameContent {
        margin-left: 30px !important;
        width: 100% !important;
        height: 92vh !important;
    }

    .copyright_login {
        margin-top: 40px;
    }

    .startBidEvaluation {
        margin-top: 150px !important;
    }

    .startBidEvaluation .pb-btn {
        width: 200px;
        height: 70px;
        line-height: 70px;
        position: relative;
    }

    .bom-left .bom-cont .bom-cont-left {
        width: 260px;
    }

    .bom-left .bom-cont .bom-cont-right {
        margin-left: 270px;
        width: 51vw;
    }

    .bom-right {
        width: 380px;
    }

    .bottom_content {
        margin-top: 100px;
    }
}

/** 1360 * 768分辨率**/
@media screen and (width: 1366px) {
    .hint_div {
        height: 77vh;
    }

    .copyright_login {
        margin-top: 7px;
    }

    .frameContent {
        margin: 60px 20px 0 30px;
        overflow: hidden;
        height: 99%;
    }

    .side-menu-list {
        margin-top: -2px;
        position: fixed;
        left: 0;
        float: left;
        width: 250px;
        height: 99%;
        /*background: #1C7DF6;*/
        /*background-image: linear-gradient(#1e74fd, #159fdf);*/
        background-image: url("/static/img/topic/edite_left_menue.png");
        border-right: 1px solid #e0e0e0;

    }

    .edit_title {
        /*设置需要固定的宽度*/
        width: 65vw;
    }

    .sign_title {
        width: 43vw;
    }

    .copyright {
        width: 250px;
        /*margin-top: 150px !important;*/
        position: absolute;
        bottom: 80px;
    }

    .nav {
        margin-left: 230px;
        width: 1081px !important;
        height: 83vh !important;
    }

    .iframe_content {
        height: 84vh;
        padding-right: 50px;
    }

    .menu_title {
        height: 40px;
        text-indent: 1em;
        font-size: 17px;
        line-height: 30px;
        width: 100%;
        /*   background-color: #1C7DF6;*/
        color: #ffffff;
    }

    .side-menu-list li {
        font-size: 15px;
        line-height: 35px;
        color: #ffffff;
    }

    .copyrightBanner {
        color: #FFFFFF;
        margin-top: 140px;
        margin-left: 25px
    }

    .technicalSupport {
        margin-left: 850px;
        font-size: 15px;
        color: #FFFFFF;
    }

    .price_confirm_tab {
        margin: 20px 100px !important;
        width: 100% !important;
    }

    .ellipsis {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        word-wrap: normal;
        width: 70%;
        float: left
    }

    .titleBox {
        background: #f0f0f0 !important;
        padding: 0 !important;
        width: 100%;
        left: 0;
        border-bottom: 0 !important;
        height: 45px;
        line-height: 45px;
    }

    #coveredit_id {
        height: 30px;
        float: right;
        margin: 8px 30px;
    }

    .eleContainer {
        height: 850px !important;
    }

    .comparisonOfBids {
        height: 460px !important;
    }

    .eleContainer_right {
        height: 460px !important;
    }

    .eleContainer #displayPdfIframe {
        height: 100%;
    }

    .evaluation_item {
        height: 92% !important;
    }

    .purchareSaveTitle.title-lg-text {
        font-size: 18px;
        padding-left: 20px;
    }

    .Policies li {
        font-size: 16px;
        line-height: 35px;
    }

    .Policies li input {
        height: 25px;
        width: 130px;
    }

    .sign_btn_Group {
        float: right;
        margin-right: 20px;
        line-height: 45px
    }

    .providerDiv {
        margin-top: 280px;
        margin-left: 240px;
        position: fixed;
        z-index: 9999;
        cursor: pointer;
    }

    #flowsContent {
        width: 100%;
        overflow: auto;
    }

    .content_details {
        margin: 0 20px 15px;
        overflow: auto;
    }


    .top-box1 .details_title {
        width: 47vw !important;
        float: left !important;
        font-size: 15px !important;
        overflow: hidden !important;
    }

    .bom-left .bom-cont .bom-cont-left {
        width: 250px !important;
        font-size: 12px;
    }

    .bom-right {
        width: 360px !important;
    }

    .idt-choose .idt-radio {
        width: 70px !important;
        height: 30px !important;
    }

    .top-box1 {
        height: 75px !important;
        line-height: 75px !important;
    }

    .top-btn {
        line-height: 75px !important;
    }

    .bom-box {
        margin-top: 0 !important;
    }

    .bom-left .bom-cont .bom-cont-right {
        margin-left: 260px !important;
        height: 95% !important;
        width: 79%;
    }

    .quoteScore_table {
        height: 450px;
    }

    .sign_input {
        width: 300px !important;
    }

    .upload_tenderFile_label {
        width: 16% !important;
        font-size: 13px;
        margin-left: 3px !important;
    }

    .method-description {
        width: 53% !important;
        font-size: 14px !important;
        background-color: #f1eeee !important;
        color: #a8a6a6 !important;
        line-height: 14px !important;
        border-radius: 4px !important;
    }

    .upload_tenderFile_input {
        width: 53% !important;
        font-size: 13px;
    }

    .deadline_bidding {
        height: 20px !important;
        line-height: 20px !important;
        font-size: 19px !important;
    }

    .startBidEvaluation {
        margin-top: 100px !important;
    }

    .bottom_content {
        margin-top: 200px;
    }

    .startBidEvaluation .pb-btn {
        width: 180px !important;
        font-size: 20px !important;
        line-height: 60px !important;
        height: 60px !important;
        position: static !important;
    }

    .decrypt_file {
        margin: auto;
        width: 760px;
    }

    .login-right {
        display: inline-block !important;
        margin-left: 354px !important;
    }

    .generateFileDiv {
        height: 76vh !important;
    }

    .supervision-bidOpen-content {
        height: 57vh !important;
        overflow: auto !important;
    }

    .supervision-bidOpen-item {
        height: 54vh !important;
    }

    .supervision-bidEvaluation-content {
        height: 63vh !important;
    }

    .supervision-bidEvaluation-table {
        margin: 10px -10px !important;
        height: 30vh !important;
        overflow-y: auto !important;
    }
}


