/* 主题 18：SEO 友好外链样式 */

.lozad {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: theme18-fadeIn 0.5s ease;
}

@keyframes theme18-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: theme18-jlloading 1s linear infinite;
}

@keyframes theme18-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;
}

/* 案例卡片缩略图 */
.single_protfolio .prot_thumb img.lozad {
  width: 758px;
  height: 463px;
  object-fit: contain;
  background-color: #f5f5f5;
}

/* 免费报价区块列间距 */
.contact_area2 > .container > .row > .col-lg-4.col-md-4,
.contact_area2 .contact_page_area .col-lg-12 {
  padding: 0;
}
