
.customer-service[data-v-244028be] {
  min-height: 100vh;
  background-color: #f7f8fa;
  display: flex;
  flex-direction: column;
}
.chat-container[data-v-244028be] {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.message-list[data-v-244028be] {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.message-item[data-v-244028be] {
  display: flex;
  margin-bottom: 16px;
  align-items: flex-start;
}
.message-item.user[data-v-244028be] {
  flex-direction: row-reverse;
}
.message-item .avatar[data-v-244028be] {
  margin: 0 8px;
}
.message-item .content[data-v-244028be] {
  max-width: 70%;
}
.message-item .bubble[data-v-244028be] {
  display: inline-block;
  padding: 8px 12px;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  word-break: break-all;
  line-height: 1.4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.message-item.user .bubble[data-v-244028be] {
  background: #07c160;
  color: #fff;
}
.message-item .bubble.image[data-v-244028be] {
  padding: 4px;
  background: transparent;
  box-shadow: none;
}
.message-item .bubble.image[data-v-244028be] .van-image {
  max-width: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.message-time[data-v-244028be] {
  font-size: 12px;
  color: #909399;
  margin-top: 4px;
  text-align: right;
}
.input-area[data-v-244028be] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 8px;
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}
.input-area[data-v-244028be] .van-field {
  flex: 1;
  margin-right: 8px;
}
.input-area[data-v-244028be] .van-uploader {
  margin-right: 8px;
}
[data-v-244028be] .van-button--primary {
  background-color: #07c160;
  border-color: #07c160;
}

/* 响应式设计 */
@media (max-width: 768px) {
.message-item .content[data-v-244028be] {
    max-width: 80%;
}
.message-item .bubble.image[data-v-244028be] .van-image {
    max-width: 150px;
}
}
