﻿.slider {
	position: relative;
	width: 100%
}

.slider,.slider__wrapper {
	height: 100%;
	overflow: hidden
}

.slider__wrapper {
	list-style: none;
	*zoom: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d
}

.slider__item {
	height: 100%;
	float: left;
	clear: none
}

.slider__arrows-item {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	padding: 20px;
	cursor: pointer
}

.slider__arrows-item--right {
	bottom: 50%;
	right: 30px
}

.slider__arrows-item--left {
	bottom: 50%;
	left: 30px
}

.slider__nav {
	position: absolute;
	bottom: 30px
}

.slider__nav-item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #fff
}

.slider__nav-item--current,.slider__nav-item:hover {
	background: #ccc
}

.glide {
	position: relative;
	width: 100%;
	height: 100%
}

.glide__wrapper {
	overflow: hidden
}

.glide__track {
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-ms-touch-action: pan-Y;
	touch-action: pan-Y
}

.glide__track.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide__slide {
	width: 100%;
	-webkit-tap-highlight-color: transparent
}

.glide__arrows,.glide__slide {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none
}

.glide__arrow {
	cursor: pointer
}

.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide--carousel .glide__slide,.glide--slider .glide__slide {
	float: left;
	clear: none
}

.glide--slideshow .glide__wrapper {
	height: 100%
}

.glide--slideshow .glide__slide {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(0)
}

.glide--slideshow .glide__slide.active {
	z-index: 1
}

.glide__arrows {
	position: absolute
}

.glide--horizontal .glide__arrows {
	top: 50%;
	width: 92%;
	margin-left: 4%
}

.glide--vertical .glide__arrows {
	left: 50%;
	height: 88%;
	margin-top: 6%
}

.glide__arrow {
	position: absolute;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	font: 11px Arial,sans-serif;
	padding: 9px 12px;
	background-color: transparent;
	border: 2px solid hsla(0,0%,100%,.5);
	border-radius: 4px;
	transition: border .3s ease-in-out
}

.glide__arrow:focus {
	outline: none
}

.glide__arrow:hover {
	border-color: #fff
}

.glide--horizontal .glide__arrow {
	transform: translateY(-50%)
}

.glide--horizontal .glide__arrow.prev {
	left: 0
}

.glide--horizontal .glide__arrow.next {
	right: 0
}

.glide--vertical .glide__arrow {
	transform: translateX(-50%)
}

.glide--vertical .glide__arrow.prev {
	top: 0
}

.glide--vertical .glide__arrow.next {
	bottom: 0
}

.glide__bullets {
	position: absolute;
	list-style: none
}

.glide--horizontal .glide__bullets {
	bottom: 8%;
	left: 0;
	width: 100%;
	height: 12px;
	text-align: center
}

.glide--vertical .glide__bullets {
	top: 50%;
	right: 8%;
	width: 12px;
	height: auto;
	transform: translateY(-50%)
}

.glide__bullets>* {
	display: inline-block;
	background-color: hsla(0,0%,100%,.5);
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all .3s ease-in-out
}

.glide--horizontal .glide__bullets>* {
	margin: 0 5px
}

.glide--vertical .glide__bullets>* {
	vertical-align: middle
}

.glide__bullets>.active {
	background-color: #fff
}

.glide__bullets>:focus {
	outline: none
}

.glide__bullets>:focus,.glide__bullets>:hover {
	border: 2px solid #fff;
	background-color: hsla(0,0%,100%,.5)
}

.glide--slider .glide__arrow {
	opacity: 1;
	transition: opacity .15s ease
}

.glide--slider .glide__arrow.disabled {
	opacity: .33
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.case-jx{overflow: hidden;}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform,height
}

