NEW_FILE_CODE
/* 畅言评论系统自定义样式 - 红色主题 */

/* 评论区域主容器 */
#SOHUCS,
#SOHUCS * {
  color: #ff6b6b !important;
}

/* 评论标题 */
#SOHUCS .cy-title {
  color: #ff5252 !important;
  font-weight: bold;
}

/* 评论内容 */
#SOHUCS .cy-cnt-wrap,
#SOHUCS .cy-cnt-wrap p {
  color: #ff8787 !important;
}

/* 用户名 */
#SOHUCS .cy-nick {
  color: #ff3838 !important;
  font-weight: bold;
}

/* 评论时间 */
#SOHUCS .cy-time {
  color: #ff8787 !important;
}

/* 回复按钮等链接 */
#SOHUCS a {
  color: #ff5252 !important;
}

#SOHUCS a:hover {
  color: #ff3838 !important;
}

/* 输入框 */
#SOHUCS textarea,
#SOHUCS input {
  color: #ff6b6b !important;
  background-color: #2d3748 !important;
  border-color: #ff6b6b !important;
}

/* 按钮 */
#SOHUCS .cy-btn,
#SOHUCS button {
  color: #ffffff !important;
  background-color: #e53e3e !important;
  border-color: #c53030 !important;
}

#SOHUCS .cy-btn:hover,
#SOHUCS button:hover {
  background-color: #fc8181 !important;
}

/* 表情图标 */
#SOHUCS .cy-emote {
  color: #ffd700 !important;
}

/* 楼层号 */
#SOHUCS .cy-floor {
  color: #fc8181 !important;
}

/* 头像边框 */
#SOHUCS .cy-avatar {
  border-color: #ff6b6b !important;
}

/* 评论列表项 */
#SOHUCS .cy-list-item {
  border-bottom-color: #ff6b6b !important;
}

/* 点赞数 */
#SOHUCS .cy-vote-num {
  color: #fc8181 !important;
}