.image-detail{
    background: !important;
}

.image-detail .top {
    text-align: left;
    opacity: .68;
    margin-bottom: 18px;
}

.image-detail .top b {
    font-weight: inherit;
}

.image-detail .top i {
    font-style: inherit;
    margin-right: 18px;
}

.image-detail .top i:last-child {
    margin: 0;
}

.image-detail .text {
    margin-bottom: 10px;
}

.image-detail .tag {
    margin: 18px 0;
}

.image-detail .tag a {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 8px;
    border: 1px solid #e0e0e0;
    padding: 2px 8px;
    border-radius: 3px;
}

.image-detail dir {
    padding-top: 18px;
}

.image-detail dir:after {
    display: block;
    content: '';
    clear: both;
}

.image-detail dir>dl:after {
    display: block;
    content: '';
    clear: both;
}

.image-detail dir>dl>dt {
    float: left;
    margin-right: 8px;
    opacity: .88;
}

.image-detail dir>dl>dt b {
    font-weight: inherit;
}

.image-detail dir>dl>dd {
    float: left;
}

.image-detail dir>dl>dd i {
    font-style: inherit;
}

@media(max-width:767px) {
    .image-detail .tag {
        margin-bottom: 8px;
    }

    .image-detail .tag a {
        margin-right: 4px;
        padding: 2px 8px;
    }

    .image-detail dir{
        padding-top:8px;
    }
    
    .image-detail .top {
        margin-bottom: 8px;
    }
}