﻿@charset "utf-8";
	.scrollable.is-enabled {
	overflow:hidden!important
}
.is-enabled .scrollable-container {
	overflow:hidden!important;
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	box-sizing:content-box!important
}
.is-enabled .scrollable-container::-webkit-scrollbar {
	width:0;
	height:0;
	-webkit-appearance:none
}
.scrollable-vertical.is-enabled .scrollable-container {
	overflow-y:scroll!important
}
.scrollable-horizontal.is-enabled .scrollable-container {
	overflow-x:scroll!important
}
.is-enabled .scrollable-content {
	position:relative!important;
	overflow:visible!important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.is-enabled .scrollable-content:after,.is-enabled .scrollable-content:before {
	display:table;
	content:' '
}
.is-enabled .scrollable-content:after {
	clear:both
}
.scrollable-bar {
	line-height:0;
	position:absolute;
	right:0;
	bottom:0;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-ms-user-select:none;
	user-select:none;
	user-select:none;
	-webkit-transition:opacity .5s;
	-o-transition:opacity .5s;
	transition:opacity .5s;
	border-radius:2px;
	user-focus:ignore;
	user-input:disabled;
	-webkit-touch-callout:none
}
.is-disabled .scrollable-bar {
	display:none
}
.scrollable-bar-hide {
	-webkit-transition-delay:.4s;
	-o-transition-delay:.4s;
	transition-delay:.4s;
	opacity:0
}
.scrollable-bar.is-dragging {
	opacity:1
}
.scrollable-bar.is-disabled {
	display:none
}
.scrollable-bar-handle {
	line-height:0;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	-webkit-transition:width,height .5s;
	-o-transition:width,height .5s;
	transition:width,height .5s;
	border-radius:2;
	background:rgba(163,175,183,.6)
}
.scrollable-bar-vertical {
	width:4px;
	height:100%;
	height:-webkit-calc(100% - 8px);
	height:calc(100% - 8px);
	margin:4px 2px
}
.scrollable-bar-vertical .scrollable-bar-handle {
	width:100%
}
.scrollable-bar-horizontal {
	width:100%;
	width:-webkit-calc(100% - 8px);
	width:calc(100% - 8px);
	height:4px;
	margin:2px 4px
}
.scrollable-bar-vertical.is-dragging,.scrollable-bar-vertical.is-hovering {
	width:8px;
	margin:4px 1px
}
.scrollable-bar-horizontal.is-dragging,.scrollable-bar-horizontal.is-hovering {
	height:8px;
	margin:1px 4px
}
.scrollable-bar-horizontal .scrollable-bar-handle {
	height:100%
}
.scrollable.is-dragging .scrollable-handle,.scrollable.is-hovering .scrollable-handle {
	border-radius:8px
}
.scrollable.is-dragging .scrollable-bar-handle,.scrollable.is-hovering .scrollable-bar-handle {
	border-radius:8px
}
.scrollable.is-scrolling .scrollable-bar {
	-webkit-transition:opacity 0;
	-o-transition:opacity 0;
	transition:opacity 0;
	opacity:1
}
.scrollable.is-dragging {
	-webkit-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-ms-user-select:none;
	user-select:none;
	user-select:none;
	user-focus:ignore;
	user-input:disabled;
	-webkit-touch-callout:none
}
.scrollable.is-dragging .scrollable-bar-handle {
	background:rgba(163,175,183,.8)!important
}
.scrollable-inverse.scrollable .scrollable-bar-handle {
	background:rgba(228,234,236,.6)
}
.scrollable-inverse.scrollable.is-dragging .scrollable-bar-handle {
	background:rgba(228,234,236,.8)!important
}
.scrollable-shadow.scrollable.is-dragging .scrollable-bar,.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
	background:rgba(228,234,236,.5)
}
.scrollable-inverse.scrollable-shadow.scrollable.is-dragging .scrollable-bar,.scrollable-inverse.scrollable-shadow.scrollable.is-hovering .scrollable-bar {
	background:rgba(228,234,236,.4)
}