.swiper-container-3d {
	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 {
	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: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
#case_pc_slider{position: relative;}
.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 27px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(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-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.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;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: top .2s,-webkit-transform .2s;
	transition: transform .2s,top .2s;
	transition: transform .2s,top .2s,-webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: left .2s,-webkit-transform .2s;
	transition: transform .2s,left .2s;
	transition: transform .2s,left .2s,-webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: right .2s,-webkit-transform .2s;
	transition: transform .2s,right .2s;
	transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0,0%,100%,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.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-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: 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%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	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-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.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-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.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;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.case_filters {
	position: relative;
	z-index: 2;
	font-size: 14px
}

.case-list .case_filters {
	margin: 30px auto;
	width: 1000px;
	text-align: right
}

.case-list--mobile .case_filters {
	margin: 20px auto;
	width: 100%;
	text-align: center
}

.case-list--mobile .case_filter_opts {
	max-height: 170px;
	overflow-y: scroll
}

@media only screen and (max-width:380px) {
	.case-list--mobile .case_filter {
		margin-left: 10px
	}
}

@media only screen and (max-width:360px) {
	.case-list--mobile .case_filters {
		font-size: 12px
	}

	.case-list--mobile .case_filter {
		padding: 0 12px 5px 0
	}

	.case-list--mobile .case_filter_arrow {
		top: 6px;
		border: 4px solid transparent;
		border-top-color: #444;
		border-top-width: 7px
	}
}

.case_filter {
	display: inline-block;
	position: relative;
	margin-left: 20px;
	padding: 0 15px 5px 0;
	text-align: center
}

.case_filter:first-child {
	margin-left: 0
}

.case_filter_val {
	height: 20px;
	line-height: 20px;
	cursor: pointer
}

.case_filter_arrow {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 0;
	border: 5px solid transparent;
	border-top-color: #444;
	border-top-width: 9px
}

.case_filter_opts {
	display: none;
	position: absolute;
	top: 24px;
	right: 5px;
	padding: 4px 0;
	line-height: 36px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	white-space: nowrap
}

.case_filter.active .case_filter_opts {
	display: block
}

.case_filter_opt {
	padding: 0 15px;
	cursor: pointer
}

.case_filter_opt.active,.case_filter_opt:hover {
	background-color: #ffc403
}

.case_body .main__container {
	margin-bottom: 50px
}

.case-list .tip_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px;
	width: 260px;
	line-height: 21px;
	background-color: #fff;
	color: #5f5f5f;
	font-size: 12px;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 hsla(0,0%,72%,.5);
	z-index: 10001
}

.case-list .case-banner {
	height: 368px;
	background-color: #f7f7f7;
	background-size: cover;
	background-position: 50%
}

.case-list .case_pc_slider {
	height: 368px;
	overflow: hidden
}

.case-list .case_pc_slider .glide,.case-list .case_pc_slider .glide__slide {
	height: 368px;
	cursor: pointer
}

.case-list .case_pc_slider .glide__slide {
	background-size: cover;
	background-position: 50%
}

.case-list .case_pc_slider .glide__arrow {
	display: none;
	padding: 0;
	width: 40px;
	height: 50px;
	border-radius: 0;
	border: none;
	background-color: rgba(0,0,0,.4)
}

.case-list .case_pc_slider .tshe_icon {
	color: #fff;
	font-size: 24px
}

.case-list .case_pc_slider:hover .glide__arrow {
	display: block
}

.case-list .case_pc_slider .glide__arrow.next {
	right: 50px
}

.case-list .case_pc_slider .glide__arrow.prev {
	left: 50px
}

.case-list .brand-modal {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: left
}

.case-list .brand-modal.hidden,.case-list .brand-modal.hid{
	display: none
}

.case-list .brand-modal_wrap {
	position: relative;
	padding: 34px;
	width: 732px;
	background-color: #fff;
	z-index: 2;
	border-radius: 5px;
	text-align: left;
}

.case-list .modal-case_desc,.case-list .modal-case_info,.case-list .modal-case_title {
	width: 600px
}

.case-list .modal-close_btn {
	position: absolute;
	top: -30px;
	right: -50px;
	font-size: 38px;
	color: #d8d8d8;
	cursor: pointer
}

.case-list .modal-head {
	display: -ms-flexbox;
	display: flex
}

.case-list .modal-head_img {
	margin-right: 12px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #efefef
}

.case-list .modal-content {
	margin-top: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.case-list .modal-img {
	height: 100%;
	background-size: cover;
	background-position: 50%
}

.case-list .modal-img img{width:100%;height:100%;object-fit: cover;}

.case-list .content-img_box {
	padding: 10px;
	width: 380px;
	height: 380px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	box-shadow: 0 2px 4px 0 hsla(0,0%,83%,.64)
}

.case-list .content-info {
	margin-top: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 254px
}

.case-list .content-info_thumbimg {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 168px
}

.case-list .thumbimg-item {
	position: relative;
	margin-right: 12px;
	margin-bottom: 8px;
	width: 76px;
	height: 76px;
	background-size: cover;
	background-position: 50%;
	cursor: pointer;
	box-shadow: 0 2px 4px 0 hsla(0,0%,76%,.5)
}

.case-list .thumbimg-item img{width:100%;height:100%;object-fit: cover;}

.case-list .thumbimg-item:nth-of-type(3n) {
	margin-right: 0
}

.case-list .thumbimg-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,99%,.47)
}

.case-list .thumbimg-item.active:after,.case-list .thumbimg-item:hover:after,.case-list .thumbimg-item.active:after{
	background-color: transparent;
}

.case-list .content-info_box {
	position: relative;
	padding: 14px;
	margin-top: 14px;
	background-color: #f7f7f7;
	max-height: 250px;
	overflow: auto
}

.case-list .info-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #292929;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none
}

.case-list .info-character {
	margin-top: 12px
}

.case-list .character-item {
	position: relative;
	padding-left: 12px;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 700;
	color: #313131
}

