article .article__detail {
    color: #d5a5a5;
    overflow: hidden;
    width: 100%;
}

article .article__detail a {
    color: #f1eeee
}

article .article__detail a:hover {
    color: #f7e5a8;
}

article .article__detail img {
    max-width: 100%;
}

article .article__detail table {
    max-width: 100%;
}

article .article__detail table td {
    border: 1px solid #8f8f8f;
    padding: 5px;
}

article .article__detail table tr:hover {
    background: #c3ccc54d;
}

.dl-section.dl-top.dl-first {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #aaa;
}

.dl-section.dl-top {
    margin-top: 20px;
    padding-top: 0;
    width: 293px;
    clear: none;
    float: left;
}

.download-page-block {
    width: 100%;
    display: table;
}

.download-page-block .note-block {
    background: #ffd2d2;
    padding: 10px;
}

.download-page-block .note-block>p {
    padding: 0 0 0 40px;
    margin: 0;
    color: #252525;
    font-style: italic;
    position: relative;
}

.download-page-block .note-block>p:before {
    content: ' ';
    display: block;
    background: url(../images/ui.png) no-repeat -180px -133px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.download-page-block .dl-section .dl-title {
    height: 25px;
    width: 100%;
    border-bottom: 2px solid #707070;
    position: relative;
    margin: 0;
    padding: 0;
    color: #2bfe89;
    font-size: 18px;
}

.download-page-block .dl-section .dl-title:before {
    content: ' ';
    display: block;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #d95656;
}

.download-page-block .dl-section .dl-link-box {
    height: 108px;
    text-align: center;
}

.download-page-block .dl-section .dl-link-box>a {
    height: 108px;
    width: 266px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
    background: url(../images/download-page-btn.jpg) no-repeat 0 0;
    position: relative;
}

.download-page-block .dl-section .dl-link-box>a>p {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    font-weight: bold;
    font-size: 20px;
    color: #feed01;
    display: block;
    width: 266px;
}

.download-page-block .dl-section .dl-list {
    width: 100%;
}

.download-page-block .dl-section .dl-list>li {
    line-height: 40px;
    border-bottom: 1px solid #a6a2a2;
    color: #d3baa2;
    font-size: 16px;
    padding-left: 10px;
}

.download-page-block .dl-section .dl-list>li>a {
    float: right;
    background: #cb5b00;
    height: 26px;
    width: 100px;
    color: #ffd100;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    text-align: center;
    line-height: 26px;
    margin-top: 7px;
    margin-right: 10px;
    text-decoration: none;
}

.download-page-block .dl-section .dl-link-box>a:hover {
    background-position: -266px 0
}

.download-page-block .dl-section .dl-link-box>a:hover>p {
    color: #fff;
    bottom: 15px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5)
}

.download-page-block .dl-section .dl-list>li>a:hover {
    text-decoration: none;
    color: #fff
}

article .topic {
    padding-top: 50px;
}

.topic h2 {
    padding: 0 0 20px;
    color: #2bfe89;
    font-size: 1.3em;
    font-weight: 600;
}

.topic ul {
    border: 1px solid #050404;
    border-top: none;
}

.topic li {
    border-top: 1px solid #24272800;
}

.topic a {
    display: block;
    color: #666;
    background: #00000059 url(../images/ico_popular_topic.png) no-repeat 100% 50%;
}

.topic a strong {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    color: #2bfe89;
}

.topic a span {
    display: block;
    padding: 13px 20px 10px 15px;
    margin: 0 40px 0 0;
    border-right: 1px solid #303030;
}

.topic a span em {
    color: #fff;
}

.topic a:hover {
    background: #656c6ead url('../images/ico_popular_topic_hover.html') no-repeat 100% 50%;
    color: #e5d7d754;
}

.topic a:hover span {
    border: none;
}

.topic a:hover strong,
.topic a:hover em {
    color: #000;
}

.topic .counter {
    display: block;
    padding: 0 0 15px;
    text-align: right;
}

.topic .counter strong {
    color: #14bade;
    font-weight: normal;
}

.topic .no-result {
    padding: 30px 0;
    border-bottom: 1px solid #303030;
    text-align: center;
    color: #666;
    font-size: 1.2em;
}