#certificateList{
    min-height: 800px;
    display: flex;
    flex-direction: column;
    width:1270px;
    margin:0 auto;
    padding:30px;
    background-color:#fff;
}
.hxWrap{
  
    background-color: #f2f2f2;
    padding-top:45px;
    padding-bottom: 45px;
}
.title{

    height: 38px;
    line-height: 38px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.title .line {
    width:3px;
    height:23px;
    background-color: rgb(0 153 255);
}
.title .titleText{
    margin-left: 10px;
    font-size: 20px;
}
.certificateForm{
    display: flex;
    margin-bottom:50px;
    justify-content: center;
}
.certificateForm .formItem{
    margin-right:20px;
}

.certificateForm .formItem input{
    width:200px;
    height:30px;
    font-size:15px;
}
/* 二维码图片 */
.certificateForm .certificateCodeImg{
    margin-right: 43px;
    width: 102px;
    height: 37px;
    margin-left: 14px;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 3px;
    cursor: pointer;
}
.certificateForm .certificateCodeImg img{
  
    width: 100px;
 
    height: 38px;

}
.searchBtn {
    background-color: rgb(0 153 255);
    height:40px;
    color:#fff;
    width: 100px;
    border-radius: 7px;
    line-height: 40px;
    text-align: center;
    border: none;
    font-size:16px;
    padding:0;
    margin-right: 20px;

}
.certificateContent{
    
}
.table>tbody>tr>th {
    background-color:#f7f7f7;
    height:30px;
}
.table>tbody>tr>td{
    height:30px;
}
.resultEmpty{
    
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.certificateTips{
    font-size:14px;
    color: #999;
    margin-top: 30px;
}
.loadingImg{
    padding:10px 0 20px;
    background-color:rgba(0,0 , 0, 0.8);
    border-radius: 5px;
    position: unset;
    margin: 0 auto;
}
.searchInfo{
    font-size:16px;
    margin-bottom: 20px;
    color:black;
}

