
.certbox{
    background-color: #fff;
    margin: 40px 0;
    min-height: 560px;
    padding: 0 20px;
}
.table-box table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
}
.table-box table thead{
    background: rgba(0, 0, 0, 0.02);
}
.form-box{
    padding: 30px  0 20px 0;
}
.form-box-input {
    width: 300px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0 15px;
    transition: .3s;
}
.form-box-input:focus{
    border-color: #ff583d;
}
.form-box-query{
    width: 112px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    background: #ff583d;
    border-radius: 2px;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
}
.certbox-title{
    height: 79px;
    line-height: 79px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #EAEAEA;
}
.table-box thead th {
    height: 54px;
    line-height: 54px;
    font-weight: 550;
    color: rgba(0, 0, 0, 0.85);
    text-align: left;
    padding: 0 10px;
}