body {
    background-image: url("../img/column-bg.jpg");
    background-size: 100vw 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.container .detail-container {
    width: 100%;
    padding-bottom: 0.8rem;
}

.detail-title {
    margin-top: 0.54rem;
    font-size: 0.28rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.detail-title .icon {
    height: 0.32rem;
    width: 0.04rem;
    margin-right: 0.28rem;
    background-color: var(--themeColor);
}

.detail-info {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.detail-content {
    width: 11.04rem;
    margin: 0 0.32rem;
    min-height: 4.53rem;
}

.detail-attr {
    width: 20%;
    flex: 1;
    min-height: 4.53rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail-attr > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.detail-attr > span:first-child {
    margin-top: 0;
}

.detail-attr svg {
    color: #BBBBBB;
    margin: 0.425rem 0;
}

.detail-attr .value {
    font-size: 0.2rem;
    color: #333;
    margin-bottom: 0.08rem;
    text-align: center;
    text-align-last: center;
    text-align-all: center;
}

.detail-attr .value a {
    color: var(--themeColor)
}

.detail-attr .label {
    font-size: 0.16rem;
    color: #656565;
    margin-bottom: 0.08rem;
}


.detail-content {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #656565;
    padding: 0.4rem 0;
    border-bottom: 1px solid #D5D5D5;
}

.page-nav {
    width: 11.04rem;
    margin-top: 0.32rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page-nav .prev, .page-nav .next {
    width: 50%;
    flex: 1;
    font-size: 0.18rem;
    line-height: 0.27rem;
    color: #999999;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.page-nav .prev {
    margin-right: 0.32rem;
}

.page-nav .page-nav-link {
    width: 50%;
    flex: 1;
}

.page-nav a {
    color: #999999;
}

.page-nav .label {
    color: #656565;
    width: 5em;
    margin-right: 0.08rem;
}

.detail-content img {
    max-width: calc(100% - 2em);
}

@media screen and (min-width: 961px) {

    .container .nav-position {
        display: block;
    }

    .container {
        padding-top: 0.94rem;
        padding-bottom: 1.14rem;
    }

    .page-nav .prev a:hover, .page-nav .next a:hover {
        color: var(--themeColor)
    }

}

@media screen and (max-width:960px) {

    body {
        background-image: none;
    }

    .detail-info {
        flex-direction: column;
    }

    .detail-content {
        width: 100%;
        font-size: 0.36rem;
        line-height: 0.72rem;
        margin: 0;
    }

    .detail-title {
        width: 100%;
        text-align: center;
        text-align-last: center;
        text-align-all: center;
        font-size: 0.4rem;
        line-height: 0.48rem;
        justify-content: center;
    }

    .detail-title .icon {
        display: none;
    }

    .detail-attr {
        flex-direction: row;
        width: 100%;
        min-height: unset;
        margin-top: 0.4rem;
    }

    .detail-attr > span {
        width: 33%;
        flex: 1;
    }

    .time {
        order: -2;
    }

    .views {
        background-image: linear-gradient(to bottom, #F0F0F0, #F0F0F0), linear-gradient(to bottom, #F0F0F0, #F0F0F0);
        background-size: 1px 0.32rem;
        background-repeat: no-repeat;
        background-position: left center, right center;
    }

    .detail-attr svg {
        display: none;
    }

    .detail-attr .value {
        font-size: 0.26rem;
        margin-bottom: 0.16rem;
    }

    .detail-attr .label {
        font-size: 0.22rem;
    }

    .detail-content {
        overflow: hidden;
    }

    .page-nav {
        width: 100%;
    }

    .page-nav .page-nav-link {
        width: 50%;
        flex: 1;
        font-size: 0.24rem;
        line-height: 0.36rem;
    }

    .page-nav a {
        font-size: 0.24rem;
        line-height: 0.36rem;
    }

    .page-nav .label {
        color: #656565;
        width: 5em;
        margin-right: 0.08rem;
        font-size: 0.24rem;
        line-height: 0.36rem;
    }

    .page-nav a:active, .page-nav a:active {
        color: var(--themeColor)
    }
}
