.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	width: 600px;
	height: 610px;
	box-sizing: border-box;
	background-color: #fff;
	padding-bottom: 2.5%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.swiper-wrapper{}
.modelTostChile p {
	font-size: 18px;
	padding: 3%;
	font-weight: 700;
	color: #812929;
}

.modelClose {
	float: right;
	cursor: pointer;
}

.swiper-slide {
	text-align: center;height: 510px;line-height: 510px;
}

.swiper-slide img {
	width: 85%;
	text-align: center;
	vertical-align: middle;
}