<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.store-photos-grids {
    min-height: 640px;
}
.store-photos-top-grids {
    position: relative;
}

.store-photos-header{
    font-size: 18px;
    color: #666;
    margin-bottom: 12px;
    position: relative;
}

.store-photos-header span{
    position: relative;
    z-index: 22;
}
.store-photos-header .header-bar{
    position: absolute;
    width: 72px;
    bottom: 4px;
    left: 0;
    height: 4px;
    background: #2f8aef;
    border-radius: 2px 0px 2px 0px;
    z-index: 1;
}

.store-photos {
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    margin-left: 10px;
}
.store-photos-item {
    float: left;
    width: 206px;
    box-sizing: border-box;
    margin-right: 17px;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.store-photos-item:nth-of-type(4n) {
    margin-right: 0;
}
.store-photos-item-context {
    position: relative;
    width: 100%;
    height: 206px;
}
.store-photos-item-tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #2a82e4;
    border-left: 35px solid #2a82e4;
    border-bottom: 30px solid transparent;
    border-right: 35px solid transparent;
    border-top-left-radius: 4px;
    z-index: 4;
}
.store-photos-item-tag-txt {
    position: absolute;
    z-index: 5;
    color: #fff;
    font-size: 14px;
    top: 5px;
    left: 5px;
}
.bg-1,
.bg-2,
.bg-0 {
    width: 200px;
    height: 200px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    z-index: 3;
}
.bg-1 {
    background-color: #b2b0b0;
    left: 3px;
    top: 3px;
    z-index: 2;
}
.bg-2 {
    background-color: #858282;
    z-index: 1;
    left: 6px;
    top: 6px;
}
.bg-static {
    display: inline-block;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    z-index: 3;
}
.store-photo-name {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.store-photos-item:hover .store-photos-item-txt {
    color: #2f8aef;
}
.store-photos-item-txt {
    margin-top: 15px;
    box-sizing: border-box;
    padding-left: 15px;
    cursor: pointer;
    font-size: 16px;
    color: #999;
}
.store-photos-item-txt span:nth-child(2) {
    display: inline-block;
    float: right;
    margin-right: 15px;
}
.list-pager {
    text-align: center;
    padding: 25px 0;
}
</pre></body></html>