zlsh.css 502 Bytes
.content_box {
    width: 1200px;
    margin: 0 auto;
    min-height:calc(100vh - 207px);
}
.name_title {
    padding: 10px;
    margin:15px 0;
}
.name_title h2 {
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
    border-left: 3px solid #0091FF;
    height: 16px;
    line-height: 16px;
    padding-left: 5px;
}
.name_title p {
    display: inline-block;
    color: #0091FF;
}
.next_button {
    text-align: center;
    margin: 10px 0;
}
.next_button a {
    color: #ffffff;
}