﻿.p_small_img {
    background: none;
}
.p_small_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.gallery-top {
    border: 1px solid rgb(0 0 0 / 10%);
    height: 85% !important;
}
.gallery-thumbs{
    height: 15% !important;
}
.small_slide{
    border: 1px solid rgb(0 0 0 / 10%);
}
.gallery-arr-right{
    background: rgb(0 0 0 / 50%);
    right: 0;
    transition: all ease .3s;
    opacity: 0;
}
.gallery-arr-left{
    background: rgb(0 0 0 / 50%);
    left: 0;
    transition: all ease .3s;
    opacity: 0;
}
.gallery-arr-right::after,
.gallery-arr-left::after{
    font-size: 16px;
}
.gallery-top:hover .gallery-arr-right,
.gallery-top:hover .gallery-arr-left{
    opacity: 1;
}
  
  
  
  
#bigimghnre {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	max-height: 1000px;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transition: all ease .3s;
}
#bigimghnre img {
	height: 100%;
	margin: 0 auto;
	display: block;
	height: 100%;
}
#bigimghnre .black {
	background: rgb(0 0 0 / .6);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	transition: all ease .5s;
}
#bigimghnre .black:hover{
	background: rgb(0 0 0 / .8);
}
#bigimghnre.in {
	opacity: 1;
	visibility: visible;
	transition: all ease .5s;
}
.zhezi {
    position: absolute;
    margin-top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-height: 80vh;
    height: 100%;
}
.zhezi .xx {
    position: fixed;
    width: 32px;
    right: 0;
    top: 0;
    z-index: 2;
    background: rgb(0 0 0 / 50%);
}
.zhezi .xx img {
	width: 32px !important;
	cursor: pointer;
}
.zhezi::-webkit-scrollbar {
	width: 0px;
}
.kzbianju .swiper-container {
	padding: 0 10px;
}
.kzbianju {
	margin: 0 -10px;
	width: auto !important;
}