/*supply_right*/
.supply_right{
  width: 953px;
  height:auto;
  float: right;
  min-height:700px;
}

.rece_head{
  width: 953px;
  border-bottom: 1px solid #f3b652;

}
.rece_head span{
 color:#f3b652;
 line-height: 25px;
  
}
.rece_butt a{
    background: #f3b652;
    width:66px;
    height: 32px;
    display: inline-block;
    line-height: 35px;
    color:#fff;
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    float: left;
}
.rece_butt a:nth-of-type(1){
  margin-right: 20px;
   
}
.rece_butt a:hover{
    text-decoration: none;
    background: #f1a629;
}
.rece_tab{border: 1px solid #e4e4e4;}
.rece_tab thead tr th {
    vertical-align: middle;
    text-align: center;
  
    color: #1d1d1d; 
    font-weight: normal;
    background: #f2f2f2;
}
.rece_tab tbody tr td {
    vertical-align: middle;
    text-align: center;
    color: #1d1d1d;
    font-weight: normal;
}
.rece_tab tbody tr{
   height: 70px;
   line-height: 70px;
}
.rece_table>thead>tr>th{
    border-bottom: 1px solid #ddd;
}
.used_butt{
    background: #f3b652;
    width:50px;
    height: 24px;
    display:inline-block;
    font-size: 12px;
    color:#fff;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}
    .used_butt:focus{
     color:#fff;
     text-decoration: none;
     background: #f1a629;
    }
    .used_butt:hover{
     color:#fff;
      background: #f1a629;
    }
.disable_butt{
    background: #999999;
    width:50px;
    height: 24px;
    display:inline-block;
    font-size: 12px;
    color:#fff;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}
.disable_butt:focus{
 color:#fff;
 text-decoration: none;

}
.disable_butt:hover{
 color:#fff;
}
/*模态框*/
/* .modal{

 border-radius:0px ;
 border: 5px solid #a2a2a2;
}
.model_but{
 margin-left:35%;

}
.model_but button{
width: 78px;
height: 30px;
}
.btn-save{
  background: #f3b652;
  color:#fff;
  margin-right: 15px;
}
.btn-save:hover{
   color:#fff;
   background: #f1a629;
 }
 .btn-save:focus{
   color:#fff;
   background: #f1a629;
 }
 .modal-title{
  font-size: 14px;
 }
.modal-body form input{
display:inline-block;
margin-top: 5px;

}

.modal-body form label{
display:inline-block;
width: 80px;
text-align: right;
margin-right: 18px;
line-height: 50px;
 margin-left:15%;

}
.modal-body form label span{
color:#fe0000;
line-height:40px;
margin-right: 2px;


}
.modal-body input[type="text"],input[type="password"]{
	width:170px;
}
.modal-body{
   padding: 30px;
}
   
   .modal.fade.in {
    top: 30%;
}
.modal.fade {
	top: 74%;
} */