body {
    font-size: 16px;
    text-align: center;
    color: #333;
    background-color: white;
}

img {
    width: 100%;
    display: block;
}

h1 {
    margin-bottom: 2rem;
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner {
    max-width: 550px;
    margin: 1rem;
}

.logo {
    margin-bottom: 2rem;
}

.cn_info {
    font-size: .9em;
    margin-bottom: 1em;
}

.cn_info ._title {
    font-size: 1.4em;
    margin-bottom: 1em;
}

.cn_info ._table {
    border: 1px solid #f6eae6;
    border-radius: .5rem;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 1fr;
}

.cn_info ._table>dt {
    background-color: #f6f0e6;
    padding: 1em;
    font-weight: bold;
    border-bottom: 1px solid #f0eade;
}

.cn_info ._table>dd {
    text-align: left;
    padding: 1em;
    background-color: white;
    border-bottom: 1px solid #f6f0e6;
}

.cn_info ._table>dd:last-child {
    border-bottom: none;
}