<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**flex**/
.pps_flex {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
}

.pps_flex * {
	box-sizing: border-box;
}

.pps_flex.pps_flex_row {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.pps_flex.pps_flex_row&gt;.pps_flex_11 {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
}

.pps_flex.pps_flex_row&gt;.pps_flex_12 {
	-webkit-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
}

.pps_flex.pps_flex_row&gt;.pps_flex_13 {
	-webkit-flex: 1 1 33.333333%;
	flex: 1 1 33.333333%;
	max-width: 33.333333%;
}

.pps_flex.pps_flex_row&gt;.pps_flex_14 {
	-webkit-flex: 1 1 25%;
	flex: 1 1 25%;
	max-width: 25%;
}

.pps_flex.pps_flex_row&gt;.pps_flex_15 {
	-webkit-flex: 1 1 20%;
	flex: 1 1 20%;
	max-width: 20%;
}

.pps_flex.pps_flex_row&gt;.pps_flex_16 {
	-webkit-flex: 1 1 16.66666667%;
	flex: 1 1 16.66666667%;
	max-width: 16.66666667%;
}

.pps_flex.pps_flex_row&gt;.pps_flex_23 {
	-webkit-flex: 1 1 66.666667%;
	flex: 1 1 66.666667%;
	max-width: 66.666667%;
}

.pps_flex.pps_flex_row&gt;.pps_flex_25 {
	-webkit-flex: 1 1 40%;
	flex: 1 1 40%;
	max-width: 40%;
}

.pps_flex.pps_flex_row&gt;.pps_flex_34 {
	-webkit-flex: 1 1 75%;
	flex: 1 1 75%;
	max-width: 75%;
}

.pps_flex.pps_flex_row&gt;.pps_flex_35 {
	-webkit-flex: 1 1 60%;
	flex: 1 1 60%;
	max-width: 60%;
}

.pps_flex.pps_flex_row&gt;.pps_flex_45 {
	-webkit-flex: 1 1 80%;
	flex: 1 1 80%;
	max-width: 80%;
}

.pps_flex.pps_flex_row&gt;.pps_flex_56 {
	-webkit-flex: 1 1 83.3333333%;
	flex: 1 1 83.3333333%;
	max-width: 83.3333333%;
}

.pps_flex&gt;.pps_flex_fix {
	width: auto;
	flex: inherit;
}

.pps_flex.pps_flex_row&gt;.pps_empty {
	height: 0;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.pps_flex.pps_flex_col {
	width: 100%;
	position: relative;
	-webkit-flex-flow: column nowrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
}

.pps_flex.pps_flex_col&gt;* {
	width: 100%;
}

.pps_flex.pps_flex_col&gt;.pps_flex_11 {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	max-height: 100%;
	height: 100%;
}

.pps_flex.pps_flex_col&gt;.pps_flex_12 {
	-webkit-flex: 1 1 50%;
	flex: 1 1 50%;
	max-height: 50%;
	height: 50%;
}

.pps_flex.pps_flex_col&gt;.pps_flex_13 {
	-webkit-flex: 1 1 33.333333%;
	flex: 1 1 33.333333%;
	max-height: 33.333333%;
	height: 33.333333%;
}

.pps_flex.pps_flex_col&gt;.pps_flex_23 {
	-webkit-flex: 1 1 66.666667%;
	flex: 1 1 66.666667%;
	max-height: 66.666667%;
	height: 66.666667%;
}

.pps_flex.pps_flex_col&gt;.pps_flex_14 {
	-webkit-flex: 1 1 25%;
	flex: 1 1 25%;
	max-height: 25%;
	height: 25%;
}

.pps_flex.pps_flex_col&gt;.pps_flex_34 {
	-webkit-flex: 1 1 75%;
	flex: 1 1 75%;
	max-width: 75%;
}

.pps_flex.pps_flex_margin {
	width: auto;
	padding: 0px;
	margin: 0 -5px;
	overflow: hidden;
}

.pps_flex.pps_flex_margin&gt;* {
	border: 5px solid transparent;
}

.pps_flex.pps_flex_margin_small {
	width: auto;
	padding: 0px;
	margin: 0 -2.5px;
}

.pps_flex.pps_flex_margin_small&gt;* {
	border: 2.5px solid transparent;
}

.pps_flex.pps_flex_margin_medium {
	width: auto;
	padding: 0px;
	margin: 0 -10px;
	overflow: hidden;
}

.pps_flex.pps_flex_margin_medium&gt;* {
	border: 10px solid transparent;
}

.pps_flex.pps_flex_margin_large {
	width: auto;
	padding: 0px;
	margin: 0 -15px;
	overflow: hidden;
}

.pps_flex.pps_flex_margin_large&gt;* {
	border: 15px solid transparent;
}

.pps_flex.pps_flex_center {
	-webkit-justify-content: center;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
}



.pps_flex.pps_flex_end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.pps_flex.pps_flex_row_str {
	-webkit-align-items: stretch;
	align-items: stretch;
}

.pps_flex.pps_flex_row_top {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.pps_flex.pps_flex_row_bottom {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.pps_flex.pps_flex_start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.pps_flex.pps_flex_col&gt;.pps_flex_max,
.pps_flex.pps_flex_row&gt;.pps_flex_max {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

/**other**/
.pps_hide {
	display: none;
}

.pps_interval {
	width: 100%;
	height: 20px;
}

.pps_interval_medium {
	width: 100%;
	height: 10px;
}

.pps_interval_small {
	width: 100%;
	height: 5px;
}

.pps_interval_tiny {
	width: 100%;
	height: 2px;
}

.pps_margin {
	margin: 10px;
}

.pps_margin_small {
	margin: 5px;
}

.pps_padding {
	padding: 10px;
}

.pps_padding_small {
	padding: 5px;
}

.pps_empty {
	height: 0;
	max-height: 0;
	min-height: 0;
	border: none;
	margin: 0;
	padding: 0;
}

.pps_flex.pps_zero, .pps_zero, .pps_flex.pps_flex_col&gt;.pps_zero,
	.pps_flex.pps_flex_row&gt;.pps_zero {
	margin: 0;
	padding: 0;
}

.pps_height {
	height: 100%;
}

.pps_left {
	text-align: left;
}

.pps_right {
	text-align: right;
}

.pps_center {
	text-align: center;
}
#pps_ajax {
	display: none;
}
img.pps_image {
	width: 100%;
	height: auto;
	display: block;
}

.pps_inline_block {
	display: inline-block;
}

.pps_radius {
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.pps_radius_corner {
	border-radius: 5px;
	overflow: hidden;
}

.pps_radius_corner_medium {
	border-radius: 10px;
	overflow: hidden;
}

.pps_shadow {
	box-shadow: 0 0 5px #eaeaea;
	border: 1px solid #ededed;
}

.pps_shadow:hover {
	box-shadow: 0 0 0px #eaeaea;
}

.pps_shadow_inset {
	box-shadow: inset 0 0 5px #eaeaea;
	border: 1px solid #ededed;
}

.pps_shadow_inset:hover {
	box-shadow: inset 0 0 0px #eaeaea;
}

.pps_border {
	border: 1px solid #ededed;
}

.pps_border_opacity, .pps_flex.pps_flex_margin.pps_border_opacity&gt;* {
	border-color: transparent;
}

.pps_bg_position {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.pps_bg_zoom {
	background-size: 100% auto;
}

.pps_bg_zoom:hover {
	background-size: 110% auto;
}

.pps_zoom:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.pps_zoom_img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.pps_overflow {
	overflow: hidden;
}

.pps_bg_white {
	background: white;
}

.pps_bg_dark {
	background: #666666;
	color: #f7f7f7;
}

.pps_bg_silver {
	background: #f7f7f7;
}

.pps_bg_fuc {
	background: fuchsia;
}

.pps_flex.pps_bg_opacity, .pps_flex.pps_flex_row&gt;.pps_bg_opacity,
	.pps_flex.pps_flex_col&gt;.pps_bg_opacity, .pps_bg_opacity {
	background: transparent;
}

.pps_pointer:hover {
	cursor: pointer;
}

.pps_animate, .pps_animate * {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pps_animate_none, .pps_animate_none * {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	-ms-transition: all 0s ease;
	transition: all 0s ease;
}

/**adaptive**/
@media screen and (max-width: 768px) {
	.pps_hide_view_medium {
		display: none;
	}
	.pps_show_view_medium {
		display: -webkit-flex;
		display: flex;
	}
	.pps_showb_view_medium {
		display: block;
		
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_11_view_medium {
		-webkit-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_12_view_medium {
		-webkit-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_13_view_medium {
		-webkit-flex: 1 1 33.333333%;
		flex: 1 1 33.333333%;
		max-width: 33.333333%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_14_view_medium {
		-webkit-flex: 1 1 25%;
		flex: 1 1 25%;
		max-width: 25%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_15_view_medium {
		-webkit-flex: 1 1 20%;
		flex: 1 1 20%;
		max-width: 20%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_16_view_medium {
		-webkit-flex: 1 1 16.66666667%;
		flex: 1 1 16.66666667%;
		max-width: 16.66666667%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_23_view_medium {
		-webkit-flex: 1 1 66.666667%;
		flex: 1 1 66.666667%;
		max-width: 66.666667%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_25_view_medium {
		-webkit-flex: 1 1 40%;
		flex: 1 1 40%;
		max-width: 40%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_34_view_medium {
		-webkit-flex: 1 1 75%;
		flex: 1 1 75%;
		max-width: 75%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_35_view_medium {
		-webkit-flex: 1 1 60%;
		flex: 1 1 60%;
		max-width: 60%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_45_view_medium {
		-webkit-flex: 1 1 80%;
		flex: 1 1 80%;
		max-width: 80%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_56_view_medium {
		-webkit-flex: 1 1 83.3333333%;
		flex: 1 1 83.3333333%;
		max-width: 83.3333333%;
	}
	.pps_flex.pps_flex_start_view_medium {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.pps_flex.pps_flex_between_view_medium {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		background: fuchsia !important;
	}
	.pps_left_view_medium {
		text-align: left;
	}
	.pps_right_view_medium {
		text-align: right;
	}
	.pps_center_view_medium {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.pps_hide_view_small {
		display: none;
	}
	.pps_show_view_small {
		display: -webkit-flex;
		display: flex;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_11_view_small {
		-webkit-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_12_view_small {
		-webkit-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_13_view_small {
		-webkit-flex: 1 1 33.333333%;
		flex: 1 1 33.333333%;
		max-width: 33.333333%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_14_view_small {
		-webkit-flex: 1 1 25%;
		flex: 1 1 25%;
		max-width: 25%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_15_view_small {
		-webkit-flex: 1 1 20%;
		flex: 1 1 20%;
		max-width: 20%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_16_view_small {
		-webkit-flex: 1 1 16.66666667%;
		flex: 1 1 16.66666667%;
		max-width: 16.66666667%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_23_view_small {
		-webkit-flex: 1 1 66.666667%;
		flex: 1 1 66.666667%;
		max-width: 66.666667%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_25_view_small {
		-webkit-flex: 1 1 40%;
		flex: 1 1 40%;
		max-width: 40%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_34_view_small {
		-webkit-flex: 1 1 75%;
		flex: 1 1 75%;
		max-width: 75%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_35_view_small {
		-webkit-flex: 1 1 60%;
		flex: 1 1 60%;
		max-width: 60%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_45_view_small {
		-webkit-flex: 1 1 80%;
		flex: 1 1 80%;
		max-width: 80%;
	}
	.pps_flex.pps_flex_row&gt;.pps_flex_56_view_small {
		-webkit-flex: 1 1 83.3333333%;
		flex: 1 1 83.3333333%;
		max-width: 83.3333333%;
	}
	.pps_flex.pps_flex_margin_zero_view_small {
		padding: 0px;
	}
	.pps_flex.pps_flex_margin_zero_view_small&gt;* {
		border: 0px;
	}
	.pps_flex.pps_flex_start_view_small {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.pps_left_view_small {
		text-align: left;
	}
	.pps_right_view_small {
		text-align: right;
	}
	.pps_center_view_small {
		text-align: center;
	}
	.pps_border_opacity_view_small, 
	.pps_flex.pps_flex_margin.pps_border_opacity_view_small&gt;* {
		border-color: transparent;
	}
	.pps_bg_position_view_small {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.pps_bg_position_view_small:hover {
		background-size: inherit;
	}
}

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