<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'DINPro';
	/*瀛椾綋鍚嶇О*/
	src: url('../typeface/D-DIN.otf');
	/*瀛椾綋婧愭枃浠�*/
	format("truetype")
}

@font-face {
	font-family: 'DINProBold';
	/*瀛椾綋鍚嶇О*/
	src: url('../typeface/D-DIN-Bold.otf');
	/*瀛椾綋婧愭枃浠�*/
	format("truetype")
}

@font-face {
	font-family: 'DINProItalic';
	/*瀛椾綋鍚嶇О*/
	src: url('../typeface/D-DIN-Italic.otf');
	/*瀛椾綋婧愭枃浠�*/
	format("truetype")
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
}

#case1 .swiper-slide {
	transform: scale(0.9);
}

.mySwiper .swiper-wrapper {
	/* transition-timing-function: cubic-bezier(1,1,1,1); */
}


#case1 .swiper-slide-active,
#case1 .swiper-slide-duplicate-active {
	/* transform: scale(1); */
}

/* 娴锋姤 */
/* .sale .x1 .poster {
	position: relative;
	background-image: url(../img/poster/1.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sale .x1 .poster .fise h1 {
	font-family: 'DINProBold';
	color: #ff9000;
	margin: auto;
}

.sale .x1 .poster .fise h2,
h3 {
	font-family: 'DINPro';
}

.sale .x1 .poster .fise ul {
	padding: 0;
}

.sale .x1 .poster .fise ul li {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 2% 0;
}

.sale .x1 .poster .fise h3 {
	margin: 0;
	padding-left: 11px;
} */

@media screen and (max-width:480px) {}

@media screen and (max-width:768px) and (min-width:480px) {}

@media screen and (max-width:1040px) and (min-width:768px) {}

@media screen and (max-width:1260px) and (min-width:1040px) {}

@media screen and (max-width:1680px) and (min-width:1260px) {}

@media screen and (min-width:1680px) {}
</pre></body></html>