@charset "UTF-8";
.two-item[data-v-3f906d38] {
  display: flex;
  justify-content: space-between;
}
.over-hide[data-v-3f906d38] {
  overflow: hidden;
  /*超出宽度部分的隐藏*/
  white-space: nowrap;
  /*文字不换行*/
  text-overflow: ellipsis;
  /*超出则...代替*/
  height: 25px;
  width: 50%;
}
