.images-group .images-container .moment-image .share-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    z-index: 11;
}

.images-group .images-container .moment-image .btn-share {
    position: relative;
    background-color: #3c5b97;
    color: #ffffff;
    font-family: "Gotham";
    padding: 6px 16px 6px 24px;
}

.images-group .images-container .moment-image .facebook-icon {
    position: absolute;
    left: 8px;
    top: 8px;
    color: #ffffff;
    margin-right: 12px;
    font-size: 20px;
}

.images-group .images-container .moment-image span {
    font-size: 13px;
}

.images-group .note {
    display: table;
    margin: 0px auto 10px auto;
    text-align: center;
}
.images-group .note span {
    display: block;
}
.images-group .banner {
    width: 100%;
    margin-bottom: 20px;
}
.images-group .banner img {
    width: 100%;
}

.images-group::-webkit-scrollbar {
    width: 7px;
}

.images-group::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 20px;
}

.images-group::-webkit-scrollbar-thumb {
    background-color: #f8aa52;
    border-radius: 20px;
}

.moment-image .item {
    overflow: hidden;
}

.moment-image .item.frame-1:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/static/3c-town/images/3c-frame/frame-1.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.moment-image .item.frame-2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/static/3c-town/images/3c-frame/frame-2.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.moment-image .item.frame-3:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/static/3c-town/images/3c-frame/frame-3.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.moment-image .image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 0;
       object-position: 100% 0;
}