@charset "UTF-8";
@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none!important
}

.visible-sm {
	display: none!important
}

.visible-md {
	display: none!important
}

.visible-lg {
	display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container:after,
.container:before {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row:after,
.row:before {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width:768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

.clearfix,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

*,
:after,
:before {
	box-sizing: border-box
}

.mi-pickit {
	position: relative;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mi-pickit .layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.mi-pickit .pickit-cursor {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	margin-left: -1px;
	background-color: #ccc;
	z-index: 1;
	cursor: ew-resize
}

.mi-pickit .pickit-cursor .pickit-handle-default {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: -7px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-color: #fff;
	border: 4px solid #ccc;
	border-radius: 50%
}

.ui-wrapper {
	position: relative
}

.ui-wrapper .ui-pager {
	position: absolute;
	width: 100%;
	z-index: 60;
	bottom: 10px;
	text-align: center
}

.ui-wrapper .ui-pager .ui-pager-item {
	display: inline-block
}

.ui-wrapper .ui-pager .ui-pager-item .ui-pager-link {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	margin: 0 5px;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid;
	border-color: rgba(255, 255, 255, .3)
}

.ui-wrapper .ui-pager .ui-pager-item .ui-pager-link.active {
	background-color: rgba(255, 255, 255, .8);
	border-color: rgba(0, 0, 0, .2)
}

.ui-wrapper .ui-controls-direction .ui-next,
.ui-wrapper .ui-controls-direction .ui-prev {
	position: absolute;
	top: 0;
	z-index: 60;
	height: 100%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	width: 40px;
	background-image: url(../../../img/common/icons/icon-slide-nav1.png)
}

.ui-wrapper .ui-controls-direction .ui-prev {
	left: 50px;
	background-position: 0 50%
}

.ui-wrapper .ui-controls-direction .ui-next {
	right: 50px;
	background-position: -40px 50%
}

.hide {
	display: none
}

@media (min-width:768px) {
	.nav-bar {
		width: 100%;
		height: 70px;
		background: #212121;
		margin-top: -38px
	}
	.nav-bar .logo-dark-wrap {
		width: 105px;
		height: auto;
		position: absolute;
		margin: 7px auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0
	}
	.nav-bar .logo-dark-wrap a {
		display: block;
		width: 105px;
		height: auto
	}
	.nav-bar .logo-dark-wrap a img {
		width: 105px;
		height: auto
	}
	.nav-bar .sub-nav {
		height: 70px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.nav-bar .sub-nav h2 {
		float: left;
		margin: 0;
		line-height: 70px;
		color: #333;
		font-size: 24px
	}
	.nav-bar .sub-nav h2 small {
		font-size: 70%
	}
	.nav-bar .sub-nav h2 .separator {
		font-size: 80%;
		color: #ececec;
		margin: 0 10px
	}
	.nav-bar .sub-nav .link-to {
		color: #616161;
		line-height: 60px
	}
	.nav-bar .sub-nav .link-to:before {
		content: '|';
		display: inline-block;
		margin: 0 8px;
		font-size: 18px;
		color: #212121
	}
	.nav-bar .sub-nav .nav {
		height: 100%;
		float: right;
		overflow: hidden;
		z-index: 9999
	}
	.nav-bar .sub-nav .nav li {
		height: 100%;
		float: left;
		line-height: 70px;
		margin-right: 28px;
		font-size: 16px
	}
	.nav-bar .sub-nav .nav li:last-child {
		margin-right: 0
	}
	.nav-bar .sub-nav .nav li a {
		display: block;
		color: #fff;
		cursor: pointer
	}
	.nav-bar .sub-nav .nav li.current a {
		color: #fbc600
	}
	.nav-bar .sub-nav .nav li:hover a {
		color: #fbc600
	}
	.nav-bar .sub-nav .nav li .btn-small {
		height: 24px;
		line-height: 24px;
		width: auto;
		padding: 0 12px;
		color: #fff;
		margin-top: -10px
	}
	.nav-bar .buy-btn-wrap {
		padding-bottom: 15px;
		margin-top: 15px;
		color: #1a1a1a;
		font-size: 16px;
		position: relative;
		z-index: 9999;
		margin-left: 28px
	}
	.nav-bar .buy-btn-wrap .buy-btn {
		padding: 6px 15px;
		background: #fbc600
	}
	.nav-bar .buy-btn-wrap .buy-btn-notin {
		background: #fbc600
	}
	.nav-bar .buy-btn-wrap .buy-btn-notin:hover {
		opacity: .8
	}
	.nav-bar .buy-btn-wrap .buy-btn-notin a {
		display: block;
		color: #1a1a1a;
		padding: 6px 15px
	}
	
	.nav-bar .register-btn-wrap .register-btn-notin {
		background: #fbc600
	}
	.nav-bar .register-btn-wrap .register-btn-notin:hover {
		opacity: .8
	}
	.nav-bar .register-btn-wrap .register-btn-notin a {
		display: block;
		color: #1a1a1a;
		padding: 6px 15px
	}
	
	
	.nav-bar .buy-btn-wrap:hover .buy-list-in {
		position: absolute;
		top: 45px;
		left: 0;
		width: 100%;
		border-top: 1px solid #666;
		background: #000;
		max-height: 500px;
		transition: max-height .25s ease-in;
		overflow: hidden
	}
	.nav-bar .buy-btn-wrap:hover s {
		display: block
	}
	.nav-bar .buy-btn-wrap .buy-list-in {
		position: absolute;
		top: 45px;
		left: 0;
		width: 100%;
		background: #000;
		max-height: 0;
		transition: max-height .15s ease-out;
		overflow: hidden
	}
	.nav-bar .buy-btn-wrap s {
		position: absolute;
		top: 25px;
		left: 76px;
		display: block;
		height: 0;
		width: 0;
		font-size: 0;
		line-height: 0;
		border-color: transparent transparent #666 transparent;
		border-style: dashed dashed solid dashed;
		border-width: 10px;
		z-index: 999;
		display: none
	}
	.nav-bar .buy-btn-wrap i {
		position: absolute;
		top: -9px;
		left: -10px;
		display: block;
		height: 0;
		width: 0;
		font-size: 0;
		line-height: 0;
		border-color: transparent transparent #000 transparent;
		border-style: dashed dashed solid dashed;
		border-width: 10px
	}
	.nav-bar .buy-btn-wrap li {
		line-height: 50px;
		font-size: 16px
	}
	.nav-bar .buy-btn-wrap li:hover a {
		color: #fbc600
	}
	.nav-bar .main {
		position: relative
	}
	.fix-bar {
		position: fixed;
		top: 38px;
		left: 0;
		z-index: 99
	}
	.border-yellow {
		border-bottom: 1px solid #fbc600
	}
}

@media (max-width:767px) {
	.half-modal {
		width: 15rem;
		height: 15rem;
		line-height: 100px;
		text-align: center;
		background: rgba(11, 11, 11, .7);
		border-radius: 100% 0 0;
		position: fixed;
		right: 0;
		bottom: .5rem;
		z-index: 9999
	}
	#menu {
		width: 2.5rem;
		height: 2.5rem;
		position: fixed;
		right: .7rem;
		bottom: 2rem;
		z-index: 9999
	}
	#list {
		height: 2.5rem;
		width: 2.5rem;
		position: relative
	}
	#list li {
		position: absolute;
		left: 0;
		top: 0;
		transition: .5s all ease
	}
	#list li a {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	#list li a img {
		border-radius: 50%;
		width: 2.5rem;
		height: 2.5rem;
		margin-bottom: .1rem
	}
	#list li a span {
		font-size: 0
	}
	#home {
		width: 2.6rem;
		height: 2.6rem;
		border-radius: 100%;
		position: absolute;
		left: -1px;
		top: -1px;
		transition: 1s;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	#home.cart-close {
		background: #fbc600
	}
	#home.cart-open {
		border: #fff
	}
	.cart-single {
		width: 2.6rem;
		height: 2.6rem;
		border-radius: 100%;
		position: absolute;
		right: .7rem;
		bottom: 2rem;
		background: #fbc600;
		display: none;
		position: fixed;
		z-index: 9999
	}
	.cart-single-other {
		width: 2.6rem;
		height: 2.6rem;
		border-radius: 100%;
		position: absolute;
		right: .7rem;
		bottom: 2rem;
		background: #fbc600;
		position: fixed;
		z-index: 9999
	}
	.icon-gouwuche-icon {
		display: block;
		margin: .6rem
	}
	.nav-bar {
		width: 100%;
		height: 2.25rem;
		background: rgba(23, 23, 23, .8)
	}
	.nav-bar .nav {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.nav-bar .nav li {
		width: 100%;
		line-height: 2.25rem;
		font-size: .9rem;
		text-align: center;
		cursor: pointer
	}
	.nav-bar .nav li a {
		color: #fff
	}
	.nav-bar .nav li.current a {
		color: #fbc600;
		cursor: default
	}
	.nav-bar .nav li:hover a {
		color: #fbc600
	}
	.fix-bar {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99
	}
	.border-yellow {
		border-bottom: 1px solid #fbc600
	}
	.POCO.icon-gouwuche-icon {
		font-size: 18px
	}
	.POCO.icon-gouwucheguanbi-icon {
		font-size: 40px;
		color: #fff
	}
}

