/* 主题 23：SEO 友好外链样式 */

.lozad {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: theme23-fadeIn 0.5s ease;
}

@keyframes theme23-fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.jl-loadmore-btn-w {
  float: left;
  width: 100%;
  text-align: center;
}

.options_dark_skin .jl_btn_load {
  background: #000;
}

.jl_btn_load {
  transition: transform 0.5s ease, background 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
  position: relative;
  width: 194px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  background: #222;
  margin-top: 10px;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  filter: none;
  box-shadow: none;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 100px;
}

.jl_btn_load:focus {
  text-decoration: none;
  color: #fff;
}

.jl_btn_load:hover {
  text-decoration: none !important;
  color: #fff;
  background: #222;
  transform: translateY(-3px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.jl_btn_load.btn-loading::after {
  content: "\f1ce";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 19px;
  margin-left: 0;
  position: relative;
  top: 1px;
  animation: theme23-jlloading 1s linear infinite;
}

@keyframes theme23-jlloading {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.footer-friend-links {
  padding: 12px 0 6px;
}

.footer-friend-links .container {
  font-size: 13px;
  line-height: 1.9;
  word-break: break-all;
}

.footer-friend-links a {
  margin-right: 10px;
}

.article-meta-byline {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  vertical-align: middle;
}

.article-meta-byline .fas.fa-pen-nib {
  opacity: 0.85;
}

.home-tdk-author-suffix {
  margin-left: 0.4em;
  white-space: normal;
}

.footer-copyright-nav-sep {
  margin: 0 8px;
}

.slider-area.lozad[data-bg-image] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 页脚站点描述截断 */
.poket-description-area > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 关于我们正文多行截断 */
.witr_section_title_inner.text-left {
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 新闻/案例卡片缩略图 */
.agency-blog-thumb img.lozad,
.witr_sb_thumb img.lozad,
.single_protfolio .prot_thumb img.lozad {
  width: 100%;
  aspect-ratio: 100 / 73;
  height: auto;
  object-fit: cover;
  display: block;
}

/* 案例/新闻标题单行截断 */
.porttitle_inner4 h3,
.witr_blog_con h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
