body {
    background-image: linear-gradient(to top, #f9fcff 0%, #eef1f5 100%);
    min-height: 100vh;

}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}
.ellipsis {
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示溢出的文本 */
}

.video-duration {
    background-color: rgba(0,0,0,.5);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 6px;
    right: 6px;
    height: 18px;
    line-height: 18px;
    padding: 0 4px
}
.tz-gallery {
    margin-left: -15px;
    padding: 0px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    /*transition: 0.15s ease-in-out;*/
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail img:hover {
    transform:  scale(1.02);
}

.tz-gallery .thumbnail img.scale-in .duration {
    visibility: hidden
}

.thumb-img{
    position: relative;
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption{
    background: #0087c6;
    padding: 6px 8px;
    text-align: left;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption a {
    font-size: 16px;
    color: #f9fcff;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #f3f6f9;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}



.video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    padding: 5px 12px 3px;
    width: 100%;
    height: 32px;
    /*border-bottom-right-radius: 6px;*/
    /*border-bottom-left-radius: 6px;*/
    background-image: linear-gradient(180deg, rgba(165, 165, 165, 0) 0%,#080808 100%);
    color: #fff;
    font-size: 14px;
    line-height:16px;
    opacity: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.video-info-left {
    min-width: 0;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start
}