.case-list .character-item:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #ffdc00
}

.case-list .info-desc {
	margin-top: 10px;
	color: #5f5f5f;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	cursor: pointer
}

.case-list .info-desc:hover {
	text-decoration: underline
}

.case-list .info-btn {
	margin-top: 16px;
	width: 82px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	background-image: linear-gradient(90deg,#ffec6b,#ffdc00);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer
}

.case-list .modal-case_title {
	font-weight: 700;
	color: #545454;
/*! autoprefixer: off */
	-webkit-line-clamp: 1
}

.case-list .modal-case_desc,.case-list .modal-case_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.case-list .modal-case_desc {
	margin-top: 2px;
	font-size: 12px;
	color: #787878;
/*! autoprefixer: off */
	-webkit-line-clamp: 2
}

.case-list .case-brand {
	padding: 50px 0 104px
}

.case-list .case-brand .brand-title {
	text-align: center
}

.case-list .case-brand .brand-title p {
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
	color: #161616
}

.case-list .case-brand .brand-title span {
	color: #909090;
	font-size: 13px
}

.case-list .case-brand .case-brand_list {
	position: relative;
	margin: 54px auto 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1000px
}

.case-list .case-brand .brand-list_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.case-list .case-brand .brand-list_box.brand-list__other.hidden {
	display: none
}

.case-list .case-brand .brand-item {
	margin-bottom: 26px;
	text-align: center;
	width: 16.6%;
	cursor: pointer
}

.case-list .case-brand .brand-img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 1px solid #efefef
}

.case-list .case-brand .brand-img:hover {
	box-shadow: 0 6px 10px 1px #ddd
}

.case-list .case-brand .brand-name {
	margin-top: 10px;
	color: #545454;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.case-list .case-brand .case-arrow--down {
	position: absolute;
	font-size: 38px;
	margin-left: -20px;
	bottom: -60px;
	left: 50%;
	font-weight: 700;
	color: #b9b9b9;
	cursor: pointer;
	opacity: .6
}

.case-list .case-brand .case-arrow--down.case-arrow--up {
	transform: rotate(180deg)
}

.case-list .case-slider {
	padding: 70px 0 60px;
	background-image: url(../images/case_img01-57cab4d02c4f288f34e40ee37694cd6a.jpg);
	background-size: cover;
	background-position: 50%
}

.case-list .case-slider .case-slider_title {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 700;
	color: #161616;
	text-align: center
}

.case-list .case-slider .case-slider_box,.case-list .case-slider .swiper-container {
	position: relative;
	margin: 0 auto;
	width: 1000px
}

.case-list .case-slider .swiper-container {
	padding-top: 5px;
	height: 350px
}

.case-list .case-slider .swiper-wrapper {
	display: -ms-flexbox;
	display: flex;
}

.case-list .case-slider .swiper-slide {
	margin-right: 20px;
	height: 334px;
	width: 234px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	transition: margin .3s
}

.case-list .case-slider .swiper-slide img{width:100%;height:100%;object-fit: cover;}

.case-list .case-slider .swiper-slide:hover {
	margin-top: -5px;
	box-shadow: 0 4px 30px -4px hsla(0,0%,56%,.5);
	border-bottom: 5px solid #ffdc00
}

.case-list .case-slider .swiper-slide:last-of-type {
	margin-right: 0
}

.case-list .case-slider .swiper-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 60px;
	font-weight: 400;
	color: #dbdbdb;
	cursor: pointer;
	background-image: none;
	width: 60px;
	height: 60px
}

.case-list .case-slider .swiper-btn.swiper-button-disabled {
	opacity: .6
}

.case-list .case-slider .swiper-button-prev {
	left: -70px
}

.case-list .case-slider .swiper-button-next {
	right: -70px
}

.case-list .case-slider .case-img {
	height: 234px;
	background-size: cover;
	background-position: 50%
}

.case-list .case-slider .case-info {
	padding: 0 16px;
	margin-top: 14px;
	text-align: center
}

.case-list .case-slider .case-title {
	font-size: 15px;
	color: #323232;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.case-list .case-slider .case-desc {
	margin: 10px auto;
	width: 180px;
	position: relative
}

.case-list .case-slider .case-desc span {
	position: relative;
	font-size: 12px;
	color: #787878;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	z-index: 2
}

.case-list .case-slider .case-desc:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 25px;
	height: 23px;
	background-image: url(../images/case_icon01-6cdb8055e556b601ba7ab8c92c607105.png);
	background-size: cover
}

.case-list .case-list_box {
	margin-top: 70px
}

.case-list .case-list_box .case-list_title {
	font-size: 24px;
	font-weight: 700;
	color: #161616;
	text-align: center
}

.case-list .case-list_box .case-list_tab {
	margin: 26px auto 0;
	width: 1000px
}

