img.lazy {
    opacity: 0;
    -webkit-transition: .8s ease-in-out opacity;
    transition: .8s ease-in-out opacity;
    filter: blur(35px);
    overflow: hidden;
    box-sizing: border-box;
}

img.loaded {
    filter: blur(0);
    opacity: 1;
    transition: .5s filter linear, .5s -webkit-filter linear;
}

#pjax-container {
    width: 100% !important;
}

.photo_content {
    /* background: #fbfbfb; */
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    font-family: 'Noto Serif SC', serif;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.2s;
    position: relative;
}

.photo_content:hover {
    background: #514e4e;
    cursor: pointer;
}

.photo_content:hover img {
    box-shadow: none;
    opacity: 0.7;
}

.photo_content:hover video {
    box-shadow: none;
}


.photo_content:hover .photo_text, .by_name, .by_name, .by_name b {
    color: #d2d2d2 !important;
}

.photo_text, .by_name, .by_name, .by_name b {
    color:#f4f4f4 !important;
}

.photo_content video {
    border-radius: 0.5rem;
    box-shadow: 0 3px 12px #bcbec19e;
}

.photo_content .photo_info {
    padding: 1rem 1rem 0.8rem;
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
    transform: translateY(100%);
}


.photo_content:hover .photo_info {
    transform: translateY(0);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); /* 使用渐变背景 */
}

.photo_content .photo_info .photo_le {
    display: flex;
    align-items: center;
}

.photo_content .photo_info .photo_rg {
    text-align: right;
    color: #a7a0a0;
    margin-top: 0.3rem;
    border-top: 1px dashed #ffffffa3;
    padding: 0.5rem 0.5rem 0;
}

.photo_content .photo_info .photo_text {
    margin-top: 0.3rem;
    color: #949494;
    text-indent: 2em;
    line-height: 1.5rem;
    letter-spacing: 2px;
}

.photo_content .photo_info .photo_le .by_img {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 5rem;
    border: 1px solid #fff;
}

.photo_content .photo_info .photo_le .by_name {
    margin-left: 0.5rem;
    color: #9e9e9e;
    font-weight: 400;
}

.photo_content .photo_info .photo_le .by_name b {
    font-weight: 700;
    color: #393839;
}

.photo_content:hover img{
    transform: scale(1.13);
}

.photo_bg {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 600px;
    position: relative;
}

.photo_bg .Ftext{
    font-family: 'Noto Serif SC', serif;
    color: #fff;
    margin-top: 2.3rem;
    letter-spacing: 2px;
    font-size: 1.1rem;
}

.photo_bg .photo_title {
    position: relative;
    font-size: 1.8rem;
    color: #fff;
    font-family: 'Noto Serif SC', serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 2px 2px rgb(0 0 0 / 42%);
    display: inline-block;
}

.photo_bg .photo_title::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    background: #fff;
    bottom: -13px;
    border-radius: 10rem;
    left: 50%;
    transform: translateX(-50%);
}

.photo_bg::after {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #fff, transparent);
}

.mar_top2 {
    margin-top: 2rem;
}

body {
    background: #fff url(../../Style/img/rud.svg);
}

#homePage {
    display: none;
}


.row.central.nav_k,
.Width_limit_10re.lg_20rem {
    display: none;
}

.gallery {
    column-count: 4;
    column-gap: 10px;
}

.gallery img {
    width: 100%;
    height: auto;
    box-shadow: 0 3px 12px #bcbec19e;
    transition: all 0.3s;
}



.TitleStyle{
    width: 100%;
    text-align: center;
    font-size: 2.3rem;
    line-height: 3rem;
    padding: 0 1rem;
    box-sizing: border-box;
}

.photo_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAKUlEQVQImU3IMREAIAgAwJfNkQCEsH8cijjpMf6vnXlQaIiJFx+omEBfmqIEZLe2jzcAAAAASUVORK5CYII=);
}

.img_date{
    display: flex;
    align-items: center;
    justify-content: end;
    color: #c9c0c0;
}
