@charset "utf-8";
.fixed-bg {
  top: 320px;
}
.power-banner {
  padding: 0 0 0px;
  background: url(../images/power-banner.png) no-repeat center 0;
  position: relative;
  z-index: 10;
}
.power-banner .auto-center {
  height: 320px;
}
.tbody-name-cell {
  padding-left: 32px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url(../images/gpu-ai-icon.png);
  font-weight: 400;
  line-height: 24px;
  color: #13182C;
}
.thead-cell-column {
  display: flex;
  align-items: center;
  position: relative;
}
.thead-cell-column .tag {
  transform: translateY(-50%);
  padding: 0 3px;
  height: 18px;
  background: linear-gradient(90deg, #FF8F8F, #FF4444);
  border-radius: 4px;
  line-height: 18px;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}
.thead-cell-column .tag-sort {
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/sort.png) no-repeat center;
  background-size: 14px 14px;
  cursor: pointer;
}
.thead-cell-column .tag-sort.up {
  background: url(../images/sort-up.png) no-repeat center;
  background-size: 14px 14px;
}
.thead-cell-column .tag-sort.down {
  background: url(../images/sort-down.png) no-repeat center;
  background-size: 14px 14px;
}
.model-title-box .model-title {
  text-align: center;
  justify-content: center;
}
.model-title-box .model-title span {
  background: linear-gradient(90deg, #FF8F8F, #FF4444);
  color: #FF4444;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.model-title-box .trait-list {
  display: flex;
  justify-content: center;
}
.model-title-box .trait-list .trait-col {
  padding-left: 32px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url(../images/d-power-img01.png);
  font-weight: 400;
  line-height: 24px;
  color: #13182C;
  margin-right: 50px;
}
.model-title-box .trait-list .trait-col:last-child {
  margin-right: 0;
}
