.gpc_single_head_box{
    padding-top: 130px;
}

.gpc_single_head_box .img_div{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*width: 100%;*/
    /*height: 100%;*/

    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    width: 100%;
    /*height: 100%;*/
    height: 300px;

}
.swiper_imgs_box .img_div img{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.swiper_imgs_box .swiper-pagination{
    left: 50%;
}
.swiper_imgs_box .swiper-pagination-bullet{
    margin-left: 5px;
}
.swiper-pagination-bullet-active{
    background: #333333;
}


/*/*显示图标的高度galleries_siwiper_box*/
.galleries_siwiper_box .swiper-button-next{
    height: 30px;
    right: 20px;
    top: 65%;
}
.galleries_siwiper_box  .swiper-button-prev {

    height: 30px;
    right: 20px;
    top: 65%;
}


.gallery_infos_box{
    padding-top: 30px;
}

.gallery_infos{
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    max-height: 40px;
    margin: 10px 0px;
}
.gallery_infos p{
    margin: 0px;

}
.gpc_single_other_gallery_div .date{
    color: #999999;
}

/*关注按钮*/
.attention_num{
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 15px 0px 15px 0px;
}
.attention_num .num_box{
    min-width: 60px;
    border-radius: 15px;
    border: 1px solid #000;
    text-align: center;
    padding: 5px 30px;
    margin: 0px 15px 0px 0px;
}
.attention_div{
    min-width: 60px;
    border-radius: 15px;
    border: 1px solid #000;
    text-align: center;
    padding: 5px 30px;
    margin: 0px 15px 0px 0px;
    cursor: pointer;
}

.gpc_single_head_box .right .profile-badge-icon {
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    vertical-align: middle;
}
.gpc_single_head_box .right .profile-badge-icon>img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.gpc_open_dates {
 padding: 10px 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.date_name{
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.date_name >.glyphicon{
    padding: 0 10px;

}

/*艺术品的综合信息*/
.mb-3,.my-3 {
    margin-bottom: 1rem!important;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 1rem 0rem;
}

.gpc_multiple_box{
    padding: 20px 0px;
}
.gpc_multiple_box .nav-link{

    color: #999999;
    padding: 0px;

}
.gpc_multiple_box .nav-link>span{
    display: block;
    border-left: 1px solid #999999;
    padding: 0rem 1rem;
}
.gpc_multiple_box .active{
    background: transparent!important;
    color: #000!important;
   font-size: 1rem;
}

/*展览*/
.exhibition_li .exhibition-header {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.exhibition_li .card{
    border: none;
    cursor: pointer;
}
.exhibition_li .card .background_img_div{
    height: 250px;
    width: 100%;
    overflow: hidden;
}
.exhibition_li .card .background_img_div>img{
    object-fit: cover;
    height: 100%;
}
.exhibition_name_time_div>a{
    color: #333333;
}
.exhibition_name_time_box {
    padding: 1rem 0rem 1rem 0rem;
}
.exhibition_name_time {
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*艺术品*/
    .art_pro_list_box .card{
        cursor: pointer;
    }

/*附近的画廊*/
#swiper-container_bottom {
    padding-top: 20px;
}
#swiper-container_bottom .img_div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    overflow: hidden;
    /*border: 1px solid red;*/
    height: 0;
    position: relative;
    padding-bottom: 75%;
}
#swiper-container_bottom .img_div img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gpc_others_glllery_div .swiper-button-next{

    height: 30px;
    right: 0px;
    top:40%;
}
.gpc_others_glllery_div  .swiper-button-prev {
    height: 30px;
    left: 0px;
  top:40%;
}

.gpc_others_glllery_div   #swiper-container_bottom{
    /*padding: 10px 30px;*/
    /*border: 1px solid red;*/
}
.gpc_single_other_gallery_div{
    white-space: nowrap;
    overflow: hidden;
    padding: 0.875rem 0rem;
}
.gpc_single_other_gallery_div h3{
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
}
.gpc_single_other_gallery_div>p{
    margin: 0px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gpc_others_glllery_div .swiper-container .swiper-slide{
    cursor: pointer;
}