.case-list .case-list_box .tab-item {
	display: inline-block;
	padding: 0 15px;
	margin: 0 10px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	color: #787878
}

.case-list .case-list_box .tab-item.active {
	color: #161616;
	border-radius: 18px;
	font-weight: 700;
	background-image: linear-gradient(90deg,#ffec6b,#ffdc00)
}

.case-list .case-list_box .case-list_wrap {
	margin-top: 36px
}

.case-list .case-list_box .case-list_content {
	margin: 0 auto;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1000px
}

.case-list .case-list_box .case-list_content.visible {
	display: -ms-flexbox;
	display: flex
}

.case-list .case-list_box .case-list_item {
	margin-right: 10px;
	margin-bottom: 26px;
	width: 192px
}

.case-list .case-list_box .case-list_item:nth-of-type(5n) {
	margin-right: 0
}

.case-list .case-list_box .case-list_img,.case-list .case-list_box .list-img {
	cursor: pointer;
	width: 192px;
	height: 192px;
	overflow: hidden;
	transition: all .3s
}

.case-list .case-list_box .list-img {
	background-size: cover;
	background-position: 50%
}

.case-list .case-list_box .list-img:hover {
	transform: scale(1.1)
}

.case-list .case-list_box .list-img img{width:100%;height:100%;object-fit: cover;}

.case-list .case-list_box .case-list_info {
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.case-list .case-list_box .case-list_avatar {
	margin-right: 12px;
	width: 22px;
	height: 22px;
	border-radius: 22px
}

.case-list .case-list_box .case-title {
	font-size: 12px;
	color: #777;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.case-list .case-list_box .case-list_more {
	margin-top: 24px;
	text-align: center
}

.case-list .case-list_box .case-list_more--btn {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 18px;
	font-size: 12px;
	background:#2b1841;
}

.case-list .case-list_box .case-list_more--btn.loading {
	background-color: #f7f7f7;
	color: #b9b9b9;
	background-image: none
}

.case-list .case-recommend {
	margin-top: 50px
}

.case-list .case-recommend .recommend-list {
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	width: 1000px
}

.case-list .case-recommend .recommend-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	padding: 12px;
	border: 1px solid #efefef;
	border-radius: 5px;
	width: 242px
}

.case-list .case-recommend .recommend-item:last-of-type {
	margin-right: 0
}

.case-list .case-recommend .rec-img {
	margin-right: 12px;
	width: 70px;
	height: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-size: cover
}

.case-list .case-recommend .rec-title {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 18px
}

.case-list .case-recommend .rec-time {
	font-size: 12px;
	color: #9b9b9b
}

.ci_prods_swiper {
	position: relative
}

.ci_prods_swiper .swiper-container {
	padding-top: 20px;
	height: 470px
}

.ci_prods_swiper .ci_prod {
	padding: 0 20px 0 5px;
	width: 255px;
	height: 450px
}

.ci_prods_swiper .ci_prod_img_box {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ci_prods_swiper .ci_prod_img_box:hover .ci_prod_img {
	position: relative;
	transform: translate(-5px,-10px);
	box-shadow: 9px 9px 20px 1px #eaeaea
}

.ci_prods_swiper .ci_prod_img,.ci_prods_swiper .ci_prod_wechat {
	height: 360px;
	background-color: #f7f7f7
}

#pros{overflow: hidden;}

.ci_prods_swiper .ci_prod_img {
	transition: all .2s
}

.ci_prods_swiper .ci_prod_img img{width:100%;height:100%;object-fit: cover;}

.ci_prods_swiper .ci_prod_wechat {
	padding-top: 45px
}

.ci_prods_swiper .ci_prod_qrcode {
	width: 140px;
	height: 140px
}

.ci_prods_swiper .swiper-btn {
	background-image: none!important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color:#2b1841;
	font-size: 32px;
	border-radius: 50%
}

.ci_prods_swiper .swiper-btn:hover {
	background-color: #ffc403
}

.ci_prods_swiper .swiper-button-prev {
	left: -50px
}

.ci_prods_swiper .swiper-button-next {
	right: -40px
}

.case-list--mobile .case-banner {
	height: 368px;
	background-color: #f7f7f7
}

.case-list--mobile .brand-modal {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000
}

.case-list--mobile .brand-modal.hidden {
	display: none
}

.case-list--mobile .brand-modal_wrap {
	position: relative;
	background-color: #000;
	width: 100%;
	text-align: left
}

.case-list--mobile .modal-close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 26px;
	color: #d8d8d8;
	cursor: pointer
}

.case-list--mobile .modal-head {
	margin-top: 34px;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	-ms-flex-align: center;
	align-items: center
}

.case-list--mobile .modal-head_img {
	margin-right: 10px;
	width: 44px;
	height: 44px;
	border-radius: 50%
}

.case-list--mobile .modal-content {
	margin-top: 28px
}

.case-list--mobile .modal-img__box {
	width: 100%;
	height: 100vw;
	overflow: hidden
}

.case-list--mobile .content-img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}

