/**!
 * 帮助中心--下载
 * date:2022-01-25
 * author: zsy;
 */

/*.slide-item:nth-child(1)>a {
    background-image: url("../images/subpage/help_ico1.png");
}

.slide-item:nth-child(2)>a {
    background-image: url("../images/subpage/help_ico2.png");
}

.slide-item:nth-child(3)>a {
    background-image: url("../images/subpage/help_ico3.png");
}

.slide-item:nth-child(1).current>a,
.slide-item:nth-child(1):hover>a {
    background-image: url("../images/subpage/help_ico1h.png");
}

.slide-item:nth-child(2).current>a,
.slide-item:nth-child(2):hover>a {
    background-image: url("../images/subpage/help_ico2h.png");
}

.slide-item:nth-child(3).current>a,
.slide-item:nth-child(3):hover>a {
    background-image: url("../images/subpage/help_ico3h.png");
}*/

.sub-bd {
    padding: 20px 20px 30px;
}

.table-item:nth-child(1) {
    width: 9%;
}

.table-item:nth-child(2) {
    text-align: left;
    width: 62.6%;
}

.table-item:nth-child(3) {
    width: 15%;
}

.table-item:nth-child(4) {
    width: 13.4%;
}

.body-item .table-item:nth-child(4) {
    color: #999;
}

.body-item:hover .table-item:nth-child(4) {
    color: #126bb0;
}

.table-item .download {
    display: inline-block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    margin-top: 16px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #597de8;
    vertical-align: top;
}

/* 2022-2-11新增 */
@media (max-width: 450px) {
    .table-item .download {
        width: auto;
    }
}