@-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 .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
	}
}

.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%
}

@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
}

@-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-Regular
}

.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 .item-title,
.J_section-box .section .title {
	font-family: CamphorPro-Bold;
	font-size: .6rem;
	line-height: 1
}

.J_section-box .section .title-heavy {
	font-family: CamphorPro-Heavy;
	font-size: .28rem;
	line-height: 1
}

.J_section-box .section .feature {
	font-family: CamphorPro-Thin;
	font-size: .35rem;
	line-height: 1.3
}

.J_section-box .section .item-text {
	font-family: CamphorPro-Light;
	font-size: .25rem;
	line-height: 1.3
}

.J_section-box .section .desc {
	font-size: .52rem;
	line-height: 1
}

.J_section-box .section .J_xmProPrice,
.J_section-box .section .desc,
.J_section-box .section .feature,
.J_section-box .section .item-text,
.J_section-box .section .item-title,
.J_section-box .section .title,
.J_section-box .section .title-heavy,
.J_section-box .section .transup {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px)
}

.J_section-box .section.mj-active .J_xmProPrice,
.J_section-box .section.mj-active .desc,
.J_section-box .section.mj-active .feature,
.J_section-box .section.mj-active .item-text,
.J_section-box .section.mj-active .item-title,
.J_section-box .section.mj-active .title,
.J_section-box .section.mj-active .title-heavy,
.J_section-box .section.mj-active .transup {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all 1s 0s
}

