<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
input::-webkit-input-placeholder{ opacity:1; color:#525151;}
input:-moz-placeholder{opacity:1; color:#525151;}
input::-moz-placeholder{opacity:1; color:#525151;}
input:-ms-input-placeholder{opacity:1; color:#525151;}
textarea::-webkit-input-placeholder{opacity:1; color:#525151;}
textarea::-moz-placeholder{opacity:1; color:#525151;}
textarea::-moz-placeholder{opacity:1; color:#525151;}
textarea:-ms-input-placeholder{opacity:1; color:#525151;}
.browserupgrade {
TEXT-ALIGN: center; PADDING-BOTTOM: 20px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND: #ffca00; FONT-SIZE: 18px; PADDING-TOP: 20px;
}
.browserupgrade A {
	COLOR: red; FONT-WEIGHT: 600; TEXT-DECORATION: underline;
}
.noproducts{ width:100%; height: auto; float: left; font-size: 28px; text-align: center; padding: 12% 0px;}
/* SWIPER 弹出框*/
.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
    }
.modelTostChile {
	width:50%;
	background-color: #ffffff;
	-moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari 和 Chrome */
    border-radius: 10px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	padding:10px 10px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modelTostChile p {
	font-size: 18px;
	line-height: 30px;
	padding: 3% 3% 25px;
}

.modelClose {
	width:30px;
	height:30px;
	float: right;
	cursor: pointer;
}
.modelClose svg{ width:100%;}
#modelClose{ fill:#129d99;}	
.modelClose:hover #modelClose { fill:#242424;}		
.modelTostChile .swiper-slide {
	text-align: center;
}

.modelTostChile .swiper-slide img {
	max-width: 100%;
	max-height: 600px;
	text-align: center;
}
.modelTostChile .swiper-button-prev:after{ color: #242424;}
.modelTostChile .swiper-button-next:after{ color: #242424;}	

@media (max-width: 1180px) {
.modelTostChile .swiper-slide img {
	max-height: 400px;
}
}
@media (max-width: 767px) {
.modelTostChile { width: 90%;}
.modelTostChile p { font-size: 16px; }
.modelTostChile .swiper-button-prev:after{ font-size: 30px}
.modelTostChile .swiper-button-next:after{  font-size: 30px}
}</pre></body></html>