:root {
  --margin: 0;
}

/**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>.pps_flex_11 {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	--width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.pps_flex.pps_flex_row>.pps_flex_56 {
	-webkit-flex: 1 1 83.3333333%;
	flex: 1 1 83.3333333%;
	max-width: 83.3333333%;
	--width: 83.3333333%;
}
.pps_flex>.pps_flex_max {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
.pps_flex>.pps_flex_fix {
	width: auto;
	flex: inherit;
}

.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 wrap;
	justify-content: space-between;
	align-items: center;
}

.pps_flex.pps_flex_col>* {
	width: 100%;
}

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

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

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

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

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

.pps_flex.pps_flex_col>.pps_flex_34 {
	-webkit-flex: 1 1 75%;
	flex: 1 1 75%;
	max-height: 75%;
	height: 75%;
	--height: 75%;
}

.pps_flex.pps_flex_center {
	-webkit-justify-content: center;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
}
.pps_flex.pps_flex_start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.pps_flex.pps_flex_end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.pps_flex.pps_flex_nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.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_order_1 {
	order: 1;
}
.pps_order_2 {
	order: 2;
}
.pps_order_3 {
	order: 3;
}
.pps_order_4 {
	order: 4;
}
.pps_order_5 {
	order: 5;
}
.pps_order_6 {
	order: 6;
}
/**other**/
.pps_hide {
	display: none;
}
.pps_show {
	display:flex;
}
.pps_block {
	display: block;
}
.pps_inline_block {
	display: inline-block;
}
.pps_relative {
	position: relative;
}
.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_interval_zero {
	width: 100%;
	height: 0;
}
.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_height {
	height: 100%;
}
.pps_left {
	text-align: left;
}
.pps_right {
	text-align: right;
}
.pps_center {
	text-align: center;
}
img.pps_image {
	width: 100%;
	height: auto;
	display: block;
}
.pps_radius {
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}
.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_zoom_bg {
	background-size: 100% auto;
}
.pps_zoom_bg:hover {
	background-size: 110% auto;
}
.pps_zoom:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.pps_zoom_image img:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.pps_overflow {
	overflow: hidden;
}
.pps_pointer:hover {
	cursor: pointer;
}
.pps_animate, .pps_animate * {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s 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;
}
ul.pps_list, ol.pps_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pps_nowrap {
	white-space: nowrap;
}

/*auto*/


