﻿.floating-window {
    /*position: fixed;*/
    top: calc(50% - 100px);
    height: auto;
    width: 200px;
    background-color: #ffffff;
    box-shadow: 0 0 12px rgba(33, 108, 182, 0.16);
    padding: 1rem .5rem .5rem .5rem;
    border-radius: .5rem;
}

.floating-window-swiper {
	width: 160px;
	/* overflow: hidden; */
	padding: 0;
}

.floating-right {
	right: .6rem;
}

.floating-top {
	top: 0.6rem;
}

.floating-bottom {
	bottom: 0.6rem;
}

.floating-left {
	left: .6rem;
}

.floating-window-close {
    display: none;
}

.floating-window .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.8rem;
    height: 1.8rem;
    cursor: pointer;
	z-index: 1000;
	background-color: #ffffff;
	border-radius: 40px;
	opacity: .7;
	transform: translateY(-1.8rem);
}

.swiper-zoom-container img {
	width: 100%;
	height: 100%;
}

.swiper-container{
    border-radius: .5rem;
}
  
.swiper-button-next, .swiper-button-prev {
	width: 27px;
	height: 20px;
	margin-top: -10px;
}