.content img {
  width: 80%;
  margin: 0 auto;
  height: auto;
}
.content .w-100{
  width: 100%;
}
.content .w-60{
  width: 60%;
}

.content .img-inline{
  display: inline-block;
  width: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.vp-doc table.full-bleed {
  display: table !important;
  width: 100%;
}

.image-name {
  text-align: center;
}

.video-area {
  width: 100%;
  height: auto;
}

:root {
  --vp-layout-max-width: 1500px;
}
.VPDoc.has-aside .content-container {
  max-width: unset !important;
}

/* ========== 首页样式 - CSLAB 主站风格 ========== */
.VPHome .VPHero .container {
  max-width: 1152px !important;
}

.VPHome .VPHero .main .name,
.VPHome .VPHero .main .text,
.VPHome .VPHero .main .tagline {
  max-width: 1152px !important;
}
