html {
    height: 100%;
    background: #f5f5f5;
}

#app, .wrapper {
    height: 100%;
}

.wrapper {
    background: #f5f5f5;
    position: relative;
    z-index: 10;
}

.article-mask {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.article {
    padding-left: .555556rem;
    padding-right: .555556rem;
    padding-bottom: 1.222222rem;
    padding-top: .444444rem;
    position: relative;
    z-index: 10;
    word-break: break-all;
}

.article h1 {
    font-size: .5rem;
    text-align: center;
    line-height: .694444rem;
    padding-bottom: .222222rem;
    font-weight: 700;
}

.article dl {
    text-align: justify;
}

.article dl dd {
    margin: 0;
    padding: .222222rem 0 1.111111rem;
}

.article dl dt {
    line-height: .694444rem;
    font-size: .5rem;
    color: #222;
    font-weight: 700;
}

.article dl dd p {
    line-height: .666667rem;
    font-size: .444444rem;
    color: #222;
    padding-bottom: .222222rem;
}