.z-case-detail .top {
  background-color: #f9fbff;
}
.z-case-detail .top .main {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.z-case-detail .t0 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #252b3a;
  line-height: 2.25rem;
}
.z-case-detail .bottom {
  display: flex;
  padding-top: 3.75rem;
}
.z-case-detail .bottom .left {
  flex: 1;
  padding-right: 6.25rem;
  padding-bottom: 3.75rem;
}
.z-case-detail .bottom .left .item2 {
  width: 18.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 1.375rem;
  background-color: #f0f5ff;
  display: flex;
  padding: 0.5625rem 1rem;
  align-items: center;
  cursor: pointer;
}
.z-case-detail .bottom .left .item2 .t00 {
  font-size: 0.875rem;
  color: #000000;
}
.z-case-detail .bottom .left .item2 .t01 {
  color: #8a8f9a;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.z-case-detail .bottom .right {
  width: 18.75rem;
}
.z-case-detail .bottom .right .right-pane {
  position: relative;
  height: 100%;
}
.z-case-detail .bottom .right .right-pane .inner {
  position: sticky;
  top: 76px;
  margin-bottom: 20px;
}
.z-case-detail .bottom .right .card0 {
  background: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #d8d8d8;
  padding: 1.5rem;
}
.z-case-detail .bottom .right .card0 .r00 {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.z-case-detail .bottom .right .card0 .r00 .t00 {
  width: 90px;
  margin: 0;
}
.z-case-detail .bottom .right .card0 .r00 .t01 {
  flex: 1;
  overflow: hidden;
  margin: 0;
}
.z-case-detail .bottom .right .t00 {
  font-size: 1.125rem;
  color: #252b3a;
  margin-top: 1.5rem;
  font-weight: bold;
}
.z-case-detail .bottom .right .t01 {
  color: #262c3b;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.z-case-detail .bottom .right .ant-btn:hover {
  background-color: #2183e9;
  color: white !important;
}