.case-list--mobile .content-info-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.case-list--mobile .content-info {
	position: absolute;
	padding: 22px 14px;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	z-index: 22;
	transition: all .3s
}

.case-list--mobile .info-btn {
	position: relative;
	padding-right: 10px;
	font-size: 14px;
	color: #ffdc00;
	font-weight: 700;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.case-list--mobile .info-btn:after {
	content: "";
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left-color: #ffdc00
}

.case-list--mobile .info-title {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.case-list--mobile .info-title span {
	margin-left: 16px
}

.case-list--mobile .info-character {
	margin-top: 18px
}

.case-list--mobile .character-item {
	position: relative;
	padding-left: 12px;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 700
}

.case-list--mobile .character-item:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #ffdc00
}

.case-list--mobile .info-desc {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
	opacity: .8
}

.case-list--mobile .modal-case_title {
	font-weight: 700;
	color: #fff;
	font-size: 14px;
/*! autoprefixer: off */
	-webkit-line-clamp: 1
}

.case-list--mobile .modal-case_desc,.case-list--mobile .modal-case_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.case-list--mobile .modal-case_desc {
	margin-top: 2px;
	font-size: 12px;
	color: hsla(0,0%,100%,.8);
/*! autoprefixer: off */
	-webkit-line-clamp: 2
}

.case-list--mobile .case-brand {
	padding: 26px 0 68px
}

.case-list--mobile .case-brand .brand-title {
	text-align: center
}

.case-list--mobile .case-brand .brand-title p {
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 700;
	color: #161616
}

.case-list--mobile .case-brand .brand-title span {
	color: #909090;
	font-size: 12px
}

.case-list--mobile .case-brand .case-brand_list {
	position: relative;
	margin: 30px auto 0;
	width: 100%
}

.case-list--mobile .case-brand .brand-list_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.case-list--mobile .case-brand .brand-list_box.brand-list__other.hidden {
	display: none
}

.case-list--mobile .case-brand .brand-item {
	margin-bottom: 22px;
	text-align: center;
	width: 33.3%
}

.case-list--mobile .case-brand .brand-img {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	box-shadow: 0 4px 10px 0 hsla(0,0%,70%,.5)
}

.case-list--mobile .case-brand .brand-name {
	margin-top: 10px;
	color: #838383;
	font-size: 13px
}

.case-list--mobile .case-brand .case-arrow--down {
	position: absolute;
	margin-left: -25px;
	font-size: 38px;
	bottom: -50px;
	left: 50%;
	font-weight: 700;
	color: #b9b9b9;
	cursor: pointer;
	opacity: .6
}

.case-list--mobile .case-brand .case-arrow--down.case-arrow--up {
	transform: rotate(180deg)
}

.case-list--mobile .case-slider {
	padding: 38px 0 4px;
	background-image: url(../images/case_img01-57cab4d02c4f288f34e40ee37694cd6a.jpg);
	background-size: cover;
	background-position: 50%
}

.case-list--mobile .case-slider .swiper-container {
	position: relative;
	height: 370px
}

.case-list--mobile .case-slider .swiper-wrapper {
	display: -ms-flexbox;
	display: flex
}

.case-list--mobile .case-slider .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 1
}

.case-list--mobile .case-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: none;
	background-color: #ffdc00
}

.case-list--mobile .case-slider .swiper-slide {
	margin-right: 14px;
	height: 324px;
	width: 210px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 4px 22px -4px hsla(0,0%,80%,.5)
}

.case-list--mobile .case-slider .swiper-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 60px;
	font-weight: 400;
	color: #dbdbdb;
	cursor: pointer
}

.case-list--mobile .case-slider .swiper-button-prev {
	left: -70px
}

.case-list--mobile .case-slider .swiper-button-next {
	right: -70px
}

.case-list--mobile .case-slider .case-img {
	height: 210px;
	background-size: cover;
	background-position: 50%
}

.case-list--mobile .case-slider .case-info {
	padding: 0 16px;
	margin-top: 15px;
	text-align: center
}

.case-list--mobile .case-slider .case-title {
	font-size: 15px;
	color: #323232;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.case-list--mobile .case-slider .case-desc {
	margin: 10px auto;
	width: 164px;
	position: relative
}

.case-list--mobile .case-slider .case-desc span {
	position: relative;
	font-size: 12px;
	color: #787878;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	z-index: 2
}

.case-list--mobile .case-slider .case-desc:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 19px;
	height: 17px;
	background-image: url(../images/case_icon01-6cdb8055e556b601ba7ab8c92c607105.png);
	background-size: cover
}