.J_section-box .section-01 {
	height: 0;
	padding-bottom: 52.6171875%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section01.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-01 .text-box {
	position: absolute;
	top: 4.24rem;
	left: 4.56rem;
	color: #fff;
	z-index: 3
}

.J_section-box .section-01 .text-box .title {
	font-size: .56rem
}

.J_section-box .section-01 .text-box .con {
	margin-top: .4rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.J_section-box .section-01 .text-box .con .poco {
	width: 7.33rem;
	height: 2.08rem
}

.J_section-box .section-01 .text-box .con .x3 {
	z-index: 4;
	margin-left: 5.2rem;
	margin-top: 1.2rem;
	position: relative
}

.J_section-box .section-01 .text-box .con .x3 .title {
	font-size: 2.9rem;
	line-height: .33rem;
	color: #fcc800;
	margin: 0
}

.J_section-box .section-01 .text-box .con .x3 .nfc {
	position: absolute;
	top: -1.2rem;
	left: 3.6rem;
	width: 1.51rem;
	height: .86rem
}

.J_section-box .section-01 .text-box .feature {
	color: #fcc800;
	margin-top: .35rem
}

.J_section-box .section-01 .text-box .J_xmProPrice {
	margin-top: .2rem;
	font-size: .4rem
}

.J_section-box .section-01 .text-box .J_xmProPrice .xm-from {
	font-size: .4rem
}

.J_section-box .section-01 .text-box .J_xmProPrice .xm-dollor-sign {
	font-size: .4rem
}

.J_section-box .section-01 .text-box .J_xmProPrice .xm-price {
	font-size: .7rem
}

.J_section-box .section-01 .img-content {
	position: absolute;
	left: 10.13rem;
	top: 1.14rem
}

.J_section-box .section-01 .img-content img {
	position: absolute
}

.J_section-box .section-01 .img-content .phone1 {
	top: 0;
	left: 2.36rem;
	width: 7.24rem;
	height: 6.72rem;
	z-index: 2
}

.J_section-box .section-01 .img-content .phone2 {
	top: 1.33rem;
	left: 0;
	width: 6.65rem;
	height: 7.61rem;
	z-index: 4
}

.J_section-box .section-01.mj-active .img-content .phone1 {
	-webkit-animation: phonemove 1.5s;
	animation: phonemove 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.J_section-box .section-01.mj-active .img-content .phone2 {
	-webkit-animation: phonemove1 1.5s;
	animation: phonemove1 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.J_section-box .section-01.mj-active .text-box {
	-webkit-animation: textmove1 1.5s;
	animation: textmove1 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes phonemove {
	from {
		top: -1rem;
		left: 2.96rem
	}
	to {
		top: 0;
		left: 2.56rem
	}
}

@keyframes phonemove {
	from {
		top: -1rem;
		left: 2.96rem
	}
	to {
		top: 0;
		left: 2.56rem
	}
}

@-webkit-keyframes phonemove1 {
	from {
		top: 3.33rem;
		left: .83rem
	}
	to {
		top: 1.33rem;
		left: 0
	}
}

@keyframes phonemove1 {
	from {
		top: 3.33rem;
		left: .83rem
	}
	to {
		top: 1.33rem;
		left: 0
	}
}

@-webkit-keyframes textmove1 {
	from {
		opacity: 0;
		top: 5.24rem
	}
	to {
		opacity: 1;
		top: 4.24rem
	}
}

@keyframes textmove1 {
	from {
		opacity: 0;
		top: 5.24rem
	}
	to {
		opacity: 1;
		top: 4.24rem
	}
}

.J_section-box .section-02 {
	height: 0;
	padding-bottom: 28.75%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section02-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-02 .text-box {
	width: 12.97rem;
	padding-top: 1.45rem;
	margin: 0 auto;
	text-align: center;
	color: #fff
}

.J_section-box .section-02 .text-box .title {
	font-size: .58rem;
	line-height: .3rem
}

.J_section-box .section-02 .text-box .colorful {
	color: #fcc800
}

.J_section-box .section-02 .text-box .sec {
	line-height: 1rem
}

.J_section-box .section-02 .logo-list {
	width: 17.64rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: .66rem auto 0
}

.J_section-box .section-02 .logo-list li {
	width: 5.88rem
}

.J_section-box .section-02 .logo-list li .img-box {
	position: relative
}

.J_section-box .section-02 .logo-list li .img-box .item1 {
	width: 5.88rem;
	height: 1.24rem
}

.J_section-box .section-02 .logo-list li .img-box .item2 {
	width: 5.85rem;
	height: 1.23rem
}

.J_section-box .section-02 .logo-list li .img-box .item3 {
	width: 5.86rem;
	height: 1.23rem
}

.J_section-box .section-02 .logo-list li .img-box .title-heavy {
	position: absolute;
	width: 3rem;
	top: .36rem;
	left: 2.07rem;
	color: #fcc800
}

.J_section-box .section-02 .logo-list li .item-title {
	font-size: .28rem;
	color: #fff;
	margin-top: .2rem;
	padding-left: 2.08rem
}

.J_section-box .section-02 .logo-list li .item-text {
	color: #9fa0a0;
	margin-top: .19rem;
	padding-left: 2.08rem
}

.J_section-box .section-02-add {
	height: 0;
	padding-bottom: 50.9765625%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section02-add.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-02-add .container {
	top: 4.78rem;
	left: 13.2rem
}

.J_section-box .section-02-add .container .feature {
	font-size: .9rem;
	line-height: .9rem;
	color: #fff
}

.J_section-box .section-03 {
	height: 0;
	padding-bottom: 62.3828125%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section03-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-03 .text-box {
	width: 13.66rem;
	padding-top: 1.95rem;
	padding-left: 5.5rem;
	color: #fff
}

.J_section-box .section-03 .text-box .title {
	font-size: .72rem;
	line-height: .65rem;
	color: #fcc800;
	margin-top: .5rem
}

.J_section-box .section-03 .text-box .item-text {
	font-size: .32rem;
	line-height: 1.3;
	color: #9fa0a0;
	margin-top: .79rem
}

.J_section-box .section-03 .text-box .desc-sub {
	font-size: .32rem;
	line-height: 1;
	color: #fcc800;
	margin-top: .45rem
}

.J_section-box .section-03 .text-box .feature {
	font-size: .26rem;
	line-height: 1;
	color: #9fa0a0;
	margin-top: .15rem
}

.J_section-box .section-03 .text-box .title-sub {
	font-size: .4rem
}

.J_section-box .section-03 .mark {
	margin-top: .42rem;
	margin-left: 5.5rem
}

.J_section-box .section-03 .mark .grade1 {
	width: 6.9rem;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.J_section-box .section-03 .mark .grade1 .base1 {
	width: 5.33rem;
	height: .2rem
}

.J_section-box .section-03 .mark .grade1 .number1 {
	font-size: .42rem;
	line-height: 1;
	color: #fcc800;
	margin-top: -.1rem;
	font-family: CamphorPro-Bold
}

.J_section-box .section-03 .mark .grade1 .cover1 {
	width: 4.53rem;
	height: .2rem;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 1;
	width: 0%
}

.J_section-box .section-03 .mark .grade1 .cover1 .group1 {
	width: 4.53rem;
	height: .2rem;
	position: absolute;
	top: 0;
	left: 0
}

.J_section-box .section-03 .mark .grade1 .feature {
	position: absolute;
	top: -.1rem;
	left: 0;
	font-size: .2rem;
	color: #fcc800
}

.J_section-box .section-03 .mark .grade2 {
	margin-top: .3rem;
	width: 6.1rem;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.J_section-box .section-03 .mark .grade2 .base2 {
	width: 4.5rem;
	height: .15rem
}

.J_section-box .section-03 .mark .grade2 .number2 {
	font-size: .42rem;
	line-height: 1;
	color: #9fa0a0;
	margin-top: -.1rem;
	font-family: CamphorPro-Thin
}

.J_section-box .section-03 .mark .grade2 .cover2 {
	width: 2.74rem;
	height: .15rem;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 1;
	width: 0%
}

.J_section-box .section-03 .mark .grade2 .cover2 .group2 {
	width: 2.74rem;
	height: .15rem;
	position: absolute;
	top: 0;
	left: 0
}

.J_section-box .section-03 .mark .grade2 .feature {
	position: absolute;
	top: -.1rem;
	left: 0;
	font-size: .2rem;
	color: #9fa0a0
}

.J_section-box .section-03.mj-active .mark .grade1 .cover1 {
	opacity: 1;
	width: 4.53rem;
	transition: all 1.5s ease-in
}

.J_section-box .section-03.mj-active .mark .grade2 .cover2 {
	opacity: 1;
	width: 2.74rem;
	transition: all 1.5s ease-in
}

.J_section-box .section-04 {
	height: 0;
	padding-bottom: 64.5703125%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section04.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-04 .text-box {
	width: 15rem;
	padding-top: 1.65rem;
	margin: 0 auto;
	text-align: center;
	color: #fff
}

.J_section-box .section-04 .text-box .title {
	font-size: .72rem;
	line-height: .65rem;
	color: #fcc800;
	margin-top: .4rem
}

.J_section-box .section-04 ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 18rem;
	margin: 10rem auto 0
}

.J_section-box .section-04 ul li {
	width: 4rem
}

.J_section-box .section-04 ul li .item-title {
	font-size: .32rem;
	line-height: 1;
	color: #fcc800
}

.J_section-box .section-04 ul li .feature {
	font-size: .26rem;
	line-height: 1.3;
	color: #9fa0a0;
	margin-top: .21rem
}

.J_section-box .section-04 .video {
	position: absolute;
	top: 3.92rem;
	left: 7rem;
	width: 12rem;
	height: 8rem
}

.J_section-box .section-05 {
	height: 0;
	padding-bottom: 49.375%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section05.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-05 .text-box {
	width: 13.1rem;
	padding-top: 4.54rem;
	padding-left: 3.8rem;
	color: #fff
}

.J_section-box .section-05 .text-box .feature {
	font-size: .9rem;
	line-height: .9rem
}

.J_section-box .section-06 {
	height: 0;
	padding-bottom: 50.8984375%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section06.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-06 .text-box {
	width: 10.8rem;
	padding-top: 2.34rem;
	padding-left: 5.5rem;
	color: #000
}

.J_section-box .section-06 .text-box .title {
	font-size: .72rem;
	margin-top: .49rem
}

.J_section-box .section-06 .text-box .item-text {
	font-size: .32rem;
	margin-top: .78rem
}

.J_section-box .section-06 .video {
	position: absolute;
	top: 2.32rem;
	left: 10.9rem;
	width: 9.6rem;
	height: 5.4rem
}

.J_section-box .section-06 .container {
	position: absolute;
	width: 9.6rem;
	top: 8.06rem;
	left: 10.9rem;
	text-align: right
}

.J_section-box .section-06 .container .item-text {
	font-size: .24rem;
	color: #000
}

.J_section-box .section-07 {
	height: 0;
	padding-bottom: 65%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section07.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-07 .text-box {
	width: 21.04rem;
	padding-top: 1.99rem;
	padding-left: 5.5rem;
	color: #fff
}

.J_section-box .section-07 .text-box .title {
	font-size: .72rem;
	margin-top: .39rem;
	color: #fcc800
}

.J_section-box .section-07 .text-box .item-text {
	font-size: .32rem;
	margin-top: .78rem;
	color: #9fa0a0
}

.J_section-box .section-07 .video {
	position: absolute;
	top: 8.34rem;
	left: 7.1rem;
	width: 13rem;
	height: 6rem
}

.J_section-box .section-08 {
	height: 0;
	padding-bottom: 44.140625%;
	position: relative;
	background-color: #000
}

.J_section-box .section-08 .text-box {
	width: 21.5rem;
	padding-top: 1.26rem;
	padding-left: 5.5rem;
	color: #fff
}

.J_section-box .section-08 .text-box .title {
	font-size: .72rem;
	margin-top: .39rem;
	color: #fcc800
}

.J_section-box .section-08 .text-box .item-text {
	font-size: .32rem;
	margin-top: .78rem;
	color: #9fa0a0
}

.J_section-box .section-08 .list {
	width: 14.24rem;
	margin: .94rem auto 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.J_section-box .section-08 .list li {
	width: 4.36rem;
	position: relative
}

.J_section-box .section-08 .list li img {
	width: 4.36rem;
	height: 1.64rem
}

.J_section-box .section-08 .list li p {
	position: absolute;
	width: 3.36rem;
	left: .5rem;
	text-align: center
}

.J_section-box .section-08 .list li .item-title {
	top: .58rem;
	font-size: .48rem;
	color: #fff
}

.J_section-box .section-08 .list li .item-text {
	top: 1.72rem;
	font-size: .26rem;
	color: #fcc800
}

.J_section-box .section-09 {
	height: 0;
	padding-bottom: 55.390625%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section09-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-09 .text-box {
	width: 9.5rem;
	padding-top: 2.08rem;
	padding-left: 5.5rem;
	color: #000
}

.J_section-box .section-09 .text-box .title {
	font-size: .72rem
}

.J_section-box .section-09 .text-box .item-title {
	font-size: .4rem;
	margin-top: .29rem
}

.J_section-box .section-09 .text-box .item-text {
	font-size: .22rem;
	margin-top: .15rem
}

.J_section-box .section-09 .text-box ul {
	margin-top: .26rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.J_section-box .section-09 .text-box ul li img {
	width: 1.02rem;
	height: 1.02rem
}

.J_section-box .section-09 .text-box ul li .item-title {
	margin-top: .1rem
}

.J_section-box .section-10 {
	height: 0;
	padding-bottom: 45.9375%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section10.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-10 .text-box {
	padding-top: 2.95rem;
	padding-left: 13.8rem;
	color: #fff
}

.J_section-box .section-10 .text-box .feature {
	font-size: .9rem;
	line-height: .9rem
}

.J_section-box .section-11 {
	height: 0;
	padding-bottom: 57.96875%;
	position: relative;
	background-color: #000
}

.J_section-box .section-11 .text-box {
	padding-top: 1.26rem;
	color: #fff;
	text-align: center
}

.J_section-box .section-11 .text-box .title {
	font-size: .72rem;
	margin-top: .39rem;
	color: #fcc800
}

.J_section-box .section-11 .text-box .item-text {
	font-size: .32rem;
	margin-top: .62rem;
	color: #9fa0a0
}

.J_section-box .section-11 .audio-box {
	width: 14.5rem;
	position: absolute;
	top: 6.17rem;
	left: 5.5rem;
	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;
	z-index: 5
}

.J_section-box .section-11 .audio-box li img {
	width: 1.03rem;
	height: 1.03rem
}

.J_section-box .section-11 .audio-box li .item-text {
	margin-top: 0;
	margin-left: .3rem;
	color: #9b9b9b
}

.J_section-box .section-11 .img-box {
	width: 19.13rem;
	height: 9.05rem;
	margin: 0 auto;
	position: relative;
	background: url(../../../img/products/pc/poco-x3-nfc/section11-wave.png) center no-repeat;
	background-size: 100% 100%
}

.J_section-box .section-11 .img-box .img.phone {
	width: 10.21rem;
	height: 4.77rem;
	margin: 0 auto;
	padding-top: 2.2rem
}

.J_section-box .section-11 .img-box .img.phone img {
	width: 100%
}

.J_section-box .section-11 .img-box .img.wave {
	width: 19.13rem;
	height: 9.05rem;
	position: absolute;
	top: -2rem;
	left: 0
}

.J_section-box .section-11 .img-box .img.wave img {
	width: 100%
}

.J_section-box .section-11 .img-box .wave {
	top: -2rem;
	left: .1rem;
	position: absolute;
	width: 4.36rem;
	height: 9.05rem;
	overflow: hidden;
	border-radius: 50%
}

.J_section-box .section-11 .img-box .wave div {
	position: absolute;
	left: 3.84rem;
	top: 3.84rem;
	width: 1.37rem;
	height: 1.38rem;
	border: solid 1px #fff;
	border-radius: 50%;
	box-shadow: 0 0 .06rem #fff;
	-webkit-animation: scale-wave 3s linear infinite;
	animation: scale-wave 3s linear infinite
}

.J_section-box .section-11 .img-box .wave div:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.J_section-box .section-11 .img-box .wave div:nth-child(3) {
	-webkit-animation-delay: 1s;
	animation-delay: 2s
}

.J_section-box .section-11 .img-box .wave div:nth-child(4) {
	-webkit-animation-delay: 1s;
	animation-delay: 3s
}

.J_section-box .section-11 .img-box .wave div:nth-child(5) {
	-webkit-animation-delay: 1s;
	animation-delay: 4s
}

.J_section-box .section-11 .img-box .wave2 {
	top: -2rem;
	right: .1rem;
	position: absolute;
	width: 4.36rem;
	height: 9.05rem;
	overflow: hidden;
	border-radius: 50%
}

.J_section-box .section-11 .img-box .wave2 div {
	position: absolute;
	right: 3.84rem;
	top: 3.84rem;
	width: 1.37rem;
	height: 1.38rem;
	border: solid 1px #fff;
	border-radius: 50%;
	box-shadow: 0 0 .06rem #fff;
	-webkit-animation: scale-wave 3s linear infinite;
	animation: scale-wave 3s linear infinite
}

.J_section-box .section-11 .img-box .wave2 div:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.J_section-box .section-11 .img-box .wave2 div:nth-child(3) {
	-webkit-animation-delay: 1s;
	animation-delay: 2s
}

.J_section-box .section-11 .img-box .wave2 div:nth-child(4) {
	-webkit-animation-delay: 1s;
	animation-delay: 3s
}

.J_section-box .section-11 .img-box .wave2 div:nth-child(5) {
	-webkit-animation-delay: 1s;
	animation-delay: 4s
}

.J_section-box .section-11 .container {
	width: 9.1rem;
	position: absolute;
	top: 13.45rem;
	left: 8.3rem;
	text-align: center
}

.J_section-box .section-11 .container .item-text {
	font-size: .28rem;
	color: #969696
}

.J_section-box .section-12 {
	height: 0;
	padding-bottom: 39.1796875%;
	position: relative;
	background-color: #000
}

.J_section-box .section-12 .text-box {
	width: 7.9rem;
	color: #fff;
	z-index: 2;
	position: absolute;
	top: 2.29rem;
	left: 13.94rem
}

.J_section-box .section-12 .text-box .title {
	font-size: .72rem;
	margin-top: .4rem;
	color: #fcc800
}

.J_section-box .section-12 .text-box .item-text {
	font-size: .32rem;
	margin-top: .78rem;
	color: #9fa0a0
}

.J_section-box .section-12 .video {
	position: absolute;
	top: .72rem;
	left: 2.01rem;
	width: 16rem;
	height: 9rem
}

.J_section-box .section-13 {
	height: 0;
	padding-bottom: 52.7734375%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section13.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-13 .text-box {
	padding-top: 3.64rem;
	padding-left: 5.49rem;
	color: #fff
}

.J_section-box .section-13 .text-box .title {
	font-size: .72rem;
	margin-top: .4rem;
	color: #fcc800
}

.J_section-box .section-13 .text-box .item-text {
	font-size: .32rem;
	margin-top: .7rem;
	color: #9fa0a0
}

.J_section-box .section-14 {
	height: 0;
	padding-bottom: 44.8828125%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section14.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -.02rem
}

.J_section-box .section-14 .text-box {
	padding-top: 1.78rem;
	padding-left: 13.91rem;
	color: #fff
}

.J_section-box .section-14 .text-box .title {
	font-size: .72rem;
	margin-top: .4rem;
	margin-bottom: .78rem;
	color: #fcc800
}

.J_section-box .section-14 .text-box .item-text {
	font-size: .32rem;
	color: #9fa0a0
}

.J_section-box .section-14 .text-box .item-text .colorful {
	font-family: CamphorPro-Heavy;
	color: #fcc800
}

.J_section-box .section-14 .text-box .last {
	margin-top: .5rem
}

.J_section-box .section-15 {
	height: 0;
	padding-bottom: 59.375%;
	position: relative;
	background-color: #000
}

.J_section-box .section-15 .text-box {
	width: 10.4rem;
	color: #fff;
	z-index: 5;
	position: absolute;
	top: 2rem;
	left: 5.5rem
}

.J_section-box .section-15 .text-box .title {
	font-size: .72rem;
	margin-top: .34rem;
	color: #fcc800
}

.J_section-box .section-15 .text-box .item-text {
	font-size: .32rem;
	color: #9fa0a0;
	margin-top: .2rem
}

.J_section-box .section-15 .text-box .logo-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: .3rem
}

.J_section-box .section-15 .text-box .logo-list li {
	width: 3rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.J_section-box .section-15 .text-box .logo-list li .img-box {
	position: relative;
	margin-right: .1rem
}

.J_section-box .section-15 .text-box .logo-list li .img-box img {
	width: 1.37rem;
	height: 1.46rem
}

.J_section-box .section-15 .text-box .logo-list li .img-box .item-title {
	position: absolute;
	width: .9rem;
	top: .47rem;
	left: .3rem;
	color: #fff;
	text-align: center
}

.J_section-box .section-15 .text-box .logo-list li .item-text {
	font-size: .23rem;
	color: #fff;
	margin-top: .47rem
}

.J_section-box .section-15 .text-box .logo-list li .colorful {
	font-size: .18rem;
	color: #fcc800;
	margin-top: 0
}

.J_section-box .section-15 .text-box .logo-list li:nth-of-type(n+2) {
	margin-left: .3rem
}

.J_section-box .section-15 .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 25.6rem;
	height: 15.2rem
}

.J_section-box .section-16 {
	height: 0;
	padding-bottom: 49.3359375%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section16.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-16 .text-box {
	padding-top: 5.78rem;
	padding-left: 15.26rem;
	color: #fff
}

.J_section-box .section-16 .text-box .feature {
	font-size: .96rem;
	line-height: .96rem
}

.J_section-box .section-17 {
	height: 0;
	padding-bottom: 48.3984375%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section17.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-17 .text-box {
	width: 12.5rem;
	padding-top: 1.76rem;
	margin: 0 auto;
	color: #000;
	text-align: center
}

.J_section-box .section-17 .text-box .title {
	font-size: .72rem;
	margin-top: .46rem
}

.J_section-box .section-17 .container {
	width: 4.8rem;
	color: #000
}

.J_section-box .section-17 .container .title-heavy {
	font-size: .4rem
}

.J_section-box .section-17 .container .item-text {
	font-size: .28rem
}

.J_section-box .section-17 .con1 {
	bottom: 4.58rem;
	left: 3.7rem
}

.J_section-box .section-17 .con2 {
	top: 8.01rem;
	left: 3.7rem
}

.J_section-box .section-17 .con3 {
	bottom: 4.58rem;
	right: 3.7rem
}

.J_section-box .section-17 .con4 {
	top: 8.01rem;
	right: 3.7rem
}

.J_section-box .section-17 .con3,
.J_section-box .section-17 .con4,
.J_section-box .section-17 .con7 {
	text-align: right
}

.J_section-box .section-17 .con5,
.J_section-box .section-17 .con7 {
	color: #fff
}

.J_section-box .section-17 .con5 {
	top: 9.33rem;
	left: 3.7rem
}

.J_section-box .section-17 .con5 .item-text {
	margin-top: .25rem
}

.J_section-box .section-17 .con7 {
	top: 9.33rem;
	right: 3.7rem
}

.J_section-box .section-17 .con7 .item-text {
	margin-top: .25rem
}

.J_section-box .section-18 {
	height: 0;
	padding-bottom: 52.3046875%;
	position: relative;
	background-color: #000
}

.J_section-box .section-18 .text-box {
	width: 19.28rem;
	padding-top: .76rem;
	margin: 0 auto;
	color: #fff;
	text-align: center
}

.J_section-box .section-18 .text-box .title {
	font-size: .52rem
}

.J_section-box .section-18 .img-box {
	width: 19.2rem;
	height: 9rem;
	margin: 1.15rem auto 0;
	overflow: hidden;
	position: relative
}

.J_section-box .section-18 .img-box .img2 {
	width: 100%;
	opacity: 0
}

.J_section-box .section-18 .img-box .img1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.J_section-box .section-18 .img-box .container {
	width: 1.47rem;
	height: 8.18rem;
	top: .42rem;
	right: .42rem
}

.J_section-box .section-18 .img-box .container img {
	width: 100%
}

.J_section-box .section-18 .img-box .container .case {
	position: absolute;
	width: 1.48rem;
	top: 3.81rem;
	right: 0;
	color: #fff;
	text-align: center;
	font-size: .45rem;
	font-family: CamphorPro-Bold
}

.J_section-box .section-18 .video {
	display: block;
	margin: 1.15rem auto 0;
	width: 19.2rem;
	height: 9rem
}

.J_section-box .section-19 {
	height: 0;
	padding-bottom: 47.2265625%;
	position: relative;
	background-color: #000
}

.J_section-box .section-19 .img-container {
	width: 19.2rem;
	margin: 0 auto
}

.J_section-box .section-19 .img-container .list {
	padding: 0;
	margin: 0
}

.J_section-box .section-19 .img-container .list .slider .title {
	position: absolute;
	top: 0;
	width: 19.2rem;
	margin: 0 auto;
	font-size: .52rem;
	line-height: 1.3;
	margin-bottom: .8rem;
	color: #fff;
	text-align: center
}

.J_section-box .section-19 .img-container .list .slider img {
	width: 19.2rem;
	height: 9rem;
	margin-top: 2.2rem
}

.J_section-box .section-19 .ui-wrapper .ui-pager {
	bottom: 3%
}

.J_section-box .section-19 .ui-wrapper .ui-pager .ui-pager-item .ui-pager-link {
	background-color: #fff
}

.J_section-box .section-19 .ui-wrapper .ui-pager .ui-pager-item .ui-pager-link.active {
	background-color: #fcc800
}

.J_section-box .section-20 {
	height: 0;
	padding-bottom: 46.4453125%;
	position: relative;
	background-color: #000
}

.J_section-box .section-20 .text-box {
	padding-top: 4.19rem;
	padding-left: 5.5rem;
	color: #fff
}

.J_section-box .section-20 .text-box .title {
	font-size: .52rem
}

.J_section-box .section-20 .text-box .item-text {
	font-size: .32rem;
	margin-top: .78rem;
	color: #9fa0a0
}

.J_section-box .section-20 .container {
	position: absolute;
	top: .84rem;
	left: 13.13rem
}

.J_section-box .section-20 .container img {
	width: 7.5rem;
	height: 9.5rem
}

.J_section-box .section-21 {
	height: 0;
	padding-bottom: 51.9140625%;
	position: relative;
	background-color: #000
}

.J_section-box .section-21 .text-box {
	width: 19.2rem;
	padding-top: .45rem;
	margin: 0 auto;
	color: #fff;
	text-align: center
}

.J_section-box .section-21 .text-box .title {
	font-size: .52rem;
	margin-bottom: .95rem
}

.J_section-box .section-21 .img-container {
	width: 19.2rem;
	margin: 0 auto
}

.J_section-box .section-21 .img-container .list {
	padding: 0;
	margin: 0
}

.J_section-box .section-21 .img-container .list .slider img {
	width: 19.2rem;
	height: 9rem
}

.J_section-box .section-21 .img-container .list .slider .text {
	width: 8.78rem;
	margin-top: .57rem;
	margin-left: 5.26rem;
	padding: .17rem 0;
	font-size: .35rem;
	line-height: 1;
	text-align: center;
	color: #fcc800;
	font-family: CamphorPro-Medium;
	border-radius: .3rem;
	border: solid 1px #e7ac01
}

.J_section-box .section-21 .ui-wrapper .ui-pager {
	width: 2rem;
	left: 11.96rem;
	bottom: 1.47rem
}

.J_section-box .section-21 .ui-wrapper .ui-pager .ui-pager-item .ui-pager-link {
	background-color: #666
}

.J_section-box .section-21 .ui-wrapper .ui-pager .ui-pager-item .ui-pager-link.active {
	background-color: #fcc800
}

.J_section-box .section-22 {
	height: 0;
	padding-bottom: 58.9453125%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section22.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-22 .text-box {
	width: 13rem;
	padding-top: 2.09rem;
	margin: 0 auto;
	color: #fff;
	text-align: center
}

.J_section-box .section-22 .text-box .title {
	font-size: .52rem;
	margin-bottom: .95rem
}

.J_section-box .section-22 .container {
	width: 13.2rem;
	height: .66rem;
	top: 12.94rem;
	left: 5.95rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.J_section-box .section-22 .container .item-text {
	width: 3.3rem;
	font-size: .32rem;
	color: #9fa0a0;
	padding: 0 .5rem;
	position: relative;
	text-align: center
}

.J_section-box .section-22 .container .item-text::after {
	content: '';
	width: 1px;
	height: .66rem;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	opacity: .5
}

.J_section-box .section-22 .container .item-text:nth-last-of-type(1)::after {
	display: none
}

.J_section-box .section-23 {
	height: 0;
	padding-bottom: 49.609375%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section23.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-23 .text-box {
	padding-top: 4.87rem;
	padding-left: 12.5rem;
	color: #fff
}

.J_section-box .section-23 .text-box .feature {
	font-size: .96rem;
	line-height: .96rem
}

.J_section-box .section-24 {
	height: 0;
	padding-bottom: 54.2578125%;
	position: relative;
	background-color: #000
}

.J_section-box .section-24 .img-container {
	width: 25.6rem;
	margin: 0 auto
}

.J_section-box .section-24 .img-container .list {
	padding: 0;
	margin: 0
}

.J_section-box .section-24 .img-container .list .slider img {
	width: 25.6rem;
	height: 12rem
}

.J_section-box .section-24 .image-list {
	margin-top: .54rem;
	width: 100%;
	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
}

.J_section-box .section-24 .image-list .button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.J_section-box .section-24 .image-list .button .circle {
	box-sizing: border-box;
	display: block;
	width: .25rem;
	height: .25rem
}

.J_section-box .section-24 .image-list .button .text {
	font-size: .4rem;
	color: #fff;
	font-family: CamphorPro-Medium;
	margin-left: .3rem
}

.J_section-box .section-24 .image-list .btn-last {
	margin-left: 2rem
}

.J_section-box .section-25 {
	height: 0;
	padding-bottom: 62.0703125%;
	position: relative;
	background-color: #000
}

.J_section-box .section-25 .logo-list {
	width: 18rem;
	margin: 0 auto;
	padding-top: .5rem
}

.J_section-box .section-25 .logo-list li {
	width: 18rem;
	position: relative;
	margin-top: .4rem
}

.J_section-box .section-25 .logo-list li img {
	width: 18rem;
	height: 4.4rem
}

.J_section-box .section-25 .logo-list li .box {
	position: absolute;
	width: 9rem;
	height: 4.4rem;
	top: 0;
	left: 9rem;
	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
}

.J_section-box .section-25 .logo-list li .box .desc {
	font-size: .36rem;
	line-height: 1.3;
	color: #fcc800
}

.J_section-box .section-25 .logo-list li .left {
	left: 0
}

.J_section-box .section-26 {
	height: 0;
	padding-bottom: 46.9921875%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section26.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-26 .text-box {
	padding-top: 3.04rem;
	padding-left: 5.5rem;
	color: #fff
}

.J_section-box .section-26 .text-box .title {
	font-size: .72rem;
	margin-top: .4rem;
	color: #fcc800
}

.J_section-box .section-26 .text-box .item-text {
	font-size: .32rem;
	margin-top: .78rem;
	color: #9fa0a0
}

.J_section-box .section-27 {
	height: 0;
	padding-bottom: 33.9453125%;
	position: relative;
	background-color: #000
}

.J_section-box .section-27 .text-box {
	width: 16.6rem;
	padding-top: 1.61rem;
	margin: 0 auto;
	text-align: center
}

.J_section-box .section-27 .text-box .title {
	font-size: .72rem;
	color: #fcc800
}

.J_section-box .section-27 .logo-list {
	width: 17.2rem;
	margin: 0 auto;
	padding-top: .97rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.J_section-box .section-27 .logo-list li {
	width: 4rem;
	position: relative
}

.J_section-box .section-27 .logo-list li img {
	width: 4rem;
	height: 3.3rem
}

.J_section-box .section-27 .logo-list li .box {
	position: absolute;
	width: 4rem;
	height: 1.6rem;
	top: 1.7rem;
	left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.J_section-box .section-27 .logo-list li .box .desc {
	font-size: .3rem;
	line-height: 1.3;
	color: #9fa0a0;
	text-align: center
}

.J_section-box .section-28 {
	height: 0;
	padding-bottom: 45.7421875%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section28.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-28 .text-box {
	padding-top: 4.53rem;
	padding-left: 5.5rem;
	color: #fff
}

.J_section-box .section-28 .text-box .title {
	font-size: .72rem;
	margin-top: .4rem;
	color: #fcc800
}

.J_section-box .section-29 {
	height: 0;
	padding-bottom: 19.53125%;
	position: relative;
	background-image: url(../../../img/products/pc/poco-x3-nfc/section29.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.J_section-box .section-29 .go-specs {
	position: absolute;
	left: 6.4rem;
	top: 1.12rem;
	height: .68rem;
	font-size: .52rem;
	color: #9fa0a0;
	line-height: 1rem;
	width: 12.8rem;
	text-align: center
}

.J_section-box .section-30 {
	background-color: #101010
}

.J_section-box .section-30 .item-text {
	padding: .97rem 3.8rem 1.99rem;
	text-align: left;
	font-size: .24rem;
	line-height: 1.5;
	color: #9fa0a0
}