.bd-red {
  border: 1px solid red;
}

.hr-bg-aa {
  background-color: #C6E0B4;
}

.post-wrapper {
  min-height: 400px;

  /* border: 1px solid red; */

  display: flex;

  /* padding: 16px 8px; */
}


.post-wrapper .activities {
  border-radius: 4px;
  padding: 16px;
  width: 200px;
  display: flex;
  flex-direction: column;
}



.post-wrapper .detail-content {
  flex: 1;
  /* border: 1px solid red; */
  /* padding: 16px; */
}

.post-wrapper .detail-content .detail-content-header {

  display: flex;
  justify-content: center;
  align-items: center;

}

.am-article-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-wrapper .detail-content .detail-content-header .am-article .am-article-bd {
  display: none;
}


.post-wrapper .detail-content .am-article .am-article-bd .activities-v {
  border: 1px solid #dedede;
  background-color: #f9f9f9;
  padding: 16px 0;
  border-radius: 2px;
  margin: 16px 0;
  /* display: flex;
    justify-content: space-between; */

}

.post-wrapper .detail-content .am-article .am-article-bd .activities-v .activities-tips {


  margin: 4px 8px;

  display: flex;
  justify-content: space-between;


}

.post-wrapper .detail-content .am-article .am-article-bd .activities-v .activities-tips .activities-tips-item {

  display: flex;
  justify-content: center;
  align-items: center;
}

.post-wrapper .detail-content .am-article .am-article-bd .activities-v .activities-tips .activities-tips-item .activities-tips-item-color {
  width: 40px;
  height: 36px;
  border-radius: 2px;
  color: #FFF;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-wrapper .detail-content .am-article .am-article-bd .activities-v .activities-tips .activities-tips-item .activities-tips-item-text {


  /* color: #FFF; */
  font-size: 12px;

  text-align: center;
}


.post-wrapper .activities .vertical-activities-tips {


  margin: 4px 8px;

  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */

  gap: 8px;


}

.post-wrapper .activities .vertical-activities-tips .activities-tips-title {
  /* border: 2px solid red; */
  padding: 8px 4px;
  font-weight: bold;
}

.post-wrapper .activities .vertical-activities-tips .activities-tips-item {

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.post-wrapper .activities .vertical-activities-tips .activities-tips-item .activities-tips-item-color {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  color: #FFF;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.post-wrapper .activities .vertical-activities-tips .activities-tips-item .activities-tips-item-text {
  /* color: #FFF; */
  font-size: 12px;

  text-align: center;
}





.activities-tips-item-color-green {
  background-color: #04af27;
}

.activities-tips-item-color-red {
  background-color: #ff0000;
}

.activities-tips-item-color-gray {
  background-color: #708090;
}


.activities-tips-item-text-green {
  color: #04af27;
  padding: 0 2px;
}

.activities-tips-item-text-red {
  color: #ff0000;
  padding: 0 2px;
}

.activities-tips-item-text-gray {
  color: #708090;
  padding: 0 2px;
}




.post-wrapper .detail-content .detail-content-header .title {
  font-size: 22px;
  font-weight: 800;
  /* color: red; */
}

.post-wrapper .detail-content .article-meta {
  display: flex;
  /* border: 1px solid red; */
  /* justify-content: space-between; */
  justify-content: center;
  align-items: center;
  gap: 16px;
  /* height: 40px; */
}

.post-wrapper .detail-content .am-article-content {

  padding: 8px;
}



.post-wrapper .detail-content .am-article-content table {
  border-collapse: collapse;
  width: 100%
}

.post-wrapper .detail-content .am-article-content tbody td {
  border: 1px solid #000;
  padding: 4px;
  word-wrap: break-word;
  /* 或 */
  word-break: break-all;
  /* 还可以添加以下属性确保换行 */
  white-space: normal;
  /* 覆盖可能存在的 nowrap 设置 */
}

.post-wrapper .detail-content .am-article-content tbody th {
  border: 1px solid #000;
  padding: 4px
}







.horizontal-steps {
  display: flex;
  /* 启用Flexbox横向布局 */
  justify-content: space-between;
  /* 步骤项均匀分布 */
  list-style: none;
  /* 移除默认列表样式 */
  padding: 0;
  margin: 0;
  position: relative;
  /* 为伪元素定位提供参考 */
}

.horizontal-steps .horizontal-step {
  flex-grow: 1;
  /* 每个步骤项等宽 */
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  /* 为连接线预留空间 */
  color: #ccc;
  /* 默认文本颜色 */
}

/* 步骤图标样式 */
.horizontal-steps .step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* 圆形图标 */
  background-color: #ccc;
  /* 默认背景色 */
  color: white;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  /* 确保图标在连接线上方 */
  transition: background-color 0.3s ease;
  /* 平滑过渡效果 */
}

.horizontal-steps .step-text {
  display: block;
  font-size: 0.8em;
}

/* 绘制步骤之间的连接线 */
.horizontal-steps .horizontal-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 15px;
  /* 与图标中心对齐 */
  left: 50%;
  /* 从当前步骤中心开始 */
  width: 100%;
  /* 线的长度，减去图标宽度 */
  height: 2px;
  background-color: #e0e0e0;
  /* 连接线默认颜色 */
  transform: translateX(0%);
  z-index: 1;
  /* 位于图标下方 */
}



.vertical-steps {
  background-color: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.step {
  display: flex;
  position: relative;
  padding: 20px 0;
}

.step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 15px;
  height: calc(100% - 20px);
  width: 2px;
  background-color: #e0e0e0;
}

.step-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #708090;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}

.step.active .step-icon {
  background-color: #ff0000;
}

.step-content {
  flex: 1;
}

.step-title {
  font-weight: bold;
  margin-bottom: 4px;
  color: #333;
}

.step-date {
  font-size: 12px;
  color: #888;
}

.step.active .step-title {
  color: #ff7b00;
}


/* 已完成状态的样式 */
.step.completed .step-icon {
  background-color: #28a745;
  /* 绿色 */
}

.step.completed .step-text {
  color: #333;
  /* 完成状态的文本颜色 */
}

/* 当前激活状态的样式 */
.step.active .step-icon {
  background-color: #007bff;
  /* 蓝色 */
}

.step.active .step-text {
  color: #333;
  /* 当前状态的文本颜色 */
}

/* 已完成步骤后的连接线颜色 */
.step.completed:not(:last-child)::after {
  background-color: #28a745;
  /* 绿色 */
}



.am-header-default-lk {
  background-color: #0e90d2 !important;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
}



.am-header-default-lk .am-header-left img {
  height: 22px !important;
}



@media screen and (min-width: 1024px) {
  .post-wrapper .detail-content .am-article-hd {
    padding: 32px 16px;
  }
}

.current-data-dictionary-items {

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  flex-wrap: wrap;
}

.current-data-dictionary-items .current-data-dictionary-items-item {
  /* border: 1px solid red; */
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.current-data-dictionary-items .current-data-dictionary-items-item.active {
  background-color: #b6100f;
}

.current-data-dictionary-items .current-data-dictionary-items-item.active a {
  color: #fff !important;
}