.case-list--mobile .case-listall {
	padding-bottom: 50px;
	margin-top: 46px
}

.case-list--mobile .case-listall .case-list_title {
	font-size: 18px;
	font-weight: 700;
	color: #161616;
	text-align: center
}

.case-list--mobile .case-listall .case-list_tab {
	margin-top: 18px;
	padding: 0 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: auto
}

.case-list--mobile .case-listall .tab-item {
	margin-right: 14px;
	-ms-flex-negative: 0;
	width: 74px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	color: rgba(0,0,0,.7);
	flex-shrink: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.case-list--mobile .case-listall .tab-item:last-of-type {
	margin-right: 0
}

.case-list--mobile .case-listall .tab-item.active {
	border: none;
	font-weight: 700;
	background-image: linear-gradient(90deg,#ffec6b,#ffdc00)
}

.case-list--mobile .case-listall .case-list_wrap {
	margin-top: 18px
}

.case-list--mobile .case-listall .case-list_content {
	margin: 0 auto;
	padding: 0 16px;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.case-list--mobile .case-listall .case-list_content.visible {
	display: -ms-flexbox;
	display: flex
}

.case-list--mobile .case-listall .case-list_item {
	margin-bottom: 20px;
	width: 48%
}

.case-list--mobile .case-listall .case-list_item:nth-of-type(5n) {
	margin-right: 0
}

.case-list--mobile .case-listall .case-list_img {
	width: 100%;
	height: 164px;
	background-size: cover;
	background-position: 50%;
	border-radius: 5px
}

.case-list--mobile .case-listall .case-list_info {
	margin-top: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.case-list--mobile .case-listall .case-list_avatar {
	margin-right: 6px;
	width: 22px;
	height: 22px;
	border-radius: 22px
}

.case-list--mobile .case-listall .case-title {
	font-size: 12px;
	color: #777;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.case-list--mobile .case-listall .case-list_more {
	margin-top: 25px;
	text-align: center
}

.case-list--mobile .case-listall .case-list_more--btn {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #161616;
	border-radius: 18px;
	font-size: 12px;
	background-image: linear-gradient(90deg,#ffec6b,#ffdc00)
}

.case-list--mobile .case-listall .case-list_more--btn.loading {
	background-color: #f7f7f7;
	color: #b9b9b9;
	background-image: none
}

.case-list--mobile .case-footer {
	padding: 64px 0 50px;
	text-align: center;
	background-color: #f7f7f7
}

.case-list--mobile .case-footer .case-footer_title {
	color: #9b9b9b;
	font-size: 13px
}

.case-list--mobile .case-footer .case-footer_icon {
	margin-top: 6px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: cover
}

.case-show {
	margin: 28px auto;
	width: 756px
}

.case-show .cs-bread {
	font-size: 12px;
	color: #9b9b9b
}

.case-show .cs-bread a {
	position: relative;
	margin-right: 22px
}

.case-show .cs-bread a:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	border: 5px solid transparent;
	border-left-color: #eaeaea
}

.case-show .cs-content {
	margin-top: 30px
}

.case-show .cs-content_head {
	text-align: center
}

.case-show .cs-img {
	width: 64px;
	height: 64px;
	border-radius: 50%
}

.case-show .cs-title {
	margin-top: 20px;
	font-size: 24px;
	color: #323232;
	font-weight: 700
}

.case-show .cs-desc {
	margin: 4px auto;
	width: 244px;
	font-size: 12px;
	line-height: 22px;
	color: #787878
}

.case-show .cs-content_box {
	margin-top: 54px
}

.case-show .cs-content_box img {
	width: 100%
}

.case-show .cs-content_box p {
	margin: 16px 0 36px;
	color: #787878;
	line-height: 26px;
	font-size: 16px
}

.case-show .cs-pictures_box .cs-picture {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.case-show .cs-pictures_box .cs-picture:first-child {
	margin-top: 0
}

.case-show .cs-pictures_box img {
	max-width: 100%;
	height: auto
}

.case-show .cs-footer {
	padding-top: 54px;
	padding-bottom: 20px;
	margin-top: 44px;
	background-image: url(../images/case_show__footer-7e0f5ecc6a5159d4a0e00d28dd2e98b7.jpg);
	background-size: cover;
	text-align: center
}

.case-show .cs-footer .cs-footer_title {
	font-size: 18px;
	font-weight: 700;
	color: #292929
}

.case-show .cs-footer .cs-footer_content {
	padding: 0 40px;
	margin-top: 32px
}

.case-show .cs-footer .cs-character_list {
	font-size: 13px;
	color: #313131;
	font-weight: 700
}

.case-show .cs-footer .cs-character_item {
	position: relative;
	padding-left: 14px;
	margin-bottom: 12px;
	text-align: left
}

.case-show .cs-footer .cs-character_item:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #ffdc00
}

.case-show .cs-footer .cs-character_item.marr-none {
	margin-right: 0
}

.case-show .cs-footer .cs-desc {
	margin-top: 10px;
	font-size: 13px;
	line-height: 23px;
	width: 100%;
	color: #131313;
	text-align: left
}

.case-show .cs-footer .cs-footer_btn {
	display: inline-block;
	margin-top: 22px;
	width: 98px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-image: linear-gradient(90deg,#ffec6b,#ffdc00);
	border-radius: 5px;
	font-size: 12px;
	font-weight: 700
}

.case-show .cs_prods .ci_prod {
	width: 258px
}

.case-show .pb_top_topics .top_topics_left,.case-show .pb_top_topics .top_topics_right,.case-show .pb_topics_tag .topics_tag_first,.case-show .pb_topics_tag .topics_tag_second {
	width: 370px
}

.pb_top_topics {
	padding-top: 30px
}

.pb_top_topics .top_topics_title {
	padding-left: 20px;
	height: 38px;
	line-height: 38px;
	background-color: #fafafa;
	color: #161616;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #f0f0f0;
	margin-bottom: 37px
}

.pb_top_topics .top_topics_content:after {
	content: "";
	width: 0;
	overflow: hidden;
	display: block;
	clear: both
}

.pb_top_topics .top_topics_content {
	width: 100%
}

.pb_top_topics .top_topics_left {
	width: 427px;
	height: 511px;
	float: left;
	background: #fff;
	border: 1px solid #e8e8e8
}

.pb_top_topics .top_topics_left:hover {
	box-shadow: 0 3px 17px 0 rgba(0,0,0,.09)
}

.pb_top_topics .ttl_img {
	width: 100%;
	height: 318px;
	background-size: cover;
	background-position: 50%;
	cursor: pointer
}

.pb_top_topics .ttl_info {
	padding: 26px 47px 37px 27px
}

.pb_top_topics .info_title {
	color: #4a4a4a;
	display: inline-block;
	font-weight: 700;
	vertical-align: bottom
}

.pb_top_topics .ttl_info_title {
	margin-bottom: 7px;
	font-size: 16px;
	width: 100%
}

.pb_top_topics .info_desc {
	font-size: 12px;
	color: #9b9b9b;
	letter-spacing: 0;
	line-height: 19px
}

.pb_top_topics .ttl_info_desc {
	margin-bottom: 35px
}

.pb_top_topics .label_item {
	display: inline-block;
	min-width: 77px;
	height: 30px;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	font-size: 12px;
	color: #4a4a4a;
	text-align: center;
	line-height: 30px;
	margin-right: 5px
}

.pb_top_topics .top_topics_right {
	width: 426px;
	float: right
}

.pb_top_topics .ttr_item {
	position: relative;
	padding-left: 120px;
	width: 100%;
	height: 120px;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px
}

.pb_top_topics .ttr_item:hover {
	box-shadow: 0 0 12px 0 rgba(0,0,0,.09)
}

.pb_top_topics .ttr_item::last-child {
	margin-bottom: 0
}

.pb_top_topics .ttr_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 118px;
	background-size: cover;
	background-position: 50%;
	cursor: pointer
}

.pb_top_topics .ttr_info_title {
	margin-bottom: 4px;
	width: 100%;
	font-size: 14px
}

.pb_top_topics .ttr_info_desc {
	margin-bottom: 9px
}

.pb_top_topics .ttr_labels {
	height: 30px;
	overflow: hidden
}

.pb_top_topics .ttr_info {
	padding: 18px
}

.pb_ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.pb_ellipsis-2 {
	height: 40px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2
}

.pb_topics_tag {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
	height: 148px;
	overflow: hidden
}

.pb_topics_tag.active {
	height: 100%
}

.pb_topics_tag .topics_tag_first,.pb_topics_tag .topics_tag_second {
	width: 427px
}

.pb_topics_tag .topics_tag_item {
	position: relative;
	padding-left: 66px;
	height: 64px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px
}

.pb_topics_tag .topics_tag_item:hover {
	box-shadow: 0 0 12px 0 rgba(0,0,0,.09)
}

.pb_topics_tag .tti_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 66px;
	height: 63px;
	background-size: cover;
	background-position: 50%;
	cursor: pointer
}

.pb_topics_tag .tti_info {
	padding: 16px;
	font-size: 12px
}

.pb_topics_tag .tti_info_title {
	width: 100%;
	color: #4a4a4a;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle
}

.pb_topics_tag .tti_info_intro {
	color: #9b9b9b
}

.pb_load_more {
	text-align: center;
	font-size: 14px;
	color: #9b9b9b;
	line-height: 18px;
	margin-top: 30px;
	cursor: pointer
}

.pb_load_more_icon {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #9b9b9b;
	margin: 5px auto
}

.case-show--mobile {
	margin: 40px 0;
	padding-left: 14px;
	padding-right: 14px
}

.case-show--mobile .cs-bread {
	font-size: 12px;
	color: #9b9b9b
}

.case-show--mobile .cs-bread a {
	position: relative;
	margin-right: 22px
}

.case-show--mobile .cs-bread a:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	border: 5px solid transparent;
	border-left-color: #eaeaea
}

.case-show--mobile .cs-content {
	margin-top: 30px
}

.case-show--mobile .cs-content_head {
	text-align: center
}

.case-show--mobile .cs-img {
	width: 90px;
	height: 90px;
	border-radius: 50%
}

.case-show--mobile .cs-title {
	margin-top: 23px;
	font-size: 20px;
	color: #323232;
	font-weight: 700
}

.case-show--mobile .cs-desc {
	margin: 4px auto;
	width: 244px;
	font-size: 13px;
	line-height: 22px;
	color: #787878
}

.case-show--mobile .cs-content_box {
	margin-top: 28px
}

.case-show--mobile .cs-content_box img {
	width: 100%
}

.case-show--mobile .cs-content_box p {
	margin: 15px 0 8px;
	color: #787878;
	line-height: 24px;
	font-size: 15px
}

.case-show--mobile .cs-content_box iframe {
	max-width: 100%;
	height: 56.5vw
}

.case-show--mobile .cs-pictures_box {
	margin-top: 18px
}

.case-show--mobile .cs-pictures_box .cs-picture {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.case-show--mobile .cs-pictures_box img {
	max-width: 100%;
	height: auto
}

.case-show--mobile .cs-fixed {
	position: fixed;
	bottom: 72px;
	right: 0;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-image: linear-gradient(90deg,#ffec6b,#ffdc00)
}

.case-show--mobile .cs-fixed a {
	position: relative;
	font-weight: 700;
	font-size: 13px
}

.case-show--mobile .cs-fixed a:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -16px;
	margin-left: -10px;
	border: 5px solid transparent;
	border-left-color: #161616
}

.mtindex_tech {
	margin-top: 30px;
	padding: 30px 0;
	background-color: #f8f8f8
}

.mtindex_h {
	text-align: center;
	color: #161616;
	font-size: 18px;
	font-weight: 700
}

.mtindex_p {
	margin-top: 12px;
	text-align: center;
	font-size: 13px
}

.mtindex_tech_slider {
	padding: 30px 0 0
}

.mtindex_tech_slider .swiper-container {
	position: relative;
	height: 450px
}

.mtindex_tech_slider .swiper-slide {
	margin-right: 14px;
	height: 415px;
	width: 250px;
	background-color: #fff;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0 4px 22px -4px hsla(0,0%,80%,.5)
}

.mtit_img {
	height: 210px;
	background-size: cover;
	background-position: 50%
}

.mtit_box {
	position: relative;
	height: 205px
}

.mtit_con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%
}

.mtit_name {
	margin-bottom: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: 700
}

.mtit_desc {
	padding: 0 25px;
	color: #9d9d9d;
	font-size: 12px
}

.mtit_desc>b {
	color: #000
}

.mtindex_tech_slider .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background-color: transparent;
	border: 1px solid #9b9b9b;
	opacity: 1
}

.mtindex_tech_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #000;
	background-color: #ffdc00
}