@font-face {
	font-family: CamphorPro-Thin;
	src: url(../../../font/CamphorPro-Thin.woff) format("woff"), url(../../../font/CamphorPro-Thin.svg#CamphorPro-Thin) format("svg");
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility
}

@font-face {
	font-family: CamphorPro-Regular;
	src: url(../../../font/CamphorPro-Regular.woff) format("woff"), url(../../../font/CamphorPro-Regular.svg#CamphorPro-Regular) format("svg");
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility
}

@font-face {
	font-family: CamphorPro-Medium;
	src: url(../../../font/CamphorPro-Medium.woff) format("woff"), url(../../../font/CamphorPro-Medium.svg#CamphorPro-Medium) format("svg");
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility
}

@font-face {
	font-family: CamphorPro-Bold;
	src: url(../../../font/CamphorPro-Bold.woff) format("woff"), url(../../../font/CamphorPro-Bold.svg#CamphorPro-Bold) format("svg");
	font-style: normal;
	font-weight: 700;
	text-rendering: optimizeLegibility
}

@font-face {
	font-family: CamphorPro-Heavy;
	src: url(../../../font/CamphorPro-Heavy.woff) format("woff"), url(../../../font/CamphorPro-Heavy.svg#CamphorPro-Heavy) format("svg");
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility
}

@font-face {
	font-family: CamphorPro-Light;
	src: url(../../../font/CamphorPro-Light.woff) format("woff"), url(../../../font/CamphorPro-Light.svg#CamphorPro-Light) format("svg");
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility
}

.ui-wrapper {
	position: relative
}

.ui-wrapper .ui-pager {
	position: absolute;
	width: 100%;
	z-index: 60;
	bottom: 10px;
	text-align: center
}

.ui-wrapper .ui-pager .ui-pager-item {
	display: inline-block
}

.ui-wrapper .ui-pager .ui-pager-item .ui-pager-link {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	margin: 0 5px;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid;
	border-color: rgba(255, 255, 255, .3)
}

.ui-wrapper .ui-pager .ui-pager-item .ui-pager-link.active {
	background-color: rgba(255, 255, 255, .8);
	border-color: rgba(0, 0, 0, .2)
}

.ui-wrapper .ui-controls-direction .ui-next,
.ui-wrapper .ui-controls-direction .ui-prev {
	position: absolute;
	top: 0;
	z-index: 60;
	height: 100%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	width: 40px;
	background-image: url(../../../img/common/icons/icon-slide-nav1.png)
}

.ui-wrapper .ui-controls-direction .ui-prev {
	left: 50px;
	background-position: 0 50%
}

.ui-wrapper .ui-controls-direction .ui-next {
	right: 50px;
	background-position: -40px 50%
}

@-webkit-keyframes scale-wave {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: .3
	}
	50% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: .3
	}
	100% {
		-webkit-transform: scale(5, 5);
		transform: scale(5, 5);
		opacity: 0
	}
}

@keyframes scale-wave {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: .3
	}
	50% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: .3
	}
	100% {
		-webkit-transform: scale(5, 5);
		transform: scale(5, 5);
		opacity: 0
	}
}

.J_section-box {
	background-color: #141414
}

.J_section-box .section {
	width: 100%;
	min-width: 1226px;
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: CamphorPro-Bold
}

.J_section-box .section .container {
	position: absolute
}

.J_section-box .section .container::before {
	display: none
}

.J_section-box .section .container::after {
	display: none
}

.J_section-box .section img {
	display: block
}

.J_section-box .section p {
	margin: 0
}

.J_section-box .section .J_xmProPrice,
.J_section-box .section .desc,
.J_section-box .section .feature,
.J_section-box .section .hours-text,
.J_section-box .section .hours-title,
.J_section-box .section .icon,
.J_section-box .section .line,
.J_section-box .section .name,
.J_section-box .section .see-specs,
.J_section-box .section .tips,
.J_section-box .section .title,
.J_section-box .section .title01 {
	opacity: 0;
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px)
}

.J_section-box .section .backphone {
	opacity: 0;
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(120px);
	transform: translateY(120px)
}

.J_section-box .section.active .J_xmProPrice,
.J_section-box .section.active .desc,
.J_section-box .section.active .feature,
.J_section-box .section.active .hours-text,
.J_section-box .section.active .hours-title,
.J_section-box .section.active .icon,
.J_section-box .section.active .line,
.J_section-box .section.active .name,
.J_section-box .section.active .see-specs,
.J_section-box .section.active .tips,
.J_section-box .section.active .title,
.J_section-box .section.active .title01 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all .6s 0s
}

