/******** radius *******/
/******** 间隙 *******/
/******** fontSize *******/
/******** 组件尺寸 *******/
/******** z-index *******/
/******** borderSize *******/
/******** borderStyle *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontWeight ********/
/******** Animation *******/
/******** color *******/
/******** diff *******/
/******** icon hover *******/
/******** media *******/
.pd-Divider-horizontal {
  position: relative;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid var(--color-fill-3);
  clear: both;
}
.pd-Divider-horizontal.pd-Divider-dashed {
  border-bottom: 1px dashed var(--color-fill-3);
}
.pd-Divider-horizontal.pd-Divider-with-text {
  margin: 20px 0;
  display: flex;
  align-items: center;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.pd-Divider-horizontal.pd-Divider-with-text.pd-Dividerr-dashed {
  border-bottom-style: dashed;
}
.pd-Divider-horizontal.pd-Divider-with-text::before,
.pd-Divider-horizontal.pd-Divider-with-text::after {
  content: '';
  height: 0;
  flex: 1;
  border-bottom: 1px;
  border-bottom-style: inherit;
  border-bottom-color: inherit;
}
.pd-Divider-horizontal.pd-Divider-with-text-left:before {
  flex-basis: 24px;
  flex-grow: 0;
}
.pd-Divider-horizontal.pd-Divider-with-text-right:after {
  flex-basis: 24px;
  flex-grow: 0;
}
.pd-Divider-vertical {
  display: inline-block;
  min-width: 1px;
  max-width: 1px;
  height: 1em;
  margin: 0 12px;
  border-left: 1px solid var(--color-fill-3);
  vertical-align: middle;
}
.pd-Divider-vertical.pd-Divider-dashed {
  border-left: 1px dashed var(--color-fill-3);
}
.pd-Divider-text {
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  color: var(--color-text-1);
}
