.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*隐藏一些tracespace view的元素*/
/*url上传方式*/
.bg-gradient .absolute--center.near-black.tc form {
  display: none;
}
/*右上角问号*/
.justify-end a.pointer.bg-animate.hover-bg-black-20.br2.ml1.pa1.f3 {
  display: none;
}
/*左上角Logo*/
.justify-between .flex-none svg.dib.pl1.mr3.v-btm.brand {
  display: none;
}
/*右下角信息*/
.justify-between footer.fixed.right-1.bottom-1.w-third.tr {
  display: none;
}
/*右上角按钮弹出框定位*/
.items-start section.slide-right-enter-done.fixed {
  position: absolute;
}
/*# sourceMappingURL=gerber-viewer.css.map */