.J_section-box .section.active .backphone {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all .6s 0s
}

.J_section-box .section01 {
	height: 0;
	padding-bottom: 46.875%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section01.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section01 .text-content {
	padding: 4.1rem 0 0 2.7rem;
	color: #000
}

.J_section-box .section01 .text-content .title {
	font-size: 1.56rem;
	line-height: .8;
	margin-left: -.08rem;
	opacity: 0;
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px)
}

.J_section-box .section01 .text-content .feature {
	font-family: CamphorPro-Medium;
	font-size: .66rem;
	opacity: 0;
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px)
}

.J_section-box .section01 .text-content .desc {
	font-family: CamphorPro-Medium;
	margin-top: .1rem;
	font-size: .36rem;
	line-height: 1.5;
	opacity: 0;
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px)
}

.J_section-box .section01 .text-content .J_xmProPrice {
	font-family: CamphorPro-Light;
	margin-top: .2rem;
	font-size: .4rem;
	margin-top: .32rem;
	opacity: 0;
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px)
}

.J_section-box .section01 .text-content .J_xmProPrice .xm-from {
	font-size: .4rem
}

.J_section-box .section01 .text-content .J_xmProPrice .xm-dollor-sign {
	font-size: .4rem
}

.J_section-box .section01 .text-content .J_xmProPrice .xm-price {
	font-size: .7rem;
	font-weight: 700;
	margin-left: .12rem
}

