.img_card {
    padding: 1.3rem 1.3rem 1.5rem;
    background: #fafafa;
    box-sizing: border-box;
    border-radius: 1.5rem;
    border: 1px solid rgba(208, 206, 206, 0.4) !important;
    box-shadow: 0 5px 12px #cfd4da85;
    transition: all 0.23s linear;
}

.love_img img {
    width: 20rem;
    height: 25rem;
    border-radius: 1rem;
    object-fit: cover;
    box-shadow: 0 0px 30px #857d7d78;
    margin-bottom: 1rem;
    /* border: 1px solid rgba(208, 206, 206, 0.4) !important; */
}

.img_card:hover {
    cursor: pointer;
    cursor: url(../cur/hover.cur), pointer;
    background: #494949;
}

.love_img img {
    transition: all 0.23s linear;
}

.img_card:hover.love_img img {
    transform: translateY(-5px);
}

.img_card:active {
    background: #494949;
}

.img_card:hover img {
    box-shadow: 0 2px 10px #3b3b3bad;
}

.img_card:hover.img_card span {
    color: #e2e2e2;
}

.img_card span {
    font-family: 'Noto Serif SC', serif;
    font-weight: 400;
    font-size: 1.05rem;
    color: #454040;
    letter-spacing: 1px;
    margin-top: 1rem;
    line-height: 1.5em;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.img_card i {
    display: block;
    text-align: right;
    font-style: normal;
    font-family: 'Noto Serif SC', serif;
    font-weight: 400;
    color: #999;
    padding-bottom: 0.8rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #d7d7d7;
}

.img_card words {
    padding: 0 1rem;
}

.spl-button,
.spl-description,
.spl-title {
    margin-bottom: 20px;
    font-family: 'Noto Serif SC', serif;
    font-weight: 400;
}
/* ===== 相册媒体统一：图片/视频自适应 + 高级卡片 ===== */

.img_card{
  background: radial-gradient(1200px 600px at 20% 0%, rgba(255,210,230,.65) 0%, rgba(255,255,255,.90) 35%, rgba(235,245,255,.85) 100%);
  border: 1px solid rgba(255,255,255,.55) !important;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .10), inset 0 1px 0 rgba(255,255,255,.70);
  border-radius: 22px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.img_card:hover{
  transform: translateY(-8px);
  background: radial-gradient(1200px 600px at 80% 0%, rgba(210,235,255,.70) 0%, rgba(255,255,255,.92) 40%, rgba(255,230,245,.85) 100%);
  box-shadow: 0 26px 70px rgba(15, 23, 42, .14), inset 0 1px 0 rgba(255,255,255,.78);
}

.love_img{ padding: 10px 10px 14px; }

.love_media{
  width: 100% !important;
  display: block;
  border-radius: 18px;
  background: rgba(255,255,255,.55);
  box-shadow: 0 14px 45px rgba(15, 23, 42, .10);
  overflow: hidden;
}

/* 图片不再写死尺寸 */
.love_img_el{
  height: clamp(240px, 26vw, 460px);
  object-fit: cover;
}

/* 视频固定 16:9 更像相册短视频 */
.love_video{
  aspect-ratio: 16/9;
  object-fit: cover;
}

.img_card .words{ padding: 0 12px; }
.img_card i{
  color: rgba(30,41,59,.70);
  border-bottom: 1px dashed rgba(148,163,184,.55);
  padding-bottom: .65rem;
  margin-bottom: .55rem;
}
.img_card span{
  color: rgba(15,23,42,.82);
  font-size: 1.05rem;
  letter-spacing: .5px;
  line-height: 1.55em;
}
