.main {
  padding-top: 32px;
  position: relative;
  background: url("../images/data-market/bj.png") no-repeat top / 100% 520px #F7F8FA;
  font-family: PingFangSC, PingFang SC;
}
.main .navigation {
  position: sticky;
  top: 90px;
  z-index: 100;
  width: 1262px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}

.main .navigation section {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.main .navigation .slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 180px;
  height: 100%;
  background: #2576fa;
  border-radius: 8px;
}

.main .navigation a {
  width: 180px;
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-style: normal;
  transition: all 0.3s ease;
}
.main .navigation a.active {
  color: #ffffff;
}

.wrap {
  width: 1262px;
  margin: 0 auto;
}

.wrap .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.wrap .content .title img {
  width: 28px;
  height: 28px;
}

.wrap .content .title p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  text-align: left;
  font-style: normal;
}

.card-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -11px;
}

.card-wrap .card {
  width: 297px;
  height: 420px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 calc((100% - 4 * 297px) / 4 / 2) 24px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.card-wrap .card:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.card-wrap .card.deactivated .title .name,
.card-wrap .card.deactivated .description,
.card-wrap .card.deactivated .labels li {
  color: #cccccc !important;
}
.card-wrap .card.deactivated .labels li span {
  background: #cccccc !important;
}

.card-wrap .card .car-content {
  padding: 16px 16px 0 16px;
}

.card-wrap .card img {
  width: 297px;
  height: 178px;
  object-fit: cover;
}

.card-wrap .card .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.card-wrap .card .title .name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.card-wrap .card .title .tag {
  padding: 0 6px;
  height: 20px;
  display: inline-block;
  border-radius: 2px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  margin-left: 8px;
}

.tag-red {
  background: rgba(227, 66, 60, 10%);
  color: rgba(227, 66, 60, 1);
}
.tag-blue {
  background: rgba(37, 118, 250, 10%);
  color: rgba(37, 118, 250, 1);
}
.tag-green {
  background: rgba(114, 189, 0, 10%);
  color: rgba(114, 189, 0, 1);
}

.card-wrap .card .description {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  min-height: 40px;
  color: #4e5969;
  line-height: 20px;
  text-align: justify;
  font-style: normal;
  margin-bottom: 16px;
}

.divider {
  height: 5px;
  background: linear-gradient(
    to left,
    transparent 0%,
    transparent 50%,
    #ccc 50%,
    #ccc 100%
  );
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.card-wrap .card .labels {
  min-height: 56px;
  max-height: 110px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
}

.card-wrap .card .labels li {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #4e5969;
  line-height: 20px;
  text-align: left;
  /* margin-right: 40px; */
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.card-wrap .card .labels li span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #2576fa;
  margin-right: 8px;
}

.card-wrap .card .bottom-module {
  display: none;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  border-radius: 0px 0px 8px 8px;
}

.card-wrap .card .bottom-module a {
  display: block;
  width: 128px;
  height: 32px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 32px;
  text-align: center;
}

.card-wrap .card .bottom-module a.buy {
  background: #2576fa;
  color: #ffffff;
}

.card:hover .bottom-module {
  display: flex !important;
}