.z-ktms-1 .main {
  display: flex;
  align-items: center;
  padding-top: 3.125rem;
}
.z-ktms-1 .main .f1 {
  flex: 1;
}
.z-ktms-1 .main .t0 {
  font-size: 1.875rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.z-ktms-1 .main .t1 {
  color: #252b3a;
  font-size: 0.875rem;
  display: flex;
  margin-top: 0.75rem;
  align-items: center;
  line-height: 1.375rem;
}
.z-ktms-1 .main .t1 p {
  max-width: 20rem;
  margin-bottom: 0 !important;
}
.z-ktms-1 .main .div-tag {
  margin-top: 1.5rem;
}
.z-ktms-1 .main .tag {
  background: rgba(33, 131, 233, 0.1);
  border-radius: 0.9375rem;
  font-size: 0.875rem;
  color: #2183e9;
  text-align: center;
  padding: 0.3125rem 0.75rem;
}

.z-ktms-2 .pane {
  background-color: #f9fbff;
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}
.z-ktms-2 .pane .item0 {
  width: 23.625rem;
  height: 15.75rem;
  background: #ffffff;
  box-shadow: 0 0.375rem 0.75rem 0 rgba(116, 134, 163, 0.07);
  border-radius: 0.75rem;
  border: 0.0625rem solid #d8dee7;
  text-align: center;
  padding: 1.25rem;
  margin-top: 2.0625rem;
}
.z-ktms-2 .pane .item0 .t0 {
  color: #000000;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 1rem;
}
.z-ktms-2 .pane .item0 .line {
  width: 2.5rem;
  height: 0.125rem;
  background: #2183e9;
  margin: 0.5rem auto 1rem;
}
.z-ktms-2 .pane .item0 .t1 {
  color: #252b3a;
  font-size: 0.875rem;
  line-height: 1.375rem;
  max-width: 16rem;
  margin: 0 auto;
}
.z-ktms-2 .pane .item0:hover {
  background: linear-gradient(180deg, #d2e8ff 0%, #2183e9 100%);
}
.z-ktms-2 .pane .item0:hover .t0,
.z-ktms-2 .pane .item0:hover .t1 {
  color: white;
}