.detail-content img{
    width: 100% !important;
}
.detail-content{
    width: 100%;
    max-width: 1920px;
    padding: 27.3rem 26rem 14rem 26rem;
    background-color: #fff;
    min-height: calc(100vh - 39rem);
    overflow: hidden;
    .error{
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 3.6rem;
        color: darkred;
    }
    .title{
        height: 5rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 3.6rem;
        color: #666666;
        line-height: 5rem;
        text-align: justify;
        font-style: normal;
    }
    .create_time{
        height: 2.4rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 2rem;
        color: #999999;
        line-height: 2.8rem;
        text-align: justify;
        font-style: normal;
        margin-top: 2rem;
    }
    .detail{
        margin-top: 9.3rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 2rem;
        color: #666666;
        line-height: 4rem;
        text-align: justify;
        font-style: normal;
    }
}
