.hairline-remove-right-bottom {
  border-bottom: 0;
}
.hairline-remove-right-bottom:after {
  display: none;
}
.hairline-remove-right-bottom-bak:after {
  display: none;
}
.hairline-remove-left-top:before {
  display: none;
}
.am-tag {
  border-radius: 6px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  padding: 12px 30px;
  width: 1.6rem;
  text-align: center;
  height: 36px;
  line-height: 36px;
}
.am-tag-normal {
  background-color: #fff;
  color: #888;
  border: 2px solid #ddd;
}
.am-tag-active {
  background-color: #fff;
  color: #108ee9;
  border: 2px solid #108ee9;
}
.am-tag-disabled {
  color: #bbb;
  background-color: #ddd;
  border: 2px solid #ddd;
}
.am-tag-text {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
