/* 产品内容小部件 */
.qing-pc {
    line-height: 1.7;
    word-break: break-word;
}

.qing-pc > *:first-child {
    margin-top: 0;
}

.qing-pc > *:last-child {
    margin-bottom: 0;
}

.qing-pc img {
    max-width: 100%;
    height: auto;
}

.qing-pc table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.qing-pc table th,
.qing-pc table td {
    border: 1px solid #e5e5e5;
    padding: 8px 12px;
    text-align: left;
}

.qing-pc--placeholder {
    padding: 24px;
    text-align: center;
    color: #888;
    background: #f7f7f7;
    border: 1px dashed #ccc;
    border-radius: 4px;
}
