.blog-page .mobile-header {
  display: none;
}
.blog-page .nav-wrap {
  height: 317px;
  background-color: #f1f7fe;
  background-image: url('/site/assets/blog/blog-header.png');
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page .nav-wrap .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}
.blog-page .nav-wrap .header .logo-wrap {
  display: flex;
  align-items: center;
}
.blog-page .nav-wrap .header .logo-wrap .right-wrap {
  padding-left: 10px;
}
.blog-page .nav-wrap .header .logo-wrap .right-wrap .tit {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blog-page .nav-wrap .header .logo-wrap .right-wrap .desc {
  color: #909090;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-page .nav-wrap .header .nav .nav-item {
  margin: 0 3rem;
}
.blog-page .nav-wrap .header .nav .nav-item .nav-link {
  color: #54585b;
}
.blog-page .nav-wrap .header .nav .nav-item .nav-link:hover {
  color: #457af4;
}
.blog-page .nav-wrap .header .nav .nav-item .active {
  color: #457af4;
}
.blog-page .establish {
  height: 185px;
  background: url(/site/assets/contact/build-self-eman.png);
  text-align: center;
  overflow: hidden;
}
.blog-page .establish .out-wrap {
  display: none;
}
.blog-page .establish .title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 4px;
}
.blog-page .establish .desc {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}
.blog-page .footer {
  background-image: url(/site/assets/footer/home-page-footer-bgc.png);
  background-repeat: no-repeat;
  background-clip: padding-box;
  font-size: 14px;
}
.blog-page .footer .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
.blog-page .footer .content .item {
  line-height: 30px;
}
.blog-page .footer .content .item .logo-wrap {
  display: flex;
  align-items: center;
}
.blog-page .footer .content .item .logo-wrap .right-wrap {
  padding-left: 10px;
}
.blog-page .footer .content .item .logo-wrap .right-wrap .tit {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blog-page .footer .content .item .logo-wrap .right-wrap .desc {
  color: #909090;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-page .footer .content .item .label {
  color: #4E5969;
  font-size: 14px;
}
.blog-page .footer .content .item .grove {
  margin-top: 20px;
  color: #4E5969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-page .footer .content .item .grove img {
  width: 20px;
}
.blog-page .footer .content .item a {
  display: block;
  text-decoration: none;
  color: #000000d9;
}
.blog-page .footer .content .item a:hover {
  color: #507ef7;
}
.blog-page .footer .content .item .logo {
  width: 45px;
}
.blog-page .footer .content .item .we-com {
  width: 100px;
}
.blog-page .footer .content .item .join {
  color: #86909C;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.blog-page .footer .copyright {
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #86909C;
  font-size: 14px;
  border-top: 1px solid #F2F3F5;
}
.blog-page .footer .copyright a {
  text-decoration: none;
  color: #86909C;
}
.blog-page .footer .copyright a:hover {
  color: #3375f6;
}
/* 博客页面特有样式 */
.blog-content {
  padding: 40px 0 60px;
  margin: 0 auto;
  overflow: auto;
}
.blog-article {
  background: white;
  border-radius: 12px;
  width: 1280px;
  height: 270px;
  box-shadow: 0 4px 12px 4px rgba(32, 32, 32, 0.02);
  margin-bottom: 24px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
.blog-article .article-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}
.blog-article .article-link:hover {
  text-decoration: none;
  color: inherit;
}
.blog-article:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px 4px rgba(32, 32, 32, 0.08);
  border-color: #e0e0e0;
}
.article-content {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 40px;
  cursor: pointer;
}
.article-image {
  width: 300px;
  height: 180px;
  flex-shrink: 0;
  border-radius: 12px;
  margin-right: 40px;
}
.article-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.article-image .image-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.article-image .image-icon::before {
  content: '📊';
  font-size: 24px;
}
.article-image.article-image-2 {
  background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
}
.article-image.article-image-2 .image-icon::before {
  content: '📋';
}
.article-image.article-image-3 {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
}
.article-image.article-image-3 .image-icon::before {
  content: '💬';
}
.article-image.article-image-4 {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}
.article-image.article-image-4 .image-icon::before {
  content: '💡';
}
.article-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article-title {
  font-size: 24px;
  font-weight: 500;
  color: #1D2129;
  margin-bottom: 16px;
  line-height: 24px;
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.article-tags {
  margin-bottom: 20px;
}
.article-tag {
  padding: 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  margin-right: 17px;
}
.blue {
  background: #f6f9fd;
  color: #3C71FF;
}
.orange {
  background: #fef7f4;
  color: #FF5600;
}
.article-summary {
  color: #4E5969;
  line-height: 1.7;
  font-size: 16px;
  font: Source Han Sans CN;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog-page .mobile-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 0 12px;
    background-color: #fff;
    border-bottom: 1px solid #f2f3f5;
  }
  .blog-page .mobile-header .spaces {
    width: 24px;
    height: 24px;
    display: inline-block;
  }
  .blog-page .mobile-header .title {
    font-size: 17px;
    font-weight: 600;
    color: #1d2129;
  }
  .blog-page .mobile-header .login-btn a {
    display: inline-block;
    width: 64px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #4080ff;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
  }
  .blog-page .nav-wrap {
    display: none;
    height: auto;
    padding: 10px 0;
  }
  .blog-page .nav-wrap .header {
    flex-direction: column;
    padding: 10px 20px;
  }
  .blog-page .nav-wrap .header .nav {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-page .nav-wrap .header .nav .nav-item {
    margin: 5px 10px;
  }
  .blog-page .nav-wrap .header .logo-wrap .right-wrap .tit {
    font-size: 20px;
  }
  .blog-page .blog-content {
    padding: 20px 15px;
    max-width: 100%;
    margin-top: 8px;
  }
  .blog-page .fix-toobar-box {
    display: none !important;
  }
  .blog-page .establish {
    display: none;
  }
  .blog-page .footer {
    display: none;
  }
  .blog-article {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
  }
  .article-content {
    flex-direction: column;
    text-align: left;
    padding: 16px;
  }
  .article-image {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 12px;
    aspect-ratio: 16/9;
  }
  .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .article-text {
    text-align: left;
  }
  .article-title {
    font-size: 18px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
  }
  .article-summary {
    font-size: 13px;
    line-height: 20px;
    color: #86909C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .article-tags {
    margin-bottom: 8px;
  }
  .article-tag {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin-right: 8px;
  }
}
/*# sourceMappingURL=blog.css.map */