/* 设备实力列表补充样式 */
.device-list {
    min-height: 200px;
}

.device-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 48px 20px;
    color: #999;
    font-size: 15px;
}

.device-empty a {
    color: #ff0000;
    text-decoration: none;
}

.device-empty a:hover {
    text-decoration: underline;
}

.device-section-more {
    text-align: center;
    margin-top: 24px;
}

.device-section-more a {
    display: inline-block;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.device-section-more a:hover {
    border-color: #ff0000;
    background: #ff0000;
    color: #fff;
}
