/*!
 * Project: LG_NewUi
 * Author: Ki
 * Last Updated: 2024-10-18
 * Description: 小手一牵 岁岁年年
 * 
 * Copyright (c) 2022-2024 by Ki. All Rights Reserved.
 * 
 * License: This software is licensed for both personal and commercial use under specific terms.
 * Redistribution, modification, or resale without explicit written permission is strictly prohibited.
 * Unauthorized use, copying, or redistribution will result in immediate termination of support and updates.
 * 
 * Documentation and License: https://lguiy.kikiw.cn/wiki
 * 
 * * Warning: This is an original work, and all copyright belongs to LG_NewUi.
 * Any attempt to scrape, copy, sell, or redistribute this software without permission is strictly forbidden.
 * Violators will face immediate legal action, blacklisting, and permanent cessation of future updates.
 * 
 * Development requires substantial time and effort. We appreciate your respect for the work involved and your support.
 */


.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 {
    transition: all 0.23s linear;
    border-radius: 1rem;
    object-fit: cover;
    box-shadow: 0 2px 10px #9393939c;
    margin-bottom: 1rem;
    border: 1px solid rgba(208, 206, 206, 0.4) !important;
    opacity: 1;
    filter: blur(0);
}

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


.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: #787878;
    letter-spacing: 1px;
    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;
    margin-bottom: 0.8rem;
}

.img_card words {
    padding: 0 1rem;
}

.spl-button,
.spl-description,
.spl-title {
    margin-bottom: 20px;
    font-family: 'Noto Serif SC', serif;
    font-weight: 400;
}

.loveimg.row {
    gap: 0.6rem;
    margin-top: 1rem;
}

.img_list .content_a {
    background: #f3f3f3;
}

.click_svg {
    width: 2.6rem !important;
    height: 2.6rem !important;
    margin: 1rem;
    transition: all .35s;
    border-radius: 5rem;
    fill: #888888;
}

.svg_hover:hover {
    color: #000000;
}

.click_svg:hover {
    transform: scale(1.2);
    fill: #000000;
}

.img_list .see {
    text-align: right;
    margin-top: .5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: end;
}

.img_list .encryStyle{
    margin-bottom: 2.3rem;
}

.ios_page .img_list .img_img {
    margin: 0;
}

.img_list .content_a {
    margin-bottom: 1.5rem;
}


.Photo.row {
    background: #fff;
    box-shadow: 0 2px 8px rgb(12 12 13 / 3%), 0 16px 48px 8px rgb(78 80 83 / 8%);
    border-radius: 1rem;
    box-sizing: border-box;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.Photo.row .PhotoCard {
    border-bottom: 1px dashed #bdb9b9;
}

.Photo.row .PhotoCard:last-child {
    border-bottom: none;
}

.Photo.row .encryStyle a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: #f1f1f1;
    text-align: center;
    margin-top: 1rem;
    height: 200px;
    border-radius: 1rem;
    font-family: 'Noto Serif SC', serif;
    font-weight: 400;
    font-size: 1.2rem;
    background: #f2f2f2 repeating-linear-gradient(-45deg, #fff, #fff 1.125rem, transparent 1.125rem, transparent 2.25rem);
    box-shadow: 0 2px 8px rgba(28, 31, 35, .03), 0 16px 48px 8px rgba(28, 31, 35, .08);
    position: relative;
}

.Photo.row .encryStyle a::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 8px);
    background: #e3e5e7;
    z-index: -1;
    border-radius: 1rem;
}

.Photo.row .encryStyle a::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 15px);
    background: #f1f2f3;
    z-index: -2;
    border-radius: 1rem;
}

.Photo.row .encryStyle a .icon {
    width: 5rem !important;
    height: 5rem !important;
    margin-bottom: 1rem;
    fill: #515151;
    transition: all 0.15s;
}

.Photo.row .encryStyle a:hover .icon {
    fill: #03A9F4;
}

.img_list .see .see_btn.albumTime {
    padding: 0.5rem 1rem .5rem 2.2rem;
    position: relative;
    background: #f2f2f2;
    color: #a8a8a8;
}

.img_list .see .see_btn.albumTime .albumTimeIcon{
    position: absolute;
    left: 2px;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #fff;
    border-radius: 50rem;
}

.PhotoHide{
    display: none !important;
}