/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-2dd0903b] {
  width: 100%;
  height: 100%;
}
.page[data-v-2dd0903b]::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../static/img/bg_beijing.6b5f0cab.png) no-repeat;
  background-size: 100%;
}
.contenter[data-v-2dd0903b] {
  margin-top: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contenter > img[data-v-2dd0903b] {
  margin-top: 1.25rem;
  width: 5.5rem;
  height: 5.5rem;
}
.contenter > p[data-v-2dd0903b] {
  margin-top: 1.25rem;
  font-size: 1.05rem;
  color: #171717;
  font-weight: bold;
}
.contenter > p > span[data-v-2dd0903b]:not(:last-child) {
  margin-right: 0.75rem;
}
.contenter > div[data-v-2dd0903b] {
  margin-top: 2.5rem;
  width: 90%;
}
.contenter > span[data-v-2dd0903b] {
  margin-top: 0.75rem;
  color: #999;
  font-size: 0.6rem;
}

