body{
    user-select: none;
}
/*刊物大图显示容器样式*/
#publicationBigImage .modal-dialog{
    max-width: 100%;
    height: 100%;
    margin: 0;
    color: white;

}
#publicationBigImage .modal-dialog .modal-content{
    background-color: rgba(51, 51, 51, 1);
    width: 100%;
    height: 100%;
}
#publicationBigImage .modal-dialog .modal-content .modal-header{
    border-bottom: 1px solid white;
}

#publicationBigImage .modal-dialog .modal-content .modal-header button{
    color: white;
    border:0;
    background: none;
    transform: scale(1.3);
}
#publicationBigImage .modal-dialog .modal-content .modal-body{
    max-height: 93%;
}
#publicationBigImage .swiper-pagination{
    color: rgba(166, 27, 41, 1);
}
#publicationBigImage .swiper-button-prev, .swiper-button-next{
    color: white;
    /*background: #5e5f5e;*/
}
    /*#publicationBigImage .swiper {*/
/*    width: 80%;*/
/*    height: auto;*/
/*}*/

#publicationBigImage .swiper-slide {
    /*text-align: center;*/
    /*font-size: 18px;*/
    /*!*background: #fff;*!*/

    /*!* Center slide text vertically *!*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
    height: auto;
}

#publicationBigImage .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}
.mySwiper2 img{
    cursor: pointer;
}
/*图片定高样式*/

/* 超小型设备（电话，600px 及以下） */
@media only screen and (max-width: 600px) {
    .mySwiper2 img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

/* 小型设备（纵向平板电脑和大型手机，600 像素及以上） */
@media only screen and (min-width: 600px) {
    .mySwiper2 img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

/* 中型设备（横向平板电脑，768 像素及以上） */
@media only screen and (min-width: 768px) {
    .mySwiper2 img{
        width: 100%;
        height: 50rem;
        object-fit: contain;
    }
}

/* 大型设备（笔记本电脑/台式机，992px 及以上） */
@media only screen and (min-width: 992px) {
    .mySwiper2 img{
        width: 100%;
        height: 50rem;
        object-fit: contain;
    }
}

/* 超大型设备（大型笔记本电脑和台式机，1200px 及以上） */
@media only screen and (min-width: 1200px) {
    .mySwiper2 img{
        width: 100%;
        height: 50rem;
        object-fit: contain;
    }
}

/*目录列表样式*/
.catalogueContainerList{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: center;
    background-color: rgba(255, 255, 255, 10%);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.catalogueContainerList>div{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    row-gap: 1.2rem;
    height: 48rem;
    overflow-y: auto;
    color: rgba(121, 121, 121, 1);
    font-size: 1rem;
}
.catalogueContainerList h6{
    font-size: 1.2rem;
}
.catalogueContainerList>div span{
    cursor: pointer;
    white-space: nowrap;
}
.catalogueContainerList>div::-webkit-scrollbar {/*滚动条整体样式*/

    width: 0.2rem;     /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 1px;*/
}
.catalogueContainerList>div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    background: rgba(121, 121, 121, 1);
    width: 0.5rem;
}
.catalogueContainerList>div::-webkit-scrollbar-track {/*滚动条里面轨道*/

    /*-webkit-box-shadow: inset 0 0 0.5rem rgba(0,0,0,0.2);*/
    border: none;
    border-radius: 10px;
    background: rgba(237, 237, 237, 0);
}

/*返回按钮样式*/
.catalogueContainer{
    margin: auto;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 10%);
    display: flex;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
}
.catalogueContainer i{
    margin: auto;
    font-size: 1.2rem;

}
.catalogueContainer button{
    margin-top: auto;
    margin-bottom: auto;
    border: 0;
    background-color: rgba(255, 255, 255, 0);
    color: white;
    font-size: 0.9rem;

}

/*箭头样式*/
.my-button-disabled{
    opacity:0.4;
}
.innerIStyle{
    width: 2rem;
    height: 2rem;
    background-color: rgba(255, 255, 255, 16%);
    border-radius: 50%;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}
.innerIStyle i{
    margin: auto;
    font-size: 0.8rem;
}
.outIStyle{
    width: 2rem;
    height: 2rem;
    background-color: rgba(255, 255, 255, 16%);
    border-radius: 50%;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}
.outIStyle i{
    margin: auto;
    font-size: 0.8rem;
}
.exhibitionModel i{
    font-size: 1.5rem;
}
.exhibitionModel small{
    font-size: 0.5rem;
    user-select:none;
}

/*整体背景*/
.publicationConten {
    background-color: rgba(51, 51, 51, 1);
}

.publicationConten {
    color: white;
}

/*图片内容样式*/
.swiper {
    width: 100%;
    height: 100%;
}

.publicationConten .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.publicationConten .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}


.publicationConten .swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.publicationConten .swiper-slide {
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0);
}

/*.mySwiper2 img{*/
/*    width: 33rem;*/
/*    height: 42rem*/
/*}*/

.publicationConten .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.publicationConten .mySwiper .swiper-wrapper>div{
    height: auto;
}
.publicationConten .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.15;
}

.publicationConten .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
/*    display: block;*/
/*    width: 100%;*/
/*    height: 38%;*/
/*    object-fit: cover;*/
}
