/* 平台库产品 - 推荐区域 */
.platform-recommend {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* 亮点推荐 */
.platform-recommend .highlight-section {
    flex: 1;
    display: flex;
    overflow: hidden;
}

.platform-recommend .highlight-title {
    display: inline-flex;
    align-items: center;
    width: 74px;
    height: 25px;
    flex-shrink: 0;
    margin-bottom: 12px;
    margin-right: 16px;
}

.platform-recommend .highlight-title .title-img {
    height: 25px;
    width: auto;
}

.platform-recommend .highlight-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 13px;
    color: #333;
    line-height: 18px;
    word-break: break-all;
    padding-right: 8px;
}

.platform-recommend .highlight-content::-webkit-scrollbar {
    width: 4px;
}

.platform-recommend .highlight-content::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
}

.platform-recommend .highlight-content::-webkit-scrollbar-track {
    background: transparent;
}

/* 商户电话信息 */
.platform-recommend .merchant-info {
    margin-top: 12px;
    overflow: hidden;
    background: #f6f6f6;
    width: 100%;
    display: flex;
    align-items: center;
}

.platform-recommend .merchant-info .merchant-bg {
    width: 78px;
    height: 60px;
}

.merchant-info-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
    align-items: flex-start;
}

.merchant-info-item {
    display: flex;
    margin-bottom: 8px;
}

.merchant-info-item:last-child {
    margin-bottom: 0;
}

.merchant-info-item-label {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
}

.merchant-info-item-text {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin-left: 12px;
}

#platformCompany {
    cursor: pointer;
}

/* 供应商浮层 */
.platform-company-popover {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    padding: 16px;
}

.platform-company-header {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.platform-company-heade-logo {
    flex-shrink: 0;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    background: #1ec6ac;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.platform-company-heade-right {
    flex: 1;
}

.platform-company-heade-name {
    font-size: 13px;
    font-weight: bold;
    color: #232728;
    margin-bottom: 4px;
}

.platform-company-heade-remark {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 400;
    color: #c07c2d;
    line-height: 14px;
}

.platform-company-heade-remark img {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    background: none;
}

.platform-company-row {
    display: flex;
    align-items: center;
}

.platform-company-row-label {
    font-size: 12px;
    color: #666666;
    width: 60px;
    flex-shrink: 0;
    font-weight: 400;
    margin-right: 32px;
}

.platform-company-row-text {
    flex: 1;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}

.platform-company-row-link {
    font-size: 12px;
    font-weight: 400;
    color: #1dc5ac;
    cursor: pointer;
}
