/* 申请人 样式文件 */
.visit-table th {
    background-color: #a31417;
    color: #FFF;
    font-size: 1.85rem;
}
.visit-table.table th:not([align]) {
    text-align: center;
}
.visit-table td {
    font-size: 1.25rem;
    vertical-align: middle;
}
.visit-table td.time {
    text-align: center;
    width: 20%;
}
.visit-table td.td-btn {
    text-align: right;
}
.page-classvisit .title {
    color: #a31417;
}

/* 下载中心 */
.download-table td {
    font-size: 1.25rem;
    padding: .2rem 0;
    vertical-align: middle;
}
.download-table td.title {
    text-align: right;
}
.download-table td.title .tag {
    background-color: #007360;
    border-radius: 0;
}

/* 无线端样式重制 */
@media screen and (max-width:768px) {
    .download-table td.title .tag {
        width: 30px;
        height: 30px;
    }
    .visit-table {
        margin-top: 1rem;
    }
    .visit-table .table.is-narrow td,
    .visit-table .table.is-narrow th {
        padding: .25em 0;
    }
    .visit-table th {
        font-size: 1rem;
    }
    .visit-table td {
        font-size: .75rem;
    }
    .visit-table .button.is-large {
        font-size: .75rem;
    }
    .download-table img {
        max-width: 25px;
        height: 25px;
    }
}
