.header {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #cacaca;
    background-color: #fafafa;
}

.header .logo {
    flex: 0 0 auto;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .logo a {
    color: #1e9fff;
    font-size: 20px;
}

.header .label {
    flex: 1 1 auto;
    height: 60px;
}

.header .menu {
    flex: 0 0 auto;
    width: 420px;
    height: 60px;
}

.body {
    text-align: center;
    padding-top: 120px;
}

.body .title {
    font-size: 18px;
    color: #000;
    line-height: 60px;
    font-weight: 700;
}

.body .center {
    text-align: center;
}

.body .text {
    width: 800px;
    font-size: 14px;
    color: #000;
    text-align: left;
    display: inline-block;
    font-weight: 400;
}

.body .img{
    width: 200px;
    height: 240px;
}

.body .table {
    display: inline-block;
    max-width: 800px;
}

.body .table td {
    border: 1px solid #000000;
    min-width: 100px;
    text-align: center;
    padding: 4px 6px;
}

.body .url{
    color: #0000ff;
    text-decoration: underline;
}