.downloaddetail {
    background: {
        $downloaddetail.back_color
    }

    ;
}

.downloaddetail h2 {
    text-align: center;
    margin-bottom: 8px;
}

.downloaddetail .table {
    margin-top: 20px;
}

.downloaddetail a.down {
    margin: 20px;
    display: inline-block;
    color: #ffffff;
    padding: 15px 60px;
    font-size:14px;
    background-color: rgb(252,107,0);
}

.downloaddetail a.down:hover {
    background-color: #333333;
}
.downloaddetail .content{
    text-align: left;
}
.downloaddetail .tag{
    margin: 15px 0;
}
.downloaddetail .tag a{
    padding: 10px;
    border: 1px solid #333333;
}
.downloaddetail dir {
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}

.downloaddetail dir:after {
    display: block;
    content: '';
    clear: both;
}

.downloaddetail dir>dl:after {
    display: block;
    content: '';
    clear: both;
}

.downloaddetail dir>dl>dt {
    float: left;
    margin-right: 8px;
    opacity: .88;
}

.downloaddetail dir>dl>dt b {
    font-weight: inherit;
}

.downloaddetail dir>dl>dd {
    float: left;
}