/*swiper star*/
.swiper-container {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	z-index:1
}
.swiper-container-no-flexbox .swiper-slide {
	float:left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column
}
.swiper-wrapper {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate(0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	margin:0 auto
}
.swiper-slide {
	-webkit-flex-shrink:0;
	-ms-flex:0 0 auto;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height:auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align:start;
	-ms-flex-align:start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-webkit-transition-property:-webkit-transform,height;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform,height
}
.swiper-container .swiper-notification {
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	opacity:0;
	z-index:-1000
}
.swiper-wp8-horizontal {
	-ms-touch-action:pan-y;
	touch-action:pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action:pan-x;
	touch-action:pan-x
}
.swiper-button-next,.swiper-button-prev {
	position:absolute;
	top:50%;
	width:27px;
	height:44px;
	margin-top:-22px;
	z-index:10;
	cursor:pointer;
	-moz-background-size:27px 44px;
	-webkit-background-size:27px 44px;
	background-size:27px 44px;
	background-position:center;
	background-repeat:no-repeat
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity:.35;
	cursor:auto;
	pointer-events:none
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left:10px;
	right:auto
}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right:10px;
	left:auto
}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
	position:absolute;
	text-align:center;
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	z-index:10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:10px;
	left:0;
	width:100%
}
.swiper-pagination-bullet {
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:100%;
	background:#000;
	opacity:.2
}
button.swiper-pagination-bullet {
	border:none;
	margin:0;
	padding:0;
	box-shadow:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor:pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background:#fff
}
.swiper-pagination-bullet-active {
	opacity:1;
	background:#007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background:#000
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right:10px;
	top:50%;
	-webkit-transform:translate3d(0,-50%,0);
	-moz-transform:translate3d(0,-50%,0);
	-o-transform:translate(0,-50%);
	-ms-transform:translate3d(0,-50%,0);
	transform:translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:5px 0;
	display:block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 5px
}
.swiper-pagination-progress {
	background:rgba(0,0,0,.25);
	position:absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background:#007aff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:left top;
	-moz-transform-origin:left top;
	-ms-transform-origin:left top;
	-o-transform-origin:left top;
	transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin:right top;
	-moz-transform-origin:right top;
	-ms-transform-origin:right top;
	-o-transform-origin:right top;
	transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
	width:100%;
	height:4px;
	left:0;
	top:0
}
.swiper-container-vertical>.swiper-pagination-progress {
	width:4px;
	height:100%;
	left:0;
	top:0
}
.swiper-pagination-progress.swiper-pagination-white {
	background:rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background:#fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background:#000
}
.swiper-container-3d {
	-webkit-perspective:1200px;
	-moz-perspective:1200px;
	-o-perspective:1200px;
	perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
	-ms-perspective:1200px
}
.swiper-container-cube,.swiper-container-flip {
	overflow:visible
}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1
}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index:0;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden
}
.swiper-container-cube .swiper-slide {
	visibility:hidden;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	width:100%;
	height:100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin:100% 0;
	-moz-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events:auto;
	visibility:visible
}
.swiper-container-cube .swiper-cube-shadow {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
	-webkit-filter:blur(50px);
	filter:blur(50px);
	z-index:0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events:none;
	-webkit-transition-property:opacity;
	-moz-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-zoom-container {
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width:100%;
	max-height:100%;
	object-fit:contain
}
.swiper-scrollbar {
	border-radius:10px;
	position:relative;
	-ms-touch-action:none;
	background:rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position:absolute;
	left:1%;
	bottom:3px;
	z-index:50;
	height:5px;
	width:98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position:absolute;
	right:3px;
	top:1%;
	z-index:50;
	width:5px;
	height:98%
}
.swiper-scrollbar-drag {
	height:100%;
	width:100%;
	position:relative;
	background:rgba(0,0,0,.5);
	border-radius:10px;
	left:0;
	top:0
}
.swiper-scrollbar-cursor-drag {
	cursor:move
}
.swiper-lazy-preloader {
	width:42px;
	height:42px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21px;
	margin-top:-21px;
	z-index:10;
	-webkit-transform-origin:50%;
	-moz-transform-origin:50%;
	transform-origin:50%;
	-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
	-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;
	animation:swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after {
	display:block;
	content:"";
	width:100%;
	height:100%;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position:50%;
	-webkit-background-size:100%;
	background-size:100%;
	background-repeat:no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
	-webkit-transform:rotate(360deg)
}
}@keyframes swiper-preloader-spin {
	100% {
	transform:rotate(360deg)
}
}
/*swiper end*/

/*head_nav star*/
.head_nav .cy-nav .dropdown-menu.bullet.sc::-webkit-scrollbar,body::-webkit-scrollbar,.head_nav+.window-box .window-slide::-webkit-scrollbar {
	width:6px;
}
.head_nav .cy-nav .dropdown-menu.bullet.sc::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,.head_nav+.window-box .window-slide::-webkit-scrollbar-thumb {
	background:#ef0934;
	background:#ef0934
}
body::-webkit-scrollbar-track-piece,.head_nav+.window-box .window-slide::-webkit-scrollbar-track-piece {
	width:6px
}
.head_nav .cy-nav .dropdown-menu.bullet.sc::-webkit-scrollbar-track-piece {
	width:12px
}
@media(max-width:1200px) {
	body::-webkit-scrollbar,.head_nav+.window-box .window-slide::-webkit-scrollbar {
	width:0
}
body::-webkit-scrollbar-track-piece,.head_nav+.window-box .window-slide::-webkit-scrollbar-track-piece {
	width:0
}
}.head_nav_load-box {
	position:fixed;
	z-index:999999;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	opacity:.999;
	transition:.2s;
	-moz-transition:.2s;
	-ms-transition:.2s;
	-o-transition:.2s;
	-webkit-transition:.2s;
	background-image:url('../../../public/ui/v2/static/img/loading.gif');
	background-image:url('');
	background-position:center;
	background-repeat:no-repeat
}
.head_nav_load-box.active {
	opacity:0;
	visibility:hidden
}
img:not([src]) {
	font-size:0!important;
	opacity:0!important
}
img[src*='data:image/png;base64'] {
	background-image:url('../../../public/ui/v2/static/img/loading.gif');
	background-image:url('');
	background-position:center;
	background-repeat:no-repeat
}
body {
	line-height:1.75
}
body[class*=cy-navfixed] {
	padding-top:80px
}
.head_nav {
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
@media(max-width:1200px) {
	}@media(min-width:1200px) {
	.head_nav .container-fluid {
	padding-left:30px;
	padding-right:30px;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.head_nav.scroll .container-fluid {
	padding-left:15px;
	padding-right:15px
}
}
.head_nav .navbar-fixed-top {
	position:fixed;
	left:0;
	right:0;
	top:0
}
.head_nav .overflow-visible {
	overflow:visible!important
}
.head_nav .dropdown-menu,.head_nav .dropdown-menu > li > a {
	-o-border-radius:0px;
	border-radius:0px;
	font-weight:normal
}
.head_nav .dropdown-menu > li {
	padding:0px
}
.head_nav .cy-nav .navlist .nav-item li a,.head_nav .dropdown-menu > li > a {
	color:#333333;
	transition:color 0.5s;
	-webkit-transition:color 0.5s;
	transition:background 0.5s;
	-moz-transition:background 0.5s;
	-webkit-transition:background 0.5s;
	-o-transition:background 0.5s
}
.head_nav .cy-nav .navlist .nav-item li a:hover,.head_nav .dropdown-menu > li > a:hover {
	color:#ef0934;
}
.head_nav .dropdown-menu > li > a:hover i {
	color:#ef0934;
}
.head_nav .red {
	color:#f00
}
.head_nav .fngallery .lg-item-box img {
	cursor:-webkit-zoom-in;
	cursor:zoom-in
}
.head_nav .cy-white-lightGallery .lg-backdrop,.head_nav .cy-white-lightGallery .lg-actions .lg-next,.head_nav .cy-white-lightGallery .lg-actions .lg-prev,.head_nav .cy-white-lightGallery .lg-toolbar {
	background:#fff
}
.head_nav .cy-white-lightGallery .lg-sub-html {
	background:rgba(255,255,255,0.7);
	color:#555
}
.head_nav .cy-white-lightGallery .lg-toolbar.opacity0 {
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transform:translateY(-50px);
	-ms-transform:translateY(-50px);
	transform:translateY(-50px)
}
.head_nav .cy-white-lightGallery .lg-toolbar .lg-icon:hover,.head_nav .cy-white-lightGallery .lg-actions .lg-next:hover,.head_nav .cy-white-lightGallery .lg-actions .lg-prev:hover,.head_nav .cy-white-lightGallery .lg-outer .lg-toogle-thumb:hover {
	color:#333
}
.head_nav .cy-white-lightGallery .lg-outer {
	z-index:1602;
	background:#fff
}
.head_nav .cy-white-lightGallery .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom:84px
}
.head_nav .cy-white-lightGallery .lg-outer .lg-thumb-outer,.head_nav .cy-white-lightGallery .lg-outer .lg-toogle-thumb {
	background-color:#f2f2f2
}
.head_nav .cy-white-lightGallery .lg-outer .lg-thumb-outer {
	padding:0 10px
}
.head_nav .cy-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item {
	margin-bottom:0;
	-o-border-radius:0;
	border-radius:0
}
.head_nav .cy-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item.active,.head_nav .cy-white-lightGallery .lg-outer .lg-thumb-outer .lg-thumb-item:hover {
	border-color:#62a8ea
}
.head_nav .cy-form .form-control,.head_nav .input-group-addon {
	-o-border-radius:0;
	border-radius:0
}
.head_nav .swiper-navtab.swiper-container-horizontal .swiper-scrollbar {
	width:100%;
	height:3px;
	left:0;
	bottom:0
}
.head_nav .swiper-navtab.swiper-container-horizontal .swiper-scrollbar-drag {
	background:rgba(0,0,0,0.2)
}
.head_nav .swiper-navtab .swiper-wrapper {
	width:auto
}
.head_nav .swiper-navtab .swiper-wrapper.flex-start {
	-webkit-justify-content:flex-start!important;
	-webkit-box-pack:start!important;
	-ms-flex-pack:start!important;
	justify-content:flex-start!important
}
.head_nav .swiper-navtab .swiper-slide {
	width:auto
}
.head_nav .slh,.head_nav .pager li a {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.head_nav .slick-loading .slick-list {
	background:none
}
.head_nav .slick-arrow {
	width:auto;
	height:auto;
	z-index:1;
	color:#fff!important
}
.head_nav .slick-arrow:before,.head_nav .slick-arrow:after {
	font-family:inherit;
	display:none
}
.head_nav .slick-arrow:hover {
	color:#62a8ea!important
}
.head_nav .slick-arrow.slick-next {
	right:0
}
.head_nav .slick-arrow.slick-prev {
	left:0
}
.head_nav .slick-arrow i {
	font-size:60px
}
.head_nav .slick-slide {
	outline:none
}
img.imgloading:not([src*=base64]),img.slick-loading:not([src*=base64]) {
	object-fit:scale-down
}
@media (max-width:767px) {
	.head_nav .invisible-xs {
	visibility:hidden
}
}.head_nav .less-link {
	color:#2a333c
}
.head_nav .less-link:hover {
	color:#62a8ea
}
.head_nav .less-decorationnone {
	text-decoration:none
}
.head_nav .less-decorationnone:active,.head_nav .less-decorationnone:focus,.head_nav .less-decorationnone:hover {
	text-decoration:none
}
.head_nav .blocks-2 > li:nth-child(2n+3),.head_nav .blocks-3 > li:nth-child(3n+4),.head_nav .blocks-4 > li:nth-child(4n+5),.head_nav .blocks-5 > li:nth-child(5n+6),.head_nav .blocks-6 > li:nth-child(6n+7),.head_nav .block-first {
	clear:none
}
.head_nav .shop_cart {
	}.head_nav .shop_cart>a {
	background:none!important
}
.head_nav .shop_cart>a>i {
	margin-right:5px
}
.head_nav .navbar-avatar {
	background:none!important
}
.head_nav .dropdown-menu.bullet:after,.head_nav .dropdown-menu.bullet:before {
	position:absolute;
	left:10px;
	display:inline-block;
	width:0;
	height:0;
	content:'';
	border:7px solid transparent;
	border-top-width:0
}
.head_nav .flex .dropdown-menu.bullet:after,.head_nav .flex .dropdown-menu.bullet:before {
	right:50%;
	margin-right:-7px
}
.head_nav .dropdown-menu.dropdown-menu-right.bullet:after,.head_nav .dropdown-menu.dropdown-menu-right.bullet:before {
	right:10px;
	left:auto
}
.head_nav .dropdown-menu.bullet:before {
	top:-7px;
	border-bottom-color:#eeeeee
}
.head_nav .dropdown-menu.bullet:after {
	top:-6px;
}
.head_nav .dropdown-menu>li>a {
	transition:color 0.5s;
	-webkit-transition:color 0.5s;
	transition:background 0.5s;
	-moz-transition:background 0.5s;
	-webkit-transition:background 0.5s;
	-o-transition:background 0.5s
}
.head_nav .dropdown-menu,.head_nav .dropdown-menu>li>a {
	-o-border-radius:0px;
	border-radius:0px;
	font-weight:normal
}
.head_nav .dropdown-menu>li>a {
	font-weight:100
}
.head_nav .dropdown-menu>li>a {
	padding:8px 30px;
	border-radius:3px;
	-webkit-transition:background-color .25s;
	-o-transition:background-color .25s;
	transition:background-color .25s
}
.head_nav .dropdown-menu>li>a {
	display:block;
	clear:both;
	font-weight:400;
	line-height:1.57142857;
	white-space:nowrap
}
.head_nav .navbar {
	min-height:auto
}
.head_nav .height-20 {
	height:20px
}
.head_nav .less-page-content {
	padding:30px;
	background:#ffffff
}
@media (max-width:767px) {
	.head_nav .less-page-content {
	padding:10px
}
}.head_nav .less-page-body {
	padding:30px 0px;
	background:#ffffff
}
@media (max-width:767px) {
	.head_nav .less-page-body {
	padding:0px
}
}.head_nav .less-uldestyle {
	padding:0px;
	list-style:none
}
@media (max-width:767px) {

.head_nav .navbar-default .navbar-nav .open .dropdown-menu>li>a.active,.head_nav .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color:#ef0934;
}
}@media (max-width:767px) {
	.head_nav .navbar-nav .open .dropdown-menu>li>a {
	line-height:22px
}
}@media (max-width:767px) {
	.head_nav .navbar-nav .open .dropdown-menu .dropdown-header,.head_nav .navbar-nav .open .dropdown-menu>li>a {
	padding:5px 15px 5px 25px
}
}.head_nav .navbar-default .navbar-collapse,.head_nav .navbar-default .navbar-form {
	border-color:#eeeeee
}
.head_nav .dropdown-menu>.dropdown-submenu {
	position:relative
}
.head_nav .dropdown-menu>.dropdown-submenu>a {
	position:relative
}
.head_nav .dropdown-menu>.dropdown-submenu:after {
	position:absolute;
	right:10px;
	top:20px;
	vertical-align:middle;
	content:'';
	border-width:4px 0 4px 4px!important;
	border-style:solid!important;
	border-color:transparent;
	display:block!important;
	border-left-color:#333333!important;
}
.head_nav .dropdown-menu>.dropdown-submenu .dropdown-menu {
	display:none;
	left:100%;
	margin:0;
	opacity:1;
	visibility:visible
}
.head_nav .dropdown-menu>.dropdown-submenu.dropdown-menu-left .dropdown-menu {
	left:-100%
}
.head_nav .dropdown-menu>.dropdown-submenu:hover .dropdown-menu {
	display:block
}
@media (max-width:767px) {
	.head_nav .dropdown-menu>.dropdown-submenu:after {
	top:12px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg)
}
.head_nav .dropdown-menu>.dropdown-submenu>a:after {
	position:relative;
	right:-10px;
	top:0;
	display:inline-block!important;
	border-width:4px 4px 0 4px;
	border-left-color:transparent;
}
.navbar-nav .open .dropdown-menu {
	display:block!important
}
}.head_nav .navbar-default .hamburger .hamburger-bar,.head_nav .navbar-default .hamburger:after,.head_nav .navbar-default .hamburger:before {
	background:#333333;
}
.head_nav #cy-langlist-dropdown a.dropdown-item {
}
.head_nav #cy-langlist-dropdown a.dropdown-item:hover {
	color:#ef0934!important;
}
.head_nav .cy-nav {
	margin-bottom:0px;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
	position:relative;
	z-index:1601
}
.head_nav .cy-nav.navbar-shadow {
	-o-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	box-shadow:0 1px 2px rgba(0,0,0,0.1)
}
.head_nav .cy-nav.navbar-fixed-top {
	position:fixed
}
header + .cy-nav.navbar-fixed-top {
	top:40px
}
.head_nav .cy-nav .container {
	position:relative
}
.head_nav .cy-nav .row {
	position:relative
}
.head_nav .cy-nav .navbar-logo {
	height:80px;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s;
	margin:0px;
	margin-left:0px!important;
	padding:0px;
	display:block
}
.head_nav.scroll .cy-nav .navbar-logo {
	height:60px
}
.head_nav .cy-nav .navbar-logo img {
	max-height:100%;
	transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	-webkit-transition:.5s
}
.head_nav .cy-nav .navbar-logo img:hover {
	transform:translateX(10px);
	-moz-transform:translateX(10px);
	-ms-transform:translateX(10px);
	-o-transform:translateX(10px);
	-webkit-transform:translateX(10px)
}
.head_nav .cy-nav .navbar-toggle {
	height:60px;
	margin-right:0;
	border:none
}
.head_nav .cy-nav .nav li a {
	display:block;
	position:relative;
	overflow:hidden
}
.head_nav .cy-nav .nav > li > a {
	color:#333333;
	transition:color 0.5s;
	-webkit-transition:color 0.5s;
	transition:background 0.5s;
	-moz-transition:background 0.5s;
	-webkit-transition:background 0.5s;
	-o-transition:background 0.5s
}
.head_nav .cy-nav .nav > li > a:hover {
	color:#ef0934;
	color:#ef0934
}
.head_nav .cy-nav .nav li a.active,.head_nav .cy-nav .dropdown.open > a {
	color:#ef0934;
	color:#ef0934
}
.head_nav .cy-nav .nav > li > a:hover,.head_nav .cy-nav .dropdown.open > a {
	background:none!important
}
.head_nav .cy-nav .nav > li.openallsub.open > .dropdown-menu {
	display:block
}
.head_nav .cy-nav .nav > li.openallsub.open .dropdown-menu .dropdown-submenu > a:after {
	display:none
}
.head_nav111111 .cy-nav .nav > li.openallsub.open .dropdown-menu .dropdown-menu {
	position:static;
	float:none;
	border-right:none;
	border-left:none
}
.head_nav .cy-nav .nav > li.openallsub.open .dropdown-menu .dropdown-menu li a {
	padding:5px 15px 5px 30px
}
.head_nav .navbar-default .navbar-nav>li>a:focus,.head_nav .navbar-default .navbar-nav>li>a:hover {
	background:none
}
@media (min-width:768px) {
	.head_nav .cy-nav .navlist:not(.flex) {
	margin-right:0!important
}
}.head_nav .cy-lang > li {
	float:left
}
@media (min-width:1200px) {
	.head_nav .cy-lang {
	padding-left:15px
}
}@media (max-width:767px) {
	.head_nav .cy-lang {
	position:absolute;
	top:0;
	right:40px;
	margin:0!important
}
.head_nav .cy-nav .cy-langlist .dropdown-menu {
	top:36px!important
}
.head_nav .cy-nav .nav > li.openallsub.open .dropdown-menu .dropdown-menu li a {
	padding-left:35px
}
}.head_nav .cy-nav .dropdown-menu.overflow-visible .dropdown-submenu:hover .dropdown-menu {
	display:table
}
.head_nav .cy-nav .dropdown-menu > .dropdown-submenu.dropdown-menu-left .dropdown-menu {
	left:auto;
	right:100%
}
.head_nav .cy-nav .cy-langlist {
	height:80px;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.head_nav.scroll .cy-nav .cy-langlist {
	height:60px
}
.head_nav .cy-nav .cy-langlist .dropdown-menu {
	}.head_nav .cy-nav .cy-langlist .modal {
	background:rgba(0,0,0,0.3)
}
.head_nav .cy-nav .navbar-nav>li>a {
	padding:7.5px 15px
}
.head_nav .cy-nav .navlist.flex {
	width:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex
}
.head_nav .cy-nav .navlist.flex > li {
	-webkit-box-flex:auto;
	-webkit-flex:auto;
	-ms-flex:auto;
	flex:auto;
	text-align:center;
	margin-top:-1px;
	max-width:200px
}
.head_nav .cy-nav .navlist.flex > li > a {
	height:50px;
	line-height:50px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.head_nav .cy-nav .navlist.flex > li > .dropdown-menu {
	top:50px
}
@media (min-width:768px) {
	.head_nav .cy-nav.navbar-fixed-top .navbar-collapse {
	padding:0 15px
}
.head_nav .cy-nav .nav-langlist > *:first-child {
	margin-right:120px
}
.head_nav .cy-nav .nav > li > a {
	padding-top:0px;
	padding-bottom:0px;
	height:80px;
	line-height:80px;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.head_nav.scroll .cy-nav .nav > li > a {
	height:60px;
	line-height:60px
}
.head_nav .cy-nav > .dropdown-menu {
	top:85px
}
.head_nav .cy-nav .dropdown-menu.bullet {
	top:80px;
	display:none
}
.head_nav .cy-nav .dropdown-menu.bullet.sc {
	overflow-x:hidden;
	overflow-y:auto
}
.head_nav .cy-nav .dropdown-menu.bullet.sc .dropdown-menu {
	display:block;
	position:static!important;
	opacity:1!important;
	visibility:visible!important;
	transform:none!important;
	width:100%!important;
	border-left:0!important;
	border-right:0;
	float:none!important
}
.head_nav .cy-nav .dropdown-menu.bullet.sc .dropdown-menu a {
	padding-left:40px!important
}
.head_nav .cy-nav .dropdown-menu.bullet.sc>.dropdown-submenu:after {
	transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg)
}
.head_nav .cy-nav .cy-nav-login {
	height:80px;
	padding-top:0px;
	margin-left:15px
}
.head_nav.scroll .cy-nav > .dropdown-menu {
	top:65px
}
.head_nav.scroll .cy-nav .dropdown-menu.bullet {
	top:60px
}
.head_nav.scroll .cy-nav .cy-nav-login {
	height:60px
}
.head_nav .cy-nav .cy-head-user {
	margin-top:30px;
	margin-left:15px
}
.head_nav .cy-nav .cy-langlist {
	margin-left:15px!important
}
.head_nav .cy-nav .navlist.flex {
	margin:0 -15px;
	float:none!important;
	width:auto;
	clear:both;
	position:relative;
	border-top:1px solid #eeeeee
}
}.head_nav .cy-nav-login a {
	color:#ffffff!important;
	border:none!important;
	background:#ef0934!important
}
.head_nav .btn-outline.btn-default {
	border-color:#eeeeee!important;
	color:#333333!important;
}
@media (max-width:991px) {
	.head_nav .cy-nav .navlist > li {
	margin-left:10px!important
}
.head_nav .cy-nav .nav-shop .navlist > li {
	margin-left:0!important
}
.head_nav .cy-nav .cy-nav-login {
	margin-left:10px
}
}@media (max-width:1199px) {
	.head_nav .cy-nav .nav > li {
	margin:0!important
}
.head_nav .cy-nav .cy-head-user {
	margin-top:20px
}
.head_nav .cy-nav .navbar-nav>li>a {
	padding:0 5px
}
}@media (max-width:767px) {
	.head_nav .cy-nav {
	min-height:60px
}
.head_nav .cy-nav .navbar-toggle,.head_nav .cy-nav .navbar-logo {
	height:60px;
	outline:none
}
body[class*=cy-navfixed] {
	padding-top:60px
}
.head_nav .cy-nav .cy-nav-login {
	height:auto
}
.head_nav .cy-nav .navbar-logo img {
	max-width:130px
}
.head_nav .cy-nav .navlist > li {
	margin-left:0px!important
}
.head_nav .cy-nav .nav > li > a {
	height:auto;
	line-height:28px;
	padding:5px 15px!important
}
.head_nav .cy-nav .dropdown-menu.bullet:before,.head_nav .cy-nav .dropdown-menu.bullet:after {
	display:none
}
.head_nav .cy-nav .dropdown-menu.dropdown-menu.animate,.head_nav .cy-nav .dropdown-menu.animate.overflow-visible .dropdown-menu {
	width:100%
}
.head_nav .cy-nav .dropdown-menu.dropdown-menu.animate > li > a,.head_nav .cy-nav .dropdown-menu.animate.overflow-visible .dropdown-menu > li > a {
	width:100%;
	white-space:normal;
	word-break:break-all
}
.head_nav .cy-nav .dropdown-menu .dropdown-submenu .dropdown-menu > li > a {
	padding-left:40px
}
.head_nav .cy-nav .navbar-logo {
	margin-left:10px!important
}
.head_nav .cy-nav.navbar-fixed-top .navbar-collapse-toolbar {
	max-height:340px;
	overflow-y:auto
}
.head_nav .cy-nav .cy-nav-login,.head_nav .cy-nav .cy-nav-right-shop,.head_nav .cy-nav .cy-head-user {
	margin:12px 0 0!important
}
.head_nav .cy-nav .cy-langlist {
	height:60px;
	float:right;
	margin-right:5px!important
}
.head_nav .cy-nav .cy-langlist .btn {
	padding:6px 10px
}
}.head_nav .search-box {
	position:relative;
	z-index:1
}
.head_nav .search-form form input {
	line-height:20px;
	padding:15px 20px;
	border:none;
	outline:none;
	width:300px;
	color:#ffffff;
	background:#ef0934;
	transition:.3s ease-out;
	-moz-transition:.3s ease-out;
	-ms-transition:.3s ease-out;
	-webkit-transition:.3s ease-out;
	-o-transition:.3s ease-out
}
.head_nav .search-form form input::-webkit-input-placeholder {
	color:#ffffff
}
.head_nav .search-form form input:-moz-placeholder {
	color:#ffffff
}
.head_nav .search-form form input::-moz-placeholder {
	color:#ffffff
}
.head_nav .search-form form input:-ms-input-placeholder {
	color:#ffffff
}
.head_nav .search-form:hover form input {
	background:#ef0934;
	background:#ef0934
}
.head_nav .search-form form button {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	padding:0 10px;
	background:none;
	color:#ffffff;
	border:none;
	cursor:pointer;
	outline:none;
	font-size:16px
}
.head_nav .search-button i {
	font-size:16px;
	color:#333333;
}
@media (min-width:768px) {
	.head_nav .search-button {
	line-height:80px;
	height:80px;
	padding:0 10px;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s
}
.head_nav.scroll .search-button {
	line-height:60px;
	height:60px
}
.head_nav .search-form {
	position:absolute;
	top:100%;
	right:0;
	visibility:hidden;
	opacity:0;
	transform:translateY(30px);
	-moz-transform:translateY(30px);
	-ms-transform:translateY(30px);
	-o-transform:translateY(30px);
	-webkit-transform:translateY(30px);
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s
}
.head_nav .search-box:hover .search-form {
	visibility:visible;
	opacity:1;
	transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transform:translateY(0)
}
.head_nav .search-form form {
	position:relative
}
.head_nav .search-form form:before {
	position:absolute;
	border-style:solid;
	border-width:0 10px 10px 10px;
	border-color:transparent transparent #ef0934 transparent;
	content:'';
	right:10px;
	top:-10px;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s
}
.head_nav .search-form form:before {
	border-color:transparent;
	border-bottom-color:#ef0934;
}
.head_nav .search-form:hover form:before {
	border-bottom-color:#ef0934
}
body.cy-navflex .head_nav .search-box .search-form {
	padding-right:10px;
	top:16px;
	right:100%
}
body.cy-navflex .head_nav .search-box .search-form input {
	padding:15px;
	width:250px
}
body.cy-navflex .head_nav .search-box .search-form form:before {
	border-width:10px 0 10px 10px;
	border-color:transparent transparent transparent #ef0934;
	content:'';
	top:15px;
	right:-10px;
}
body.cy-navflex .head_nav .search-form:hover form:before {
	border-color:transparent;
	border-left-color:#ef0934;
	border-left-color:#ef0934
}
body.cy-navflex .head_nav .search-box .search-form {
	visibility:hiden;
	opacity:0;
	transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transform:translateY(0);
	transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s
}
body.cy-navflex .head_nav .search-box:hover .search-form {
	visibility:visible;
	opacity:1
}
}@media (max-width:1199px) {
	body.cy-navflex .head_nav .search-box .search-form {
	top:15px
}
}@media (max-width:767px) {
	.head_nav .search-box {
	margin:12px 0 0 0
}
.head_nav .search-button {
	display:none
}
.head_nav .search-form form input {
	padding:10px 15px;
	width:100%
}
.head_nav .navbar-toggle {
	padding:22px 15px;
	margin-top:0;
	margin-bottom:0;
	line-height:22px;
	background:0 0!important;
	-webkit-transition:color .25s linear;
	-o-transition:color .25s linear;
	transition:color .25s linear
}
.head_nav .navbar-toggle {
	position:relative;
	float:right;
	border:none;
	border-radius:3px
}
}@media (min-width:768px) {
	.head_nav .visible-xs {
	display:none
}
}.head_nav .dropdown-menu li .icon:first-child,.head_nav .dropdown-menu li>a .icon:first-child {
	width:1em;
	margin-right:.5em;
	text-align:center
}
.head_nav .dropdown-menu {
	border-color:#eeeeee
}
.head_nav .dropdown-menu .divider {
	margin:6px 0
}
.head_nav .dropdown-menu .divider {
	height:1px;
	margin:10px 0;
	overflow:hidden;
	background-color:#e4eaec
}
.head_nav .cy-head-user > li > a {
	padding-top:0;
	padding-bottom:0;
	height:40px;
	line-height:40px
}
.head_nav .cy-head-user .dropdown-menu {
	top:70px;
	margin-top:0
}
.head_nav .cy-nav .cy-langlist .dropdown-menu {
	margin-top:0
}
.head_nav .cy-nav .cy-langlist img {
	position:relative;
	margin-right:2px;
	left:-2px;
	top:-2px
}
@media (min-width:768px) {
	.head_nav .dropdown-menu {
	display:block;
	box-shadow:0 1px 10px rgba(0,0,0,.025);
	visibility:hidden;
	opacity:0;
	min-width:180px;
	padding:0;
	transition:.2s ease-out;
	-moz-transition:.2s ease-out;
	-ms-transition:.2s ease-out;
	-o-transition:.2s ease-out;
	-webkit-transition:.2s ease-out
}
.head_nav .open>.dropdown-menu {
	visibility:visible;
	opacity:1;
	transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transform:translateY(0);
	transition:.3s .2s ease-out;
	-moz-transition:.3s .2s ease-out;
	-ms-transition:.3s .2s ease-out;
	-o-transition:.3s .2s ease-out;
	-webkit-transition:.3s .2s ease-out
}
.head_nav .dropdown-menu[style*='block'] {
	visibility:visible;
	opacity:1;
	transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transform:translateY(0);
	transition:.3s .2s ease-out;
	-moz-transition:.3s .2s ease-out;
	-ms-transition:.3s .2s ease-out;
	-o-transition:.3s .2s ease-out;
	-webkit-transition:.3s .2s ease-out
}
.head_nav .dropdown-menu > li {
	border-bottom:1px solid #eeeeee
}
.head_nav .dropdown-menu > li:last-child {
	border-bottom:none
}
.head_nav .dropdown-menu > li > a {
	line-height:34px
}
.head_nav .cy-nav .navlist .nav-item li a,.head_nav .dropdown-menu > li > a {
	display:block;
	transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0);
	-webkit-transform:translateX(0);
	transition:.25s ease-out;
	-moz-transition:.25s ease-out;
	-ms-transition:.25s ease-out;
	-o-transition:.25s ease-out;
	-webkit-transition:.25s ease-out
}
.head_nav .cy-nav .nav li a.active:before {
	position:absolute;
	height:2px;
	top:0;
	left:0;
	right:0;
	content:'';
	background:#ef0934;
	background:#ef0934;
}
.head_nav .cy-nav .navlist .nav-item li a:hover,.head_nav .dropdown-menu > li > a:hover {
	transform:translateX(10px);
	-moz-transform:translateX(10px);
	-ms-transform:translateX(10px);
	-o-transform:translateX(10px);
	-webkit-transform:translateX(10px)
}
.head_nav .navbar-toggle {
	display:none
}
.head_nav .navbar-nav>li {
	float:left
}
}@media (max-width:1200px) {
	.head_nav .cy-head-user > li > a {
	padding-left:0!important
}
}
/*head_nav end*/

/*banner star*/
.banner {
	background:#ffffff;
	position:relative;
	background-position:top center;
	background-size:cover;
	color:#333333;
}
.banner.bgimg {
	background-image:url()
}
.banner .banner-box {
	width:100%;
	min-height:1px;
	overflow:hidden;
	position:relative;
	line-height:1.45;
	z-index:820;
	background:#ffffff
}
.banner .banner-wrapper {
	width:10000%;
	overflow:hidden;
	display:block
}
.banner .banner-wrapper:after {
	display:block;
	clear:both;
	content:''
}
.banner .banner-slide {
	width:1%;
	float:left;
	position:relative
}
.banner .banner-slide>a {
	display:block
}
.banner .banner-slide dl {
	position:absolute;
	z-index:2;
	left:0;
	right:0;
	top:50%;
	text-align:center;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%)
}
.banner .banner-slide dl.H0 {
	text-align:left
}
.banner .banner-slide dl.H1 {
	text-align:right
}
.banner .banner-slide dl.H2 {
	top:0;
	transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none
}
.banner .banner-slide dl.H3 {
	top:auto;
	bottom:0;
	transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none
}
.banner .banner-slide dl.H4 {
	}.banner .banner-slide dl>dd {
	position:relative;
	padding-top:30px;
	padding-bottom:30px;
	margin:0 auto
}
.banner .banner-slide dl>dd>h3 {
	display:block;
	margin:0;
	text-shadow:0 0 3px rgba(0,0,0,.1);
	font-size:48px;
	font-size:24px;
	color:#333333;
	color:#ffffff;
	transform:translateY(-40px);
	-moz-transform:translateY(-40px);
	-ms-transform:translateY(-40px);
	-o-transform:translateY(-40px);
	-webkit-transform:translateY(-40px);
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.banner .banner-slide dl>dd>p {
	display:block;
	margin:0;
	font-size:18px;
	font-size:20px;
	text-shadow:0 0 3px rgba(0,0,0,.1);
	transform:translateY(40px);
	-moz-transform:translateY(40px);
	-ms-transform:translateY(40px);
	-o-transform:translateY(40px);
	-webkit-transform:translateY(40px);
	color:#333333;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.banner .banner-slide dl>dd>h3,.banner .banner-slide dl>dd>p {
	transition:transform .5s .4s,opacity .5s .4s;
	-moz-transition:transform .5s .4s,opacity .5s .4s;
	-ms-transition:transform .5s .4s,opacity .5s .4s;
	-o-transition:transform .5s .4s,opacity .5s .4s;
	-webkit-transition:transform .5s .4s,opacity .5s .4s;
	opacity:0
}
.banner .banner-slide a:hover dl>dd>h3:hover,.banner .banner-slide a:hover dl>dd>p:hover {
	color:#ef0934;
}
.banner .banner-slide dl>dd>h3+p {
	margin-top:15px
}
.banner .banner-slide.swiper-slide-active dl>dd>h3,.banner .banner-slide.swiper-slide-active dl>dd>p {
	transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity:1
}
.banner .banner-slide ul {
	overflow:hidden;
	width:100%;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	z-index:1
}
.banner .banner-slide ul>li {
	width:100%;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	background:center no-repeat;
	background-size:cover
}
.banner .banner-slide ul>li.height {
	width:4000px;
	left:-2000px;
	margin-left:50%
}
.banner .banner-slide ul>li.pc {
	display:block
}
.banner .banner-slide ul>li.pad {
	display:none
}
.banner .banner-slide ul>li.phone {
	display:none
}
.banner .banner-slide ul>li>img {
	display:block;
	margin:0 auto;
	min-height:1px;
	max-width:100%
}
.banner .banner-slide ul>li.fullheight {
	overflow:hidden
}
.banner .banner-slide ul>li.fullheight>img {
	width:100%;
	opacity:0
}
.banner.full .banner-box,.banner.full .banner-wrapper,.banner.full .banner-slide,.banner.full .banner-slide a,.banner.full .banner-slide ul,.banner.full .banner-slide li {
	height:100%
}
@media(min-width:1920px) {
	.banner .banner-slide ul>li>img {
	width:100vw
}
}@media(max-width:1200px) {
	.banner .banner-slide ul>li.pc {
	display:none
}
.banner .banner-slide ul>li.pad {
	display:block
}
.banner .banner-slide ul>li.phone {
	display:none
}
.banner .banner-slide dl>dd>h3+p {
	margin-top:10px
}
}@media(max-width:767px) {
	.banner .banner-slide ul>li.pc {
	display:none
}
.banner .banner-slide ul>li.pad {
	display:none
}
.banner .banner-slide ul>li.phone {
	display:block
}
.banner .banner-slide dl>dd>h3+p {
	margin-top:5px
}
}.banner .banner-pagination {
	position:absolute;
	z-index:2;
	height:8px;
	line-height:8px;
	font-size:0;
	opacity:.6;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s;
	bottom:5%;
	left:0;
	right:0;
	text-align:center
}
.banner .banner-box:hover .banner-pagination {
	opacity:1
}
.banner .banner-pagination i {
	background:#ffffff;
	opacity:1;
	top:0;
	width:25px;
	height:4px;
	border-radius:5px;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.banner .banner-pagination i.swiper-pagination-bullet-active {
	background:#ef0934;
}
.banner .banner-pagination i:hover {
	background:#333333;
	background:#ffffff
}
.banner .banner-controls {
	position:absolute;
	top:50%;
	margin-top:-20px;
	text-align:center;
	z-index:3;
	width:40px;
	height:40px;
	line-height:40px;
	opacity:.3;
	transition:opacity .3s;
	-moz-transition:opacity .3s;
	-ms-transition:opacity .3s;
	-o-transition:opacity .3s;
	-webkit-transition:opacity .3s
}
.banner .banner-box:hover .banner-controls {
	opacity:.9
}
.banner .banner-controls i {
	display:block;
	position:relative;
	z-index:2;
	width:100%;
	height:100%;
	border-radius:50px;
	cursor:pointer;
	font-size:16px;
	line-height:inherit;
	color:#ffffff;
	background:#000000;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.banner .banner-controls i:hover {
	background:#ef0934;
}
.banner .banner-controls.left {
	left:5%
}
.banner .banner-controls.right {
	right:5%
}
.banner.full-height .banner-box {
	height:100%
}
.banner.full-height .banner-wrapper {
	height:100%
}
.banner.full-height .banner-slide {
	height:100%
}
.banner.full-height .banner-slide ul {
	height:100%
}
.banner.full-height .banner-slide ul>li {
	height:100%
}
@media(max-width:1600px) {
	.banner .banner-slide dl>dd>h3 {
	font-size:46px;
	font-size:24px
}
}@media(max-width:1440px) {
	.banner .banner-slide dl>dd>h3 {
	font-size:44px;
	font-size:24px
}
.banner .banner-slide dl>dd>p {
	font-size:17px;
	font-size:20px
}
}@media(max-width:1200px) {
	.banner .banner-slide ul>li.pc {
	display:none
}
.banner .banner-slide ul>li.pad {
	display:block
}
.banner .banner-slide ul>li.phone {
	display:none
}
.banner .banner-controls {
	display:none
}
.banner .banner-slide dl>dd>h3 {
	font-size:34px;
	font-size:18px
}
.banner .banner-slide dl>dd>p {
	font-size:16px;
	font-size:16px
}
.banner .banner-slide dl>dd>h3+p {
	margin-top:10px
}
}@media(max-width:992px) {
	.banner .banner-slide dl>dd>h3 {
	font-size:32px;
	font-size:18px
}
}@media(max-width:767px) {
	.banner .banner-slide ul>li.pc {
	display:none
}
.banner .banner-slide ul>li.pad {
	display:none
}
.banner .banner-slide ul>li.phone {
	display:block
}
.banner .banner-slide dl>dd>h3 {
	font-size:28px;
	font-size:16px
}
.banner .banner-slide dl>dd>p {
	font-size:14px;
	font-size:14px
}
.banner .banner-slide dl>dd>h3+p {
	margin-top:5px
}
.banner .banner-pagination {
	bottom:10px
}
}@media(max-width:480px) {
	.banner .banner-slide dl>dd>h3 {
	font-size:24px;
	font-size:16px
}
}
/*banner end*/

/*foot_info star*/
.foot_info {
	background:#17171a;
	position:relative;
	background-position:top center;
	background-size:cover;
	display:block;
	width:100%;
	border:none;
	padding:25px 40px;
	color:#333333;
	color:#888888;
	text-align:center
}
.foot_info p {
	margin-bottom:0
}
@media (max-width:1199px) {
	.foot_info {
	padding:20px 30px
}
}@media (max-width:767px) {
	.foot_info {
	padding:15px
}
}.foot_info:after {
	display:block;
	clear:both;
	content:''
}
.foot_info a {
	color:#333333;
	color:#858585;
	transition:color .3s;
	-moz-transition:color .3s;
	-ms-transition:color .3s;
	-o-transition:color .3s;
	-webkit-transition:color .3s
}
.foot_info a:hover {
	color:#ef0934;
	color:#ffffff
}
.foot_info.lr .foot-left {
	float:left;
	text-align:left
}
.foot_info .foot-nav {
	margin-bottom:5px
}
.foot_info .foot-nav:after {
	display:block;
	clear:both;
	content:''
}
.foot_info .foot-nav a {
	display:inline-block
}
.foot_info .foot-nav a:after {
	content:'/';
	color:#333333;
	color:#858585;
	opacity:.3;
	display:inline-block;
	margin:0 5px 0 10px
}
.foot_info .foot-nav a:last-child:after {
	display:none
}
.foot_info.lr .foot-right {
	float:right;
	text-align:right
}
.foot_info .foot-text {
	margin-bottom:5px
}
.foot_info .foot-text u {
	text-decoration:none;
	opacity:.75
}
.foot_info .text-link {
	}.foot_info .text-link:after {
	display:block;
	clear:both;
	content:''
}
.foot_info .text-link ul {
	display:block;
	list-style:none;
	padding:0;
	margin:0
}
.foot_info .text-link ul li {
	display:inline-block;
	list-style:none;
	padding:0 0 0 10px;
	margin:0
}
.foot_info .text-link ul li:first-child {
	padding:0
}
.foot_info .text-link ul li a {
	}.foot_info .text-link ul li a:before {
	display:inline-block;
	content:'';
	width:5px;
	height:5px;
	border-radius:2px;
	transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
	background:#ef0934;
	background:#ffffff;
	position:relative;
	top:-3px;
	margin-right:10px
}
.foot_info .text-link ul li a img {
	display:inline-block;
	max-height:45px;
	margin:7.5px 0
}
.foot_info .foot-lang {
	line-height:30px;
	margin:5px 0
}
.foot_info .foot-lang a {
	color:#333333;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.foot_info .foot-lang a:hover {
	background:#ef0934;
	background:#ffffff
}
.foot_info .foot-lang a.simplified {
	display:inline-block;
	width:36px;
	height:36px;
	line-height:36px;
	border-radius:99px;
	text-align:center
}
.foot_info .foot-lang a.simplified i {
	font-style:normal
}
.foot_info .foot-lang a.lang {
	display:inline-block;
	padding:0 10px;
	line-height:30px;
	margin:3px 0
}
.foot_info .foot-lang a.simplified + a.lang {
	margin-left:8px
}
.foot_info .foot-lang a.lang b {
	font-weight:normal
}
@media (max-width:992px) and (min-width:768px),(max-width:767px) {
	.foot_info .foot-left {
	float:none;
	text-align:center
}
.foot_info .foot-nav {
	margin-bottom:0px
}
.foot_info .foot-right {
	float:none;
	text-align:center
}
.foot_info .foot-text {
	margin-bottom:0px
}
}.foot_info .hasbottom {
	height:60px;
	clear:both;
	display:none
}
.foot_info .hasbottom.iskeshi {
	display:block
}
.foot_info_bottom {
	overflow:hidden;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
	width:100%;
	line-height:1.65
}
.foot_info_bottom a.item {
	color:#ffffff;
	padding:5px 0;
	display:inline-block;
	font-size: 12px;
}
.foot_info_bottom a.item i {
	font-size:16px;
	display:block
}
.foot_info_bottom a.item span {
	color:#ffffff;
	font-size:14px
}
.foot_info_bottom {
	display:none
}
.foot_info_bottom.iskeshi {
	display:block
}
.foot_info_bottom .main {
	display:flex
}
.foot_info_bottom .main>div {
	flex:1
}
@media (max-width:767px) {
	.foot_info .hasbottom {
	display:block
}
.foot_info_bottom {
	display:block
}
/*foot_info end*/

/*back_top star*/
}.back_top {
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	border:none;
	cursor:pointer;
	border-radius:3px;
	outline:none;
	background:#F00;
	background:#333333;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s;
	z-index:999;
	visibility:hidden;
	opacity:0;
	box-shadow:2px 0 8px rgba(0,0,0,.25)
}
.back_top.active {
	visibility:visible;
	opacity:.85
}
.back_top.active:hover {
	opacity:1;
	background:#ef0934;
}
.back_top:before {
	display:inline-block;
	border-width:0 8px 13px 8px;
	border-style:solid;
	border-color:transparent;
	border-bottom-color:#333333;
	border-bottom-color:#ffffff;
	content:''
}
/*back_top end*/

/*subcolumn_nav star*/
.subcolumn_nav {
	position:relative;
	z-index:996;
	background-position:top center;
	background-size:cover;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:transparent;
}
.subcolumn_nav .column-nav {
	display:block;
	overflow:hidden;
	position:relative;
	margin:0 auto
}
.subcolumn_nav .column-nav ol {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	width:3999px
}
.subcolumn_nav .column-nav ol:after {
	display:block;
	clear:both;
	content:''
}
.subcolumn_nav .column-nav ol li {
	float:left;
	margin:0;
	display:block;
	padding:0;
	list-style:none;
	border-radius:3px;
	position:relative
}
.subcolumn_nav .column-nav ol li.navs a:after {
	display:inline-block;
	content:'';
	border-color:transparent;
	border-style:solid;
	opacity:.95;
	border-top-color:#333333;
	border-width:5px 4px 0 4px;
	margin-left:4px;
	position:relative;
	top:-2px
}
.subcolumn_nav .column-nav ol li.navs.not a:after {
	display:none
}
.subcolumn_nav .column-nav ol li a {
	padding:7px 14px;
	font-size:14px;
	display:block;
	cursor:pointer;
	color:#333333;
	transition:.2s;
	-moz-transition:.2s;
	-ms-transition:.2s;
	-o-transition:.2s;
	-webkit-transition:.2s
}
.subcolumn_nav .column-nav ol li.active a {
	color:#ef0934;
}
.subcolumn_nav .column-nav ol li.navs.active a:after {
	border-top-color:#ef0934;
}
.subcolumn_nav .column-hover {
	position:relative
}
.subcolumn_nav .column-hover ul {
	display:block;
	list-style:none;
	margin:0;
	padding:10px 0 10px 0;
	position:absolute;
	top:0;
	transition:.2s;
	-moz-transition:.2s;
	-ms-transition:.2s;
	-o-transition:.2s;
	-webkit-transition:.2s;
	border:1px solid #eeeeee;
	box-shadow:0 4px 8px rgba(0,0,0,.05);
	background:#ffffff;
	visibility:hidden;
	opacity:0;
	position:absolute;
	display:none
}
.subcolumn_nav .column-hover ul:after {
	content:'';
	width:12px;
	height:12px;
	border:1px solid #eeeeee;
	border-right:0;
	border-bottom:0;
	background:#ffffff;
	position:absolute;
	top:-7px;
	left:50%;
	margin-left:-7px;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	display:none
}
.subcolumn_nav .column-hover ul.active {
	visibility:visible;
	opacity:1
}
.subcolumn_nav .column-hover ul.has,.subcolumn_nav .column-hover ul.has:after {
	display:block
}
.subcolumn_nav .column-hover ul li {
	display:block;
	list-style:none;
	margin:0;
	padding:0
}
.subcolumn_nav .column-hover ul li a {
	display:block;
	padding:0 20px;
	line-height:35px;
	font-size:14px;
	color:#333333;
	color:#333333
}
.subcolumn_nav .column-hover ul li.active a {
	color:#ef0934;
}
.subcolumn_nav .column-hover ul li a:hover {
	background:#ef0934;
	color:#ffffff
}
@media(min-width:1200px) {
	.subcolumn_nav .column-hover li.all {
	display:none
}
.subcolumn_nav .column-nav ul li a {
	font-size:15px
}
.subcolumn_nav .column-nav ol li a {
	padding:18px;
	font-size:15px
}
.subcolumn_nav .column-nav ol li:first-child a {
	padding-left:0
}
}
/*subcolumn_nav end*/

/*para_search star*/
.para_search_cy_16_1_66 {
	padding:30px 0px
}
@media (max-width:992px) {
	.para_search_cy_16_1_66 {
	padding:20px 0px
}
}.para_search_cy_16_1_66 .btn-outline.btn-primary {
	color:#ef0934;
	border-color:#ef0934;
}
.para_search_cy_16_1_66 .btn-outline.btn-primary.active,.btn-outline.btn-primary:active,.btn-outline.btn-primary:focus,.btn-outline.btn-primary:hover,.open>.btn-outline.btn-primary.dropdown-toggle {
	background-color:#ef0934;
	color:#fff !important;
}
.para_search_cy_16_1_66 .order a {
	color:#333333;
	font-size:14px;
	background:#fff;
	border-radius:2px
}
.para_search_cy_16_1_66 .order a:hover {
	color:#ef0934;
}
.para_search_cy_16_1_66 .pricetxt {
	color:#333333;
}
.para_search_cy_16_1_66 .price_num {
	border-color:#e4eaec
}
.para_search_cy_16_1_66 .pricesearch {
	border-color:#f96868;
	background-color:#f96868;
	color:#ffffff
}
.para_search_cy_16_1_66 .pricesearch:hover {
	opacity:0.8
}
.para_search_cy_16_1_66 .type-order {
	border-top:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4
}
.para_search_cy_16_1_66 .type-order>div {
	background:#e5e5e5;
	border-bottom:1px solid #ededed
}
.para_search_cy_16_1_66 .type-order ul {
	background:#fafafa
}
.para_search_cy_16_1_66 .type-order ul {
	padding:0;
	margin:0;
	background:#fafafa
}
.para_search_cy_16_1_66 .type-order ul li {
	height:40px;
	line-height:40px
}
.para_search_cy_16_1_66 .type-order .attr-name {
	height:40px;
	line-height:40px;
	white-space:nowrap;
	position:relative;
	overflow:hidden
}
.para_search_cy_16_1_66 .type-order .attr-value a {
	color:#333333;
}
.para_search_cy_16_1_66 .type-order .attr-value a:hover,.para_search_cy_16_1_66 .type-order ul li.para_select_option a {
	color:#ef0934;
}
@media (max-width:480px) {
	.para_search_cy_16_1_66 .pricesearch {
	}
}
@media (max-width:767px) {
	.para_search_cy_16_1_66 {
	padding:10px 0px
}
.para_search_cy_16_1_66 .order .order-list {
	margin-bottom:13px
}
.para_search_cy_16_1_66 .w-100 {
	width:70px !important
}
}
/*para_search end*/

/*product_list*/

.TabList {
	text-align: left;
    white-space: nowrap;
    overflow: auto;
	padding: 0 35px;
    -webkit-overflow-scrolling: touch;
}
.TabList__Item {
    position: relative;
    color: #fff;
    opacity: .5;
    font-family: poppins-regular;
    line-height: 38px;
    font-size: 14px;
	background: none;
    border: 0;
}
.TabList__Item.is-active {
    color: #fff;
    opacity: 1;
}
.TabList__Item::after {
    position: relative;
    display: block;
    content: '';
    bottom: 7px;
    left: 0;
    height: 1px;
    width: 0;
    background: #fff;
    -webkit-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
}
.TabList__Item.is-active::after {
    width: calc(100% - 0.2em);
}

.product_list {
	position:relative;
	background-position:top center;
	background-size:cover;
	text-align:center;
	padding:40px 0;
	background: #f8f8f8;
}
@media(max-width:1199px) {
	.product_list {
	padding:20px 0
}
.TabList{
	padding: 0;
}
}
@media(min-width:768px) {
	.hidden-768{
		display: none!important;
	}

}
@media(max-width:767px) {
	.product_list {
	padding:5px 0
}
.hidden-767{
	display: none!important;
}

}

.product_list .title-box {
	text-align:center
}
.product_list .title-box h3 {
	font-size:26px;
	color:#333333;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s
}
.product_list .title-box p {
	display:block;
	margin-bottom:30px;
	color:#333333;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s
}
.product_list .title-box h3:hover {
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transform:translateX(5px);
	-moz-transform:translateX(5px);
	-ms-transform:translateX(5px);
	-o-transform:translateX(5px);
	-webkit-transform:translateX(5px)
}
.product_list .title-box p:hover {
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transform:translateX(5px);
	-moz-transform:translateX(5px);
	-ms-transform:translateX(5px);
	-o-transform:translateX(5px);
	-webkit-transform:translateX(5px)
}
.product_list .picture-box {
	/*padding:0 0 40px 0;*/
	text-align:left
}
.product_list .picture-box .container {
	position:relative
}
.product_list .picture-list a {
	display:block;
	padding: 8px;
	background: #fff;
}
.product_list .picture-list a p {
	display:block;
	position:relative;
	overflow:hidden
}
.product_list .picture-list a p b {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0);
	transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	-o-transition:.8s;
	z-index:9
}
.product_list .picture-list a p i {
	font-size:18px;
	color:#ffffff;
	position:absolute;
	background:#ef0934;
	z-index:8;
	left:50%;
	top:-50%;
	width:50px;
	height:50px;
	border-radius:50%;
	line-height:50px;
	margin:-25px 0 0 -25px;
	transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	-o-transition:.8s;
	z-index:10
}
.product_list .picture-list a p i:hover {
	
}
.product_list .picture-list a p img {
	width:100%;
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s
}
.product_list .picture-list a strong {
	display:block;
	text-align:center;
	font-size:16px;
	color:#cc0000;
	font-weight:normal;
	transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	-o-transition:.6s
}
.product_list .picture-list span {
    display: block;
    text-align: left;
    /* font-size: 16px; */
    color: #333333;
    /* margin-top: 15px; */
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    -o-transition: .6s;
}
.product_list .picture-list span.title {
    font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.product_list .picture-list span:first-of-type {
    height: 46px;
}
.product_list .picture-list li {
	margin: 0;
	padding: 5px;
	
}
.product_list .picture-list li:hover {
	background:rgba(17, 17, 17, 0.025);
	
}
.product_list .picture-list a:hover span {
	transform:translateX(5px);
	-moz-transform:translateX(5px);
	-ms-transform:translateX(5px);
	-o-transform:translateX(5px);
	-webkit-transform:translateX(5px)
}
.product_list .picture-list a:hover p b {
	/*background:rgba(17, 17, 17, 0.025);*/
	transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	-o-transition:.8s
}
.product_list .picture-list a:hover p i {
	top:50%;
	transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	-o-transition:.8s
}
.product_list .picture-list a:hover p img {
	width:100%;
	transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s
}
@media (min-width:1600px) {
	.product_list .picture-list {
	width:96%;
	margin:0 auto;
}
}
.product_list .cy_pager {
	margin:30px 0;
	text-align:center
}
.product_list .cy_pager .PageText,.product_list .cy_pager input {
	display:none
}
.product_list .cy_pager a,.product_list .cy_pager span {
	display:inline-block;
	padding:0 10px;
	margin:1px;
	font-size:16px;
	min-width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#f8f8f8;
	color:#333333;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.product_list .cy_pager span {
	cursor:no-drop
}
.product_list .cy_pager a:hover,.product_list .cy_pager a.Ahover,.product_list .cy_pager span:hover {
	
	color:#333
}

/*product_list_page star*/
.product_list_page_cy_m1156_4_11 {
	background:#f8f8f8;
	position:relative;
	background-position:top center;
	background-size:100% auto;
	word-break:break-word;
	overflow:hidden;
	color:#333333;
}
.product_list_page_cy_m1156_4_11 a {
	color:#333333;
}
.product_list_page_cy_m1156_4_11 a:focus,.product_list_page_cy_m1156_4_11 a:hover {
	color:#ef0934;
}
.product_list_page_cy_m1156_4_11 .h1,.product_list_page_cy_m1156_4_11 .h2,.product_list_page_cy_m1156_4_11 .h3,.product_list_page_cy_m1156_4_11 .h4,.product_list_page_cy_m1156_4_11 .h5,.product_list_page_cy_m1156_4_11 .h6,.product_list_page_cy_m1156_4_11 h1,.product_list_page_cy_m1156_4_11 h2,.product_list_page_cy_m1156_4_11 h3,.product_list_page_cy_m1156_4_11 h4,.product_list_page_cy_m1156_4_11 h5,.product_list_page_cy_m1156_4_11 h6 {
	color:#333333;
}
.product_list_page_cy_m1156_4_11 *.price {
	color:#f96868 !important;
	margin:0
}
.product_list_page_cy_m1156_4_11 .host-cut {
	padding:30px 0;
	margin:0 -7px
}
@media(max-width:1199px) {
	.product_list_page_cy_m1156_4_11 .host-cut {
	padding:20px 0
}
}@media(max-width:767px) {
	.product_list_page_cy_m1156_4_11 .host-cut {
	padding:10px 0
}
}.product_list_page_cy_m1156_4_11 .host-cut ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0
}
.product_list_page_cy_m1156_4_11 .host-cut li {
	display:block;
	list-style:none;
	margin:0;
	padding:0
}
.product_list_page_cy_m1156_4_11 .host-cut li a {
	transition:transform .5s,box-shadow .5s;
	-moz-transition:transform .5s,box-shadow .5s;
	-ms-transition:transform .5s,box-shadow .5s;
	-o-transition:transform .5s,box-shadow .5s;
	-webkit-transition:transform .5s,box-shadow .5s
}
.product_list_page_cy_m1156_4_11 .host-cut li a:hover {
	transform:translateY(-3px);
	-moz-transform:translateY(-3px);
	-webkit-transform:translateY(-3px);
	-ms-transform:translateY(-3px);
	-o-transform:translateY(-3px);
	box-shadow:0 4px 10px rgba(0,0,0,.15)
}
.product_list_page_cy_m1156_4_11 .host-cut:after {
	display:block;
	content:'';
	clear:both
}
.product_list_page_cy_m1156_4_11 .host-list {
	padding:7px 0;
	line-height:1.5;
	overflow:hidden;
	display:none
}
.product_list_page_cy_m1156_4_11 .host-list.active {
	display:block
}
.product_list_page_cy_m1156_4_11 .host-list ul {
	text-align:center;
	width:100%;
	display:block;
	list-style:none;
	margin:0;
	padding:0
}
.product_list_page_cy_m1156_4_11 .host-list ul:after {
	display:block;
	clear:both;
	content:''
}
.product_list_page_cy_m1156_4_11 .host-list ul li {
	float:left;
	padding:7px;
	margin:0 !important
}
.product_list_page_cy_m1156_4_11 .host-list ul li a {
	display:block;
	padding:0 14px;
	overflow:hidden;
	background:#ffffff;
	position:relative
}
.product_list_page_cy_m1156_4_11 .host-list ul li a img {
	display:block;
	margin:34px auto 18px auto;
	max-width:100%
}
@media(max-width:767px) {
	.product_list_page_cy_m1156_4_11 .host-list ul li a img {
	margin:18px auto
}
}.product_list_page_cy_m1156_4_11 .host-list ul li a span {
	display:block;
	position:relative
}
.product_list_page_cy_m1156_4_11 .host-list ul li a span.price {
	top:15px
}
.product_list_page_cy_m1156_4_11 .host-list ul li a b {
	display:block;
	color:#333333;
	font-weight:normal;
	font-size:15px;
	max-height:22px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.product_list_page_cy_m1156_4_11 .host-list ul li a i {
	display:block;
	color:#333333;
	font-style:normal;
	font-size:12px;
	padding:2px 0 5px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.product_list_page_cy_m1156_4_11 .host-list ul li a i em {
	font-style:normal
}
.product_list_page_cy_m1156_4_11 .host-list ul li a i em:after {
	content:'、'
}
.product_list_page_cy_m1156_4_11 .host-list ul li a i em:last-child:after {
	display:none
}
.product_list_page_cy_m1156_4_11 .host-list ul li a p {
	display:block;
	margin:4px 0 14px 0
}
.product_list_page_cy_m1156_4_11 .host-list ul li a dl {
	display:block;
	margin-bottom:38px;
	font-size:0
}
.product_list_page_cy_m1156_4_11 .host-list ul li a dl dd {
	border:1px solid #eeeeee;
	margin:0 4px;
	width:34px;
	height:34px !important;
	display:inline-block;
	background:center no-repeat
}
.product_list_page_cy_m1156_4_11 .host-list ul li a dl dd.active {
	border-color:#ef0934;
}
@media(max-width:767px) {
	.product_list_page_cy_m1156_4_11 .host-list ul li a dl {
	margin-bottom:18px
}
}.product_list_page_cy_m1156_4_11 .host-list ul li a.more {
	text-align:left
}
.product_list_page_cy_m1156_4_11 .host-list ul li a.more img {
	float:right;
	width:50%;
	margin:25px 0 26px 0;
	opacity:0
}
.product_list_page_cy_m1156_4_11 .host-cut.tags .host-list ul li a.more img {
	margin:32px 0
}
.product_list_page_cy_m1156_4_11 .host-list ul li a.more span {
	width:50%;
	float:left
}
.product_list_page_cy_m1156_4_11 .host-list ul li a.more i {
	width:50px;
	height:50px;
	line-height:40px;
	position:absolute;
	right:28px;
	top:50%;
	margin-top:-25px;
	border-width:3px;
	border-style:solid;
	border-color:#ef0934;
	color:#ef0934;
	border-radius:50%;
	font-size:25px;
	text-align:center
}
.product_list_page_cy_m1156_4_11 .host-list ul li a.more b {
	font-size:18px
}
.product_list_page_cy_m1156_4_11 .host-list ul li a.more p {
	color:#333333;
	margin:5px 0 0 0
}
.product_list_page_cy_m1156_4_11 .host-list ul li a.more span {
	width:50%;
	position:absolute;
	top:50%;
	left:0;
	padding-left:24px;
	margin-top:-24px
}
@media(max-width:1599px) {
	.product_list_page_cy_m1156_4_11 .host-list ul li:nth-child(8) a span,.product_list_page_cy_m1156_4_11 .host-list ul li:nth-child(9) a span {
	padding-left:18px
}
}.product_list_page_cy_m1156_4_11 .widget {
	position:relative;
	margin-bottom:30px;
	background-color:#ffffff
}
.product_list_page_cy_m1156_4_11 .widget .cover {
	width:100%
}
[class*="blocks-"] > li > .widget {
	margin-bottom:0;
	padding: 10px;
}
.product_list_page_cy_m1156_4_11 .widget-shadow {
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
	box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.product_list_page_cy_m1156_4_11 .widget {
	border-radius:3px
}
.product_list_page_cy_m1156_4_11 .widget .widget-header {
	border-radius:0;
	margin:0
}
.product_list_page_cy_m1156_4_11 .widget .widget-header:last-child {
	border-radius:inherit
}
.product_list_page_cy_m1156_4_11 .widget .widget-body:last-child {
	border-radius:0 0 3px 3px
}
.product_list_page_cy_m1156_4_11 .widget .widget-body:last-child .widget-body-footer {
	border-radius:0 0 3px 3px
}
.product_list_page_cy_m1156_4_11 .widget .widget-footer {
	border-radius:0 0 3px 3px
}
.product_list_page_cy_m1156_4_11 .widget .widget-footer:first-child {
	border-radiu:inherit
}
.product_list_page_cy_m1156_4_11 .widget-body {
	position:relative;
	padding:25px 20px
}
.product_list_page_cy_m1156_4_11 .widget-body-footer {
	margin-top:30px
}
.product_list_page_cy_m1156_4_11 .widget-body-footer:before,.widget-body-footer:after {
	display:table;
	content:" "
}
.product_list_page_cy_m1156_4_11 .widget-body-footer:after {
	clear:both
}
.product_list_page_cy_m1156_4_11 .widget-content ul {
	padding:0;
	margin:0
}
.product_list_page_cy_m1156_4_11 .widget-content li {
	list-style:none;
	font-size: 14px;
}
.product_list_page_cy_m1156_4_11 .widget-title {
	margin-top:0
}
.product_list_page_cy_m1156_4_11 .widget-title.capitalize {
	text-transform:capitalize
}
.product_list_page_cy_m1156_4_11 div.widget-title {
	font-size:22px
}
.product_list_page_cy_m1156_4_11 .overlay-panel .widget-title {
	}.product_list_page_cy_m1156_4_11 .widget > .widget-title {
		font-weight: bold;
}
.product_list_page_cy_m1156_4_11 .widget-metas {
	font-size:12px
}
.product_list_page_cy_m1156_4_11 .widget-metas.type-link > a {
	position:relative;
	display:inline-block;
	padding:3px 5px
}
.product_list_page_cy_m1156_4_11 .widget-metas.type-link > a:first-child {
	padding-left:0
}
.product_list_page_cy_m1156_4_11 .widget-metas.type-link > a:hover {
	}.product_list_page_cy_m1156_4_11 .widget-metas.type-link > a + a:before {
	position:absolute;
	top:10px;
	left:-2px;
	width:3px;
	height:3px;
	content:'';
	background-color:#a3afb7;
	border-radius:50%
}
.product_list_page_cy_m1156_4_11 .overlay-background .widget-time {
	color:#fff;
	opacity:.8
}
.product_list_page_cy_m1156_4_11 .widget-category {
	font-size:16px
}
.product_list_page_cy_m1156_4_11 .widget-actions {
	margin-top:10px;
	text-align:right
}
.product_list_page_cy_m1156_4_11 .widget-actions a {
	display:inline-block;
	margin-right:10px;
	vertical-align:middle
}
.product_list_page_cy_m1156_4_11 .widget-actions a.icon,.widget-actions a .icon {
	text-decoration:none
}
.product_list_page_cy_m1156_4_11 .widget-actions a.icon + span,.widget-actions a .icon + span {
	margin-left:2px
}
.product_list_page_cy_m1156_4_11 .widget-actions a.active,.widget-actions a:hover,.widget-actions a:focus {
	color:#ccd5db;
	text-decoration:none
}
.product_list_page_cy_m1156_4_11 .widget-actions a:last-child {
	margin-right:0
}
.product_list_page_cy_m1156_4_11 .widget-actions-sidebar {
	position:absolute;
	top:20px;
	left:20px;
	width:60px
}
.product_list_page_cy_m1156_4_11 .widget-actions-sidebar a {
	display:inline-block;
	width:100%;
	height:60px;
	margin-right:0;
	text-align:center;
	border-right:1px solid #e4eaec
}
.product_list_page_cy_m1156_4_11 .widget-actions-sidebar a:before {
	display:inline-block;
	height:100%;
	vertical-align:middle;
	content:''
}
.product_list_page_cy_m1156_4_11 .widget-actions-sidebar a + a {
	border-top:1px solid #e4eaec
}
.product_list_page_cy_m1156_4_11 .widget-actions-sidebar + .widget-content {
	margin-left:80px
}
.product_list_page_cy_m1156_4_11 .widget-watermark {
	position:absolute;
	right:0;
	bottom:0;
	line-height:1;
	opacity:.1
}
.product_list_page_cy_m1156_4_11 .widget-watermark.darker {
	color:black
}
.product_list_page_cy_m1156_4_11 .widget-watermark.lighter {
	color:white
}
.product_list_page_cy_m1156_4_11 .widget-divider:after {
	display:block;
	width:20px;
	height:2px;
	margin:15px auto;
	content:"";
	background-color:#fff
}
.product_list_page_cy_m1156_4_11 .widget-left {
	position:absolute;
	top:0;
	left:0;
	width:40%;
	height:100%
}
.product_list_page_cy_m1156_4_11 .widget-left + .widget-body {
	width:60%;
	margin-left:40%
}
@media (max-width:767px) {
	.product_list_page_cy_m1156_4_11 .widget-left {
	position:relative;
	width:100%;
	height:320px
}
.product_list_page_cy_m1156_4_11 .widget-left + .widget-body {
	width:100%;
	margin-left:0
}
}.product_list_page_cy_m1156_4_11 .case-box {
	overflow:hidden;
	width:1260px;
	margin:50px auto 0 auto
}
.product_list_page_cy_m1156_4_11 .case-cut {
	display:block;
	list-style:none;
	margin:0 auto;
	padding:0;
	width:6999px
}
.product_list_page_cy_m1156_4_11 .case-cut:after {
	content:'';
	display:table;
	clear:both
}
.product_list_page_cy_m1156_4_11 .case-bin {
	display:block;
	list-style:none;
	margin:0 20px 0 0;
	padding:0;
	float:left;
	width:320px;
	background:#f8f8f8;
	background:#ffffff;
	position:relative
}
.product_list_page_cy_m1156_4_11 .case-bin a {
	display:block
}
.product_list_page_cy_m1156_4_11 .case-bin font {
	display:block;
	position:relative;
	overflow:hidden
}
.product_list_page_cy_m1156_4_11 .case-bin font:before {
	width:15px;
	height:1px;
	margin-left:-7px;
	background:#ffffff;
	content:'';
	display:block;
	transition:.1s .2s ease-in-out;
	-moz-transition:.1s .2s ease-in-out;
	-ms-transition:.1s .2s ease-in-out;
	-o-transition:.1s .2s ease-in-out;
	-webkit-transition:.1s .2s ease-in-out;
	top:50%;
	left:50%;
	position:absolute;
	z-index:10;
	opacity:0
}
.product_list_page_cy_m1156_4_11 .case-bin font:after {
	width:1px;
	height:15px;
	margin-top:-7px;
	background:#ffffff;
	content:'';
	display:block;
	transition:.1s .2s ease-in-out;
	-moz-transition:.1s .2s ease-in-out;
	-ms-transition:.1s .2s ease-in-out;
	-o-transition:.1s .2s ease-in-out;
	-webkit-transition:.1s .2s ease-in-out;
	top:50%;
	left:50%;
	position:absolute;
	z-index:10;
	opacity:0
}
.product_list_page_cy_m1156_4_11 .case-bin a:hover font:before {
	opacity:1
}
.product_list_page_cy_m1156_4_11 .case-bin a:hover font:after {
	opacity:1
}
.product_list_page_cy_m1156_4_11 .case-bin font b {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:-100%;
	left:0;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out
}
.product_list_page_cy_m1156_4_11 .case-bin a:hover font b {
	top:0
}
.product_list_page_cy_m1156_4_11 .case-bin font b:before {
	position:absolute;
	content:'';
	width:50px;
	height:50px;
	border-radius:50%;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-ms-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	border:500px solid rgba(0,0,0,.6);
	left:50%;
	top:50%;
	margin:-525px 0 0 -525px
}
.product_list_page_cy_m1156_4_11 .case-bin font b:after {
	position:absolute;
	content:'';
	width:50px;
	height:50px;
	border-radius:50%;
	background:#ef0934;
	left:50%;
	top:50%;
	margin:-25px 0 0 -25px
}
.product_list_page_cy_m1156_4_11 .case-bin font img {
	display:block;
	width:100%
}
.product_list_page_cy_m1156_4_11 .case-bin span {
	display:block;
	position:relative;
	z-index:1;
	text-align:left;
	padding:15px 20px
}
.product_list_page_cy_m1156_4_11 .case-bin span:after {
	position:absolute;
	bottom:0;
	height:2px;
	left:0;
	right:0;
	content:'';
	z-index:1;
	background:#ef0934;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out
}
.product_list_page_cy_m1156_4_11 .case-bin span h3 {
	display:block;
	font-size:16px;
	font-weight:normal;
	color:#333333;
	margin:0;
	padding:0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	position:relative;
	z-index:2;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out
}
.product_list_page_cy_m1156_4_11 .case-bin span p {
	display:block;
	font-size:12px;
	color:#333333;
	margin:10px 0 0 0;
	position:relative;
	z-index:2;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out
}
.product_list_page_cy_m1156_4_11 .case-bin span b {
	display:block;
	font-size:14px;
	color:#f96868;
	margin:10px 0 0 0;
	position:relative;
	z-index:2;
	transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	-o-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out
}
.product_list_page_cy_m1156_4_11 .case-bin a:hover span:after {
	height:100%
}
.product_list_page_cy_m1156_4_11 .case-bin a:hover span h3 {
	color:#ffffff
}
.product_list_page_cy_m1156_4_11 .case-bin a:hover span p {
	color:#ffffff
}
.product_list_page_cy_m1156_4_11 .case-bin a:hover span b {
	color:#ffffff
}
.product_list_page_cy_m1156_4_11 .case-more {
	margin-top:30px
}
.product_list_page_cy_m1156_4_11 .case-more a {
	border-width:1px;
	border-style:solid;
	border-color:#ef0934;
	font-family:TechnicLite;
	color:#ef0934;
	font-size:26px;
	padding:0 20px;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-ms-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
	font-weight:bold;
	display:inline-block
}
.product_list_page_cy_m1156_4_11 .case-more a:hover {
	background:#ef0934;
	color:#ffffff
}
@media (max-width:1599px) {
	.product_list_page_cy_m1156_4_11 .case-box {
	width:940px
}
}@media (max-width:1200px) {
	.product_list_page_cy_m1156_4_11 .case-box {
	width:620px
}
}@media (max-width:767px) {
	.product_list_page_cy_m1156_4_11 .case-box {
	width:460px;
	margin:20px auto
}
.product_list_page_cy_m1156_4_11 .case-bin {
	margin:0 10px 0 0;
	width:230px
}
.product_list_page_cy_m1156_4_11 .case-bin span p {
	display:none
}
.product_list_page_cy_m1156_4_11 .case-more {
	display:none
}
}@media (max-width:479px) {
	.product_list_page_cy_m1156_4_11 .case-box {
	width:300px;
	margin:40px auto 0 auto
}
.product_list_page_cy_m1156_4_11 .case-bin span p {
	display:block
}
.product_list_page_cy_m1156_4_11 .case-more {
	margin-top:30px;
	display:block
}
.product_list_page_cy_m1156_4_11 .case-more a {
	font-size:20px;
	padding:0 10px
}
}@media (max-width:400px) {
	.product_list_page_cy_m1156_4_11 .case-box {
	width:230px
}
}.product_list_page_cy_m1156_4_11 .pro-box {
	font-size:0
}
.product_list_page_cy_m1156_4_11 .pro-box ul {
	padding:0;
	margin:20px 0;
	list-style:none;
	display:block;
	text-align:center
}
.product_list_page_cy_m1156_4_11 .case-bin.pro {
	margin:20px;
	display:inline-block;
	float:none;
	box-shadow:0 1px 3px rgba(0,0,0,.05);
	transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out
}
.product_list_page_cy_m1156_4_11 .case-bin.pro span p {
	display:block
}
.product_list_page_cy_m1156_4_11 .pro-page {
	padding-bottom:30px
}
@media (max-width:1500px) {
	.product_list_page_cy_m1156_4_11 .pro-box ul {
	margin:40px 0
}
.product_list_page_cy_m1156_4_11 .case-bin.pro {
	margin:10px
}
}@media (max-width:479px) {
	.product_list_page_cy_m1156_4_11 .pro-box ul {
	margin:10px 0
}
.product_list_page_cy_m1156_4_11 .case-bin.pro {
	margin:20px auto 0 auto;
	display:block;
	max-width:90% !important
}
}.product_list_page_cy_m1156_4_11 .height-20 {
	height:20px
}
.product_list_page_cy_m1156_4_11 .cy-product .container {
	padding:30px 50px
}
.product_list_page_cy_m1156_4_11 .cy-product .container-fluid {
	padding:30px
}
.product_list_page_cy_m1156_4_11 .cy-product ul.cy-grid li {
	clear:none;
    padding: 5px;
    margin-bottom: 0px;
}
.product_list_page_cy_m1156_4_11 .cy-product .widget:hover {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
}
.product_list_page_cy_m1156_4_11 .cy-product .widget,.product_list_page_cy_m1156_4_11 .cy-product .widget .widget-header,.product_list_page_cy_m1156_4_11 .cy-product .widget-body {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	-o-border-radius:0 !important;
	-ms-border-radius:0 !important;
	border-radius:0 !important
}
.product_list_page_cy_m1156_4_11 .cy-product .cy-toolbar-body {
	margin-bottom:15px;
	margin-top:-15px
}
.product_list_page_cy_m1156_4_11 .cy-product .cy-toolbar-body .btn-toolbar {
	float:right
}
.product_list_page_cy_m1156_4_11 .cy-product .cy-toolbar-body .btn-toolbar .btn-group {
	background:#fff
}
.product_list_page_cy_m1156_4_11 .cy-product .cy-figure .widget-body {
	display:none
}
.product_list_page_cy_m1156_4_11 .cy-product.type-1 h4 {
	margin:0;
	font-size:16px;
	height: 55px;
	font-weight: bold;
}
.product_list_page_cy_m1156_4_11 .cy-product.type-1 h4 a {
	display:block;
	margin-bottom:0
}
.product_list_page_cy_m1156_4_11 .cy-product.type-1 h4 a + p {
	margin-top:10px
}
.product_list_page_cy_m1156_4_11 .cy-product.type-1 h4 a:hover {
	color:#ef0934;
}
.product_list_page_cy_m1156_4_11 .cy-product.type-2 .container-fluid {
	padding:15px
}
.product_list_page_cy_m1156_4_11 .cy-product.type-2 ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none
}
.product_list_page_cy_m1156_4_11 .cy-product.type-2 h4 {
	margin:0;
	font-weight:300
}
.product_list_page_cy_m1156_4_11 .cy-product.type-2 h4 p {
	margin:8px 0 0 0
}
@media (max-width:767px) {
	.product_list_page_cy_m1156_4_11 .cy-product.type-2 ul.cy-grid li {
	background:#f2f2f2
}
    .product_list_page_cy_m1156_4_11 .cy-product.type-1 h4 {
        margin: 0;
        font-size: 16px;
        height: auto;
        font-weight: bold;
    }
}@media (max-width:767px) {
	.product_list_page_cy_m1156_4_11 .cy-product .container,.product_list_page_cy_m1156_4_11 .cy-product .container-fluid {
	padding:10px !important
}
.product_list_page_cy_m1156_4_11 .cy-product .row {
	margin:0
}
.product_list_page_cy_m1156_4_11 .cy-product ul.cy-grid {
	margin:0 -10px 0 0
}
.product_list_page_cy_m1156_4_11 .cy-product ul.cy-grid li {
	margin-bottom:10px;
	padding:0 10px 0 0
}
}.product_list_page_cy_m1156_4_11 .no-js .grid li,.product_list_page_cy_m1156_4_11 .no-cssanimations .cy-grid li {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100)
}
.product_list_page_cy_m1156_4_11 .cy-grid li {
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0)
}
.product_list_page_cy_m1156_4_11 .cy-grid li.shown {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100)
}
.product_list_page_cy_m1156_4_11 .cy-grid li.animate {
	-webkit-transform:translateY(200px);
	-moz-transform:translateY(200px);
	-o-transform:translateY(200px);
	-ms-transform:translateY(200px);
	transform:translateY(200px);
	-webkit-animation:moveUp 0.65s ease forwards;
	-moz-animation:moveUp 0.65s ease forwards;
	-o-animation:moveUp 0.65s ease forwards;
	-ms-animation:moveUp 0.65s ease forwards;
	animation:moveUp 0.65s ease forwards
}
@-webkit-keyframes moveUp {
	100% {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100)
}
}@-moz-keyframes moveUp {
	100% {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100)
}
}@-o-keyframes moveUp {
	100% {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100)
}
}@keyframes moveUp {
	100% {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100)
}
}.product_list_page_cy_m1156_4_11 .cy-product {
	margin:0 30px
}
@media(max-width:992px) {
	.product_list_page_cy_m1156_4_11 .cy-product {
	margin:0 20px
}
}@media(max-width:767px) {
	.product_list_page_cy_m1156_4_11 .cy-product {
	margin:0
}
}.product_list_page_cy_m1156_4_11 .cy-editor {
	font-size:14px;
	color:#393939
}
.product_list_page_cy_m1156_4_11 .cy-news-bar ul.column li a,.product_list_page_cy_m1156_4_11 .cy-news-bar .recommend .list-group a:hover,.product_list_page_cy_m1156_4_11 .breadcrumb>li+li:before,.product_list_page_cy_m1156_4_11 .btn-outline.btn-primary {
	color:#393939
}
.product_list_page_cy_m1156_4_11 .btn-primary,.product_list_page_cy_m1156_4_11 .btn-primary.active.focus,.product_list_page_cy_m1156_4_11 .btn-primary.active:focus,.product_list_page_cy_m1156_4_11 .btn-primary.active:hover,.product_list_page_cy_m1156_4_11 .btn-primary:active.focus,.product_list_page_cy_m1156_4_11 .btn-primary:active:focus,.product_list_page_cy_m1156_4_11 .btn-primary:active:hover,.product_list_page_cy_m1156_4_11 .btn-primary.focus,.product_list_page_cy_m1156_4_11 .btn-primary:focus,.product_list_page_cy_m1156_4_11 .btn-primary:hover {
	background-color:#ef0934;
	border-color:#ef0934;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.product_list_page_cy_m1156_4_11 .btn-primary,.product_list_page_cy_m1156_4_11 .modal-footer .btn+.btn {
	border-radius:6px
}
.product_list_page_cy_m1156_4_11 .btn-outline.btn-primary.active,.product_list_page_cy_m1156_4_11 .btn-outline.btn-primary:active,.product_list_page_cy_m1156_4_11 .btn-outline.btn-primary:focus,.product_list_page_cy_m1156_4_11 .btn-outline.btn-primary:hover,.product_list_page_cy_m1156_4_11 .open>.dropdown-toggle.btn-outline.btn-primary {
	background-color:#595959;
	border-color:#595959
}
.product_list_page_cy_m1156_4_11 .modal-primary .modal-header {
	background-color:#ef0934 !important
}
.product_list_page_cy_m1156_4_11 .form-control.focus,.form-control:focus,.product_list_page_cy_m1156_4_11 .radio-primary input[type="radio"]:checked + label::before {
	border-color:#ef0934 !important
}
.product_list_page_cy_m1156_4_11 .cy-showproduct.pagetype1 .cy-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img {
	border:1px solid #393939
}
.product_list_page_cy_m1156_4_11 .product-shop {
	height:60px;
	width:88px;
	margin-left:80px;
	margin-top:10px
}
.product_list_page_cy_m1156_4_11 .product-shop .pull-right {
	float:left
}
@media(max-width:1200px) {
	.product_list_page_cy_m1156_4_11 .product-shop {
	margin-left:50px
}
}@media(max-width:767px) {
	.product_list_page_cy_m1156_4_11 .product-shop {
	margin-left:40px
}
}.product_list_page_cy_m1156_4_11 .btn-lg,.product_list_page_cy_m1156_4_11 .widget-title,.product_list_page_cy_m1156_4_11 .cy-shownews h1,.product_list_page_cy_m1156_4_11 .cy-news .cy-news-list ul li h4,.product_list_page_cy_m1156_4_11 .cy-news-bar .recommend h3 {
	font-size:17px
}
.product_list_page_cy_m1156_4_11 .cy-news .cy-news-list ul li h4 {
	margin-bottom:10px
}
.product_list_page_cy_m1156_4_11 .cy-shownews .info,.product_list_page_cy_m1156_4_11 .cy-news-bar .recommend .list-group a {
	font-size:14px
}
.product_list_page_cy_m1156_4_11 .cy-news-bar ul.column li a {
	line-height:30px
}
.product_list_page_cy_m1156_4_11 .cy-news-bar ul.column li a.active {
	color:#ef0934
}
.product_list_page_cy_m1156_4_11 .nav-tabs-line>li.active>a,.product_list_page_cy_m1156_4_11 .nav-tabs-line>li.active>a:focus,.product_list_page_cy_m1156_4_11 .nav-tabs-line>li.active>a:hover {
	color:#595959;
	border-bottom-color:#595959;
	padding-bottom:10px
}
.product_list_page_cy_m1156_4_11 .cy-scroll-top {
	z-index:999999999;
	right:10px;
	bottom:46px;
	left:auto !important;
	position:fixed
}
.product_list_page_cy_m1156_4_11 .cy-scroll-top:hover {
	position:fixed !important
}
@media(max-width:767px) {
	.product_list_page_cy_m1156_4_11 .cy-showproduct.pagetype1 .cy-showproduct-body .product-content-body ul.nav-tabs {
	margin-top:0
}
.product_list_page_cy_m1156_4_11 .cy-showproduct-body .nav>li>a:after {
	display:none
}
.product_list_page_cy_m1156_4_11 .cy-scroll-top {
	bottom:10px
}
}.product_list_page_cy_m1156_4_11 .cy-column-nav ul.cy-column-nav-ul>li a.link,.product_list_page_cy_m1156_4_11 .cy-product.type-1 h4 {
	font-size:15px
}
.product_list_page_cy_m1156_4_11 .cy-showproduct.pagetype2 nav.navbar .navbar-right li.active a,.product_list_page_cy_m1156_4_11 .cy-product.type-1 h4 a:hover {
	color:#393939
}
.product_list_page_cy_m1156_4_11 .cy-news .cy-news-list ul li p.info,.product_list_page_cy_m1156_4_11 .cy-news .cy-news-list ul li p.des {
	font-size:14px
}
.product_list_page_cy_m1156_4_11 .cy-links {
	border-top:0;
	padding:0;
	color:#eee
}
.product_list_page_cy_m1156_4_11 .cy-links a {
	color:#eee
}
.product_list_page_cy_m1156_4_11 .cy-links ol {
	margin-bottom:0px;
	padding:0
}
.product_list_page_cy_m1156_4_11 .cy-links .breadcrumb > li + li:before {
	color:#eee;
	border:none;
	background:none
}
.product_list_page_cy_m1156_4_11 .cy-img .cover {
	overflow:hidden;
	cursor:pointer
}
.product_list_page_cy_m1156_4_11 .cy-img .widget {
	background:none
}
.product_list_page_cy_m1156_4_11 .overlay-fade {
	opacity:0
}
.product_list_page_cy_m1156_4_11 .cover-title {
	background:#393939;
	text-align:center;
	padding:15px 0;
	line-height:2
}
.product_list_page_cy_m1156_4_11 .cover-title h3 {
	color:#fff;
	font-size:16px;
	font-weight:normal;
	margin:0;
	display:block;
	overflow:hidden;
	white-space:normal;
	text-overflow:ellipsis
}
.product_list_page_cy_m1156_4_11 .cover-title p {
	margin:0;
	padding:5px 0 0 0;
	display:block;
	color:#aaa;
	overflow:hidden;
	white-space:normal;
	text-overflow:ellipsis
}
.product_list_page_cy_m1156_4_11 .cover-title p a {
	color:#aaa
}
.product_list_page_cy_m1156_4_11 .cover-title p a:hover {
	text-decoration:underline
}
.product_list_page_cy_m1156_4_11 .cy-img li:nth-child(2n) .cover-title {
	background:#292929
}
.product_list_page_cy_m1156_4_11 .page-main {
	padding:0 20px
}
.product_list_page_cy_m1156_4_11 .pager li>a:focus,.product_list_page_cy_m1156_4_11 .pager li>a:hover {
	border-color:#ef0934;
	color:#ef0934;
	background:rgba(255,255,255,.75)
}
.product_list_page_cy_m1156_4_11 .btn-outline.btn-inverse.active,.product_list_page_cy_m1156_4_11 .btn-outline.btn-inverse:active,.product_list_page_cy_m1156_4_11 .btn-outline.btn-inverse:focus,.product_list_page_cy_m1156_4_11 .btn-outline.btn-inverse:hover,.product_list_page_cy_m1156_4_11 .open>.dropdown-toggle.btn-outline.btn-inverse {
	border-color:#ef0934;
	background:#ef0934;
	color:#fff
}
.product_list_page_cy_m1156_4_11 .btn-outline.btn-default {
	padding:5px 10px;
	margin-top:15px;
	color:#393939;
	border-color:#ddd
}
.product_list_page_cy_m1156_4_11 .btn-outline.btn-default:hover {
	border-color:#ef0934;
	background:#ef0934;
	color:#fff
}
.product_list_page_cy_m1156_4_11 .cy-news-bar ul.column li a,.product_list_page_cy_m1156_4_11 .cy-news-bar .recommend .list-group a:hover,.product_list_page_cy_m1156_4_11 .cy-column-nav ul.cy-column-nav-ul>li a.link:hover,.product_list_page_cy_m1156_4_11 .cy-column-nav ul.cy-column-nav-ul>li a.link.active,.product_list_page_cy_m1156_4_11 .breadcrumb>li+li:before,.product_list_page_cy_m1156_4_11 .btn-outline.btn-primary {
	border-color:#ef0934;
	background:#ef0934;
	color:#f8f8f8;
	color:#ffffff;
	border-radius:6px;
	transition:.3s
}
.product_list_page_cy_m1156_4_11 .btn-outline.btn-primary.active,.product_list_page_cy_m1156_4_11 .btn-outline.btn-primary:active,.product_list_page_cy_m1156_4_11 .btn-outline.btn-primary:focus,.product_list_page_cy_m1156_4_11 .btn-outline.btn-primary:hover,.product_list_page_cy_m1156_4_11 .open>.dropdown-toggle.btn-outline.btn-primary {
	border-color:#333333;
	background:#333333;
}
.product_list_page_cy_m1156_4_11 .pagetype2 .cy-showproduct-list {
	}body.qipn_side_mb_body.qipn_side_lg {
	height:100% !important;
	padding:0 !important
}
@media(max-width:1200px) {
	.cy-showproduct.pagetype1 {
	margin-top:0px
}
}.product_list_page_cy_m1156_4_11 .cy-showproduct.pagetype2 nav.navbar {
	background-color:#eff2f4
}
.product_list_page_cy_m1156_4_11 .cy-showproduct.pagetype2 nav.navbar {
	background:rgba(0,0,0,.05)
}
.product_list_page_cy_m1156_4_11 .cy-showproduct.pagetype2 nav[role=navigation] {
	height:auto;
	width:auto;
	padding:0;
	line-height:50px !important
}
.product_list_page_cy_m1156_4_11 .cy-showproduct.pagetype2 .navbar-toggle .icon {
	font-size:14px;
	position:relative;
	margin-top:0;
	top:4px
}
.product_list_page_cy_m1156_4_11 .cy-showproduct.pagetype2 .nav>li>a:after {
	border:none
}
@media(min-width:1200px) {
	.product_list_page_cy_m1156_4_11 .cy-showproduct.pagetype2 nav.navbar {
	background:#fff
}
}.product_list_page_cy_m1156_4_11 .btn {
	border-radius:6px
}
.product_list_page_cy_m1156_4_11 .cy-show {
	background:none
}
.product_list_page_cy_m1156_4_11 .type-2 .widget .cover {
	overflow:hidden
}
.product_list_page_cy_m1156_4_11 .webui-popover {
	z-index:9999999999999 !important
}
.product_list_page_cy_m1156_4_11 .cy-showproduct nav {
	z-index:999
}
.product_list_page_cy_m1156_4_11 .cy_pager {
	margin:0 0 30px 0;
	text-align:center
}
.product_list_page_cy_m1156_4_11 .cy_pager .PageText,.product_list_page_cy_m1156_4_11 .cy_pager input {
	display:none
}
.product_list_page_cy_m1156_4_11 .cy_pager a,.product_list_page_cy_m1156_4_11 .cy_pager span {
	display:inline-block;
	padding:0 10px;
	margin:1px;
	font-size:16px;
	min-width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#f8f8f8;
	color:#333333;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s
}
.product_list_page_cy_m1156_4_11 .cy_pager span {
	cursor:no-drop
}
.product_list_page_cy_m1156_4_11 .cy_pager a:hover,.product_list_page_cy_m1156_4_11 .cy_pager a.Ahover,.product_list_page_cy_m1156_4_11 .cy_pager span:hover {
	background:#f8f8f8;
	color:#000
}
.product_list_page_cy_m1156_4_11 .page-ajax {
	display:none
}
@media(max-width:767px) {
	.product_list_page_cy_m1156_4_11 .page-box {
	display:block
}
.product_list_page_cy_m1156_4_11 .page-ajax {
	display:block
}
}.product_list_page_cy_m1156_4_11 .cy-pager-ajax-link {
	position:relative
}
.product_list_page_cy_m1156_4_11 .cy-pager-ajax-link:before {
	content:'';
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:none;
	transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
	-webkit-transition:.3s;
	background:#ffffff
}
.product_list_page_cy_m1156_4_11 .cy-pager-ajax-link .btn-primary {
	position:relative;
	z-index:2;
	display:block;
	opacity:1 !important;
	background:none !important;
	border:none !important;
	color:#333333;
	color:#333333
}
.product_list_page_cy_m1156_4_11 .cy-pager-ajax-link:hover:before {
	background:#ef0934;
	opacity:1
}
.product_list_page_cy_m1156_4_11 .cy-pager-ajax-link:hover .btn-primary {
	color:#ffffff
}


