body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe {
    margin: 0;
    padding: 0;
}

ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    color: #052299;
}

a:active {
    color: #052299;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    min-height: 1%;
}

* html {
    zoom: expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}
(this))
}

.fl {
    float: left;
}

.fr {
    float: right
}


.el-tag-0, .el-tag-0:hover, .el-tag-0:active {
    background-color: #e7eff0;
    color: #409eff;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px !important;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

.el-tag-1, .el-tag-1:hover, .el-tag-1:active {
    background-color: #e7eff0;
    color: red;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px !important;
    border: 1px solid #e7eff0;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

.el-tag-2, .el-tag-2:hover, .el-tag-2:active {
    background-color: #e7eff0;
    color: orange;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px !important;
    border: 1px solid #e7eff0;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

.el-tag-3, .el-tag-3:hover, .el-tag-3:active {
    background-color: #e7eff0;
    color: deeppink;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px !important;
    border: 1px solid #e7eff0;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

.el-tag--danger {
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c;
    text-decoration: none;
}

.el-tag--warning {
    background-color: #fdf6ec;
    color: orange;
    border: 1px solid #e7eff0;
    text-decoration: none;
}


/* -webkit内核浏览器滚动条样式 */
::-webkit-scrollbar-thumb {
    background-color: #D7D7D7;
    height: 50px;
    outline-offset: -2px;
    outline: 2px solid #fff;
    -webkit-border-radius: 4px;
    border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #409eff;
    height: 50px;
    -webkit-border-radius: 4px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0;
}

.Validform_right {
    display: none !important;
}
table {
    table-layout: fixed;
}
.baseInfo {
    width: 100%;
    border-spacing: 0;
    border-collapse:collapse;
    table-layout:fixed;
    word-break:break-all;
    word-wrap: break-word;
}

.baseInfo tr td {
    border: 1px solid #e7eff0;
    vertical-align: middle;
    color: black;
    font-size: 13px;
    word-break:break-all;
    word-wrap: break-word;
}

.baseInfo td:nth-child(odd), .baseInfo .odd {
    font-size: 13px;
    width: 150px;
    text-align: right;
    padding: 5px;
    color: black;
    border: 1px solid #e7eff0;
    background-color: #e7eff0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 20px;
}

.baseInfo td:nth-child(even), .baseInfo .even {
    text-align: left;
    padding-left: 8px;
    word-break: break-all;
    color: #000000;
    border: 1px solid #e7eff0;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 20px;
    /*width: 20%;*/
}

.baseInfoCheck {
    width: 100%;
    border-spacing: 0;
    word-break:break-all;
    word-wrap: break-word;
}

.baseInfoCheck tr td {
    border: 1px solid #e7eff0;
    vertical-align: middle;
    color: black;
    font-size: 13px;
    height: 30px;
    word-break:break-all;
    word-wrap: break-word;
}

.baseInfoCheck td:nth-child(odd) {
    font-size: 13px;
    width: 150px;
    text-align: right;
    padding-right: 8px;
    color: black;
    border: 1px solid #e7eff0;
    background-color: #e7eff0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.baseInfoCheck td:nth-child(even) {
    text-align: left;
    padding-left: 0;
    word-break: break-all;
    color: #000000;
    border: 1px solid #e7eff0;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


.orderTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.projectOverview {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.projectOverview > span:nth-child(1) {
    width: 5px;
    height: 7px;
    background-color: black;
}

.projectOverview > span:nth-child(2) {
    color: black;
    font-size: 14px;
    margin-left: 11px;
    font-weight: bold;
}

.projectOverview > span:nth-child(3) {
    color: black;
    font-size: 12px;
    margin-left: 11px;
    font-weight: bold;
}

.projectOverview > span:nth-child(4) {
    color: red;
    font-size: 12px;
    margin-left: 11px;
    font-weight: bold;
}

.techTable {
    width: 100%;
    text-align: center;
    border-spacing: 0;
    word-break:break-all;
    word-wrap: break-word;
}
.techTable tr td {
    word-break:break-all;
    word-wrap: break-word;
}
.techTable thead tr th {
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-align: center;
    border: 1px solid #e7eff0;
    background-color: #8FB5E3;
    padding: 5px 0 5px 0;
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
}

.techTable tr td {
    font-size: 13px;
    color: black;
    border: 1px solid #e7eff0;
    padding: 5px 5px;
    background-color: white;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
}

.purchase-border {
    border-left: 1px #F7F7F7 solid;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 5px 0;
}

.card {
    text-align: center;
}

.device-name {
    color: #FF5500;
    font-size: 14px;
    font-weight: bold;
}

.attachment, .attachment:hover, .attachment.active {
    background-color: #409eff;
    font-size: 14px;
    color: white;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 35px;
    text-align: center;
}
.downloadFtpFile {
    position: fixed;
    right: 0;
    margin-right: 13px;
    cursor: pointer;
}
.downloadFile {
    margin-left: 13px;
    cursor: pointer;
}

.file_list_attachment {
    padding: 0 16px;
    display: inline-block;
}

.file_list_attachment .file_title {
    font-family: "PingFangSC-Regular", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #818181;
    line-height: 20px;
    padding-top: 10px;
}

.file_list_attachment .file_block {
    display: flex;
    align-items: center;
    padding: 10px 0 5px;
}

.file_list_attachment .file_block .file_msg {
    margin-left: 6px;
}

.file_list_attachment .file_block .file_name {
    font-family: "PingFangSC-Regular", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}

.file_list_attachment .file_block .file_detail {
    font-family: "PingFangSC-Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #969799;
}

.file_list_attachment .file_block .fake_image {
    width: 36px;
    height: 36px;
    border-radius: 0;
}

.unsubmitted, .unsubmitted:hover, .unsubmitted.active {
    background-color: darkred;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    padding: 2px 5px;
    text-decoration: none;
}

.score {
    background-color: #409eff;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

.device-brand {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.newTable {
    width: 100%;
    border-spacing: 0;
}

.newTable tr td:nth-child(odd), .newTable .odd {
    width: 160px;
    height: 50px;
    font-size: 16px;
    color: black;
    border: 1px solid #e7eff0;
    background-color: #e7eff0;
    text-align: right;
    padding-right: 5px;
}

.newTable tr td:nth-child(even), .newTable .even {
    border: 1px solid #e7eff0;
    font-size: 16px;
    color: black;
    background-color: white;
    text-align: left;
    padding-left: 5px;
}

.archiveDetail {
    width: 100%;
    border-spacing: 0;
}

.archiveDetail tr td {
    border: 1px solid #e7eff0;
    vertical-align: middle;
    color: black;
    font-size: 13px;
}

.archiveDetail .odd {
    width: 100px;
    height: 50px;
    font-size: 16px;
    color: black;
    border: 1px solid #e7eff0;
    background-color: #e7eff0;
    text-align: right;
    padding-right: 5px;
}

.el-table th.el-table__cell {
    font-size: 13px;
    font-weight: bold;
    color: black;
    text-align: center;
    border: 1px solid #e7eff0;
    background-color: #8FB5E3;
    padding: 5px 0 5px 0;
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
}


.el-form-item {
    margin-bottom: 18px;
}

.el-button--primary, .el-button--primary:hover, .el-button--primary:active {
    color: white;
    font-weight: bold;
    border-color: #e7eff0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.el-tabs__item {
    color: #535353;
    background-color: #e7eff0;
}

.el-tabs__item.is-active {
    font-weight: bold;
    background-color: #e7eff0;
}

.tabBar span.current {
    background-color: #409eff;
    color: #fff;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.tabBar span:hover {
    background-color: #409eff;
    color: #fff;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    box-shadow: 0px 0px 10px black;
}

.tabBar {
    background-color: #e7eff0;
    border-bottom: 2px solid #e7eff0;
}

.tabBar span {
    background-color: #e8e8e8;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 2px;
}

.bidCompany, .bidCompany:hover, .bidCompany:active {
    background-color: #006F45;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    line-height: 30px;
}

.contentTitle {
    margin-bottom: 0px;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 25px;
    border-bottom: 1px solid #e7eff0;
    font-family: Arial, sans-serif;
}

.btn-primary, .btn-primary:active {
    background-color: #409eff;
    border: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 6px;
}
.btn-primary:hover {
    background-color: #409eff;
    border-color: #409eff;
    box-shadow: 0px 0px 10px black;
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #409eff;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.head {
    text-align: left;
    height: 45px;
    background-color: #e7eff0;
}

.headTitle {
    text-align: center;
    background-color: #e7eff0;
    border-radius: 5px;
}
.headTitle >img {
    height: 30px;
}
.bidTitle {
    font-size: 20px;
    font-weight: bold;
    color: #409eff;
    vertical-align: middle;
}

.bidStatus, .bidStatus:hover, .bidStatus:active {
    background-color: #006F45;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
}

.brand, .brand:hover, .brand:active {
    background-color: #006F45;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #e7eff0;
    padding: 5px;
    line-height: 30px;
}

.bidCircular {
    background-color: #409eff;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
}

.bottomButton {
    border-radius: 5px;
    border: 1px solid #e7eff0;
    background-color: #e7eff0;
    text-align: center;
}

.table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-bordered, .table-bordered1 {
    border: 1px solid black;
    border-collapse: collapse;
    border-left: 0
}

.table-bordered th, .table-bordered td,.table-bordered1 th, .table-bordered1 td {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
}

.table-border.table-bordered1 {
    border-bottom: 0;
    border-collapse: collapse;
}

.box {
    width: 12px;
    height: 12px;
    background: white;
    color: #666;
    border: 1px solid #c0c0c0;
    display: inline-block;
}

.table-bordered-negotiation {
    border: 1px solid #3c3c3c;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0
}

.table-bordered-negotiation th, .table-bordered-negotiation td {
    border: 1px solid #3c3c3c;
}

.table-negotiation td {
    padding: 4px;
    line-height: 12px;
}

.bidCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.submitted, .submitted:hover, .submitted.active {
    background-color: darkgreen;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    padding: 2px 5px;
    text-decoration: none;
}

.page {
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@page rotated {
    size: landscape;
}

@media print {
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}


.sign-operation {
    margin-top: 5px;
    background-color: #cce0e1;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    height: 33px;
}
.sign-title {
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.sign-button {
    flex: 1;
}
.sign-content {
    margin-top: 5px;
    display: flex;
    justify-items: center;
    justify-content: center;
    background-color: white;
}
.sign-type {
    display: flex;
    flex-direction: column;
}
.sign-type input {
    border-radius: 5px;
    line-height: 35.35px;
    height: 35.35px;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    margin: 2.7px;
    transition-duration: .3s
}
.sign-type input:first-child {
    margin-top: 0;
}
.sign-file {
    flex: 1;
}

.btn-upload, .btn-upload2 {
    padding: 5px;
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}
.btn-upload>a,.btn-upload2>a {
    color: white;
    border: 1px solid #409eff;
    background-color: #409eff;
    border-radius: 6px;
    font-size: 14px;
    padding: 5px 10px;
}

.container {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: left; /* 水平居中 */
    width: 100%; /* 容器高度，根据需要设置 */
    height: 80px;
}

.container img {
    max-width: 100%; /* 确保图片不会超出容器 */
    height: auto; /* 保持图片比例 */
}

.container span {
    margin-left: 10px; /* 图片和文字之间的间隔 */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    color: white;
    border: 1px solid #409eff;
    background-color: #409eff;
    border-image: initial;
    border-radius: 4px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.atts {
    width: 100%;
    color: #409eff;
}
.attClose {
    color: #409eff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
}

.ztree li a.curSelectedNode {
    padding-top: 0px;
    background-color: #409eff;
    color: white;
    height: 21px;
    opacity: 0.8;
}
.company-default {
    color: black;
    font-size: 14px;
    border-radius: 2px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    border: 0;
    padding: 0 10px;
}
.company-success {
    background-color: #006F45;
    color: white;
    font-size: 14px;
    border-radius: 2px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    border: 0;
    padding-left: 25px;
    padding-right: 10px;
}

.biddingTips {
    color: red;font-size: 18px;font-weight: bold;
}

.translationTable tr td {
    font-size: 14px;
    color: black;
    border: 1px solid black;
    padding: 5px 5px;
    background-color: white;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
}


.baseInfoFinish {
    width: 100%;
    border-spacing: 0;
    border-collapse:collapse;
    table-layout:fixed;
}

.baseInfoFinish tr td {
    border: 1px solid #e7eff0;
    vertical-align: middle;
    color: black;
    font-size: 16px;
    word-break:break-all;
}

.baseInfoFinish td:nth-child(odd), .baseInfoFinish .odd {
    font-size: 16px;
    line-height: 16px;
    width: 170px;
    text-align: right;
    color: black;
    border: 1px solid #e7eff0;
    background-color: #e7eff0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 15px 16px 16px 0;
}

.baseInfoFinish td:nth-child(even), .baseInfoFinish .even {
    text-align: left;
    word-break: break-all;
    color: #000000;
    border: 1px solid #e7eff0;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 20px;
    padding: 15px 16px 16px 0;
}

.finishTable {
    width: 100%;
    text-align: center;
    border-spacing: 0;
}

.finishTable thead tr th {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: black;
    text-align: center;
    border: 1px solid #e7eff0;
    background-color: #e7eff0;
    padding: 15px 16px 16px 0;
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
}

.finishTable tr td {
    font-size: 16px;
    line-height: 16px;
    color: black;
    border: 1px solid #e7eff0;
    padding: 15px 16px 16px 0;
    background-color: white;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
}

.finishTip {
    font-size: 16px;
}


.baseInfoFinish {
    width: 100%;
    border-spacing: 0;
    border-collapse:collapse;
    table-layout:fixed;
}

.baseInfoFinish tr td {
    border: 1px solid #e7eff0;
    vertical-align: middle;
    color: black;
    font-size: 16px;
    word-break:break-all;
}

.baseInfoFinish td:nth-child(odd), .baseInfoFinish .odd {
    font-size: 16px;
    width: 150px;
    text-align: right;
    color: black;
    border: 1px solid #e7eff0;
    background-color: #e7eff0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 20px;
    padding: 15px 16px 16px 0;
}

.baseInfoFinish td:nth-child(even), .baseInfoFinish .even {
    text-align: left;
    word-break: break-all;
    color: #000000;
    border: 1px solid #e7eff0;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 20px;
    padding: 15px 16px 16px 0;
}


.baseInfoFinish {
    width: 100%;
    border-spacing: 0;
    border-collapse:collapse;
    table-layout:fixed;
}

.baseInfoFinish tr td {
    border: 1px solid #e7eff0;
    vertical-align: middle;
    color: black;
    font-size: 16px;
    word-break:break-all;
}

.baseInfoFinish td:nth-child(odd), .baseInfoFinish .odd {
    font-size: 16px;
    line-height: 16px;
    width: 170px;
    text-align: right;
    color: black;
    border: 1px solid #e7eff0;
    background-color: #e7eff0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 15px 16px 16px 0;
}

.baseInfoFinish td:nth-child(even), .baseInfoFinish .even {
    text-align: left;
    word-break: break-all;
    color: #000000;
    border: 1px solid #e7eff0;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 20px;
    padding: 15px 16px 16px 0;
}

.noUpload {
    background-image: url("./image/noUpload.svg");
    height: 32px;
    width: 32px;
    text-align: center;
}

.el-tag-H, .el-tag-H:hover, .el-tag-H:active {
    background-color: #409eff;
    color: white;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px !important;
    border: 1px solid #409eff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}
.el-tag-H, .el-tag-H:hover, .el-tag-H:active {
    background-color: #409eff;
    color: white;
    display: inline-block;
    padding: 0 5px 0 0;
    line-height: 20px;
    font-size: 12px !important;
    border: 1px solid #409eff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}
.el-tag-F, .el-tag-F:hover, .el-tag-F:active {
    background-color: #FF7F00;
    color: white;
    display: inline-block;
    padding: 0 5px 0 0;
    line-height: 20px;
    font-size: 12px !important;
    border: 1px solid #FF7F00;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}
.el-tag-S, .el-tag-S:hover, .el-tag-S:active {
    background-color: deeppink;
    color: white;
    display: inline-block;
    padding: 0 5px 0 0;
    line-height: 20px;
    font-size: 12px !important;
    border: 1px solid deeppink;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}
.el-tag-E, .el-tag-E:hover, .el-tag-E:active {
    background-color: green;
    color: white;
    display: inline-block;
    padding: 0 5px 0 0;
    line-height: 20px;
    font-size: 12px !important;
    border: 1px solid green;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}
.el-tag-G, .el-tag-G:hover, .el-tag-G:active {
    background-color: #0000FF;
    color: white;
    display: inline-block;
    padding: 0 5px 0 0;
    line-height: 20px;
    font-size: 12px !important;
    border: 1px solid #0000FF;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}
.step-reviewer {
    color: white;
    background-color: #409eff;
    border-radius: 2px;
    padding: 5px;
    margin: 0 1px;
    line-height: 30px;
    cursor: pointer;
}
.acceptance, .acceptance tr td {
    border: 1px solid black;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

