.fs_gallery {
    background: rgba(0, 0, 0, 0.9);
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 1000;
}

.fs_gallery_close {
    top: 20px;
    width: 32px;
    height: 32px;
    text-align: center;
    right: 20px;
    color: rgb(204, 204, 204);
    line-height: 23px;
    background: url("../image/banner_close.png") no-repeat center;
    background-size: 32px;
    font-size: 34px;
    position: absolute;
    z-index: 1002;
    cursor: pointer;
}
.thumbnails li{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.fs_gallery_close:hover {
    color: rgb(255, 255, 255);
}

.fs_gallery_prev {
    width: 80px;
    color: rgb(204, 204, 204);
    font-size: 30px;
    position: absolute;
    z-index: 1001;
    cursor: pointer;
}

.fs_gallery_next {
    width: 80px;
    color: rgb(204, 204, 204);
    font-size: 30px;
    position: absolute;
    z-index: 1001;
    cursor: pointer;
}

.fs_gallery_prev:hover {
    background: rgba(0, 0, 0, 0.1);
    color: rgb(255, 255, 255);
}

.fs_gallery_next:hover {
    background: rgba(0, 0, 0, 0.1);
    color: rgb(255, 255, 255);
}

.fs_gallery_prev {
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.fs_gallery_next {
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.fs_gallery_prev::before {
    background: url("../image/banner_left.png") no-repeat center;
    background-size: 32px;
    width: 32px;
    left: 35px;
    top: 50%;
    height: 30px;
    margin-top: -30px;
    position: absolute;
    content: "";
}

.fs_gallery_next::before {
    background: url("../image/banner_right.png") no-repeat center;
    background-size: 32px;
    width: 32px;
    left: 35px;
    top: 50%;
    height: 30px;
    margin-top: -30px;
    position: absolute;
    content: "";
}

.fs_gallery_shuft {
    width: 9999999px;
    position: relative;
}

.fs_gallery_shuft::after {
    clear: both;
    display: block;
    content: "";
}

.fs_gallery_shuft_item {
    background-position: center;
    float: left;
    position: relative;
    background-repeat: no-repeat;
}

.fs_gallery_shuft_item img {
    left: 50%;
    top: 50%;
    position: absolute;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}
