.zuci-detail h2 {
  font-size: 18px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}

.row {
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.zi-header .header-left {
  flex: 0 0 175px;
  position: relative;
  padding-top: 150px;
}

.zi-icon-panel .zi-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}

.zi-icon-panel .zi-icon img {
  width: 100%;
  height: 100%;
  z-index: 10;
}

.zi-attrs-panel {
  font-size: 0.875rem;
  border-top: 1px solid #f0f0f0;
}

.zi-attrs-panel dl,
.zuci-list ul {
  display: flex;
  flex-wrap: wrap;
}

.zi-attrs-panel dd,
.zi-attrs-panel dl,
.zi-attrs-panel dt {
  margin-bottom: 0;
}

.zi-attrs-panel dt {
  background-color: #f9f9f9;
  width: 80px;
  color: #444;
}

.zi-attrs-panel dt {
  background-color: #f9f9f9;
  width: 80px;
  color: #444;
}

.zi-attrs-panel .content {
  justify-content: start;
  background-color: #fff;
}

.zi-attrs-panel dd {
  width: calc(50% - 80px);
  flex-grow: 1;
  word-break: break-all;
}

.zi-attrs-panel dd,
.zi-attrs-panel dt {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem;
}

.zi-attrs-panel .content {
  justify-content: start;
  background-color: #fff;
}

.zi-attrs-panel .content a.primary {
  padding-bottom: 1px;
  text-align: center;
  color: red;
  border-bottom: 1px solid var(--color-border-secondary);
}

.zi-attrs-panel dt {
  background-color: #f9f9f9;
  width: 80px;
  color: #444;
}

.text-open.text-fold p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 0;
}

.ci-char-content .no {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .zi-header .header-left {
    flex: 1 1 100%;
    padding-top: 170px;
  }
}