/*product_list_page end*/

/*download start*/

.cy-product li .download_over {
    display: none;
    background: rgba(255,255,255,0.95);
    width: 100%;
    position: absolute;
    height: 100%;
    color: #fff;
    top: 0;
}

.cy-product li .download_over .dele_down {
    z-index: 7;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
}
.cy-product li .download_over .dele_down img {
    display: block;
    margin: 0;
    width: 24px;
    opacity: .5;
    min-height: auto;
}
.cy-product li .download_over .down-load-over {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    text-align: left;
}
.cy-product li .download_over .down-load-over .h3 {
    position: relative;
    padding-bottom: 34px;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
.cy-product li .download_over .down-load-over .h3 img {
    display: block;
    margin: 0;
    min-height: auto;
}
.cy-product li .download_over .down-load-over .h3:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 30px;
    left: 0;
    background: #242424;
}
.cy-product li .download_over .down-load-over .h5 {
    font-size: 16px;
    line-height: 46px;
    padding: 0;
    margin-bottom: 0;
}
.cy-product li .download_over .down-load-over .h5 a {
    color: #242424;
    display: block;
    vertical-align: top;
    text-decoration-color: #242424;
    font-size: 16px;
    font-family: Poppins-Medium;
}

/*download end*/

/*productInfo start*/

