.bold {
  font-weight: 700;
}
/* <br class="pcbr"> */
.dis_flex {
  display: flex;
}
.col666 {
  color: #666;
}
.col000 {
  color: #000;
}
.aliCenter {
  align-items: center;
}
.juStify {
  justify-content: space-between;
}
.line17 {
  line-height: 1.7;
}

/* 自定义颜色变量 */
:root {
  --aColor: #4dace2;
}
body {
  text-align: left;
  word-wrap: break-word;
}
