
/* 基础重置 */
[data-v-d0c6ec78] {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
}
html[data-v-d0c6ec78] {
  height: 100%;
}
body[data-v-d0c6ec78] {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.app-container[data-v-d0c6ec78] {
  flex: 1;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
}

/* 内容区域 */
.content[data-v-d0c6ec78] {
  height: 100%;
  padding-top: 60px; /* 等于菜单高度 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
}
.text-container[data-v-d0c6ec78] {
  max-width: 800px;
  padding: 40px;
  background-color: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
h1[data-v-d0c6ec78] {
  text-align: center;
  color: #4CAF50;
  margin-bottom: 20px;
}
h2[data-v-d0c6ec78] {
  margin-bottom: 20px;
}
h3[data-v-d0c6ec78] {
  margin-bottom: 20px;
}
p[data-v-d0c6ec78] {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}
