.w1190 {
      width: 1190px;
      margin: 0 auto;
    }
    .mg10 {
      margin: 10px 0;
    }
   
    .right-box {
      width: 965px;
      margin-left: 10px;
      
    }
    .agree-checkbox-tips {
	    position: absolute;
	    top: 27px;
	   right: 300px;
    }
    
	.bidding-notice {
	 	padding:18px;
	 	margin-top: 20px;
	  	border: 1px solid #ddd;
	  
	}
	
	.bidding-notice-title {
	    position: relative;
		padding-bottom: 10px;
    	border-bottom: 2px solid #dedede;
   		margin-bottom: 22px;
	}
	.bidding-notice-title h1 {
	    height: 32px;
	    line-height: 32px;
	    font-size: 16px; 
	    font-family: "Microsoft YaHei",SimHei;  
	}
	.bidding-notice-title h2 {
	    margin-bottom: 10px;
	    font-size: 16px;
	}
	.bidding-notice-title p {
		width: 53%;
	    margin: 0 auto;
	    font-size: 14px;
	    line-height: 20px;
	}
	.bidding-notice-content {
	
	}
	.bidding-notice-content h3 {
	  	border-left: 4px solid #0273af;
	    padding-left: 10px;
	    font-size: 12px;
	    font-weight: bold;
	    height: 22px;
	    line-height: 22px;
	}
   .subtitle-content {
    	margin: 10px 0 10px 35px;
   }
   
   .subtitle-content table{
   		font-size:12px;	
   }
  
    .subtitle-content table tr td{
   		padding:5px 0;
   		text-align:center;
   }
   .invoiceTable table {
      margin: 0 auto;
      text-align: left;
   }
   .invoiceTable table th {
      padding: 10px 0 0 10px;
   }
   .border-table {
    	border: 1px solid #ddd;
    	font-size: 12px;
   }
   .border-table thead {
  		height: 30px;
	    line-height: 30px;
	    background-color: #f3f3f3;
   }
   .border-table tbody tr {
   		border-bottom: 1px solid #ddd;
   }
   .border-table tbody tr td {
	    padding: 10px 0;
	    vertical-align: middle;
	    text-align: center;
	    border-right: 1px solid #ddd;
   }
   .border-table tbody tr td.pp-specs {
		padding: 10px;
     	text-align: left;
    
   }
   .pp-specs-title {
   }
   .pp-specs-content {
	    line-height: 20px;
	    margin-left: 55px;
   }
   .pp-total-price {
     	text-align: right;
     	padding: 10px 0;
     	border-bottom: 1px solid #ddd;
   }
   .pp-total-price i {
        font-size: 14px;
    	color: red;
   }
   .bidding-notice-others {
    
     	text-align: center;
    	padding-top: 20px;
    	border-top: 1px solid #ddd;
   }
   .agree-label {
     margin: 0 10px;
   }
   .to-tenderdetail a {
       display:inline-block;
       padding: 5px 10px;
       border-radius: 4px;
       border: 1px solid #ddd;
       background-color: #f3f3f3;
       text-align: center;
    }
   .attend-quote-btn {
    padding: 6px 8px;
    border-radius: 4px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #666;
   }
    .baseinfo-item {
       display: flex;
    }
    .baseinfo-key {
    flex: 106px 0 0;
    -webkit-flex: 106px 0 0;
    text-align: right;
}
  .quote-records p {
        height: 34px;
         margin-top: 20px;
        padding-left: 10px;
	    border: 1px solid #ddd;
	    background-color: #f4f4f4;
	    line-height: 34px;
	    font-size: 14px;
      
    }
    .quote-records ul {
      padding: 0 10px;
      border: 1px solid #ddd;
      border-top: 0;
    }
    .quote-records ul li {
      padding: 12px 0;
      border-bottom: 1px solid #ddd;
    }
    .quote-records ul li:last-child {
      border-bottom: 0;
    }
    .quote-records ul li span {
      display: inline-block;
      width: 60%;
      text-align: left;
    }
  
	.bidding-preview-icon {
			position: absolute;
			width: 130px;
		    height: 130px;
		    top: 6px;
		    right: 230px;
		   background: url("../images/yulan.png")  center center no-repeat;
		}
	.disabledBtn {
   opacity: 0.4;
 }