.detail-bg {
    min-height: 50vh;
    overflow: hidden;
    background-image: linear-gradient(to top left, #f37773, #fff);
}

.detail-info-bg {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
}

.detail-title {
    padding-bottom: 20px;
    margin-bottom: 20px;

    border-bottom: 1px solid #999;
}

.detail-title h2 {
    text-align: center;
    font-size: 36px;

    font-weight: 600;
    line-height: 180%;
    margin-bottom: 20px;
    color: #d11c16;
}

.detail-title p {
    text-align: center;
    font-size: 14px;
}

.detail-info {

}

.detail-info,
.detail-info p,
.detail-info span,
.detail-info div {
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
}

.detail-info img,
.detail-info video {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.next-pre {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #ccc;
}

.next-pre div {
    width: 100%;
    color: #999;
    line-height: 42px;
    font-size: 20px;
}

.next-pre div a {
    font-size: 20px;
    color: #999;
}

.next-pre div:hover a {
    color: #d11c16;
}

@media only screen and (max-width: 768px) {
    .detail-info-bg{
        padding: .3rem;
        margin-bottom: 0;
    }
    .detail-title h2 {
        font-size: .48rem;
        line-height: 180%;
        margin-bottom: .2rem;
    }
    .detail-title p{
        font-size: .28rem;
    }
    .detail-info,
    .detail-info p,
    .detail-info span,
    .detail-info div {
        font-size: .32rem;
        line-height: 180%;
        text-align: justify;
    }

    .detail-info img,
    .detail-info video {
        display: block;
        margin: .2rem auto;
        max-width: 100%;
    }
    .next-pre {
        margin-top: .3rem;
    }

    .next-pre div {
        width: 100%;
        color: #999;
        line-height: .42rem;
        font-size: .36rem;
        margin-bottom: .2rem;
    }

    .next-pre div a {
        font-size: .36rem;
        color: #999;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .detail-info-bg{
        padding: .3rem;
        margin-bottom: 0;
    }
    .detail-title h2 {
        font-size: .48rem;
        line-height: 180%;
        margin-bottom: .2rem;
    }
    .detail-title p{
        font-size: .28rem;
    }
    .detail-info,
    .detail-info p,
    .detail-info span,
    .detail-info div {
        font-size: .3rem;
        line-height: 180%;
        text-align: justify;
    }

    .detail-info img,
    .detail-info video {
        display: block;
        margin: .2rem auto;
        max-width: 100%;
    }
    .next-pre {
        margin-top: .3rem;
    }

    .next-pre div {
        width: 100%;
        color: #333;
        line-height: .42rem;
        font-size: .36rem;
        margin-bottom: .2rem;
    }

    .next-pre div a {
        font-size: .36rem;
        color: #333;
    }

}

@media only screen and (max-width: 1400px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1640px) and (min-width: 1401px) {
}
