.sp-family {
  display: flex;
  align-items: center;
}
.sp-family-section .tl-tabs {
  padding-left: 20px;
  padding-right: 20px;
}
.sp-family-section .tl-tabs__cont {
  margin: 0 auto;
  max-width: 1180px;
  border-radius: 8px;
  background: #f3f5f8;
  box-shadow: inset -8px -8px 20px 0 #fff,
    inset 8px 8px 20px 0 rgba(55, 99, 170, 0.11);
}
.sp-family-section .tl-tabs__cont .view-column {
  padding: 20px;
}
.sp-family-section .tl-collapse {
  margin-bottom: -32px;
}
.sp-family__main {
  flex: 1;
  width: 1px;
  margin-right: 32px;
}
.sp-family__object {
  width: 56.7272727273%;
  border: 2px solid #fff;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(236, 240, 244, 0.4),
    rgba(236, 240, 244, 0)
  );
  -webkit-filter: drop-shadow(-8px -8px 20px #fff)
    drop-shadow(8px 8px 20px rgba(55, 99, 170, 0.1));
  filter: drop-shadow(-8px -8px 20px #fff)
    drop-shadow(8px 8px 20px rgba(55, 99, 170, 0.1));
  background-color: #fff;
}
.sp-family__object img {
  display: block;
  width: 100%;
  aspect-ratio: 624/446;
}
.sp-family__title {
  margin-bottom: 16px;
  font-size: 0;
}
.sp-family__title img {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sp-family__title-text {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  vertical-align: middle;
}
.sp-family__tag {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  height: 24px;
  box-sizing: border-box;
  padding: 0 10px;
  background: #0abf5b;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.sp-family__desc {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.sp-family__content {
  margin-top: 40px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.sp-family .tpm-list {
  margin-top: 36px;
  min-height: 132px;
}
.sp-family__btns {
  display: flex;
  align-items: center;
  margin-top: 55px;
}
.sp-family__btns .tpm-link {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .sp-family {
    flex-direction: column;
    align-items: stretch;
  }
  .sp-family-section.tpm-section {
    padding-left: 0;
    padding-right: 0;
  }
  .sp-family__main {
    width: auto;
    margin-right: 0;
    margin-top: 30px;
    order: 2;
  }
  .sp-family__object {
    order: 1;
    width: auto;
  }
  .sp-family__title {
    margin-bottom: 8px;
  }
  .sp-family__title img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
  .sp-family__title-text {
    color: #16181a;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .sp-family__tag {
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    font-size: 12px;
  }
  .sp-family__desc {
    color: #16181a;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .sp-family__content {
    margin-top: 14px;
    color: #495770;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .sp-family .tpm-list {
    margin-top: 14px;
    min-height: 0;
  }
  .sp-family__btns {
    margin-top: 20px;
  }
  .sp-family__btns .tpm-btn,
  .sp-family__btns .tpm-link {
    flex: 1;
    text-align: center;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sp-dev-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 4px;
  border: 2px solid #fff;
  background: linear-gradient(0deg, #fff, #f3f5f8);
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1);
  text-decoration: none;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
}
.sp-dev-card:hover .sp-dev-card__title-text {
  color: #0052d9;
}
.sp-dev-card__object {
  background: #eaeef5;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sp-dev-card__object img {
  display: block;
  width: 100%;
  aspect-ratio: 280/180;
}
.sp-dev-card__main {
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}
.sp-dev-card__title {
  margin-bottom: 16px;
  font-size: 0;
}
.sp-dev-card__title img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.sp-dev-card__title-text {
  vertical-align: middle;
  color: #16181a;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.sp-dev-card__desc {
  color: #495770;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-dev-card__list {
  margin-top: 24px;
  color: #495770;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.sp-dev-card__list li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 6px;
}
.sp-dev-card__list li:last-child {
  margin-bottom: 0;
}
.sp-dev-card__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #495770;
}
.sp-dev-card__footer {
  margin: 0 20px;
  padding: 12px 0 16px;
  border-top: 1px solid rgba(73, 87, 112, 0.2);
}
.sp-dev-card__footer .tpm-link {
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .sp-dev-card-section.bg-gray {
    background: transparent;
  }
}
@media screen and (max-width: 600px) {
  .sp-dev-card__desc {
    display: block;
    height: auto;
  }
}
