.gallery{
    background: #000;
    padding: 30px 0;
    font-size: 12px;
    position: relative;
    margin-bottom: 30px;
}
.gallery-title{
    padding: 0 0 10px;
    text-align: center;
}
.gallery-title h1, .gallery-progress {
    font: 400 22px/31px "microsoft yahei",simhei;
    color: rgb(255, 255, 255);
    display: inline;
}
.gallery-record {
    color: rgb(239, 157, 117);
}
.gallery-total {
    font-size: 14px;
}
.gallery-bar {
    height: 24px;
    line-height: 24px;
    position: relative;
    padding: 5px 0 0;
    overflow: hidden;
}
.gallery-bar .opt a {
    padding: 0 15px;
}
.gallery-assist .editor, .gallery-bar .opt {
    float: left;
}
.gallery-bar .opt .play {
    margin-left: 0px;
    background-position: 0 -57px;
}
.gallery-bar .opt .view {
    background-position: 0 -25px;
}

.galleryImg-button-next{
    top: 50% !important;
    right: 0!important;
    width: 63px!important;
    height: 100px!important;  
    background: url(../images/tuji_next.png?v=20230526094134?v=20230526150404) no-repeat; 
    background-size: 63px 100px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: ''!important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: ''!important;
}
.galleryImg-button-prev{
    top: 50%!important;
    left: 0!important;
    width: 63px!important;
    height: 100px!important; 
    background: url(../images/tuji_next.png?v=20230526094134?v=20230526150404) no-repeat; 
    background-size: 63px 100px;
    transform: rotate(180deg);
}
.gallery_swiper{
    margin-top: 10px;
}
.galleryImg{
    width: 100%;
    height: 700px;
    overflow: hidden;
}
.galleryImg .swiper-slide img{
    display: block;
    margin: 0 auto;
}
.gallery-footer {
    padding: 10px 0 0;
    position: absolute;
    bottom: 0;
}
.gallery-brief {
    color: rgb(255, 255, 255);
    padding: 0 10px;
    line-height: 20px;
    word-wrap: break-word;
    font-size: 12px;
    font-family: "microsoft yahei", "simsun",arial;
}
#gallerybrief {
    color: #999;
}
.gallery-assist {
    color: #888;
    line-height: 24px;
    padding-left: 10px;
    margin: 10px 0;
    height: 24px;
}
.galleryPage {
    /* position: relative; */
    overflow: hidden;
}
.gallery-img{
    width: 100%;
    height: calc(100% - 94px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-page{
    padding: 8px 70px 0;
    height: 105px;
    background: #171717;
    border: 1px solid #333;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 35px!important;
}
.galleryPage-pagination .swiper-pagination-bullet{
    padding: 0 8px;
    background: rgb(101, 101, 101);
    margin: 0 2px;
    border-radius: 0!important;
    display: inline-block;
    height: 8px;
    line-height: 8px;
    cursor: pointer;
}
.galleryPage-pagination .swiper-pagination-bullet-active{
    background: rgb(194, 194, 194);
}
.galleryPage .swiper-slide img {
    width: 94px;
    height: 64px;
}
.galleryPage .swiper-slide-thumb-active{
    background-color: #fff;
}
.galleryPage .swiper-slide {
    margin: 0 6px 0 6px;
    padding: 9px 3px 3px;
    cursor: pointer;
}