.product_detail {
	background:;
	background:#f8f8f8;
	position:relative;
	background-position:top center;
	background-size:100% auto;
	word-break:break-word;
	overflow:hidden;
	color:#333333;
	color:
}
.product_detail a {
	color:#333333;
	color:
}
.product_detail a:focus,.product_detail a:hover {
	color:#ef0934;
	color:
}
.product_detail .h1,.product_detail .h2,.product_detail .h3,.product_detail .h4,.product_detail .h5,.product_detail .h6,.product_detail h1,.product_detail h2,.product_detail h3,.product_detail h4,.product_detail h5,.product_detail h6 {
	color:#333333;
	color:
}
.product_detail .container .container {
	width:auto
}
.product_detail .container:not(.not) {
	margin-top:70px;
	position:relative
}
.product_detail .cy-showproduct-body .container:not(.not) {
	margin-bottom:70px
}
.product_detail .container:not(.not):before {
	position:absolute;
	left:-35px;
	right:-35px;
	top:-35px;
	bottom:-35px;
	z-index:1;
	display:block;
	content:'';
	background:#ffffff;
	opacity:1
}
.product_detail .container:not(.not) .row {
	position:relative;
	z-index:2
}
@media (max-width:1199px) {
	.product_detail .container:not(.not) {
	margin-top:45px
}
.product_detail .cy-showproduct-body .container:not(.not) {
	margin-bottom:45px
}
.product_detail .container:not(.not):before {
	left:-25px;
	right:-25px;
	top:-25px;
	bottom:-25px
}
}@media (max-width:992px) {
	.product_detail .container:not(.not) {
	margin-top:40px
}
.product_detail .cy-showproduct-body .container:not(.not) {
	margin-bottom:40px
}
.product_detail .container:not(.not):before {
	left:-20px;
	right:-20px;
	top:-20px;
	bottom:-20px
}
}@media (max-width:767px) {
	.product_detail .container:not(.not):before {
	left:-15px;
	right:-15px;
	top:-15px;
	bottom:-15px
}
}@media (max-width:992px) and (min-width:768px) {
	.product_detail .container:not(.not) {
	width:708px
}
}@media (max-width:767px) and (orientation:landscape) {
	.product_detail .container:not(.not) {
	margin-top:50px
}
}@media (max-height:375px) and (orientation:landscape) {
	.product_detail .container:not(.not) {
	margin-top:40px
}
}.product_detail u {
	text-decoration:none
}
.product_detail .location-box {
	padding:9px 0;
	background:#ffffff !important;
	border-bottom:1px solid #eeeeee;
	overflow:auto;
	width:100%
}
.product_detail .location-box ul {
	list-style:none;
	margin:0;
	padding:0
}
.product_detail .location-box ul:after {
	display:block;
	content:'';
	clear:both
}
.product_detail .location-box ul li {
	float:left;
	list-style:none;
	margin:0;
	padding:0
}
.product_detail .location-box ul li:before {
	content:'>';
	display:inline-block;
	padding:0 10px
}
.product_detail .location-box ul li:first-child:before {
	display:none
}
.product_detail .location-box ul li i {
	padding-right:4px
}
.product_detail .navbar-default .navbar-toggle {
	color:#76838f
}
.product_detail .navbar-default .navbar-toggle {
	border-color:transparent
}
.product_detail .navbar-toggle {
	height:66px;
	padding:22px 15px;
	margin-top:16px;
	margin-top:0;
	margin-bottom:16px;
	margin-bottom:0;
	line-height:22px;
	background:0 0!important;
	-webkit-transition:color .25s linear;
	-o-transition:color .25s linear;
	transition:color .25s linear
}
@media (min-width:768px) {
	.product_detail .navbar-toggle {
	display:none
}
}.product_detail .navbar-toggle {
	position:relative;
	float:right;
	padding:9px 10px;
	margin-top:16px;
	margin-right:15px;
	margin-bottom:16px;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent;
	border-radius:3px
}
.product_detail .shop-product-intro + .para {
	margin-top:20px
}
.product_detail .shop-product-intro .p-20 {
	padding:0 !important
}
.product_detail .shop-product-intro .font-size-18 {
	font-size:24px !important
}
.product_detail .shop-product-intro .form-control-label.col-sm-2 {
	}.product_detail .shop-product-intro .form-control {
	padding:0 15px;
	line-height:26px;
	height:36px;
	border-left:none;
	border-right:none;
	color:#333333 !important;
	color:!important;
	color:#333333 !important;
	background:none !important;
	border-color:#eeeeee !important
}
.product_detail .shop-product-intro .price * {
	color:#ef0934;
	color:;
	color:
}
.product_detail .shop-product-intro #price {
	font-size:40px !important
}
.product_detail .shop-product-intro .product-tocart {
	border:none;
	background:#f96868;
	background:!important;
	color:!important
}
.product_detail .shop-product-intro .btn-success,.product_detail .shop-product-intro .btn-warning {
	border:none;
	background:#f2a654;
	background:;
	color:!important
}
@media (max-width:767px) {
	.product_detail .shop-product-intro .cart-favorite a {
	padding:10px 25px;
	line-height:26px
}
}@media (max-width:479px) {
	.product_detail .shop-product-intro .cart-favorite {
	position:relative;
	background:none;
	display:block
}
.product_detail .shop-product-intro .cart-favorite .pull-sm-right.product-favorite {
	display:inline-block
}
.product_detail .shop-product-intro .cart-favorite .product-tocart {
	display:inline-block
}
.product_detail .shop-product-intro .cart-favorite .product-tocart {
	float:left;
	margin-right:15px !important
}
}.product_detail .shop-product-intro .cart-favorite .btn i {
	margin-left:-5px
}
.product_detail .shop-product-intro .cart-favorite .btn:hover {
	background:#ef0934 !important;
	background:!important
}
.product_detail .shop-product-intro .form-group {
	margin-bottom:0px
}
.product_detail .shop-product-intro del {
	position:relative;
	top:-2px;
	font-weight:300
}
.product_detail .shop-product-intro del:not(:first-child) {
	margin-left:20px
}
.product_detail .shop-product-intro label {
	margin-bottom:5px
}
.product_detail .shop-product-intro .selectpara-body a.btn {
	margin-top:8px
}
.product_detail .shop-product-intro .selectpara-body .selectpara {
	text-align:center
}
.product_detail .shop-product-intro .selectpara-body a.btn.btn-default {
	padding:0 20px !important;
	margin-right:10px !important;
	margin-bottom:10px !important;
	border:none!important;
	border-radius:50px
}
.product_detail .modal-primary .modal-header {
	border-radius:0 !important
}
.product_detail .shop-product-intro .selectpara-body .selectpara.btn-outline.btn-danger {
	background:#ef0934 !important;
	background:!important;
	border-color:#ef0934 !important;
	border-color:!important
}
.product_detail .shop-product-intro .height-10 {
	height:10px
}
.product_detail .shop-product-intro .text-default {
	padding:20px;
	background:#F3F7F9
}
.product_detail .shop-product-intro .purchase-btn a.btn {
	width:100%;
	display:block
}
.product_detail .shop-product-intro .purchase-btn a.btn i {
	margin-right:8px
}
@media (min-width:768px) {
	.product_detail .shop-product-intro .purchase-btn a.btn {
	width:auto;
	display:inline-block;
	padding:10px 35px
}
}.product_detail .shop-product-para .selectpara-list .selectpara {
	position:relative;
	margin:0 10px 10px 0 !important;
	display:inline-block;
	color:#333333 !important;
	color:!important;
	color:#333333 !important
}
.product_detail .shop-product-para .selectpara-list .selectpara:before {
	position:absolute;
	border-color:;
	border-color:#eeeeee;
	border-width:1px;
	border-style:solid;
	left:0;
	top:0;
	right:0;
	bottom:0;
	content:''
}
.product_detail .shop-product-para .selectpara-list .selectpara.btn-danger {
	background:#ef0934 !important;
	background:!important;
	color:!important
}
.product_detail .shop-product-para .selectpara-list .selectpara.btn-danger:before {
	opacity:0
}
.product_detail .para,.product_detail .para * {
	color:#333333 !important
}
.product_detail .shop-product-intro .form-control-label {
	color:#333333;
	color:
}
.product_detail .shop-product-intro.grey-500 {
	color:#333333 !important;
	color:!important
}
.product_detail .shop-btn-body .btn-danger {
	
	border-color: #62a8ea;
	border:none;
}
.product_detail .shop-btn-body .btn-danger:hover {
	background:#62a8ea !important;
}
.product_detail .navbar-default .navbar-toolbar .nav-link:hover,.product_detail .navbar-default .navbar-toolbar .nav-link:focus {
	color:#333333 !important;
	color:!important
}
.product_detail .navbar-default .navbar-toolbar .nav-link.active {
	color:#ef0934 !important;
	color:!important
}
.product_detail .cart-favorite a,.product_detail .cart-favorite a:hover,.product_detail .cart-favorite a:focus {
	color:#333333;
	color:
}
.product_detail .product-favorite {
	border:none;
	color:!important
}
.product_detail .product-intro h1 {
	color:#333333;
	color:
}
.product_detail .product-intro p {
	color:#333333;
	color:
}
.product_detail .modal-content {
	background:#ffffff
}
.product_detail .cy-column-nav {
	border:none;
	background:#fff
}
.product_detail .modal-primary .modal-header,.product_detail .btn-outline.btn-primary.active,.product_detail .btn-outline.btn-primary:active,.product_detail .btn-outline.btn-primary {
	background:#ef0934 !important;
	border:none !important;
	background:!important;
	color:!important
}
.product_detail .btn-outline.btn-primary:focus,.product_detail .btn-outline.btn-primary:hover {
	opacity:.8
}
.product_detail .modal-primary .modal-header * {
	color:!important
}
.product_detail .open>.dropdown-toggle.btn-outline.btn-primary,.product_detail .btn-primary {
	border-color:#ef0934 !important;
	border-color:!important;
	background:#ef0934 !important;
	background:!important;
	color:!important
}
.product_detail .nav-tabs>li>a {
	font-size:16px;
	padding-top:0
}
.product_detail .nav-tabs-line>li.active>a,.product_detail .nav-tabs-line>li.active>a:focus,.product_detail .nav-tabs-line>li.active>a:hover {
	border-bottom-color:#333;
	color:#333
}
.product_detail .cy-showproduct.pagetype1 .row {
	z-index:auto
}
.product_detail .cy-showproduct.pagetype1 .container:before {
	z-index:0
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-content-body .nav-tabs {
	margin-top:0
}
.product_detail .btn-primary.focus,.product_detail .btn-primary:focus,.product_detail .btn-primary:hover {
	border-color:#333;
	background-color:#333
}
.product_detail .btn-default {
	background:none !important;
	color:inherit !important;
	font-size:inherit !important;
	border:none !important;
	line-height:inherit !important;
	margin:0 !important
}
.product_detail .btn-default a {
	margin:0 auto;
	opacity:1;
	transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none
}
.product_detail .btn-default:focus,.product_detail .btn-default:hover {
	background:none !important
}
.product_detail .btn-default:hover a:before {
	width:0
}
.product_detail .cy-news ul.cy-page-ajax li p.info i,.product_detail .btn-default:hover span {
	color:#ef0934;
	color:
}
.product_detail .btn-default:hover span:after {
	padding-left:9px;
	letter-spacing:2px
}
.product_detail .block-bg,.product_detail .panel,.product_detail .cy-showproduct.pagetype2 .content:nth-child(even) {
	background:none
}
.product_detail ~ .alertify {
	z-index:1701
}
.product_detail ~ .alertify .alert>*,.product_detail ~ .alertify .dialog>* {
	background:#ffffff
}
.product_detail ~ .alertify .alert .msg,.product_detail ~ .alertify .dialog .msg {
	color:#333333;
	color:
}
.product_detail ~ .alertify .dialog .btn-default {
	color:#333333 !important;
	color:!important
}
.product_detail ~ .alertify .btn-primary {
	border-color:#ef0934 !important;
	border-color:!important;
	background:#ef0934 !important;
	background:!important;
	color:!important
}
.product_detail ~ .alertify .btn-primary:hover {
	opacity:.9
}
.product_detail ~ .alertify .btn-default {
	background:none !important;
	color:inherit !important;
	font-size:inherit !important;
	border:none !important;
	line-height:inherit !important;
	margin:0 !important
}
.product_detail ~ .alertify .btn-default a {
	margin:0 auto;
	opacity:1;
	transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none
}
.product_detail ~ .alertify .btn-default:focus,.product_detail ~ .alertify .btn-default:hover {
	background:none !important
}
@media (min-width:768px) {
	.product_detail .cy-showproduct.pagetype2 .shop-btn-body {
	margin-left:20px
}
}@media (max-width:767px) {
	.product_detail .cy-showproduct.pagetype2 .navbar-toggle {
	padding:0px;
	float:none
}
.product_detail .cy-showproduct.pagetype2 .shop-btn {
	padding:6px 13px;
	font-size:12px;
	line-height:1.5
}
}.product_detail .cy-showproduct.pagetype2 #shop-fashion-option .modal-content,.product_detail .cy-showproduct.pagetype2 #shop-fashion-option .modal-header {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border-radius:0
}
@media (max-width:767px) {
	.product_detail .cy-showproduct.pagetype2 #shop-fashion-option .modal-body {
	padding:15px
}
}.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-content-body .nav-tabs {
	margin-top:0
}
.product_detail .cy-showproduct.pagetype2 nav.navbar {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:99;
	background:#ffffff !important;
	transform:translateY(0);
	transition:.5s .1s;
	-moz-transition:.5s .1s;
	-ms-transition:.5s .1s;
	-o-transition:.5s .1s;
	-webkit-transition:.5s .1s
}
.product_detail .cy-showproduct.pagetype2 .location-box ~ nav.navbar {
	top:40px
}
.product_detail .cy-showproduct.pagetype2 nav.navbar.navbar-fixed-top {
	position:fixed;
	top:0
}
.product_detail .cy-showproduct.pagetype2 .navbar .container {
	}.product_detail .cy-showproduct-head,.product_detail .cy-showproduct-body,.product_detail .cy-showproduct.pagetype1 {
	background:none !important;
	border:none !important
}
.product_detail .shownews-video {
	position:relative
}
.product_detail .shownews-video.full {
	margin-top:50px
}
.product_detail .shownews-container {
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 0 30px 0;
	visibility:hidden
}
.product_detail .shownews-container.swiper-container-horizontal {
	visibility:visible
}
.product_detail .shownews-container.full {
	margin-top:0px
}
.product_detail .shownews-container:after {
	display:block;
	clear:both;
	content:''
}
.product_detail .shownews-wrapper {
	width:10000%
}
.product_detail .shownews-slide {
	width:1%;
	min-height:1px;
	float:left
}
    .product_detail .shownews-slide img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 500px;
    }
