﻿.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	width: 80%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modelTostChile .pic-title {
	position: relative;
	font-size: 0.25rem;
	padding: 0.5%;
}

.modelClose {
	position: absolute;
	top: .05rem;
	right: 0.5rem;
	font-size: 3rem;
	cursor: pointer;
	line-height: 1;
	color: #f18d11;
}

.swiper-slide {
	text-align: center;
	cursor: pointer;
}

.swiper-slide img {
	max-width: 100%;
	text-align: center;
	object-fit: cover;
}