/* detail-group */
.detail-group {
    background-color: #FAFAFA;
    padding: 24px 0;
}

.detail-header {
    border-bottom: 1px solid #F3F3F3;
    text-align: center;
    color: #101010;
}
.detail-header .detail-title {
    font-size: 16px;
    margin-bottom: 16px;
}
.detail-header .detail-time {
    font-size: 14px;
    margin-bottom: 24px;
}

.detail-content {
    min-height: 400px;
    font-size: 14px;
    color: #5E5A5A;
    line-height: 26px;
    padding: 24px 0;
    justify-content: center;
}

.detail-footer {
    margin: 24px 0;
    justify-content: center;
}
.detail-footer .back-btn {
    background-color: #F0F1F3;
}
.back-btn .icon {
    color: #666666;
    font-size: 15px;
    margin-right: 16px;
}
/* end--detail-group */


@media screen and (max-width: 991px) {
    .main {
        background-color: #FAFAFA;
    }
}