.certificate_query {
    flex-direction: column;
    align-items: center;
}

.certificate_query img {
    margin: 50px 0;
    width: 260px;
}

.certificate_query .table {
    width: 100%;
    border: solid 1px #e5e5e5;
    padding: 35px;
    box-sizing: border-box;
    margin-bottom: 45px;
}

.certificate_query .table>.title span {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.certificate_query .table>.title h4 {
    font-size: 20px;
    color: #333333;
}

.certificate_query .table>.title h4 span {
    color: #ff0000;
}

.certificate_query .table>.content {
    margin-top: 34px;
}

.certificate_query .table>.content .tab {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}

.certificate_query .table>.content .tab span {
    display: inline-block;
    width: 180px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #666666;
    background-color: #eeeeee;
}

.certificate_query .table>.content .tab .on {
    background-color: #2d57d0;
    color: #ffffff;
}

.certificate_query .table>.content .con>div {
    display: none;
}

.certificate_query .table>.content .con>div:first-child {
    display: block;
}

.certificate_query .table>.content .system div {
    margin-bottom: 14px;
}

.certificate_query .table>.content .system p {
    font-size: 18px;
    color: #333333;
    line-height: 60px;
}

.certificate_query .table>.content .system input {
    height: 45px;
    width: 100%;
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
    border: solid 1px #e5e5e5;
}

.certificate_query .table>.content .system span {
    color: #ff0000;
}

.certificate_query .table>.content .btn {
    justify-content: center;
    margin: 25px 0;
}

.certificate_query .table>.content .btn button {
    width: 100px;
    height: 40px;
    border: none;
    margin: 0 15px;
    font-size: 20px;
}

.certificate_query .table>.content .btn button:first-child {
    background-color: #2d57d0;
    color: #ffffff;
}

.certificate_query .table>.content .btn button:last-child {
    background-color: #eeeeee;
    color: #999999;
}