
.dataPage {
  
background-color: #000;
    width: 100%;
    height:auto;
    position: relative;
}
.kv{
  width: 100%;
  height: 5.6rem;
  position: absolute;
  top: 0;
}
.kv img{
    width: 100%;
  height: 5.6rem;
  object-fit: cover;
}
.content-bg{
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/static/image/en-us/site/detail-bg.png) top center no-repeat;
    background-size: contain;
    margin-top: 4.5rem;
}
.main {
  width: 10.6rem;
    margin: 0 auto;
    padding-top: 0.3rem;
    padding-bottom: 2.5rem;
}


/* 面包屑导航 */
.data_top {
     padding: 0.25rem 0 0.25rem;
}

.data_top p {
  font-size: 0.2rem;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  gap: 0.15rem;
}

.data_top a {
  color: #ffffff;
  transition: color 0.3s;
  font-weight: bold;
}

.data_top a:hover {
  color: #97d797;
}

.data_top a.active {
  color: #97d797;
}

.data-content {
    background: rgb(27, 44, 39, 0.7);
    padding: 0.3rem 0.4rem 0.5rem;
    min-height: 21.2rem;
}

/* ========== 分区 ========== */
.dataDetail-content {
    min-height: 21.2rem;
}

.dataDetail-title {
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
}
.dataDetail-meta {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    padding: 0.4rem 0 0.12rem;
    border-bottom: 0.01rem solid #536853;
}

.dataDetail-author,
.dataDetail-time {
  font-size: 0.18rem;
  color: #97d797;
}
