@media screen and ( max-width: 576px ) {
    .detail-container {
        width: 100% !important;
    }

    .detail-breadcrumb {
        width: 100% !important;
    }

    .gengduo {
        width: 100% !important;
    }

    .detail-body {
        width: 100% !important;
        margin: 0 !important;
        padding: 5px 10px !important;
    }

    .detail-title-container {
        width: 100% !important;
        height: auto !important;
    }

    .detail-title {
        width: 100% !important;
        margin: 10px auto !important;
    }

    .detail-title h2 {
        /*font-weight: bold;*/
        font-size: 28px !important;
        margin: 0 !important;
    }

    .detail-info {
        width: 100% !important;
        margin: 10px auto !important;
    }

    .detail-content {
        width: 100% !important;
    }

    .detail-content * {
        width: 100% !important;
    }
}
