body {
    background-color: #F6F7F9;
}

#reader {
    min-width: 1230px;
}

#reader p,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

#reader .d-flex {
    display: flex;
}

#reader .text-indent {
    text-indent: 2rem;
}

#reader .align-items-center {
    align-items: center;
}

#reader .flex-column {
    flex-direction: column;
}

#reader .justify-center {
    justify-content: center;
}

#reader .justify-between {
    justify-content: space-between;
}

#reader #bgImg {
    overflow: hidden;
}

#reader #bgImg>img {
    width: 100%;
}

#reader .logo {
    top: 30px;
    left: calc(50% - 600px);
    position: absolute;
}


#reader #content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
    background-color: #fff;
}

#reader #content>#address,
#reader #content>#address a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding: 15px 0 18px 0;
    text-decoration: none;
    background-color: #F6F7F9;
}

#reader #content>header {
    height: 156px;
    text-align: center;
    box-sizing: border-box;
    padding: 44px 0 36px 0;
}

#reader #content>header .title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

#reader #content>header .time {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

#reader #content .split {
    width: 1150px;
    height: 8px;
    opacity: 0.05;
    margin: 0 auto;
    background: #E02738;
}

#reader #content #text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 39px;
    padding: 38px 25px 50px;
}

#reader #content #text .subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}