/* 弹窗样式 */
.dialog-mask{
    position: fixed;
    z-index: 999;
    left: 0;right: 0;bottom: 0;top: 0;
    background:rgba(102, 102, 102, 0.60);
}

.dialog{
    width: 375px;
    height: 251px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -187.5px;
    border-radius: 4px;
    overflow: hidden;
}
.dialog h3{
    width: calc(100% - 32px) ;
    height: 35px;
    line-height: 35px;
    padding:0 16px;
    font-size: 16px;
    color: #ffffff;
	background-color: #2279bc;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}
.dialog h3 i{
    float: right;
    width: 12px;
    height: 100%;
    cursor: pointer;
    background: url("../images/close.png") center no-repeat;
}
.dialog-body{
    background-color: #fff;
    overflow: hidden;
}
.dialog img{
    height: 66px;
    display: block;
    margin: 21px auto 24px;
}
.dialog-body p{
    color: #e41212;
    font-size: 14px;
    margin: 0 40px 13px;
    text-align: center;
    line-height: 22px;
}

.dialog-body a{
    width: 88px;
    line-height: 32px;
    height: 32px;
    display: block;
    margin: 0 auto 16px;
    background: #2279bc;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;

}


/* 表格 */
.bidding_table a.btn{
    line-height: 35px;
    display: inline-block;
    height: 35px;
    background: #2279bc;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 11px;
    cursor: initial;
}
.bidding_table .files a.btn{
    padding: 0 22px;
}
.bidding_table .fujian a.btn{
    margin-top: 20px;
    padding: 0 15px;
    border: 2px solid #2279bc;
}
.bidding_table table{
    width: 1118px;
    color: #333333;
    font-size: 14px;
}
.bidding_table table th{
    font-weight: normal;
    background: #e9eff4;
}
.bidding_table table th,
.bidding_table table td{
    border: solid 1px #cacaca;
    padding-left: 20px;
    height: 35px;
    text-align: left;
}
.bidding_table table thead tr th:first-child{
    padding: 0;
    width: 80px;
    text-align: center;
}
