.y-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-guide .guide-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: #333333;
  position: relative;
  padding-left: 20px;
}

.md-guide .guide-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../../../static/images/icon/ico-exclamation-round.png") no-repeat left top;
  background-size: 100% 100%;
}

.md-guide .el-list {
  padding-top: 6px;
}

.md-guide .el-list .list-item-text {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}