#schemeModel .sechme-list .sechme-item {
  width: calc(33.333% - 1.34rem);
  margin-right: 2rem;
  transition: all 0.3s linear;
  margin-bottom: 3rem;
}
#schemeModel .sechme-list .sechme-item:nth-of-type(3n) {
  margin-right: 0 !important;
}
#schemeModel .sechme-list .sechme-item:last-child {
  margin-right: 0 !important;
}
#schemeModel .sechme-list .sechme-item .sechme-img {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
#schemeModel .sechme-list .sechme-item .sechme-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
#schemeModel .sechme-list .sechme-item:hover img {
  transform: scale(1.1);
}
#schemeModel .sechme-list .sechme-item:hover .sechme-title,
#schemeModel .sechme-list .sechme-item:hover .sechme-sub-title {
  color: var(--web-nav-active-color) !important;
}
#schemeModel .sechme-list .sechme-item .sechme-text {
  padding: 2rem 1rem 0rem 1rem;
}
#schemeModel .sechme-list .sechme-item .sechme-text .sechme-title {
  font-size: 1.2rem;
  font-family: SourceHanSansCN-Bold;
  color: #333333;
  font-weight: bold;
}
#schemeModel .sechme-list .sechme-item .sechme-text .sechme-sub-title {
  font-size: 1rem;
  color: #333333;
  font-family: MicrosoftYaHei;
  margin-top: 1rem;
  line-height: 1;
}
.scheme-detail img {
  width: 80% !important;
  margin: 0 auto;
  height: auto !important;
  margin-bottom: 2rem;
  display: block;
}
.scheme-detail .scheme-detail-card {
  padding: 2rem;
  box-sizing: border-box;
  background-color: #f6f6f6;
  border-radius: 20px;
  margin-bottom: 2rem;
}
.scheme-detail .scheme-detail-card div {
  font-size: 1rem;
  line-height: 2rem;
}
.scheme-detail .scheme-detail-card div .label {
  color: #666666;
  font-family: MicrosoftYaHei;
}
.scheme-detail .scheme-detail-card div .text {
  font-family: MicrosoftYaHei;
  font-size: #000000;
}
.scheme-detail .scheme-detail-card div .p-name {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .sechme-text {
    padding: 1rem !important;
    padding-bottom: 0 !important;
  }
  .sechme-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