.product_detail .shownews-container-small {
	width:100%;
	overflow:hidden;
	position:relative;
	visibility:hidden;
	/*margin:-15px auto 0 auto;
	padding-top:15px*/
}
.product_detail .shownews-container-small.swiper-container-horizontal {
	visibility:visible
}
.product_detail .shownews-container-small:after {
	display:block;
	clear:both;
	content:''
}
.product_detail .shownews-wrapper-small {
	width:10000%
}
.product_detail .shownews-slide-small {
	float:left;
	cursor:pointer;
	position:relative;
	margin-right:15px
}
.product_detail .shownews-slide-small:last-child {
	margin-right:0px
}
.product_detail .shownews-slide-small.active:before {
	border-width:0 10px 10px 10px;
	border-style:solid;
	content:'';
	border-color:transparent;
	border-bottom-color:#ef0934;
	border-bottom-color:;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-10px
}
.product_detail .shownews-slide-small.active:after {
	border-width:2px;
	border-style:solid;
	border-color:#ef0934;
	border-color:;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content:'';
	position:absolute;
	z-index:2
}
.product_detail .shownews-slide-small img {
	display:block;
	position:relative;
	z-index:1;
	opacity:0
}
.product_detail .shownews-slide-small img[src] {
	opacity:1
}
@media (max-width:767px) {
	.product_detail .shownews-container {
	margin:15px 0
}
.product_detail .shownews-container-small {
	margin:-15px auto 15px auto
}
}.product_detail .shownews-slide-small img {
	width:65px
}
.product_detail .panel-body {
	padding:0
}
.product_detail .cy-editor {
	color:#333333;
	color:
}
.product_detail .tag-box {
	margin:15px 0
}
.product_detail .tag-box span {
	color:#333333;
	color:
}
.product_detail .tag-box a {
	color:#333333;
	color:;
	display:inline-block;
	margin-left:10px
}
.product_detail .tag-box a:hover {
	color:#ef0934;
	color:
}
.product_detail .nav-tabs {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-color:;
	border-bottom-color:#eeeeee
}
.product_detail .nav-tabs-line .nav-link {
	color:#333333 !important;
	color:!important
}
.product_detail .nav-tabs-line .nav-link:focus,.product_detail .nav-tabs-line .nav-link:hover {
	color:#ef0934 !important;
	color:!important;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#ef0934 !important;
	border-bottom-color:!important
}
.product_detail .nav-tabs>li {
	margin:0 !important;
	position:relative;
	top:1px
}
.product_detail .nav-tabs>li>a {
	position:relative;
	border-bottom:1px solid transparent
}
.product_detail .nav-tabs>li>a.active {
	border-bottom-color:#ef0934;
	border-bottom-color:
}
.product_detail .nav-tabs-line>li>a {
	}.product_detail .nav-tabs-line>li>a.active,.product_detail .nav-tabs-line>li>a.active:focus,.product_detail .nav-tabs-line>li>a.active:hover {
	color:inherit;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ef0934;
	border-bottom-color:
}
.product_detail .navbar-collapse {
	padding:0
}
.product_detail .cy-showproduct .nav>li>a {
	display:block;
	padding:20px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-content-body .cy-editor .para {
	border-color:#eeeeee
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry a.txt {
	color:#333333;
	color:
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry a.txt:hover {
	color:#ef0934;
	color:
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-head .product-intro p.description {
	color:#333333;
	color:
}
.product_detail .paralist {
	z-index:2;
	position:relative
}
.product_detail .paralist li {
	color:#333333;
	color:;
	color:#333333
}
@media (max-width:767px) {
	.product_detail .paralist {
	margin:0
}
}.product_detail .cy-showproduct {
	}
    .product_detail .cy-showproduct .para li {
        margin: 0;
        padding: 3px 15px;
        word-wrap: break-word;
        display: block;
    }
@media (min-width:992px) {
	.product_detail .cy-showproduct .para.blocks-md-4 li:nth-child(4n+3) {
	clear:none
}
}.product_detail .cy-showproduct .cy-showproduct-list {
	margin:0
}
.product_detail .cy-showproduct.pagetype1 {
	background:#f2f2f2
}
.product_detail .cy-showproduct.pagetype1 .less-page-content {
	background:#f2f2f2
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-head {
	padding:0
}
.product_detail .product-text {
	padding:15px 30px
}
.product_detail .product-text span.t {
	margin-bottom:15px;
	display:block
}
.product_detail .product-text span.t i {
	color:#ef0934;
	color:
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-head .product-intro h1 {
	margin-top:0;
	font-size:28px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-head .product-intro p.description {
	margin-bottom:15px
}
@media (max-width:992px) {
	.product_detail .product-text {
	padding:20px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-head .product-intro {
	margin-top:20px
}
}@media (max-width:767px) {
	.product_detail .cy-showproduct.pagetype1 .cy-showproduct-head .product-intro {
	margin-top:0
}
.product_detail .product-text {
	padding:15px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-head {
	padding:0px 0
}
}.product_detail .bootstrap-touchspin .input-group-btn .btn {
	width:36px;
	height:36px;
	font-family:Arial,Helvetica,sans-serif;
	border:1px solid #eeeeee !important;
	line-height:34px !important;
	background:none !important;
	font-size:20px !important;
	color:#333333 !important;
	color:!important;
	color:#333333 !important;
	border-radius:0 !important;
	padding:0 !important
}
.product_detail .bootstrap-touchspin .input-group-btn .btn:hover {
	background:#ef0934 !important;
	background:!important;
	border-color:#ef0934 !important;
	border-color:!important;
	color:#333333 !important;
	color:!important;
	color:!important
}
.product_detail .form-control {
	}.product_detail .cy-showproduct.pagetype1 .para {
	margin:0;
	padding:20px 0;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body {
	padding:30px 0px 0px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .panel {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border-radius:0;
	box-shadow:none !important;
	margin-bottom:auto
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-content-body .cy-editor {
	padding:0px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-content-body .cy-editor .para {
	margin-bottom:15px;
	border-top:none
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-content-body .nav-tabs {
	margin-bottom:20px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot h4.example-title {
    margin-bottom: 0px;
	margin-top: 35px;
    font-size: 16px;
    font-weight: 300;
    background: #000;
    height: 50px;
    width: 100%;
    color: white;
    padding-top: 15px;
    padding-left: 10px;
}
@media (min-width:992px) {
	.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-content-body .panel {
	margin-right:35px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot {
	margin-left:35px
}
}@media (min-width:1199px) {
	.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-content-body .panel {
	margin-right:40px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot {
	margin-left:60px
}

}.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry li {
	/*text-align:center;*/
	clear:none
}
@media (min-width:992px) {
	.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry li {
	width:100%;
    padding-bottom: 0px;
	margin-bottom: 10px;
}
}@media (min-width:1200px) {
	.product_detail .cy-showproduct.pagetype1 .cy-showproduct-head .container:before {
	left:-21px;
	right:-21px
}
}@media (max-width:992px) {
	.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .container {
	margin-bottom:0
}

.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot li {
	padding-left:5px;
	padding-right:5px;
	margin-bottom:15px
}
}.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry a.img {
	margin:0px auto;
	margin-bottom:5px;
	display:block
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry a.img img {
	width:100%;
	margin:0px auto
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry a.txt,.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry a.txt:active,.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry a.txt:focus,.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry a.txt:hover {
	text-decoration:none
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry p {
	margin-bottom:0px
}
@media (max-width:767px) {
	.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body {
	padding:15px 0px 0px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .panel {
	margin-bottom:15px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot .mob-masonry {
	margin:0px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .panel-body {
	padding:0
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-content-body .panel {
	margin-right:0px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-content-body .nav-tabs {
	margin-bottom:15px;
	margin-top:-10px
}
}.product_detail .cy-showproduct .nav>li>a {
	padding:0 20px 10px 20px
}
.product_detail .cy-showproduct .navbar-default .navbar-brand {
	color:#333333;
	padding:0 !important
}
.product_detail .cy-showproduct .navbar-default .navbar-toolbar>li>a {
	color:#333333;
	background:none !important
}
.product_detail .cy-showproduct.pagetype2 nav.navbar .navbar-right li.active a {
	color:#ef0934 !important;
	color:!important
}
.product_detail .cy-showproduct.pagetype2 {
	background:none;
	height:auto !important
}
.product_detail .cy-showproduct.pagetype2 .less-page-content {
	background:#f2f2f2
}
.product_detail .cy-showproduct.pagetype2 nav.navbar {
	min-height:50px;
	margin-bottom:0px;
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border-radius:0
}
.product_detail .cy-showproduct.pagetype2 nav.navbar.navbar-fixed-top {
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	box-shadow:0 1px 2px rgba(0,0,0,0.1);
	background:rgba(255,255,255,0.95)
}
.product_detail .cy-showproduct.pagetype2 nav.navbar h1 {
	margin:0px;
	height:auto;
	line-height:50px;
	padding-top:0px;
	padding-bottom:0px
}
.product_detail .cy-showproduct.pagetype2 nav.navbar .nav {
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex
}
.product_detail .cy-showproduct.pagetype2 nav.navbar .nav > li > a {
	padding-top:0px;
	padding-bottom:0px;
	height:50px;
	line-height:50px;
	white-space:nowrap
}
.product_detail .cy-showproduct.pagetype2 nav.navbar .navbar-toggle {
	height:50px;
	padding-top:0px;
	padding-bottom:0px;
	float:right;
	margin:0
}
.product_detail .cy-showproduct.pagetype2 nav.navbar .navbar-right li.active a {
	color:#4e97d9
}
@media (max-width:767px) {
	.product_detail .cy-showproduct.pagetype2 .row {
	margin:0
}
.product_detail .cy-showproduct.pagetype2 nav.navbar .nav {
	float:none
}
}.product_detail .cy-showproduct.pagetype2 .content {
	padding:15px 0px
}
.product_detail .cy-showproduct.pagetype2 .content:last-child {
	margin-bottom:60px
}
.product_detail .cy-showproduct.pagetype2 .content-2,.product_detail .cy-showproduct.pagetype2 .content-4,.product_detail .cy-showproduct.pagetype2 .content-6 {
	background:none
}
.product_detail .cy-showproduct.pagetype2 .content-2 .cy-editor,.product_detail .cy-showproduct.pagetype2 .content-4 .cy-editor,.product_detail .cy-showproduct.pagetype2 .content-6 .cy-editor {
	background:#f2f2f2
}
@media (max-width:767px) {
	.product_detail .cy-showproduct.pagetype2 .content {
	padding:10px 0px
}
.product_detail .cy-showproduct.pagetype2 .blocks {
	padding-left:10px
}
.product_detail .cy-showproduct.pagetype2 .blocks li {
	width:50%;
	word-wrap:break-word
}
.product_detail .cy-showproduct.pagetype2 .blocks li:nth-child(2n+1) {
	clear:both
}
.product_detail .cy-showproduct.pagetype2 .blocks li .widget {
	margin-right:10px
}
}.product_detail .showproduct-pager {
	}.product_detail .showproduct-pager .border-top1 {
	padding:0 !important
}
.product_detail .showproduct-pager .container {
	margin:0 !important;
	padding:0 !important
}
.product_detail .showproduct-pager .container:before {
	display:none
}
.product_detail .showproduct-pager a {
	border-color:#eeeeee !important;
	color:#333333 !important;
	color:!important;
	background:none !important
}
.product_detail .showproduct-pager a:hover {
	border-color:!important;
	color:!important
}
.product_detail .shoppro-discount-body {
	font-size:0
}
.product_detail .shoppro-discount-body .btn {
	margin:0 10px 10px 0 !important
}
.product_detail .shoppro-discount-body .btn-outline.btn-default {
	border:1px solid !important;
	border:1px solid #eeeeee !important;
	font-size:12px !important;
	line-height:16px !important;
	display:inline-block
}
.product_detail .shoppro-discount-body .btn-outline.btn-default:hover {
	border-color:#2ea7e0 !important;
	border-color:!important;
	background:#2ea7e0 !important;
	background:!important;
	color:!important
}
.product_detail .shop-product-intro .bg-grey-100 {
	background:none !important;
	background:!important;
	padding:5px 0 10px 15px !important;
	margin-bottom:15px !important
}
.product_detail a.linkbox.btn.btn-danger {
	border-color:#2ea7e0;
	border-style: solid;
	background:none !important;
	color:#2ea7e0;
}
.product_detail a.linkbox.btn.btn-danger:hover {
	background-color:#2ea7e0 !important;
	color:#fff !important
}
.product_detail .swiper-button-prev.swiper-button-white,.product_detail .swiper-button-next.swiper-button-white {
	background-color:rgba(0,0,0,.05);
	background-size:70% auto;
	background-position:center;
	background-repeat:no-repeat
}
.product_detail .swiper-button-prev.swiper-button-white:hover,.product_detail .swiper-button-next.swiper-button-white:hover {
	background-color:rgba(0,0,0,.35)
}
.product_detail .page-item .page-link {
	border-radius:.215rem
}
.product_detail .page-item {
	margin-top:30px
}
@media (max-width:1199px) {
	.product_detail .page-item {
	margin-top:20px
}
}@media (max-width:767px) {
	.product_detail .page-item {
	margin-top:10px
}
.product_detail .cy-showproduct.pagetype1 .cy-showproduct-body .product-hot h4.example-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    background: #000;
    height: 50px;
    width: 100%;
    color: white;
    position: static;
    padding-top: 15px;
    padding-left: 10px;
}
}

/*productInfo end*/

/*message_list*/
.message_list {
	position:relative;
	display:box;
	box-align:center;
	display:-moz-box;
	-moz-box-align:center;
	display:-ms-flexbox;
	-ms-flex-align:center;
	display:-webkit-box;
	-webkit-box-align:center;
	background-position:top center;
	background-size:cover;
	background-color:#272727
}
 .message_list .contact-box a {
        color: #fff;
}
    .message_list .contact-box a:hover {
        color: red;
    }
.message_list.free {
	padding:60px 0
}
.message_list .row {
	padding:0 35px;
}
@media (max-width:1199px) {
	.message_list.free {
	padding:50px 0
}
}@media (max-width:767px) {
	.message_list.free {
	padding:30px 0
}
.message_list .row {
	padding:0 0px;
}
}.message_list .title-box {
	text-align:center
}
.message_list .title-box h3 {
	font-size:26px;
	color:#333333;
	color:#ffffff;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s
}
.message_list .title-box p {
	display:block;
	margin-bottom:30px;
	color:#333333;
	color:#999999;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s
}
.message_list .title-box h3:hover {
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transform:translateX(5px);
	-moz-transform:translateX(5px);
	-ms-transform:translateX(5px);
	-o-transform:translateX(5px);
	-webkit-transform:translateX(5px)
}
.message_list .title-box p:hover {
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transform:translateX(5px);
	-moz-transform:translateX(5px);
	-ms-transform:translateX(5px);
	-o-transform:translateX(5px);
	-webkit-transform:translateX(5px)
}
.message_list .contact-box {
	padding:0 0 30px 0;
	width:100%
}
.message_list .contact-left {
	color:#333333;
	color:#999999;
	margin-top:30px
}
.message_list .contact-left strong.company {
	font-size:16px;
	color:#ffffff;
	padding:0 0 20px 4px;
	display:block;
	font-weight:normal
}
.message_list .contact-text {
	max-width:100%;
	margin:0 auto;
	transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s
}
.message_list .contact-text:hover {
	transform:translateX(5px);
	-moz-transform:translateX(5px);
	-ms-transform:translateX(5px);
	-o-transform:translateX(5px);
	-webkit-transform:translateX(5px);
	transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	-o-transition:.6s
}
.message_list .contact-text * {
	max-width:100%
}
.message_list .contact-text .fa {
	width:24px;
	text-align:center
}
@media (max-width:767px) {
c{
    display:none
}
}
.message_list .social-box {
	margin:30px -5px
}
.message_list .social-box:after {
	display:block;
	content:'';
	clear:both
}
.message_list .social-box a {
	font-size:16px;
	text-align:center;
	line-height:35px;
	width:35px;
	height:35px;
	margin:5px;
	position:relative;
	display:block;
	float:left;
	border-radius:35px;
	background:#333333;
	background:#ffffff;
	background:#007934
}
.message_list .social-box a:hover {
	background:#8ee426
}
.message_list .social-box a i {
	color:#333333;
	color:#ffffff;
	color:#ffffff
}
.message_list .social-box a:hover i {
	color:#ffffff
}
.message_list .social-box {
	position:relative;
	cursor:pointer
}
.message_list .social-box a p {
	position:absolute;
	max-width:none;
	bottom:100%;
	left:50%;
	width:150px;
	margin:0 0 10px -75px;
	z-index:9;
	visibility:hidden;
	opacity:0;
	transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transform:scale(0);
	transform-origin:bottom center;
	-moz-transform-origin:bottom center;
	-webkit-transform-origin:bottom center;
	-ms-transform-origin:bottom center;
	-o-transform-origin:bottom center;
	transition:.25s;
	-moz-transition:.25s;
	-ms-transition:.25s;
	-o-transition:.25s;
	-webkit-transition:.25s
}
.message_list .social-box a:hover p {
	visibility:visible;
	opacity:1;
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1)
}
.message_list .social-box a p:before {
	position:absolute;
	z-index:1;
	bottom:-11px;
	left:50%;
	content:'';
	margin-left:-9px;
	border-style:solid;
	border-width:12px 9px 0 9px;
	border-color:#d0d0d0 transparent transparent transparent
}
.message_list .social-box a p:after {
	position:absolute;
	z-index:3;
	bottom:-10px;
	left:50%;
	content:'';
	margin-left:-8px;
	border-style:solid;
	border-width:11px 8px 0 8px;
	border-color:#fff transparent transparent transparent
}
.message_list .social-box a p img {
	width:150px;
	max-width:none;
	padding:5px;
	position:relative;
	z-index:2;
	background:#fff;
	border:1px solid #ddd
}
.message_list .cy-editor {
	font-size:14px
}
.message_list .message-list {
	margin-top:15px
}
.message_list .message-list * {
	outline:none !important;
	box-shadow:none !important
}
.message_list .message-list .form-group {
	position:relative;
	margin:0;
	background-clip:content-box;
	color:#333333;
	color:#ffffff;
}
.message_list .message-list .form-group:before {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	content:'';
	display:block;
	border-bottom:1px solid transparent;
	border-bottom-color:#717171
}
.message_list .message-list *::-webkit-input-placeholder {
	color:#333333;
	color:#ffffff;
	opacity:.75
}
.message_list .message-list *:-moz-placeholder {
	color:#333333;
	color:#ffffff;
	opacity:.75
}
.message_list .message-list *::-moz-placeholder {
	color:#333333;
	color:#ffffff;
	opacity:.75
}
.message_list .message-list *:-ms-input-placeholder {
	color:#333333;
	color:#ffffff;
	opacity:.75
}
.message_list .message-list .ftype_select,.message_list .message-list .ftype_input {
	width:100%
}
.message_list .message-list .ftype_upload,.message_list .message-list .ftype_checkbox,.message_list .message-list .ftype_radio,.message_list .message-list .ftype_textarea {
	width:100%
}
.message_list .message-list .ftype_checkbox *,.message_list .message-list .ftype_radio * {
	float:left;
	line-height:20px;
	margin:0
}
.message_list .message-list .ftype_radio label,.message_list .message-list .ftype_checkbox label {
	color:#333333;
	color:#ffffff;
}
.message_list .message-list .ftype_upload label {
	padding:14px 20px 0 20px;
	margin:0;
	overflow:hidden;
	line-height:20px;
	float:left;
	color:#333333;
	color:#ffffff;
}
.message_list .message-list .ftype_upload>div {
	}
.message_list .message-list .help-block {
	position:absolute;
	right:20px;
	top:10px
}
.message_list .message-list .input-group-icon+.help-block {
	right:100px
}
.message_list .message-list .submint {
	width:100%;
	margin:15px 0 0;
	float:none;
	clear:both
}
.message_list .message-list .submint:before {
	display:none
}
.message_list .message-list textarea {
	width:100%;
	padding:10px 20px;
	line-height:30px;
	height:110px;
	background:none;
	border:0;
	color:#333333;
	color:#ffffff;
}
.message_list select.form-control:not([size]):not([multiple]),.message_list .message-list select {
	background:none;
	border:0;
	margin:0;
	width:98%;
	padding:10px 20px 10px 16px;
	line-height:30px;
	height:50px;
	cursor:pointer;
	color:#333333;
	color:#ffffff;
}
.message_list .message-list option {
	padding:0;
	margin:0;
	background-clip:content-box;
}
.message_list .message-list input[type=text],.message_list .message-list input[type=tel],.message_list .message-list input[type=number],.message_list .message-list input[type=email] {
	width:100% !important;
	padding:10px 20px;
	line-height:50px;
	height:50px;
	background:none;
	border:0;
	color:#333333;
	color:#ffffff;
}
.message_list .message-list input[type='number']::-webkit-outer-spin-button,.message_list .message-list input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance:none !important;
	margin:0
}
.message_list .message-list .input-group-file input[type=text],.message_list .message-list .input-group-file input[type=tel],.message_list .message-list .input-group-file input[type=number],.message_list .message-list .input-group-file input[type=email] {
	background:none;
	border:none
}
.message_list .message-list input[name=code]~img {
	position:absolute;
	right:20px;
	top:50%;
	height:20px;
	margin-top:-10px
}
.message_list .message-list .input-group-addon {
	padding:0 8px;
	width:80px;
	background:none;
	border:none
}
.message_list .message-list .input-group-addon img {
	width:80px;
	height:20px
}
.message_list .message-list input[type=checkbox],.message_list .message-list input[type=radio] {
	margin:0;
	cursor:pointer;
	padding:0;
	display:inline-block;
	position:relative;
	top:2px
}
.message_list .message-list input[type=checkbox]+label,.message_list .message-list input[type=radio]+label {
	padding-left:4px
}
.message_list .message-list .control-label {
	margin:14px 0 0 20px
}
.message_list .message-list .checkbox-custom,.message_list .message-list .radio-custom {
	padding:14px 0 14px 20px
}
.message_list .ftype_upload .btn-primary,.message_list .radio-primary input[type=radio]:checked+label::before,.message_list .checkbox-primary input[type=radio]:checked+label::before,.message_list .checkbox-primary input[type=checkbox]:checked+label::before {
	background:#ef0934;
	border-color:#ef0934;
	cursor:pointer !important
}
.message_list .radio-custom label::before,.message_list .checkbox-custom label::before {
	background:#272727
}
.message_list .message-list button[type=submit] {
	width:100%;
	height:35px;
	line-height:35px;
	background:none;
	border:none;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s;
	margin-top:0;
	background:#ef0934;
	padding:0 35px;
	position:relative;
	z-index:1
}
.message_list .message-list button[type=submit]:hover {
	background:#333333;
	background:#ffffff;
	background:#ef0934;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s
}
.message_list .message-list button[type=submit] span {
	position:relative;
	color:#ffffff;
	z-index:2
}
.message_list .message-list label {
	color:#333333;
	color:#ffffff;
	line-height:50px;
	padding:0;
	cursor:pointer;
	margin:0;
	float:left
}

.dowload_search02 {
    padding-bottom: 30px;
    background: #fff;
    padding: 26px 15px;
}
.dowload_search02 .container {
    max-width: 1188px;
    margin: auto;
}
.dowload_search02 .in_man {
    width: calc(100% - 216px);
    padding: 0 20px;
    border: 1px solid #d9d9d9;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 38px;
}
.dowload_search02 .bt_manual {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    height: 38px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border-radius: 0;
    border: none !important;
    outline: none;
    float: right;
    width: 188px !important;
    display: inline-block;
    color: #fff;
    background: #000;
    -webkit-transition: .4s;
    transition: .4s;
}
@media (max-width: 768px){
.dowload_search02 .in_man {
    width: calc(100% - 100px);
    padding: 0 10px;
}
.dowload_search02 .bt_manual {
    width: 88px !important;
}
}
.download-list li:hover {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
}