/* 修复样式文件中的错误外部资源引用 */
.con {
    background: none; /* 移除错误的外部背景图像 */
}

/* 添加本地样式规则 */
body {
    background-color: #f5f5f5; /* 替代外部背景图 */
}

/* 修复loading图片缺失 */
#agent-content .loading-indicator {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../picture/loading.gif') no-repeat center center;
    vertical-align: middle;
    margin-right: 10px;
}

/* 内容样式 */
.STYLE3 {
    color: #edcb78;
    line-height: 1.8;
    display: block;
}

.STYLE1 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFF00;
    margin-bottom: 15px;
} 