.header-bg {
    width: 100%;
    height: 466px;
    display: flex;
    flex-shrink: 0;
    background: linear-gradient(to top, #ab0000, #460000);
}

.header-bg .bg-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: white;
}

.header-bg .bg-content .tag {
    display: flex;
    list-style: none;
    flex-wrap: wrap
}

.header-bg .bg-content .tag li {
    display: flex;
    margin-top: 20px;
    margin-right: 16px;
    padding: 4px 12px;
    border-radius: 15px;
    background: rgba(18, 24, 58, .3);
    line-height: 20px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: ease-in-out;
    flex-grow: 0
}

.header-bg .bg-content .tag li:hover {
    background: #bec8d3
}

.header-bg .bg-content .tag li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px
}

.header-bg .bg-content h1 {
    margin: 32px 0 24px;
    color: white;
    font-weight: 500;
    font-size: 2.1em;
    line-height: 1.6;
    text-align: center;
}

.header-bg .bg-content .article-info,
.header-bg .bg-content .article-info .article-author {
    display: flex
}

.header-bg .bg-content .article-info .article-author span {
    margin-left: 8px;
    color: white;
    font-weight: 500;
    font-size: 15px
}

.header-bg .bg-content .article-info .article-author span a {
    color: white;
    text-decoration: none;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    transition: ease-in-out
}

.header-bg .bg-content .article-info .article-author span a:hover {
    color: #006af7
}

.header-bg .bg-content .article-info .article-author p {
    margin-left: 30px;
    color: white;
    font-size: 14px
}

.article-content img {
    display: flex;
    width: 100%;
    height: 100%
}

@media screen and (min-width:600px) {
    .article-content .content {
        display: flex;
        padding: 64px 40px;
        max-width: 800px;
        font-size: 18px;
        flex-direction: column
    }

    .article-content {
        position: relative;
        z-index: 2;
        display: flex;
        margin: 0 auto;
        max-width: 1160px;
        border-radius: 10px;
        background: #fff;
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width:600px) {
    .article-content {
        display: flex;
        margin: 0 auto;
        padding: 64px 16px;
        max-width: 1160px;
        border-radius: 10px;
        background: #fff;
        flex-direction: column;
        align-items: center
    }

    .article-content .content {
        display: flex;
        width: 100%;
        font-size: 1.1em;
        flex-direction: column
    }
}

.content-move {
    position: relative;
    z-index: 100;
    margin-top: -64px;
    transition: margin-top .8s ease-in-out
}

.Last-Next {
    display: flex;
    margin: 0 auto 2em;
    max-width: 980px;
    padding-bottom: 40px;
}

.Last-Next a {
    color: white;
    text-decoration: none
}

.Last-Next a,
.Last-Next a .last {
    display: flex;
    flex-grow: 1;
    flex-basis: 0
}

.Last-Next a .last {
    height: 150px;
    border-radius: 10px;
    background-size: 100% 100%;
    opacity: .4;
    cursor: pointer;
    transition: all .5s ease-in-out;
    align-content: flex-start;
    justify-content: center;
    flex-direction: column
}

.Last-Next a .last:hover {
    margin-top: -10px;
    box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
    opacity: .7
}

.Last-Next a .last span,
.Last-Next a .last p {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 90%;
    line-height: 1.6
}

.Last-Next a .last p {
    font-size: 16px
}

.Last-Next a .next {
    display: flex;
    height: 150px;
    border-radius: 10px;
    background-size: 100% 100%;
    opacity: .4;
    cursor: pointer;
    transition: all .5s ease-in-out;
    align-content: flex-end;
    flex-grow: 1;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    flex-basis: 0
}

.Last-Next a .next:hover {
    margin-top: -10px;
    box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
    opacity: .7
}

.Last-Next a .next span {
    margin-left: 10px;
    font-size: 90%;
    line-height: 1.6
}

.Last-Next a .next p {
    font-size: 16px
}

.Last-Next a .last span,
.Last-Next a .next span {
    color: #77ff00;
}
