@-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
	}
}

@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
}

.J_x3 {
	-webkit-font-smoothing: antialiased
}

.J_x3 dd,
.J_x3 dl,
.J_x3 dt,
.J_x3 form,
.J_x3 h1,
.J_x3 h2,
.J_x3 h3,
.J_x3 h4,
.J_x3 h5,
.J_x3 h6,
.J_x3 li,
.J_x3 option,
.J_x3 p,
.J_x3 ul {
	padding: 0;
	margin: 0
}

.J_x3 h1,
.J_x3 h2,
.J_x3 h3,
.J_x3 h4,
.J_x3 h5,
.J_x3 h6 {
	font-weight: 400
}

.J_x3 .row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.J_x3 .span5 {
	width: 296px;
	margin-left: 14px
}

.J_x3 .span15 {
	width: 916px;
	margin-left: 14px
}

.J_x3 .section {
	background-color: #000;
	font-family: CamphorPro-Light
}

.J_x3 .section .container {
	width: 1226px;
	margin: 0 auto;
	padding: 50px 0;
	border-bottom: 1px solid #4d4d4d
}

.J_x3 .section .left-title {
	font-size: 35px;
	line-height: 35px;
	color: #fcfcfc;
	font-family: CamphorPro-Bold
}

.J_x3 .context .title {
	font-size: 30px;
	line-height: 30px;
	font-family: CamphorPro-Bold;
	color: #fcfcfc
}

.J_x3 .context .title-sec {
	font-size: 22px;
	line-height: 36px;
	color: #fcfcfc;
	opacity: .8
}

.J_x3 .context .title-note {
	font-size: 18px;
	line-height: 26px;
	color: #fcfcfc;
	opacity: .8;
	font-family: CamphorPro-Thin
}

.J_x3 .context .flex-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.J_x3 .context .font-regular {
	font-family: CamphorPro-Regular
}

.J_x3 .context .font-thin {
	font-family: CamphorPro-Thin
}

.J_x3 .context .text-opacity {
	opacity: .8
}

.J_x3 .text {
	margin-bottom: 40px
}

.J_x3 .mt20 {
	margin-top: 20px
}

.J_x3 .mt40 {
	margin-top: 35px;
	margin-bottom: 40px
}

.J_x3 .mti {
	margin-top: 0
}

.J_x3 .ml30 {
	margin-left: 30px
}

.J_x3 .mtop {
	margin-top: 40px
}

.J_x3 .section-intro {
	height: 1041px;
	background-color: #1a1a1a;
	text-align: center
}

.J_x3 .section-intro .container {
	position: relative;
	width: 1226px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border-bottom: none
}

.J_x3 .section-intro .container .item1 {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.J_x3 .section-intro .container .item1 img {
	width: 732px;
	height: 662px;
	margin-bottom: 20px
}

.J_x3 .section-intro .container .item1 .kind-group {
	width: 40%;
	height: 66px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px
}

.J_x3 .section-intro .container .item1 .kind-group .items {
	width: 50%;
	height: 100%;
	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
}

.J_x3 .section-intro .container .item1 .kind-group .items p {
	font-size: 20px;
	line-height: 29px;
	color: #fff
}

.J_x3 .section-intro .container .item1 .kind-group .items .fir,
.J_x3 .section-intro .container .item1 .kind-group .items .sec {
	width: 38px;
	height: 38px;
	margin-right: 20px
}

.J_x3 .section-intro .container .item1 .kind-group .items .fir img,
.J_x3 .section-intro .container .item1 .kind-group .items .sec img {
	width: 100%;
	height: 100%
}

.J_x3 .section20 .container {
	border-bottom: none
}

.J_x3 .section20 .container .note {
	font-size: 17px;
	line-height: 22px;
	color: #fcfcfc;
	opacity: .8
}