/** @format */
.blog-warp {
  padding: 40px 0;
  min-height: 50vh;
}

.blog-warp .category {
  display: flex;
  padding-bottom: 20px;
  font-weight: bold;
}
.categ {
  font-size: 17px;
}

.blog-warp .category span {
  position: relative;
  top: 4px;
}

.blog-warp .category ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.blog-warp .category ul li {
  cursor: pointer;
  padding: 5px 10px;
  min-width: 35px;
  color: #333;
  margin: 0 5px 5px;
  text-align: center;
  border-radius: 2px;
}

.blog-warp .category ul li.active {
  color: var(--primary-color);
  background-color: var(--primary-color-1);
}

.blog-warp .category ul li:hover {
  color: var(--primary-color);
  background-color: var(--primary-color-1);
}

.blog-warp .recent li {
  padding: 10px 0;
}

.blog-warp .recent h1 {
  font-size: 14px;
  margin-top: 10px;
}

.blog-warp h2.recent {
  margin-top: 20px;
  font-size: 14px;
}

.blog-warp .hot li {
  margin: 15px 0;
  padding-right: 5%;
  transition: all 0.3s;
}

.blog-warp .hot li p {
  color: #666;
  font-size: 12px;
  margin-top: 8px;
}

.blog-warp .hot li h1 {
  font-size: 14px;
}

.blog-warp .hot li:hover a {
  color: var(--primary-color);
}

.blog-warp .blog-item {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.blog-warp .blog-item a {
  display: block;
  height: 180px;
}

.blog-warp .blog-item:hover {
  transition: opacity 0.3s;
  opacity: 0.8;
  background-color: #fafafa;
}

.blog-warp .blog-item img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  background-color: #eee;
}

.blog-warp .blog-item p {
  color: #6e6e73;
}

.blog-warp .blog-item h1 {
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-warp .blog-item .left {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-warp .blog-item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 180px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

.blog-warp .blog-item span {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.blog-warp .more {
  cursor: pointer;
  text-align: center;
  color: var(--primary-color);
}

.blog-warp .empty {
  font-size: 22px;
  text-align: center;
}

.blog-warp .loading {
  text-align: center;
  color: var(--primary-color);
}

.blog-warp .loading i {
  font-size: 28px;
}

.blog-warp .loading span {
  margin-top: 3px;
  display: block;
}

.blog-warp .desc {
  display: flex;
  padding: 20px 0;
  box-sizing: border-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-warp .desc span {
  display: flex;
  align-items: center;
}

.blog-warp .userdes {
  display: flex;
  justify-content: space-around;
}

.blog-warp .desc span .svg {
  width: 20px;
}

.blog-warp .title-blog {
  text-align: center;
}

.blog-warp .content {
  line-height: 2;
  font-size: 16px;
  overflow-x: hidden;
  min-height: 40vh;
}
.blog-warp .content h1{
  
}

.blog-warp .content img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .blog-warp {
    padding: 0px 0 !important;
  }

  .blog-warp .blog-item {
    padding: 0 10px;
  }

  .blog-warp .blog-item img {
    width: 100%;
    height: auto !important;
    max-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px !important;
  }

  .blog-warp .blog-item h1 {
    font-size: 20px !important;
    padding: 15px 0;
  }

  .blog-warp .blog-item a {
    text-align: right;
    padding: 10px 0 20px 0;
  }

  .blog-warp .blog-item .right {
    height: auto !important;
  }

  #desc span .svg {
    width: 20px !important;
  }

  #Blog_Details {
    padding: 0 10px !important;
  }

  #Blog_Details img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .layui-col-space30 {
    margin: auto !important;
  }

  .layui-col-space30 > * {
    padding: 15px 0 !important;
  }

  .layui-col-space10 {
    margin: auto !important;
  }
}
.last_fto {
  user-select: none;
}
.last_fto .user_cover {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
}

.last_fto .user_cover:hover {
  opacity: 0.5;
}

.last_fto .name {
  margin: 0 10px;
}

.last_fto .add {
  border: 1px solid var(--primary-color);
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
  color: var(--primary-color);
  user-select: none;
}

.last_fto .add:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.last_fto .user_cover img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 100%;
  padding: 2px;
  box-sizing: border-box;
}

/*# sourceMappingURL=blog.css.map */
