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

/* 定义从右进入滑动动画特效 */
@keyframes modelToLeft {
    0% {
        right: -1000px;
    }
    /* 50% {
        right: 50%;
        transform: translateX(50%);
    } */
    100% {
        right: calc(50% - 490px);
        /* transform: translateX(-50%); */
    }
}
/* 定义从右离开滑动动画特效 */
@keyframes modelToRight {
    0% {
        /* right: calc(50% - 653px); */
        right: calc(50% - 500px);
    }
    /* 50% {
        right: 50%;
        transform: translateX(50%);
    } */
    100% {
        right: -1000px;
        /* transform: translateX(-50%); */
    }
}

/* .modelTostChile {
	position: absolute;
	top: calc(50% - 434px);
    right: calc(50% - 653px);
    animation: modelToLeft 1s ease 0s;
    max-width: 1305px;
    width: 100%;
    max-height: 867px;
    height: 100%;
    border-radius: 50px;
} */
.modelTostChile {
	/* margin-top: 30px; */
	position: absolute;
	top: calc(50% - 500px);
    right: calc(50% - 500px);
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
    animation: modelToLeft 1s ease 0s;
    max-width: 1000px;
    width: 100%;
    /* max-height: 1000px; */
    height: auto;
    border-radius: 50px;
}
.modelTost_rectangle{
    top: calc(50% - 520px);
    right: calc(50% - 400px);
    max-width: 800px;
    max-height: 1040px;
}

.modelTostOut{
    animation: modelToRight 1s ease 0s;
    right: -1305px;
}

/* .modelTostChile p {
	font-size: 40px;
} */

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

.modelTostChile .modelTostWrapper{
    width: 100%;
    height: 100%;
}
/* .swiper-slide {
	text-align: center;
    max-width: 1305px;
    width: 100%;
    height: 867px;
} */

.modelTostWrapper img {
	width: 100%;
    height: 100%;
	text-align: center;
}

@media (max-width: 1280px) {
    .modelTostChile{
        /* max-width: 680px;
        top: calc(50% - 340px);
        right: calc(50% - 340px); */
        right: 30%;
        width: 40%;
        top: 30px;
    }
    .modelTostTextBox{
        max-width: 435px;
        left: 30px;
    }
    .modelTost_rectangle{
        top: calc(50% - 377px);
        right: calc(50% - 290px);
        max-width: 580px;
        max-height: 754px;
    }
    .modelTost_rectangle .modelTostTextBox{
        max-width: 480px;
    }
}