/**adaptive**/
@media screen and (max-width: 810px) {
	.pps_hide_view_medium {
		display: none;
	}
	.pps_show_view_medium {
		display: -webkit-flex;
		display: flex;
	}
	.pps_block_view_medium {
		display: block;
	}
	.pps_flex.pps_flex_row>.pps_flex_11_view_medium {
		-webkit-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		--width: 100%;
	}
	.pps_flex.pps_flex_row>.pps_flex_12_view_medium {
		-webkit-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		--width: 50%;
	}
	.pps_flex.pps_flex_row>.pps_flex_13_view_medium {
		-webkit-flex: 1 1 33.333333%;
		flex: 1 1 33.333333%;
		max-width: 33.333333%;
		--width: 33.333333%;
	}
	.pps_flex.pps_flex_row>.pps_flex_14_view_medium {
		-webkit-flex: 1 1 25%;
		flex: 1 1 25%;
		max-width: 25%;
		--width: 25%;
	}
	.pps_flex.pps_flex_row>.pps_flex_15_view_medium {
		-webkit-flex: 1 1 20%;
		flex: 1 1 20%;
		max-width: 20%;
		--width: 20%;
	}
	.pps_flex.pps_flex_row>.pps_flex_16_view_medium {
		-webkit-flex: 1 1 16.66666667%;
		flex: 1 1 16.66666667%;
		max-width: 16.66666667%;
		--width: 16.66666667%;
	}
	.pps_flex.pps_flex_row>.pps_flex_23_view_medium {
		-webkit-flex: 1 1 66.666667%;
		flex: 1 1 66.666667%;
		max-width: 66.666667%;
		--width: 66.666667%;
	}
	.pps_flex.pps_flex_row>.pps_flex_25_view_medium {
		-webkit-flex: 1 1 40%;
		flex: 1 1 40%;
		max-width: 40%;
		--width: 40%;
	}
	.pps_flex.pps_flex_row>.pps_flex_34_view_medium {
		-webkit-flex: 1 1 75%;
		flex: 1 1 75%;
		max-width: 75%;
		--width: 75%;
	}
	.pps_flex.pps_flex_row>.pps_flex_35_view_medium {
		-webkit-flex: 1 1 60%;
		flex: 1 1 60%;
		max-width: 60%;
		--width: 60%;
	}
	.pps_flex.pps_flex_row>.pps_flex_45_view_medium {
		-webkit-flex: 1 1 80%;
		flex: 1 1 80%;
		max-width: 80%;
		--width: 80%;
	}
	.pps_flex.pps_flex_row>.pps_flex_56_view_medium {
		-webkit-flex: 1 1 83.3333333%;
		flex: 1 1 83.3333333%;
		max-width: 83.3333333%;
		--width: 83.3333333%;
	}
	.pps_flex.pps_flex_row>.pps_flex_max_view_medium,
	.pps_flex.pps_flex_col>.pps_flex_max_view_medium {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.pps_flex.pps_flex_start_view_medium {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.pps_flex.pps_flex_end_view_medium {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.pps_flex.pps_flex_center_view_medium {
		-webkit-justify-content: center;
		-webkit-align-items: center;
		justify-content: center;
		align-items: center;
	}
	.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;
	}
	.pps_order_1_view_medium {
		order: 1;
	}
	.pps_order_2_view_medium {
		order: 2;
	}
	.pps_order_3_view_medium {
		order: 3;
	}
	.pps_order_4_view_medium {
		order: 4;
	}
	.pps_order_5_view_medium {
		order: 5;
	}
	.pps_order_6_view_medium {
		order: 6;
	}
}

@media screen and (max-width: 760px) {
	.pps_hide_view_mediumx {
		display: none;
	}
	.pps_show_view_mediumx {
		display: -webkit-flex;
		display: flex;
	}
	.pps_block_view_mediumx {
		display: block;
	}
	.pps_flex.pps_flex_row>.pps_flex_11_view_mediumx {
		-webkit-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		--width: 100%;
	}
	.pps_flex.pps_flex_row>.pps_flex_12_view_mediumx {
		-webkit-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		--width: 50%;
	}
	.pps_flex.pps_flex_row>.pps_flex_13_view_mediumx {
		-webkit-flex: 1 1 33.333333%;
		flex: 1 1 33.333333%;
		max-width: 33.333333%;
		--width: 33.333333%;
	}
	.pps_flex.pps_flex_row>.pps_flex_14_view_mediumx {
		-webkit-flex: 1 1 25%;
		flex: 1 1 25%;
		max-width: 25%;
		--width: 25%;
	}
	.pps_flex.pps_flex_row>.pps_flex_15_view_mediumx {
		-webkit-flex: 1 1 20%;
		flex: 1 1 20%;
		max-width: 20%;
		--width: 20%;
	}
	.pps_flex.pps_flex_row>.pps_flex_16_view_mediumx {
		-webkit-flex: 1 1 16.66666667%;
		flex: 1 1 16.66666667%;
		max-width: 16.66666667%;
		--width: 16.66666667%;
	}
	.pps_flex.pps_flex_row>.pps_flex_23_view_mediumx {
		-webkit-flex: 1 1 66.666667%;
		flex: 1 1 66.666667%;
		max-width: 66.666667%;
		--width: 66.666667%;
	}
	.pps_flex.pps_flex_row>.pps_flex_25_view_mediumx {
		-webkit-flex: 1 1 40%;
		flex: 1 1 40%;
		max-width: 40%;
		--width: 40%;
	}
	.pps_flex.pps_flex_row>.pps_flex_34_view_mediumx {
		-webkit-flex: 1 1 75%;
		flex: 1 1 75%;
		max-width: 75%;
		--width: 75%;
	}
	.pps_flex.pps_flex_row>.pps_flex_35_view_mediumx {
		-webkit-flex: 1 1 60%;
		flex: 1 1 60%;
		max-width: 60%;
		--width: 60%;
	}
	.pps_flex.pps_flex_row>.pps_flex_45_view_mediumx {
		-webkit-flex: 1 1 80%;
		flex: 1 1 80%;
		max-width: 80%;
		--width: 80%;
	}
	.pps_flex.pps_flex_row>.pps_flex_56_view_mediumx {
		-webkit-flex: 1 1 83.3333333%;
		flex: 1 1 83.3333333%;
		max-width: 83.3333333%;
		--width: 83.3333333%;
	}
	.pps_flex.pps_flex_row>.pps_flex_max_view_mediumx,
	.pps_flex.pps_flex_col>.pps_flex_max_view_mediumx {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.pps_flex.pps_flex_start_view_mediumx {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.pps_flex.pps_flex_between_view_mediumx {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		background: fuchsia !important;
	}
	.pps_left_view_mediumx {
		text-align: left;
	}
	.pps_right_view_mediumx {
		text-align: right;
	}
	.pps_center_view_mediumx {
		text-align: center;
	}
	.pps_order_1_view_mediumx {
		order: 1;
	}
	.pps_order_2_view_mediumx {
		order: 2;
	}
	.pps_order_3_view_mediumx {
		order: 3;
	}
	.pps_order_4_view_mediumx {
		order: 4;
	}
	.pps_order_5_view_mediumx {
		order: 5;
	}
	.pps_order_6_view_mediumx {
		order: 6;
	}
}

@media screen and (max-width: 480px) {
	.pps_hide_view_small {
		display: none;
	}
	.pps_show_view_small {
		display: -webkit-flex;
		display: flex;
	}
	.pps_block_view_small {
		display: block;
	}
	.pps_flex.pps_flex_row>.pps_flex_11_view_small {
		-webkit-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
		--width: 100%;
	}
	.pps_flex.pps_flex_row>.pps_flex_12_view_small {
		-webkit-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		--width: 50%;
	}
	.pps_flex.pps_flex_row>.pps_flex_13_view_small {
		-webkit-flex: 1 1 33.333333%;
		flex: 1 1 33.333333%;
		max-width: 33.333333%;
		--width: 33.333333%;
	}
	.pps_flex.pps_flex_row>.pps_flex_14_view_small {
		-webkit-flex: 1 1 25%;
		flex: 1 1 25%;
		max-width: 25%;
		--width: 25%;
	}
	.pps_flex.pps_flex_row>.pps_flex_15_view_small {
		-webkit-flex: 1 1 20%;
		flex: 1 1 20%;
		max-width: 20%;
		--width: 20%;
	}
	.pps_flex.pps_flex_row>.pps_flex_16_view_small {
		-webkit-flex: 1 1 16.66666667%;
		flex: 1 1 16.66666667%;
		max-width: 16.66666667%;
		--width: 16.66666667%;
	}
	.pps_flex.pps_flex_row>.pps_flex_23_view_small {
		-webkit-flex: 1 1 66.666667%;
		flex: 1 1 66.666667%;
		max-width: 66.666667%;
		--width: 66.666667%;
	}
	.pps_flex.pps_flex_row>.pps_flex_25_view_small {
		-webkit-flex: 1 1 40%;
		flex: 1 1 40%;
		max-width: 40%;
		--width: 40%;
	}
	.pps_flex.pps_flex_row>.pps_flex_34_view_small {
		-webkit-flex: 1 1 75%;
		flex: 1 1 75%;
		max-width: 75%;
		--width: 75%;
	}
	.pps_flex.pps_flex_row>.pps_flex_35_view_small {
		-webkit-flex: 1 1 60%;
		flex: 1 1 60%;
		max-width: 60%;
		--width: 60%;
	}
	.pps_flex.pps_flex_row>.pps_flex_45_view_small {
		-webkit-flex: 1 1 80%;
		flex: 1 1 80%;
		max-width: 80%;
		--width: 80%;
	}
	.pps_flex.pps_flex_row>.pps_flex_56_view_small {
		-webkit-flex: 1 1 83.3333333%;
		flex: 1 1 83.3333333%;
		max-width: 83.3333333%;
		--width: 83.3333333%;
	}
	.pps_flex.pps_flex_row>.pps_flex_max_view_small,
	.pps_flex.pps_flex_col>.pps_flex_max_view_small {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.pps_flex.pps_flex_center_view_small {
		-webkit-justify-content: center;
		-webkit-align-items: center;
		justify-content: center;
		align-items: center;
	}
	.pps_flex.pps_flex_start_view_small {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.pps_flex.pps_flex_end_view_small {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.pps_flex.pps_flex_row_str_view_small {
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.pps_flex.pps_flex_row_top_view_small {
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.pps_flex.pps_flex_row_bottom_view_small {
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	.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>* {
		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;
	}
	.pps_order_1_view_small {
		order: 1;
	}
	.pps_order_2_view_small {
		order: 2;
	}
	.pps_order_3_view_small {
		order: 3;
	}
	.pps_order_4_view_small {
		order: 4;
	}
	.pps_order_5_view_small {
		order: 5;
	}
	.pps_order_6_view_small {
		order: 6;
	}
}

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

.pps_flex.pps_flex_row.pps_flex_margin {
	width: auto;
	margin-left: -5px;
	margin-right: -5px;
}
.pps_flex.pps_flex_row.pps_flex_margin>*,
.pps_flex.pps_flex_col.pps_flex_margin>* {
	margin: 5px;
	max-width: calc(var(--width) - 10px);
	max-height: calc(var(--height) - 10px);
}
.pps_flex.pps_flex_row.pps_flex_margin_small {
	width: auto;
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.pps_flex.pps_flex_row.pps_flex_margin_small>*,
.pps_flex.pps_flex_col.pps_flex_margin_small>* {
	margin: 2.5px;
	max-width: calc(var(--width) - 5px);
	max-height: calc(var(--height) - 5px);
}
.pps_flex.pps_flex_row.pps_flex_margin_medium {
	width: auto;
	margin-left: -10px;
	margin-right: -10px;	
}
.pps_flex.pps_flex_row.pps_flex_margin_medium>*,
.pps_flex.pps_flex_col.pps_flex_margin_medium>* {
	margin: 10px;
	max-width: calc(var(--width) - 20px);
	max-height: calc(var(--height) - 20px);
}
.pps_flex.pps_flex_row.pps_flex_margin_large {
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
}
.pps_flex.pps_flex_row.pps_flex_margin_large>*,
.pps_flex.pps_flex_col.pps_flex_margin_large>* {
	margin: 15px;
	max-width: calc(var(--width) - 30px);
	max-height: calc(var(--height) - 30px);
}
