.tagSystem-table {
  position: relative;
}
.tagSystem-table .tr {
  display: flex;
  border-bottom: 1px solid #EBECF0;
}
.tagSystem-table .tr:first-child {
  background: #F3F5F7;
  border-bottom: 0 none;
  border-radius: 10px 10px 4px 4px;
}
.tagSystem-table .tr:first-child .tr-item {
  min-height: 50px;
  font-weight: 500;
  color: #4D4D4D;
}
.tagSystem-table .tr .tr-item {
  min-height: 60px;
  padding: 16px;
  line-height: 18px;
  font-size: 14px;
  color: #4D4D4D;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tagSystem-table .tr .tr-item.align-end {
  align-items: flex-end;
}
.tagSystem-table .tr .tr-item:last-child {
  border-right: 0 none;
}
.tagSystem-table .tr .tr-item.w100 {
  width: 100px;
}
.tagSystem-table .tr .tr-item.w115 {
  width: 115px;
}
.tagSystem-table .tr .tr-item.w120 {
  width: 120px;
}
.tagSystem-table .tr .tr-item.w130 {
  width: 130px;
}
.tagSystem-table .tr .tr-item.w140 {
  width: 140px;
}
.tagSystem-table .tr .tr-item.w154 {
  width: 154px;
}
.tagSystem-table .tr .tr-item.w144 {
  width: 144px;
}
.tagSystem-table .tr .tr-item.w160 {
  width: 160px;
}
.tagSystem-table .tr .tr-item.w170 {
  width: 170px;
}
.tagSystem-table .tr .tr-item.w176 {
  width: 176px;
}
.tagSystem-table .tr .tr-item.p0 {
  padding: 0;
}
.tagSystem-table .tr .tr-item.px0 {
  padding-left: 0;
  padding-right: 0;
}
.tagSystem-table .tr .tr-item.left {
  justify-content: flex-start;
  text-align: left;
}
.tagSystem-table .tr .tr-item a.btn:not(.amount) {
  line-height: 16px;
  font-size: 13px;
  color: #2E50FA;
  border: 1px solid rgba(46, 80, 250, 0.2);
  border-radius: 4px;
  padding: 3px 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tagSystem-table .tr .tr-item a.btn:not(.amount):hover {
  border: 1px solid rgba(46, 80, 250, 0.8);
}
.tagSystem-table .tr .tr-item a.link {
  line-height: 16px;
  font-size: 13px;
  color: #4D4D4D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tagSystem-table .tr .tr-item a.link:hover {
  color: #2E50FA;
}
.tagSystem-table .tr .tr-item a.link.line2 {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tagSystem-table .tr .tr-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tagSystem-table .tr .tr-item p.line2 {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tagSystem-table .tr .tr-item .amount {
  display: inline-block;
  width: 80px;
  height: 30px;
  background: url(/assets/images/tagSystem/bg-amount.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
}
.tagSystem-table .tr .tr-item .amount:hover::after {
  display: block;
}
.tagSystem-table .tr .tr-item .amount::after {
  display: none;
  content: var(--text, '请登录查看');
  min-width: 102px;
  height: 33px;
  background: #fff;
  line-height: 33px;
  font-size: 14px;
  color: #333;
  text-align: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0 15px;
  position: absolute;
  top: 42px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.tagSystem-table .tr .tr-item .tag {
  line-height: 16px;
  font-size: 13px;
  padding: 4px 16px;
  border-radius: 4px;
}
.tagSystem-table .tr .tr-item .tag.color-1 {
  background: #FFF1DE;
  color: #F37900;
}
.tagSystem-table .tr .tr-item .tag.color-2 {
  background: #D3FDDA;
  color: #17A410;
}
.tagSystem-table .tr .tr-item .tag.color-3 {
  background: #DEEAFF;
  color: #2F74FF;
}
.tagSystem-table .cover {
  font-size: 0;
  width: 100%;
  margin-top: 6px;
  position: relative;
}
.tagSystem-table .cover.fixed {
  height: 190px;
  background: rgba(243, 243, 243, 0.4);
  backdrop-filter: blur(3px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.tagSystem-table .cover .cover-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tagSystem-table .cover .cover-info .text {
  line-height: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.tagSystem-table .cover .cover-info .btn {
  width: 145px;
  height: 40px;
  background: #2E50FA;
  border-radius: 6px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 26px;
}
.tagSystem-table .cover .cover-info .btn:hover {
  background: #1537E0;
}