.mtit_more {
	display: block;
	margin: 30px auto 0;
	width: 114px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: linear-gradient(90deg,#ffec6b,#ffdc00);
	box-shadow: 0 6px 10px 0 rgba(255,234,146,.69);
	border-radius: 5px;
	color: #161616!important;
	font-size: 14px;
	font-weight: 700!important
}

.case-list--mobile .mtindex_tech {
	margin-top: 0
}

.case-list--mobile .banner {
	position: relative
}

.case-list--mobile .banner .glide,.case-list--mobile .banner .glide__slide {
	height: 42.6vw;
	overflow: hidden
}

.case-list--mobile .banner .glide__slide {
	background-size: cover;
	background-position: 50%
}

.case-list--mobile .case-brand .brand-printing-title p {
	font-size: 18px
}

.case-list--mobile .case-slider .case-slider-info {
	text-align: center;
	margin-bottom: 30px
}

.case-list--mobile .case-slider .case-slider-info_title {
	font-size: 18px;
	font-weight: 700
}

.case-list--mobile .case-slider .case-slider-info_intro {
	margin-top: 14px;
	padding: 0 14px;
	font-size: 13px;
	color: #272727;
	line-height: 24px
}

.case-list--mobile .case-slider .case-slider-info_intro strong {
	font-weight: 700
}

.case-list--mobile .printing-footer {
	border-top: 10px solid #efefef;
	padding: 20px 0;
	background-color: #fff;
	text-align: center;
	color: #161616;
	font-size: 14px;
	margin-bottom: 25px
}