.visit {
    margin: 30rem auto;
}

.visit .tip {
    color: #8b1c21;
    font-size: 16rem;
    text-align: right;
    line-height: 30rem;
}

.visit .title {
    color: #FFF;
    font-size: 22rem;
    text-align: center;
    height: 50rem;
    line-height: 50rem;
    font-weight: bold;
    background: #8b1c21;
    margin-bottom: 3px;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

table th {
    background: #f1f1f1;
    border: 1px solid #cfcfcf;
    border-top: 2px solid #8b1c21;
    color: #8b1c21;
    padding: 10rem 2rem;
}

table td {
    border: 1px solid #cfcfcf;
    padding: 10rem 2rem;
}
table td a{
    display: block;
    color: inherit;
}