.tagSystem .top {
  min-height: 545px;
  position: relative;
  z-index: 1;
  padding-bottom: 130px;
}
.tagSystem .top.top-drug {
  background: url(/assets/images/tagSystem/bg-top-1.png) no-repeat center top, linear-gradient(90deg, #3D62F5 0%, #4D88FF 100%);
  background-size: 100% 416px, 100%;
}
.tagSystem .top.top-enterprise {
  background: url(/assets/images/tagSystem/bg-top-2.png) no-repeat center top, linear-gradient(90deg, #6C5AC4 0%, #5B76FB 100%);
  background-size: 100% 416px, 100%;
}
.tagSystem .top.top-target {
  background: url(/assets/images/tagSystem/bg-top-3.png) no-repeat center top, linear-gradient(90deg, #0E80F1 0%, #00D1C3 100%);
  background-size: 100% 416px, 100%;
}
.tagSystem .top.top-indication {
  background: url(/assets/images/tagSystem/bg-top-4.png) no-repeat center top, linear-gradient(90deg, #3E79EF 0%, #33BBFF 100%);
  background-size: 100% 416px, 100%;
}
.tagSystem .top .top-container {
  flex: 1;
}
.tagSystem .top .top-container .name {
  margin-top: 30px;
}
.tagSystem .top .top-container .name .name-text {
  line-height: 40px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.tagSystem .top .top-container .name .name-tag {
  flex: 1;
  gap: 10px;
  margin-left: 10px;
}
.tagSystem .top .top-container .name .name-tag .tag {
  width: 70px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px 2px 6px 2px;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  transform: translateY(2px);
}
.tagSystem .top .top-container .name .name-tag .tag.hot {
  background: linear-gradient(90deg, #FF4E2B 0%, #FF9A52 100%);
}
.tagSystem .top .top-container .name .name-tag .tag.new {
  background: linear-gradient(90deg, #2FD027 0%, #1FC4C4 100%);
}
.tagSystem .top .top-container .name .name-tag .tag.recommend {
  background: linear-gradient(90deg, #0C4DFF 0%, #7F29FF 100%);
}
.tagSystem .top .top-container .name .name-tag .tag .icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.tagSystem .top .top-container .desc {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #ffff;
  margin-top: 24px;
  margin-bottom: 45px;
}
.tagSystem .top .top-container .data-group {
  margin-top: auto;
}
.tagSystem .top .top-container .data-group .data-item {
  width: 180px;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  margin-right: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.tagSystem .top .top-container .data-group .data-item:hover {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #DCDFE3;
  border-radius: 12px;
}
.tagSystem .top .top-container .data-group .data-item .count {
  line-height: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.tagSystem .top .top-container .data-group .data-item .count span {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-right: 7px;
}
.tagSystem .top .top-container .data-group .data-item .text {
  line-height: 17px;
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}
.tagSystem .data {
  background: #FCFDFE;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin-top: -64px;
  margin-bottom: 32px;
  padding: 32px;
  position: relative;
  z-index: 2;
}
.tagSystem .data .title .title-name {
  line-height: 34px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  padding-left: 18px;
  position: relative;
}
.tagSystem .data .title .title-name::before {
  content: '';
  width: 6px;
  height: 26px;
  background: linear-gradient(180deg, #1313FF 0%, #6A13FF 100%);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 5px;
}
.tagSystem .data .data-group {
  margin-top: 30px;
}
.tagSystem .data .data-group .data-item {
  width: 312px;
  border: 1px solid #EEEFF2;
  border-radius: 10px;
  padding: 24px 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.tagSystem .data .data-group .data-item.color-1 {
  --color: #2E50FA;
  --shadow: 0px 2px 5px 0px rgba(58, 56, 242, 0.2);
}
.tagSystem .data .data-group .data-item.color-2 {
  --color: #A734E2;
  --shadow: 0px 2px 5px 0px rgba(140, 56, 242, 0.2);
}
.tagSystem .data .data-group .data-item.color-3 {
  --color: #F35A48;
  --shadow: 0px 2px 5px 0px rgba(242, 87, 56, 0.2);
}
.tagSystem .data .data-group .data-item.color-4 {
  --color: #1CB454;
  --shadow: 0px 2px 5px 0px rgba(19, 215, 87, 0.2);
}
.tagSystem .data .data-group .data-item.color-5 {
  --color: #15DFF1;
  --shadow: 0px 2px 5px 0px rgba(19, 97, 215, 0.2);
}
.tagSystem .data .data-group .data-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(46, 80, 250, 0.15);
  border: 1px solid rgba(46, 80, 250, 0.3);
  border-radius: 10px;
}
.tagSystem .data .data-group .data-item .info {
  flex: 1;
}
.tagSystem .data .data-group .data-item .info .text {
  line-height: 17px;
  font-size: 14px;
  color: #4D4D4D;
}
.tagSystem .data .data-group .data-item .info .text::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--color);
  border-radius: 50%;
  margin-right: 8px;
}
.tagSystem .data .data-group .data-item .info .count {
  line-height: 20px;
  font-size: 16px;
  color: #4D4D4D;
  margin-top: 13px;
}
.tagSystem .data .data-group .data-item .info .count span {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-right: 7px;
}
.tagSystem .data .data-group .data-item .icon {
  width: 50px;
  height: 50px;
  background: var(--color);
  border-radius: 9px;
  box-shadow: var(--shadow);
}
.tagSystem .data .data-group .data-item .icon .icon-img {
  width: 30px;
  height: 30px;
}
.tagSystem .container .left {
  width: 954px;
}
.tagSystem .container .left .charts {
  margin-bottom: 32px;
}
.tagSystem .container .left .charts .chart-title {
  line-height: 26px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tagSystem .container .left .charts .chart-title.line2 {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tagSystem .container .left .charts .chart-title-min {
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #4D4D4D;
  margin-top: 7px;
}
.tagSystem .container .left .charts .tag {
  line-height: 14px;
  font-size: 12px;
  color: #808080;
  padding: 4px 11px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  margin-left: 7px;
  margin-top: 7px;
}
.tagSystem .container .left .charts .tabs {
  gap: 12px;
  margin-top: 14px;
}
.tagSystem .container .left .charts .tabs .tab-item {
  border-radius: 4px;
  line-height: 17px;
  font-size: 14px;
  color: #4D4D4D;
  cursor: pointer;
  padding: 6px 12px;
}
.tagSystem .container .left .charts .tabs .tab-item:hover {
  background: rgba(233, 238, 253, 0.5);
}
.tagSystem .container .left .charts .tabs .tab-item.active {
  background: #E9EEFD;
  color: #2E50FA;
}
.tagSystem .container .left .charts .tabs .tab-item.active .icon {
  display: none;
}
.tagSystem .container .left .charts .tabs .tab-item.active .icon.act {
  display: block;
}
.tagSystem .container .left .charts .tabs .tab-item.disable {
  background: transparent;
  opacity: 0.6;
  cursor: no-drop;
  user-select: none;
}
.tagSystem .container .left .charts .tabs .tab-item .icon {
  display: block;
  width: 16px;
  margin-right: 4px;
}
.tagSystem .container .left .charts .tabs .tab-item .icon.act {
  display: none;
}
.tagSystem .container .left .charts .border {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
.tagSystem .container .left .charts .chart-box {
  width: 461px;
  height: 550px;
  background: #FCFDFE;
  border: 1px solid transparent;
  padding: 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.tagSystem .container .left .charts .chart-box:hover {
  box-shadow: 0px 4px 16px 0px rgba(46, 80, 250, 0.15);
  border: 1px solid rgba(46, 80, 250, 0.3);
}
.tagSystem .container .left .charts .chart-box .more {
  line-height: 26px;
}
.tagSystem .container .left .charts .chart-box .no-chart {
  flex: 1;
  height: 354px;
  background: url(/assets/images/tagSystem/img-nodata.png) no-repeat center center;
  background-size: 100% auto;
  margin-top: 20px;
}
.tagSystem .container .left .charts .chart-box .has-chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tagSystem .container .left .charts .chart-box .has-chat .tag {
  line-height: 14px;
  font-size: 12px;
  color: #808080;
  padding: 4px 11px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  margin-left: 7px;
  margin-top: 7px;
  position: absolute;
  top: 18px;
  right: 2px;
}
.tagSystem .container .left .charts .chart-box .chart {
  flex: 1;
}
.tagSystem .container .left .charts .chart-box .chart-tip {
  line-height: 16px;
  font-size: 13px;
  color: #808080;
  text-align: center;
  margin-top: 18px;
}
.tagSystem .container .left .charts .chart-box .chart-tip a {
  color: #2E50FA;
}
.tagSystem .container .left .charts .chart-box .chart-tip .tip-item {
  flex: 1;
  text-align: right;
}
.tagSystem .container .left .container-box {
  background: #FCFDFE;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(252, 253, 254, 0.8);
  border-radius: 12px;
  padding: 32px;
}
.tagSystem .container .left .container-box .title {
  padding-bottom: 28px;
  border-bottom: 1px solid #EEEFF2;
}
.tagSystem .container .left .container-box .title .title-name {
  line-height: 34px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  padding-left: 18px;
  position: relative;
}
.tagSystem .container .left .container-box .title .title-name::before {
  content: '';
  width: 6px;
  height: 26px;
  background: linear-gradient(180deg, #1313FF 0%, #6A13FF 100%);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 5px;
}
.tagSystem .container .left .container-box-news {
  background: url(/assets/images/tagSystem/bg-container-1.png) no-repeat center top;
  background-size: 100% auto;
  background-color: #FCFDFE;
  padding: 32px 18px;
  margin-bottom: 32px;
}
.tagSystem .container .left .container-box-news .title {
  margin: 0 14px;
}
.tagSystem .container .left .container-box-news .container-content {
  margin-top: 20px;
}
.tagSystem .container .left .container-box-news .container-content .news-item {
  border-radius: 8px;
  padding: 14px;
  display: flex;
  cursor: pointer;
}
.tagSystem .container .left .container-box-news .container-content .news-item:hover {
  background: #F6F7F8;
}
.tagSystem .container .left .container-box-news .container-content .news-item:hover .img img {
  transform: scale(1.05);
}
.tagSystem .container .left .container-box-news .container-content .news-item:hover .item-detail .item-title {
  color: #2E50FA;
}
.tagSystem .container .left .container-box-news .container-content .news-item .img {
  width: 200px;
  height: 134px;
  background: #F7F8FA;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.tagSystem .container .left .container-box-news .container-content .news-item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.tagSystem .container .left .container-box-news .container-content .news-item .img .default-img {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.tagSystem .container .left .container-box-news .container-content .news-item .img .default-img.color-1 {
  background-image: url(/assets/images/medical/bg-news-img-1.png);
}
.tagSystem .container .left .container-box-news .container-content .news-item .img .default-img.color-1 .report-title {
  box-shadow: 0px 4px 4px 0px #FFE5BE;
}
.tagSystem .container .left .container-box-news .container-content .news-item .img .default-img.color-2 {
  background-image: url(/assets/images/medical/bg-news-img-2.png);
}
.tagSystem .container .left .container-box-news .container-content .news-item .img .default-img.color-2 .report-title {
  box-shadow: 0px 4px 4px 0px #BBEEEA;
}
.tagSystem .container .left .container-box-news .container-content .news-item .img .default-img.color-3 {
  background-image: url(/assets/images/medical/bg-news-img-3.png);
}
.tagSystem .container .left .container-box-news .container-content .news-item .img .default-img.color-3 .report-title {
  box-shadow: 0px 4px 4px 0px #D0DBF0;
}
.tagSystem .container .left .container-box-news .container-content .news-item .img .default-img .report-title {
  width: 172px;
  max-height: 64px;
  padding: 8px 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.61) 100%);
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}
.tagSystem .container .left .container-box-news .container-content .news-item .img .tag {
  height: 24px;
  background: rgba(72, 72, 72, 0.5);
  padding: 4px 10px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.tagSystem .container .left .container-box-news .container-content .news-item .item-detail {
  flex: 1;
  padding-left: 18px;
  overflow: hidden;
}
.tagSystem .container .left .container-box-news .container-content .news-item .item-detail .item-title {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.tagSystem .container .left .container-box-news .container-content .news-item .item-detail .desc {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tagSystem .container .left .container-box-news .container-content .news-item .item-detail .info {
  display: flex;
  font-size: 0;
}
.tagSystem .container .left .container-box-news .container-content .news-item .item-detail .info .info-item {
  line-height: 18px;
  font-size: 14px;
  color: #808080;
  margin-right: 16px;
}
.tagSystem .container .left .container-box-news .container-content .news-item .item-detail .info .info-item .icon {
  margin-right: 4px;
}
.tagSystem .container .left .container-box-news .container-content .news-item .item-detail .info .info-item:last-child {
  flex: 1;
  text-align: right;
  margin-left: 24px;
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0;
}
.tagSystem .container .left .container-box-news .container-content .news-item .item-detail .info .info-item:last-child span {
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  padding: 0 7px;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  margin-right: 6px;
}
.tagSystem .container .left .container-box-news .container-content .news-item .item-detail .info .info-item:last-child span:last-child {
  margin: 0;
}
.tagSystem .container .left .container-box-news .container-content .news-item .item-detail .info .info-item:last-child span.color-1 {
  background: #E9F1FE;
  border: 1px solid #C8DDFF;
  color: #6D86FF;
}
.tagSystem .container .left .container-box-news .container-content .news-item .item-detail .info .info-item:last-child span.color-2 {
  background: #FEF3E9;
  border: 1px solid #FAE0C9;
  color: #E48C4D;
}
.tagSystem .container .left .container-box-table {
  margin-bottom: 32px;
}
.tagSystem .container .left .container-box-table .tagSystem-table {
  margin-top: 28px;
}
.tagSystem .container .left .container-box-table-progress {
  margin-bottom: 32px;
}
.tagSystem .container .left .container-box-table-progress .table-progress {
  width: 100%;
  border: 1px solid #EDEEF2;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 28px;
  cursor: pointer;
}
.tagSystem .container .left .container-box-table-progress .table-progress table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr {
  display: flex;
  border-bottom: 1px solid #EDEEF2;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr:last-child {
  border: 0 none;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr th {
  flex: 1;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #39435A;
  text-align: left;
  padding-left: 24px;
  background: #F3F5F7;
  border-right: 1px solid #EDEEF2;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr th:last-child {
  border: 0 none;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr th .text {
  display: block;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr th .text.w200 {
  width: 200px;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr td {
  flex: 1;
  line-height: 26px;
  font-size: 14px;
  color: #39435A;
  padding: 10px 6px;
  border-right: 1px solid #EDEEF2;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr td:last-child {
  border: 0 none;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr td .text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr td .text.w212 {
  width: 212px;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr td .color {
  display: block;
  width: 100%;
  height: 26px;
  background: #4282FF;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  opacity: 0.2;
}
.tagSystem .container .left .container-box-table-progress .table-progress table tr td .color.active {
  opacity: 1;
}
.tagSystem .container .left .container-box-table-progress .chart-tip {
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
  text-align: center;
  cursor: pointer;
  margin-top: 24px;
}
.tagSystem .container .left .container-box-review-progress {
  margin-bottom: 32px;
}
.tagSystem .container .left .container-box-review-progress .review-progress {
  width: 100%;
  background: #FCFCFC;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.tagSystem .container .left .container-box-review-progress .review-progress:hover {
  transform: scale(1.02);
}
.tagSystem .container .left .container-box-review-progress .review-progress-content {
  width: 100%;
  border-top: 1px solid;
  border-image: linear-gradient(90deg, rgba(215, 229, 255, 0), #d7e5ff, #d7e5ff, rgba(215, 229, 255, 0)) 1 1;
  padding: 0 88px;
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
}
.tagSystem .container .left .container-box-review-progress .review-progress-content .review-item {
  width: 18px;
  height: 18px;
  background: #4282FF;
  border: 5px solid #E7EFFF;
  border-radius: 50%;
  position: relative;
  top: -9.5px;
}
.tagSystem .container .left .container-box-review-progress .review-progress-content .review-item:nth-child(1),
.tagSystem .container .left .container-box-review-progress .review-progress-content .review-item:nth-child(2) {
  background: #FD9433;
  border: 5px solid #FFECDA;
}
.tagSystem .container .left .container-box-review-progress .review-progress-content .review-item:nth-child(2n) .review-count {
  top: auto;
  bottom: -56px;
}
.tagSystem .container .left .container-box-review-progress .review-progress-content .review-item .review-count {
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
}
.tagSystem .container .left .container-box-review-progress .review-progress-content .review-item .review-count-text {
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  text-align: center;
  word-break: keep-all;
}
.tagSystem .container .left .container-box-review-progress .review-progress-content .review-item .review-count-num {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #15213A;
  text-align: center;
  margin: 4px 0;
}
.tagSystem .container .left .container-box-review-progress .chart-tip {
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
  text-align: center;
  cursor: pointer;
  margin-top: 24px;
}
.tagSystem .container .left .container-box-report {
  padding: 32px 20px;
  margin-bottom: 32px;
}
.tagSystem .container .left .container-box-report .title {
  margin: 0 14px;
}
.tagSystem .container .left .container-box-report .container-content {
  margin-top: 20px;
  gap: 4px 0;
}
.tagSystem .container .left .container-box-report .container-content .report-item {
  width: 454px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
}
.tagSystem .container .left .container-box-report .container-content .report-item:hover {
  border: 1px solid #F0F2F4;
}
.tagSystem .container .left .container-box-report .container-content .report-item:hover .report-detail .report-title {
  color: #1259F0;
}
.tagSystem .container .left .container-box-report .container-content .report-item .img {
  width: 92px;
  height: 92px;
  background: #F7F8FA;
  border-radius: 4px;
  position: relative;
  padding: 10px 0;
}
.tagSystem .container .left .container-box-report .container-content .report-item .img img {
  width: 118px;
  transform: translateX(-13px);
}
.tagSystem .container .left .container-box-report .container-content .report-item .img .report-name {
  width: 43px;
  line-height: 5px;
  font-size: 3px;
  word-break: break-all;
  color: #393C5A;
  position: absolute;
  top: 27px;
  left: 28px;
}
.tagSystem .container .left .container-box-report .container-content .report-item .img .report-name.item-1::after {
  background: #01AB95;
}
.tagSystem .container .left .container-box-report .container-content .report-item .img .report-name.item-2::after {
  background: #2C94EE;
}
.tagSystem .container .left .container-box-report .container-content .report-item .img .report-name.item-3::after {
  background: #627DF1;
}
.tagSystem .container .left .container-box-report .container-content .report-item .img .report-name::after {
  content: '';
  width: 8px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.tagSystem .container .left .container-box-report .container-content .report-item .report-detail {
  flex: 1;
  padding-left: 17px;
  overflow: hidden;
}
.tagSystem .container .left .container-box-report .container-content .report-item .report-detail .report-title {
  line-height: 24px;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
.tagSystem .container .left .container-box-report .container-content .report-item .report-detail .info {
  display: flex;
}
.tagSystem .container .left .container-box-report .container-content .report-item .report-detail .info .info-item {
  line-height: 18px;
  font-size: 14px;
  color: #808080;
  white-space: nowrap;
  margin-right: 24px;
}
.tagSystem .container .left .container-box-report .container-content .report-item .report-detail .info .info-item:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tagSystem .container .left .container-box-report .container-content .report-item .report-detail .info .info-item .icon {
  font-size: 15px;
  margin-right: 4px;
}
.tagSystem .container .left .container-box-report .container-content .report-item .report-detail .tags {
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14;
}
.tagSystem .container .left .container-box-report .container-content .report-item .report-detail .tags span {
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  color: #333;
  padding: 0 15px;
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  margin-right: 8px;
}
.tagSystem .container .left .container-box-report .container-content .report-item .report-detail .tags span:last-child {
  margin: 0;
}
.tagSystem .container .left .container-box-tags {
  margin-bottom: 32px;
}
.tagSystem .container .left .container-box-tags .tabs {
  gap: 12px;
  margin-top: 14px;
}
.tagSystem .container .left .container-box-tags .tabs .tab-item {
  border-radius: 8px;
  line-height: 17px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  padding: 9px 12px;
}
.tagSystem .container .left .container-box-tags .tabs .tab-item:hover {
  background: rgba(233, 238, 253, 0.5);
}
.tagSystem .container .left .container-box-tags .tabs .tab-item.active {
  background: #E9EEFD;
  font-weight: 500;
  color: #2E50FA;
}
.tagSystem .container .left .container-box-tags .tabs .tab-item.active .icon {
  display: none;
}
.tagSystem .container .left .container-box-tags .tabs .tab-item.active .icon.act {
  display: block;
}
.tagSystem .container .left .container-box-tags .tabs .tab-item.disable {
  background: transparent;
  opacity: 0.6;
  cursor: no-drop;
  user-select: none;
}
.tagSystem .container .left .container-box-tags .tabs .tab-item .icon {
  display: block;
  width: 16px;
  margin-right: 4px;
}
.tagSystem .container .left .container-box-tags .tabs .tab-item .icon.act {
  display: none;
}
.tagSystem .container .left .container-box-tags .container-content-box {
  display: none;
}
.tagSystem .container .left .container-box-tags .container-content-box.show {
  display: block;
}
.tagSystem .container .left .container-box-tags .container-content {
  margin-top: 28px;
  gap: 22px;
}
.tagSystem .container .left .container-box-tags .container-content .tag-item {
  background: #F7F7F7;
  box-shadow: 0px 2px 1px 0px #F0F0F0;
  border: 1px solid #EEEFF2;
  border-radius: 25px;
  line-height: 17px;
  font-size: 14px;
  color: #333;
  padding: 13px 25px;
  cursor: pointer;
}
.tagSystem .container .left .container-box-tags .container-content .tag-item.color-1::before {
  background: #98A7F1;
  box-shadow: 0 0 0 2px rgba(152, 167, 241, 0.2);
}
.tagSystem .container .left .container-box-tags .container-content .tag-item.color-2::before {
  background: #F19998;
  box-shadow: 0 0 0 2px rgba(241, 153, 152, 0.2);
}
.tagSystem .container .left .container-box-tags .container-content .tag-item.color-3::before {
  background: #81DBA0;
  box-shadow: 0 0 0 2px rgba(129, 219, 160, 0.2);
}
.tagSystem .container .left .container-box-tags .container-content .tag-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
}
.tagSystem .container .left .container-box-tags .container-content .tag-item:hover {
  background: #fff;
  box-shadow: 0px 2px 4px 0px #F0F0F0;
}
.tagSystem .container .left .container-box-tags-cloud {
  padding: 32px 0 0;
}
.tagSystem .container .left .container-box-tags-cloud .title {
  margin: 0 32px;
}
.tagSystem .container .left .container-box-tags-cloud .container-content {
  height: 560px;
  background: url(/assets/images/tagSystem/bg-tags-cloud.png) no-repeat center center;
  background-size: 954px 560px;
  position: relative;
  /* 小球保留高光 */
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item {
  display: none;
  border-radius: 50%;
  line-height: 17px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  will-change: transform;
  transition: box-shadow 0.3s ease-in-out;
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item.color-1 {
  background: radial-gradient(circle at 35% 30%, rgba(255, 250, 220, 0.95) 8%, rgba(176, 205, 255, 0.5) 70%, rgba(0, 0, 0, 0.1) 95%);
  background-color: rgba(176, 205, 255, 0.5);
  box-shadow: 5px 5px 12px 0px rgba(22, 106, 255, 0.2);
  color: #2E50FA;
  animation: subtleGlow1 3s infinite alternate;
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item.color-1 .tag-item-hover {
  box-shadow: 0px 4px 12px 0px rgba(22, 106, 255, 0.15);
  border: 1px solid rgba(46, 80, 250, 0.6);
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item.color-1 .tag-item-hover::before {
  background: #2E50FA;
  box-shadow: 0 0 0 2px rgba(129, 219, 160, 0.2);
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item.color-2 {
  background: radial-gradient(circle at 35% 30%, rgba(255, 250, 220, 0.95) 8%, rgba(255, 216, 176, 0.5) 70%, rgba(0, 0, 0, 0.1) 95%);
  background-color: rgba(255, 216, 176, 0.5);
  box-shadow: 5px 5px 12px 0px rgba(255, 88, 22, 0.2);
  color: #FA912E;
  animation: subtleGlow2 3s infinite alternate;
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item.color-2 .tag-item-hover {
  box-shadow: 0px 4px 12px 0px rgba(255, 88, 22, 0.23);
  border: 1px solid rgba(249, 123, 6, 0.6);
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item.color-2 .tag-item-hover::before {
  background: #FA912E;
  box-shadow: 0 0 0 2px rgba(250, 145, 46, 0.2);
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item.color-3 {
  background: radial-gradient(circle at 35% 30%, rgba(255, 250, 220, 0.95) 8%, rgba(189, 176, 255, 0.5) 70%, rgba(0, 0, 0, 0.1) 95%);
  background-color: rgba(189, 176, 255, 0.5);
  box-shadow: 5px 5px 12px 0px rgba(60, 22, 255, 0.18);
  color: #502EFA;
  animation: subtleGlow3 3s infinite alternate;
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item.color-3 .tag-item-hover {
  box-shadow: 0px 4px 12px 0px rgba(60, 22, 255, 0.13);
  border: 1px solid rgba(80, 46, 250, 0.5);
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item.color-3 .tag-item-hover::before {
  background: #502EFA;
  box-shadow: 0 0 0 2px rgba(80, 46, 250, 0.2);
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item:hover {
  z-index: 999;
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item:hover.color-1 {
  box-shadow: 9px 9px 16px 0px rgba(22, 106, 255, 0.25);
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item:hover.color-2 {
  box-shadow: 9px 9px 16px 0px rgba(255, 88, 22, 0.25);
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item:hover.color-3 {
  box-shadow: 9px 9px 16px 0px rgba(60, 22, 255, 0.23);
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item:hover .tag-item-hover {
  display: flex;
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item .tag-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item .tag-item-hover {
  display: none;
  align-items: center;
  background: #FDFCFE;
  border-radius: 8px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  padding: 11px 21px;
  position: absolute;
  left: 100%;
  top: 100%;
  z-index: 999;
}
.tagSystem .container .left .container-box-tags-cloud .container-content .tag-item .tag-item-hover::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 8px;
}
@keyframes subtleGlow1 {
  0% {
    filter: drop-shadow(0 0 2px rgba(176, 205, 255, 0.5));
  }
  100% {
    filter: drop-shadow(0 0 5px rgba(176, 205, 255, 0.5));
  }
}
@keyframes subtleGlow2 {
  0% {
    filter: drop-shadow(0 0 2px rgba(255, 216, 176, 0.5));
  }
  100% {
    filter: drop-shadow(0 0 5px rgba(255, 216, 176, 0.5));
  }
}
@keyframes subtleGlow3 {
  0% {
    filter: drop-shadow(0 0 2px rgba(189, 176, 255, 0.5));
  }
  100% {
    filter: drop-shadow(0 0 5px rgba(189, 176, 255, 0.5));
  }
}
.tagSystem .container .right {
  width: 380px;
}
.tagSystem .container .right .model {
  margin-bottom: 28px;
}
.tagSystem .container .right .model:last-child {
  margin: 0;
}
.tagSystem .images {
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 32px;
}
.tagSystem .images.gap-28 {
  margin-bottom: 28px;
}
.tagSystem .images img {
  width: 100%;
}
