.download-detail{
    background:;
}

.download-detail .top {
    margin-bottom: 10px;
}

.download-detail .top b {
    font-weight: inherit;
}

.download-detail .top i {
    font-style: inherit;
}

.download-detail .top i:first-child {
    margin: 0;
}

.download-detail .sub>dl {
    padding-bottom: 8px;
}

.download-detail .sub>dl:after {
    display: block;
    content: '';
    clear: both;
}

.download-detail .sub>dl>dt {
    float: left;
    opacity: .88;
}

.download-detail .sub>dl>dd {
    float: left;
}

.download-detail .sub>a {
    margin-top: 18px;
}

.download-detail aside {
    margin-bottom: 18px;
}

.download-detail dir {
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}

.download-detail dir:after {
    display: block;
    content: '';
    clear: both;
}

.download-detail dir>dl:after {
    display: block;
    content: '';
    clear: both;
}

.download-detail dir>dl>dt {
    float: left;
    margin-right: 8px;
    opacity: .88;
}

.download-detail dir>dl>dt b {
    font-weight: inherit;
}

.download-detail dir>dl>dd {
    float: left;
}

.download-detail dir>dl>dd i {
    font-style: inherit;
}

.download-detail .tag {
    margin-bottom: 18px;
}

.download-detail .tag a {
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #f0f0f0;
    padding: 2px 8px;
    border-radius: 3px;
}

@media(max-width:767px) {
    .download-detail .tag {
        margin-bottom: 8px;
    }

    .download-detail .tag a {
        margin-right: 4px;
        padding: 2px 8px;
    }
}

@media(max-width:991px) {
    .download-detail .sub {
        width: auto;
        padding-right: 0;
        float: none;
    }

    .download-detail .sub>a {
        margin-top: 8px;
    }

    .download-detail .content {
        margin-left: 0;
        padding-left: 0;
        padding-top: 18px;
        margin-top: 18px;
        border-top: 1px solid #f0f0f0;
        border-left: none;
    }
}

@media(max-width:767px) {
    .download-detail aside {
        margin-bottom: 8px;
    }

    .download-detail dir {
        padding-top: 8px;
    }

    .download-detail .sub>dl {
        padding-bottom: 4px;
    }

    .download-detail .sub>a {
        margin-top: 4px;
    }
}