.J_section-box .section01 .text-content.isactive .J_xmProPrice,
.J_section-box .section01 .text-content.isactive .desc,
.J_section-box .section01 .text-content.isactive .feature,
.J_section-box .section01 .text-content.isactive .title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all .6s 0s
}

.J_section-box .section01 .black01 {
	display: none;
	position: absolute;
	top: 4.2rem;
	left: 11rem
}

.J_section-box .section01 .black01 img {
	width: 5.98rem;
	height: 6.7rem;
	display: block
}

.J_section-box .section01 .black02 {
	display: none;
	position: absolute;
	top: 3.72rem;
	left: 12.56rem;
	transform: rotate(-38eg);
	-ms-transform: rotate(-38eg);
	-moz-transform: rotate(-38eg);
	-webkit-transform: rotate(-38eg);
	-o-transform: rotate(-38eg);
	z-index: 9
}

.J_section-box .section01 .black02 img {
	width: 3.3rem;
	height: 7.41rem;
	display: block
}

.J_section-box .section01 .black02.move {
	left: 14.98rem;
	top: 2rem;
	-webkit-animation: phonemove 1.4s;
	animation: phonemove 1.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.J_section-box .section01 .yellow {
	display: none;
	position: absolute;
	top: 3.72rem;
	left: 12rem;
	-webkit-transform: rotate(-49deg);
	-ms-transform: rotate(-49deg);
	transform: rotate(-49deg);
	z-index: 8
}

.J_section-box .section01 .yellow img {
	width: 4.39rem;
	height: 7.08rem;
	display: block
}

.J_section-box .section01 .yellow.move {
	left: 16.66rem;
	top: 1rem;
	-webkit-animation: phonemove01 1.4s;
	animation: phonemove01 1.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.J_section-box .section01 .purple {
	display: none;
	position: absolute;
	top: 4.8rem;
	left: 11.8rem;
	-webkit-transform: rotate(-69deg);
	-ms-transform: rotate(-69deg);
	transform: rotate(-69deg);
	z-index: 7
}

.J_section-box .section01 .purple img {
	width: 5.41rem;
	height: 5.72rem;
	display: block
}

.J_section-box .section01 .purple.move {
	left: 18.6rem;
	top: 1.4rem;
	-webkit-animation: phonemove02 1.4s;
	animation: phonemove02 1.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes phonemove {
	from {
		transform: rotate(-18deg);
		-ms-transform: rotate(-18deg);
		-moz-transform: rotate(-18deg);
		-webkit-transform: rotate(-18deg);
		-o-transform: rotate(-18deg);
		-webkit-transform-origin: 150% 120%;
		transform-origin: 150% 120%
	}
	to {
		transform: rotate(0);
		-ms-transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform-origin: 150% 120%;
		transform-origin: 150% 120%
	}
}

@keyframes phonemove {
	from {
		transform: rotate(-18deg);
		-ms-transform: rotate(-18deg);
		-moz-transform: rotate(-18deg);
		-webkit-transform: rotate(-18deg);
		-o-transform: rotate(-18deg);
		-webkit-transform-origin: 150% 120%;
		transform-origin: 150% 120%
	}
	to {
		transform: rotate(0);
		-ms-transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform-origin: 150% 120%;
		transform-origin: 150% 120%
	}
}

@-webkit-keyframes phonemove01 {
	from {
		transform: rotate(-34deg);
		-ms-transform: rotate(-34deg);
		-moz-transform: rotate(-34deg);
		-webkit-transform: rotate(-34deg);
		-o-transform: rotate(-34deg);
		-webkit-transform-origin: 110% 105%;
		transform-origin: 110% 105%
	}
	to {
		transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		-moz-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		-webkit-transform-origin: 110% 105%;
		transform-origin: 110% 105%
	}
}

@keyframes phonemove01 {
	from {
		transform: rotate(-34deg);
		-ms-transform: rotate(-34deg);
		-moz-transform: rotate(-34deg);
		-webkit-transform: rotate(-34deg);
		-o-transform: rotate(-34deg);
		-webkit-transform-origin: 110% 105%;
		transform-origin: 110% 105%
	}
	to {
		transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		-moz-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		-webkit-transform-origin: 110% 105%;
		transform-origin: 110% 105%
	}
}

@-webkit-keyframes phonemove02 {
	from {
		transform: rotate(-31deg);
		-ms-transform: rotate(-31deg);
		-moz-transform: rotate(-31deg);
		-webkit-transform: rotate(-31deg);
		-o-transform: rotate(-31deg);
		-webkit-transform-origin: 90% 150%;
		transform-origin: 90% 150%
	}
	to {
		transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		-moz-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		-webkit-transform-origin: 90% 150%;
		transform-origin: 90% 150%
	}
}

@keyframes phonemove02 {
	from {
		transform: rotate(-31deg);
		-ms-transform: rotate(-31deg);
		-moz-transform: rotate(-31deg);
		-webkit-transform: rotate(-31deg);
		-o-transform: rotate(-31deg);
		-webkit-transform-origin: 90% 150%;
		transform-origin: 90% 150%
	}
	to {
		transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		-moz-transform: rotate(1deg);
		-webkit-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		-webkit-transform-origin: 90% 150%;
		transform-origin: 90% 150%
	}
}

.J_section-box .section02 {
	height: 0;
	padding-bottom: 14.0234375%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section02.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section02 .text-content .title {
	font-family: CamphorPro-Heavy;
	padding-top: .92rem;
	font-size: .9rem;
	line-height: 1.2;
	text-align: center;
	background-image: linear-gradient(to right, #fffcb7, #ffd34c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.J_section-box .section03 {
	height: 0;
	padding-bottom: 50.78125%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section03.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section03 .text-content {
	padding-top: 1.2rem;
	margin: 0 auto;
	color: #000
}

.J_section-box .section03 .text-content .feature {
	font-family: CamphorPro-Bold;
	font-size: .44rem;
	line-height: 1;
	text-align: center
}

.J_section-box .section03 .text-content .title {
	font-family: CamphorPro-Bold;
	font-size: .72rem;
	line-height: 1;
	text-align: center
}

.J_section-box .section03 .text-content ul {
	margin-top: 2.8rem;
	padding-left: 6rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.J_section-box .section03 .text-content ul li {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: .44rem
}

.J_section-box .section03 .text-content ul li .tips {
	font-family: CamphorPro-Bold;
	font-size: .27rem;
	line-height: 1
}

.J_section-box .section03 .text-content ul li .title01 {
	font-family: CamphorPro-Heavy;
	margin-top: .16rem;
	font-size: .4rem;
	line-height: 1
}

.J_section-box .section03 .img-box {
	position: absolute;
	top: 3.6rem;
	left: 9.7rem
}

.J_section-box .section03 .img-box img {
	width: 10.7rem;
	height: 9.39rem;
	display: block
}

.J_section-box .section04 {
	height: 13rem;
	background-color: #e6e6e6
}

.J_section-box .section04 .text-content {
	padding-top: 1.2rem;
	margin: 0 auto;
	color: #000
}

.J_section-box .section04 .text-content .feature {
	font-family: CamphorPro-Bold;
	font-size: .44rem;
	line-height: 1;
	text-align: center
}

.J_section-box .section04 .text-content .title {
	font-family: CamphorPro-Bold;
	font-size: .72rem;
	margin-top: .32rem;
	line-height: 1;
	text-align: center
}

.J_section-box .section04 .sliderCont {
	height: 11.5rem;
	margin: .42rem auto 0
}

.J_section-box .section04 .sliderCont .ui-viewport {
	height: auto!important
}

.J_section-box .section04 .sliderCont .list {
	overflow: hidden;
	height: 8.51rem;
	z-index: 3
}

.J_section-box .section04 .sliderCont .list li {
	list-style: none;
	float: left;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.J_section-box .section04 .sliderCont .list li img {
	height: 100%;
	width: 100%;
	display: block
}

.J_section-box .section04 .sliderCont .ui-controls {
	width: 100%;
	height: .56rem;
	position: absolute;
	bottom: -1.26rem;
	z-index: 2
}

.J_section-box .section04 .sliderCont .ui-wrapper .ui-pager {
	bottom: 3%
}

.J_section-box .section04 .sliderCont .ui-wrapper .ui-pager .ui-pager-item .ui-pager-link {
	border-color: #000
}

.J_section-box .section04 .sliderCont .ui-wrapper .ui-pager .ui-pager-item .ui-pager-link.active {
	background-color: #000;
	border-color: #000
}

.J_section-box .section05 {
	height: 25.1rem;
	background-color: #fff
}

.J_section-box .section05 .text-content {
	padding-top: 1.28rem;
	text-align: center
}

.J_section-box .section05 .text-content .title {
	font-size: .72rem;
	line-height: 1;
	color: #fcc800
}

.J_section-box .section05 .text-content .feature {
	font-size: .3rem;
	margin-top: .24rem;
	line-height: 1;
	color: #000
}

.J_section-box .section05 .img-box {
	margin-top: .7rem
}

.J_section-box .section05 .img-box img {
	width: 16.81rem;
	height: 21.91rem;
	display: block;
	margin: 0 auto
}

.J_section-box .section06 {
	height: 13.16rem;
	background-color: #fff
}

.J_section-box .section06 .text-content {
	padding-top: 1.2rem;
	text-align: center
}

.J_section-box .section06 .text-content .title {
	font-size: .72rem;
	line-height: 1;
	color: #fcc800
}

.J_section-box .section06 .text-content .feature {
	font-size: .3rem;
	margin-top: .24rem;
	line-height: 1.5;
	color: #000
}

.J_section-box .section06 .img-box {
	margin-top: .7rem
}

.J_section-box .section06 .img-box video {
	width: 16.8rem;
	height: 8rem;
	border-radius: .5rem;
	display: block;
	margin: 0 auto
}

.J_section-box .section07 {
	height: 0;
	padding-bottom: 14.0625%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section07.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section07 .text-content .title {
	font-family: CamphorPro-Heavy;
	font-size: .9rem;
	line-height: 1.2;
	padding-top: .92rem;
	text-align: center;
	background-image: linear-gradient(to right, #fffcb7, #ffd34c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.J_section-box .section08 {
	height: 12.6rem;
	background-color: #ffe051
}

.J_section-box .section08 .text-content {
	padding-top: 1.2rem;
	text-align: center
}

.J_section-box .section08 .text-content .title {
	font-size: .72rem;
	line-height: 1;
	color: #000
}

.J_section-box .section08 .text-content .feature {
	font-size: .3rem;
	margin-top: .24rem;
	line-height: 1.5;
	color: #000
}

.J_section-box .section08 .img-box {
	margin-top: .7rem
}

.J_section-box .section08 .img-box img {
	width: 16.8rem;
	height: 8rem;
	display: block;
	margin: 0 auto
}

.J_section-box .section08 .tips {
	margin-top: .42rem;
	text-align: center;
	font-size: .16rem;
	color: #000
}

.J_section-box .section09 {
	height: 0;
	padding-bottom: 51.9140625%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section09.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section09 .text-content {
	padding: 2.6rem 0 0 13.6rem;
	margin: 0 auto;
	text-align: left;
	color: #000
}

.J_section-box .section09 .text-content .feature {
	font-family: CamphorPro-Bold;
	font-size: .3rem;
	line-height: 1.5;
	margin-top: .36rem;
	text-align: left
}

.J_section-box .section09 .text-content .title {
	font-family: CamphorPro-Bold;
	font-size: .72rem;
	line-height: 1.1;
	text-align: left
}

.J_section-box .section09 .text-content .text-list {
	margin-top: .56rem;
	width: 3.6rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.J_section-box .section09 .text-content .text-list li {
	width: 100%;
	text-align: left;
	margin-bottom: .44rem
}

.J_section-box .section09 .text-content .text-list li .title01 {
	font-family: CamphorPro-Bold;
	font-size: .4rem;
	line-height: 1
}

.J_section-box .section09 .text-content .text-list li .tips {
	font-family: CamphorPro-Bold;
	margin-top: .16rem;
	font-size: .27rem;
	line-height: 1
}

.J_section-box .section09 .text-content .icon-list {
	width: 7.6rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1.6rem
}

.J_section-box .section09 .text-content .icon-list li:nth-child(1) {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.J_section-box .section09 .text-content .icon-list li:nth-child(1) .img-box img {
	width: .71rem;
	height: .71rem;
	display: block;
	margin: 0 auto
}

.J_section-box .section09 .text-content .icon-list li:nth-child(1) .text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: .09rem
}

.J_section-box .section09 .text-content .icon-list li:nth-child(1) .text .desc {
	font-family: CamphorPro-Bold;
	font-size: .24rem;
	line-height: 1.5;
	color: #000
}

.J_section-box .section09 .text-content .icon-list li:nth-child(2) {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.J_section-box .section09 .text-content .icon-list li:nth-child(2) .img-box img {
	width: 2.02rem;
	height: .3rem;
	display: block
}

.J_section-box .section09 .text-content .icon-list li:nth-child(2) .desc {
	font-size: .24rem;
	margin-top: .06rem;
	line-height: 1.5;
	color: #000
}

.J_section-box .section10 {
	height: 12rem;
	position: relative
}

.J_section-box .section10 .text-content {
	position: absolute;
	z-index: 2;
	top: 1.25rem;
	width: 100%;
	text-align: center
}

.J_section-box .section10 .text-content .title {
	font-size: .72rem;
	line-height: 1;
	color: #fcc800
}

.J_section-box .section10 .text-content .feature {
	font-size: .3rem;
	margin-top: .24rem;
	line-height: 1.5;
	color: #fff
}

.J_section-box .section10 .icon-list {
	position: absolute;
	top: 3.7rem;
	left: 10.2rem;
	z-index: 2;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.J_section-box .section10 .icon-list .item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.J_section-box .section10 .icon-list .item .icon img {
	width: .92rem;
	height: .92rem;
	display: block
}

.J_section-box .section10 .icon-list .item .text {
	margin-left: .2rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.J_section-box .section10 .icon-list .item .text .desc {
	font-size: .3rem;
	line-height: 1.5;
	color: #fff
}

.J_section-box .section10 .img-box {
	position: absolute;
	top: 0
}

.J_section-box .section10 .img-box video {
	width: 25.6rem;
	height: 12rem
}

.J_section-box .section11 {
	height: 0;
	padding-bottom: 13.8671875%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section11.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section11 .text-content .title {
	font-family: CamphorPro-Heavy;
	font-size: .9rem;
	line-height: 1.2;
	padding-top: .88rem;
	text-align: center;
	background-image: linear-gradient(to right, #fffcb7, #fcc800);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.J_section-box .section12 {
	height: 0;
	padding-bottom: 73.4375%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section12bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section12 .text-content {
	padding-top: 11.76rem;
	text-align: center
}

.J_section-box .section12 .text-content .title {
	font-size: .72rem;
	line-height: 1.2;
	color: #fcc800
}

.J_section-box .section12 .text-content .feature {
	font-size: .3rem;
	margin-top: .24rem;
	line-height: 1.5;
	color: #fff
}

.J_section-box .section12 .icon-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 14.66rem;
	margin: .56rem auto 0;
	position: relative
}

.J_section-box .section12 .icon-list .line {
	width: 1px;
	height: .96rem;
	background-color: #6e6e6e;
	position: absolute
}

.J_section-box .section12 .icon-list .line:nth-child(1) {
	left: 25%
}

.J_section-box .section12 .icon-list .line:nth-child(2) {
	left: 50%
}

.J_section-box .section12 .icon-list .line:nth-child(3) {
	left: 75%
}

.J_section-box .section12 .icon-list .icon-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 25%
}

.J_section-box .section12 .icon-list .icon-item .icon {
	height: .72rem
}

.J_section-box .section12 .icon-list .icon-item .icon img {
	width: .72rem;
	height: .72rem;
	vertical-align: top
}

.J_section-box .section12 .icon-list .icon-item .hours-title {
	font-family: CamphorPro-Bold;
	font-size: .5rem;
	line-height: 1;
	font-weight: 700;
	margin-top: .24rem;
	color: #fff
}

.J_section-box .section12 .icon-list .icon-item .hours-text {
	font-size: .24rem;
	margin-top: .23rem;
	color: #fff
}

.J_section-box .section13 {
	height: 0;
	padding-bottom: 51.2890625%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section13.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section13 .text-content {
	padding: 2.9rem 0 0 13.76rem;
	text-align: left
}

.J_section-box .section13 .text-content .title {
	font-size: .55rem;
	line-height: 1;
	color: #fcc800;
	margin-bottom: .2rem
}

.J_section-box .section13 .text-content .feature {
	font-size: .3rem;
	line-height: 1.5;
	color: #fff
}

.J_section-box .section13 .text-content .feature.feature01 {
	margin-top: .52rem
}

.J_section-box .section13 .text-content .line-list {
	margin-top: 1.6rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.J_section-box .section13 .text-content .line-list .left .name {
	font-size: .36rem;
	line-height: 1.2;
	text-align: left;
	color: #fff
}

.J_section-box .section13 .text-content .line-list .left .name.name01 {
	padding-top: .64rem;
	margin-bottom: .4rem
}

.J_section-box .section13 .text-content .line-list .right {
	margin-left: .2rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.J_section-box .section13 .text-content .line-list .right .item .desc {
	font-size: .24rem;
	color: #fff
}

.J_section-box .section13 .text-content .line-list .right .item .line {
	height: .18rem;
	border-radius: .09rem;
	background-image: linear-gradient(to right, #eaad08, #fbd744)
}

.J_section-box .section13 .text-content .line-list .right .item .line.line01 {
	width: 2.86rem;
	margin: .44rem 0 .6rem
}

.J_section-box .section13 .text-content .line-list .right .item .line.line02 {
	width: 2.28rem
}

.J_section-box .section13 .text-content .line-list .right .item .line.line03 {
	width: 1.72rem;
	margin: .44rem 0 .6rem
}

.J_section-box .section13 .text-content .line-list .right .item .line.line04 {
	width: 1.44rem
}

.J_section-box .section13 .text-content .line-list .right .item.item02 {
	margin-left: .72rem
}

.J_section-box .section14 {
	height: 0;
	padding-bottom: 13.8671875%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section14.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section14 .text-content .title {
	font-family: CamphorPro-Heavy;
	font-size: .9rem;
	line-height: 1.2;
	padding-top: .88rem;
	text-align: center;
	background-image: linear-gradient(to right, #fffcb7, #fcc800);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.J_section-box .section15 {
	height: 0;
	padding-bottom: 52.734375%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section15.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section15 .text-content {
	padding: 2.9rem 0 0 13.76rem;
	text-align: left
}

.J_section-box .section15 .text-content .title {
	font-size: .55rem;
	line-height: 1;
	color: #fcc800;
	margin-bottom: .2rem
}

.J_section-box .section15 .text-content .feature {
	font-size: .3rem;
	line-height: 1.5;
	color: #fff
}

.J_section-box .section15 .text-content .feature.feature01 {
	margin-top: .52rem
}

.J_section-box .section15 .text-content .tips {
	margin-top: 1.12rem;
	font-size: .18rem;
	line-height: 1.5;
	color: #eaeaea
}

.J_section-box .section16 {
	height: 0;
	padding-bottom: 49.8828125%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section16.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section16 .text-content {
	padding: 1.98rem 0 0 4.3rem;
	margin: 0 auto;
	text-align: left;
	color: #000
}

.J_section-box .section16 .text-content .feature {
	font-family: CamphorPro-Bold;
	font-size: .3rem;
	line-height: 1.5;
	margin-top: .36rem;
	text-align: left
}

.J_section-box .section16 .text-content .title {
	font-family: CamphorPro-Bold;
	font-size: .72rem;
	line-height: 1.1;
	text-align: left
}

.J_section-box .section16 .text-content .text-list {
	margin-top: .56rem;
	width: 4.6rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.J_section-box .section16 .text-content .text-list li {
	width: 100%;
	text-align: left;
	margin-bottom: .44rem
}

.J_section-box .section16 .text-content .text-list li .title01 {
	font-family: CamphorPro-Bold;
	font-size: .4rem;
	line-height: 1
}

.J_section-box .section16 .text-content .text-list li .title01 i {
	font-style: inherit;
	font-size: .3rem;
	line-height: 1;
	margin-left: .08rem
}

.J_section-box .section16 .text-content .text-list li .tips {
	font-family: CamphorPro-Bold;
	margin-top: .16rem;
	font-size: .27rem;
	line-height: 1
}

.J_section-box .section17 {
	height: 0;
	padding-bottom: 14.0625%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section17.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section17 .text-content .title {
	font-family: CamphorPro-Heavy;
	font-size: .9rem;
	line-height: 1.2;
	padding-top: .92rem;
	text-align: center;
	background-image: linear-gradient(to right, #fffcb7, #fcc800);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.J_section-box .section18 {
	height: 16.4rem;
	background-color: #fff
}

.J_section-box .section18 .text-content {
	padding-top: 1.2rem;
	text-align: center
}

.J_section-box .section18 .text-content .title {
	font-size: .72rem;
	line-height: 1;
	color: #f9c600
}

.J_section-box .section18 .text-content .feature {
	font-size: .3rem;
	margin-top: .24rem;
	line-height: 1.5;
	color: #000
}

.J_section-box .section18 .img-box {
	margin-top: .9rem
}

.J_section-box .section18 .img-box img {
	width: 15.76rem;
	height: 11.52rem;
	display: block;
	margin: 0 auto
}

.J_section-box .section19 {
	height: 0;
	padding-bottom: 46.71875%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-m3/section19.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section19 .text-content {
	padding-top: 1rem;
	text-align: center
}

.J_section-box .section19 .text-content .title {
	font-size: .72rem;
	line-height: 1;
	color: #f9c600
}

.J_section-box .section19 .text-content .feature {
	font-size: .3rem;
	margin-top: .24rem;
	line-height: 1.5;
	color: #000
}

.J_section-box .section20 {
	height: 7.12rem;
	background-color: #000
}

.J_section-box .section20 .text-content {
	padding-top: 1.4rem
}

.J_section-box .section20 .text-content .title {
	text-align: center;
	font-size: .72rem;
	line-height: 1;
	color: #fff
}

.J_section-box .section20 .text-content .icon-list {
	margin: .64rem auto 0;
	width: 14.4rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.J_section-box .section20 .text-content .icon-list li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 25%
}

.J_section-box .section20 .text-content .icon-list li .icon img {
	display: block;
	width: .91rem;
	height: .91rem;
	margin: 0 auto
}

.J_section-box .section20 .text-content .icon-list li .feature {
	margin-top: .28rem;
	font-size: .3rem;
	text-align: center;
	line-height: 1;
	color: #fff
}

.J_section-box .section21 {
	height: 0;
	padding-bottom: 14.0625%;
	background-image: url(../../../img/products/pc/poco-m3/section21.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section21 .text-box {
	padding-top: .96rem
}

.J_section-box .section21 .text-box .see-specs {
	margin-left: 5.48rem;
	font-size: .4rem;
	color: #fff
}

.J_section-box .section22 {
	background-color: #a8a8a8
}

.J_section-box .section22 .item-text {
	padding: .97rem 3.8rem 1.99rem;
	font-family: CamphorPro-Regular;
	text-align: left;
	font-size: .18rem;
	line-height: 1.5;
	color: #fff
}