.ant-tooltip-inner {
  min-height: 20px !important;
}
.ant-popover-inner-content {
  padding: 10px !important;
}
.ant-tooltip {
  font-size: 12px !important;
  line-height: 1 !important;
}
.ant-anchor {
  font-size: 12px !important;
}
.ant-anchor-wrapper {
  background-color: transparent !important;
}
.gant-anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  background: #fff;
  border-bottom: 1px solid rgba(126, 126, 126, 0.3);
  width: 100%;
  font-size: 12px;
  z-index: 2;
}
.gant-anchor-silderCss {
  width: calc(100% - 160px);
  height: 100%;
  overflow: hidden;
  float: left;
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gant-anchor-contentCss {
  width: auto;
  position: absolute;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  height: auto;
  height: 100%;
}
.gant-anchor-isInvalid {
  width: auto;
  height: 100%;
  line-height: 37px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  cursor: not-allowed;
  opacity: 0.6;
}
.gant-anchor-aCss {
  width: auto;
  height: 100%;
  line-height: 37px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.gant-anchor-aCss :hover {
  color: #1890FF;
}
.gant-anchor-aCss span {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: inline-block;
}
.gant-anchor-activeCss {
  color: #1890FF;
  border-bottom: 3px solid #1890FF;
  height: 39px;
}
.gant-anchor-aCss:last-child {
  /*最后一个 class为aCss 的元素*/
  padding-right: 0;
}
.gant-anchor-iconCss {
  display: inline-block;
  width: 40px;
  line-height: 40px !important;
}
.gant-anchor-iconCss :hover {
  cursor: pointer;
}
.gant-anchor-activeScroll {
  position: fixed;
  -webkit-transform: translateZ(0);
}
.gant-anchor-horAnchorOut {
  width: 100%;
  height: 40px;
}
.gant-anchor-horAnchorOut__hidden {
  display: none;
}
.gant-anchor-verticallayout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gant-anchor-content > div {
  width: 100% !important;
}
.gant-anchor-wrapper:after {
  content: '';
  width: 100%;
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.gant-anchor-verticalbox__hidden {
  display: none;
}
