body {
  background: linear-gradient(217deg, #ffdbe4, rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, #bbe7ff, rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, #fcfbf8, rgba(0, 0, 255, 0) 70.71%);
  min-height: calc(100vh - 1px);
  position: relative;
}
.io-icp {
  height: 56px;
  line-height: 56px;
  border-top: 1px solid #cbd5e0;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.io-icp a {
  display: flex;
  align-items: center;
}
.blog-title {
  margin-top: 50px;
  color: #1a202c;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  /* 48px */
}
.blog-desc {
  color: #4a5568;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  /* 22px */
  margin-top: 24px;
}
.blog-type-title {
  width: 1200px;
  margin: 0 auto;
  margin-top: 64px;
  color: #1a1a1a;
  font-family: 'Microsoft YaHei';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}
.blog-list {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  margin-top: 32px;
  gap: 32px;
}
.blog-list .blog-item {
  cursor: pointer;
  transition: all 0.6s;
}
.blog-list .blog-item:hover {
  transform: scale(1.05);
}
.blog-list .blog-item img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 4 / 2.2;
  object-fit: cover;
}
.blog-list .blog-item img:hover {
  filter: brightness(70%);
}
.blog-list .blog-item .time {
  margin-top: 12px;
  color: #6941c6;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}
.blog-list .blog-item .blog-item-content {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.blog-list .blog-item .blog-item-content .blog-item-title {
  flex: 1;
  color: #1a1a1a;
  font-size: 24px;
  font-style: normal;
  height: 32px;
  overflow: hidden;
  /* 溢出隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}
.blog-list .blog-item .blog-item-desc {
  color: #667085;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 60px;
}
.blog-list .blog-item .blog-tag-list {
  display: flex;
  gap: 8px;
  height: 12px;
}
.blog-list .blog-item .blog-tag-list .blog-tag-item {
  color: #026aa2;
  text-align: center;
  font-size: 14px;
  height: fit-content;
  font-style: normal;
  font-weight: 400;
  padding: 0px 10px;
  background-color: #fff;
  border-radius: 11px;
}
.footer-background {
  margin-top: 160px;
  width: 100%;
  height: 250px;
  background: url('https://img.aiyou.art/static/images/blog-footer.png') no-repeat;
  background-size: 100% 100%;
}
.footer-background .footer-black {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
.footer-background .footer-black .footer-content {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-background .footer-black .footer-content .footer-button {
  background: linear-gradient(265deg, #fff650 -19.82%, #ff24ef 119.39%);
  color: #fff;
  width: 184px;
  height: 72px;
  border-radius: 6px;
  font-size: 28px;
  line-height: 72px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.footer-background .footer-black .footer-content .footer-title {
  background: linear-gradient(265deg, #fff650 -19.82%, #ff24ef 119.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  font-size: 32px;
  font-weight: bold;
}
.footer-background .footer-black .footer-content .footer-describe {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .layout-footer-center {
    font-size: 10px;
  }
  .footer-background {
    display: none;
  }
  .io-icp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 8px !important;
  }
  .blog-title {
    font-size: 32px;
    margin-top: 64px;
  }
  .blog-desc {
    margin-top: 12px;
    font-size: 24px;
  }
  .blog-type-title {
    display: none;
  }
  .blog-list {
    width: 100%;
    padding: 0 20px;
    grid-template-columns: repeat(2, 49%);
    gap: 8px;
  }
  .blog-list .blog-item img {
    border-radius: 0px;
  }
  .blog-list .blog-item .time {
    margin-top: 6px;
    font-size: 10px;
  }
  .blog-list .blog-item .blog-item-content {
    margin-top: 12px;
  }
  .blog-list .blog-item .blog-item-content .blog-item-title {
    line-height: 100%;
    font-size: 14px;
    height: 28px;
  }
  .blog-list .blog-item .blog-item-content svg {
    width: 12px !important;
    height: 12px !important;
  }
  .blog-list .blog-item .blog-item-desc {
    margin-top: 6px;
    line-height: 120%;
    height: 24px;
    font-size: 10px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .blog-title {
    font-size: 32px;
    margin-top: 64px;
  }
  .blog-list {
    width: 100%;
    padding: 0 24px;
    gap: 24px;
  }
  .blog-item-desc {
    margin-top: 12px;
    font-size: 16px !important;
  }
  .footer-background .footer-content {
    transform: scale(0.8);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer-background .footer-content {
    transform: scale(0.8);
  }
  .blog-title {
    font-size: 32px;
    margin-top: 96px;
  }
  .blog-item-desc {
    margin-top: 12px;
    font-size: 16px !important;
  }
  .blog-list {
    width: 100%;
    padding: 0 24px;
    gap: 24px;
  }
}
