.card {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(246, 251, 254, 1) 100%
  );
  margin-bottom: 0;
}

.card__02 {
}

.card__02 .flex-box-left {
  width: 54%;
}

.card__02 .flex-box-right {
  width: 46%;
  padding-left: 0.72rem;
}

.list2 {
  padding-left: 1.4rem;
  margin-bottom: 0.4rem;
}

.list2 > li {
  margin-bottom: 0.18rem;
}

.list2 > li .meta {
  box-sizing: border-box;
  min-height: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 0.05rem;
  background-color: var(--main-color);
  color: #fff;
  padding-left: 0.8rem;
}

.list2 > li .title {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: var(--font36);
  min-width: 1.72rem;
}

.list2 > li .subtitle {
  font-size: var(--font24);
}

.list3 > li {
  margin-bottom: 0.8rem;
}

.list3 > li .pic {
  box-sizing: border-box;
}

.list3 > li .pic,
.list3 > li .pic img {
  border-radius: 0.4rem;
}

.card__02 .desc {
  color: rgba(102, 102, 102, 1);
  font-size: var(--font22);
  line-height: 0.66rem;
}

.card__02 .desc .h {
  font-size: var(--font48);
}

.card__02 .caption {
  text-align: center;
  font-size: var(--font24);
  font-weight: 700;
  margin-top: 0.5rem;
  color: #666666;
}

.card__03 .flex-box {
  padding-top: 0.24rem;
}

.card__03 .flex-box-left {
  width: 38%;
}

.card__03 .flex-box-right {
  width: 62%;
  padding-left: 0.8rem;
}

.platform-list > li {
  margin-bottom: 0.44rem;
  padding-left: 0.85rem;
}

.list3 > li:last-child,
.platform-list > li:last-child {
  margin-bottom: 0;
}

.platform-list-item {
  border-radius: 0.3rem;
  box-sizing: border-box;
  position: relative;
  padding: 0.1rem 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgb(16, 80, 168) 100%);
}

.platform-list-item .meta {
  box-sizing: border-box;
  background-color: #f2f2f2;
  border-radius: 0.3rem;
  padding: 0.16rem 0.12rem 0.24rem 1.48rem;
}

.platform-list-item .pic {
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  top: 50%;
  transform: translateY(-50%);
  left: -0.85rem;
}

.platform-list-item .pic > img {
  width: 100%;
  height: 100%;
}

.platform-list-item .icon {
  box-sizing: border-box;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.platform-list-item .icon img {
  width: 100%;
  height: 100%;
}

.platform-list-item .title {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font30);
  font-weight: 700;
  margin-bottom: 0.12rem;
}

.list-with-square {
  --square-size: 0.1rem;
}

.list-with-square p {
  padding-left: 0.28rem;
  margin-bottom: 0.08rem;

  color: rgba(51, 51, 51, 1);
  font-size: var(--font18);
}

.list-with-square p:last-child {
  margin-bottom: 0;
}

.card__01 {
  padding-top: 0;
}

.card__01 .card-bd {
  padding-top: 0.08rem;
}

.card__04 {
  padding-top: 0.6rem;
  padding-bottom: 0;
  background: none;
}

.card__04 .flex-box {
  padding-top: 0.24rem;
}

.card__04 .flex-box-left {
  width: 56%;
  padding-right: 0.4rem;
}

@media only screen and (min-width: 768px) {
  .card__04 .flex-box-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0.28rem;
  }
}

.card__04 .flex-box-right {
  width: 44%;
  position: relative;
}

.card__04 .list-with-square {
  width: 50%;
}

.card__04 .list-with-square p {
  font-size: var(--font24);
  margin-bottom: 0.24rem;
}

@media only screen and (min-width: 768px) {
  .base-list {
    --gap: 0.12rem;
    --item-margin-bottom: 0;
  }
}

.base-list > li {
  margin-top: 0.24rem;
}

@media only screen and (min-width: 768px) {
  .base-list > li:nth-child(1),
  .base-list > li:nth-child(2) {
    height: 1.8rem;
  }

  .base-list > li:nth-child(3),
  .base-list > li:nth-child(4) {
    height: 2.08rem;
  }

  .base-list > li:nth-child(1),
  .base-list > li:nth-child(4) {
    width: 40%;
  }

  .base-list > li:nth-child(2),
  .base-list > li:nth-child(3) {
    width: 60%;
  }
}

.base-list-item {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.base-list-item .pic {
  width: 100%;
  height: 100%;
}

.base-list-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}

.base-list-item:hover .pic img {
  transform: scale(1.1);
}

.base-info-list > li {
  margin-bottom: 0.3rem;
}

.base-info-list > li .title {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font20);
  border-radius: 998px;
  box-shadow: 5px 5px 4px 0px rgba(33, 67, 131, 0.1);
  background: linear-gradient(
    104.04deg,
    rgba(10, 77, 154, 1) 5.116%,
    rgba(0, 124, 196, 1) 94.58%
  );
  padding: 0.16rem 0.32rem;
}

@media only screen and (min-width: 768px) {
  .base-info-list {
    position: absolute;
    top: 0.28rem;
    left: -60%;
  }

  .base-info-list > li:first-child {
    padding-left: 0.8rem;
  }

  .base-info-list > li:nth-child(2) {
    padding-left: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .card {
    padding: 28px 0;
  }
  .list2 {
    padding-left: 0;
  }

  .card__04 .list-with-square {
    width: 100%;
  }

  .base-list-item {
    width: 100%;
  }

  .base-info-list {
    margin-top: 20px;
  }

  .content {
    padding-bottom: 0;
  }
}
