.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);
	}
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
	text-align: center;
}

@font-face {
	font-family: VideoJS;
	src: url(https://qiyukf.nosdn.127.net/main/res/lib/videojs/font/VideoJS.eot?#iefix) format("eot");
}

@font-face {
	font-family: VideoJS;
	src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
	content: "\f101";
}

.vjs-icon-play-circle {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-play-circle:before {
	content: "\f102";
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
	content: "\f103";
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
	content: "\f104";
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
	content: "\f105";
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
	content: "\f106";
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
	content: "\f107";
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
	content: "\f108";
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "\f109";
}

.vjs-icon-square {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-square:before {
	content: "\f10a";
}

.vjs-icon-spinner {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-spinner:before {
	content: "\f10b";
}

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
	content: "\f10c";
}

.vjs-icon-captions,
.video-js .vjs-captions-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
	content: "\f10d";
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
	content: "\f10e";
}

.vjs-icon-share {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-share:before {
	content: "\f10f";
}

.vjs-icon-cog {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-cog:before {
	content: "\f110";
}

.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
	content: "\f111";
}

.vjs-icon-circle-outline {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-circle-outline:before {
	content: "\f112";
}

.vjs-icon-circle-inner-circle {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
	content: "\f113";
}

.vjs-icon-hd {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-hd:before {
	content: "\f114";
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
	content: "\f115";
}

.vjs-icon-replay {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-replay:before {
	content: "\f116";
}

.vjs-icon-facebook {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-facebook:before {
	content: "\f117";
}

.vjs-icon-gplus {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-gplus:before {
	content: "\f118";
}

.vjs-icon-linkedin {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-linkedin:before {
	content: "\f119";
}

.vjs-icon-twitter {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-twitter:before {
	content: "\f11a";
}

.vjs-icon-tumblr {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-tumblr:before {
	content: "\f11b";
}

.vjs-icon-pinterest {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-pinterest:before {
	content: "\f11c";
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
	content: "\f11d";
}

.vjs-icon-audio,
.video-js .vjs-audio-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal;
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
	content: "\f11e";
}

.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.video-js:-moz-full-screen {
	position: absolute;
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
	box-sizing: inherit;
}

.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
	width: 100%;
	max-width: 100%;
	height: 0;
}

.video-js.vjs-16-9 {
	padding-top: 56.25%;
}

.video-js.vjs-4-3 {
	padding-top: 75%;
}

.video-js.vjs-fill {
	width: 100%;
	height: 100%;
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: hidden;
}

.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none;
}

.vjs-hidden {
	display: none !important;
}

.vjs-disabled {
	opacity: 0.5;
	cursor: default;
}

.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px;
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible;
}

.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
	color: #66A8CC;
}

.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: 0.06666em solid #fff;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.7);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -0.75em;
	margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
	display: none;
}

.video-js button {
	background: none;
	border: none;
	color: inherit;
	display: inline-block;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: 0.5em;
	z-index: 2;
}

.vjs-menu-button {
	cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
	cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none;
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none;
}

.vjs-menu li {
	list-style: none;
	margin: 0;
	padding: 0.2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase;
}

.vjs-menu li:focus,
.vjs-menu li:hover {
	outline: 0;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 0.3em 0;
	font-weight: bold;
	cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0em;
	margin-bottom: 1.5em;
	border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
	display: block;
}

.video-js .vjs-menu-button-inline {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	display: block;
	opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3.0em;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0.1s, opacity 0.1s;
	-moz-transition: visibility 0.1s, opacity 0.1s;
	-o-transition: visibility 0.1s, opacity 0.1s;
	transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
	display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table;
}

.video-js .vjs-control {
	outline: none;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.video-js .vjs-control:before {
	font-size: 1.8em;
	line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
	text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
	display: none;
}

.video-js .vjs-progress-control {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 4em;
}

.vjs-live .vjs-progress-control {
	display: none;
}

.video-js .vjs-progress-holder {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	height: 0.3em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.666666666666666666em;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
	font-size: 0.6em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
	position: absolute;
	display: block;
	height: 0.3em;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0;
}

.video-js .vjs-mouse-display:before {
	display: none;
}

.video-js .vjs-play-progress {
	background-color: #fff;
}

.video-js .vjs-play-progress:before {
	position: absolute;
	top: -0.333333333333333em;
	right: -0.5em;
	font-size: 0.9em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	right: -1.9em;
	font-size: 0.9em;
	color: #000;
	content: attr(data-current-time);
	padding: 6px 8px 8px 8px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
	z-index: 1;
}

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
	display: none;
}

.video-js .vjs-load-progress {
	background: #bfc7d3;
	background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
	background: white;
	background: rgba(115, 133, 159, 0.75);
}

.video-js.vjs-no-flex .vjs-progress-control {
	width: auto;
}

.video-js .vjs-time-tooltip {
	display: inline-block;
	height: 2.4em;
	position: relative;
	float: right;
	right: -1.9em;
}

.vjs-tooltip-progress-bar {
	visibility: hidden;
}

.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
	display: none;
}

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 0.45em 0 0.45em;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
	text-shadow: 0em 0em 1em white;
	-webkit-box-shadow: 0 0 1em #fff;
	-moz-box-shadow: 0 0 1em #fff;
	box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.video-js .vjs-volume-control {
	width: 5em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-js .vjs-volume-bar {
	margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
	width: 0.3em;
	height: 5em;
	margin: 1.35em auto;
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
	width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
	top: -0.5em;
	left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
	height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
	top: -0.3em;
	right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
	left: 0.5em;
	height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
	left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
	height: 0;
	width: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
	height: 8em;
	width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
	height: 2.9em;
	width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
	background-color: transparent !important;
}

.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-color: #000000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

.vjs-poster img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%;
}

.vjs-has-started .vjs-poster {
	display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
	display: block;
}

.vjs-controls-disabled .vjs-poster {
	display: none;
}

.vjs-using-native-controls .vjs-poster {
	display: none;
}

.video-js .vjs-live-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left;
}

.video-js .vjs-time-control {
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}

.vjs-live .vjs-time-control {
	display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
	display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
	display: none;
}

.vjs-time-divider {
	display: none;
	line-height: 3em;
}

.vjs-live .vjs-time-divider {
	display: none;
}

.video-js .vjs-play-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em;
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
	color: #fff;
}

.vjs-captions {
	color: #fc6;
}

.vjs-tt-cue {
	display: block;
}

video::-webkit-media-text-track-display {
	-moz-transform: translateY(-3em);
	-ms-transform: translateY(-3em);
	-o-transform: translateY(-3em);
	-webkit-transform: translateY(-3em);
	transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	-moz-transform: translateY(-1.5em);
	-ms-transform: translateY(-1.5em);
	-o-transform: translateY(-1.5em);
	-webkit-transform: translateY(-1.5em);
	transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center;
}

.vjs-error .vjs-error-display:before {
	color: #fff;
	content: 'X';
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -0.5em;
	position: absolute;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%;
}

.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.85;
	text-align: left;
	border: 6px solid rgba(43, 51, 63, 0.7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
	display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
	content: "";
	position: absolute;
	margin: -6px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: transparent;
	border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
	-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
	animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
	border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
	border-top-color: white;
	-webkit-animation-delay: 0.44s;
	animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes vjs-spinner-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f;
	}
	20% {
		border-top-color: #73859f;
	}
	35% {
		border-top-color: white;
	}
	60% {
		border-top-color: #73859f;
	}
	100% {
		border-top-color: #73859f;
	}
}

@-webkit-keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f;
	}
	20% {
		border-top-color: #73859f;
	}
	35% {
		border-top-color: white;
	}
	60% {
		border-top-color: #73859f;
	}
	100% {
		border-top-color: #73859f;
	}
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
	display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
	display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
	display: none;
}

.vjs-caption-settings {
	position: relative;
	top: 1em;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.75);
	color: #fff;
	margin: 0 auto;
	padding: 0.5em;
	height: 16em;
	font-size: 12px;
	width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
	top: 0;
	bottom: 1em;
	left: 0;
	right: 0;
	position: absolute;
	overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
	float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
	clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
	margin: 5px;
	padding: 3px;
	min-height: 40px;
	border: none;
}

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
	display: block;
	width: 100px;
	margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
	display: inline;
	margin-left: 5px;
	vertical-align: top;
	float: right;
}

.vjs-caption-settings .vjs-tracksetting>div {
	margin-bottom: 5px;
	min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting>div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 0;
}

.vjs-caption-settings label>input {
	margin-right: 10px;
}

.vjs-caption-settings fieldset {
	margin-top: 1em;
	margin-left: .5em;
}

.vjs-caption-settings fieldset .vjs-label {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.vjs-caption-settings input[type="button"] {
	width: 40px;
	height: 40px;
}

.video-js .vjs-modal-dialog {
	background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1;
}

@media print {
	.video-js>*:not(.vjs-tech):not(.vjs-poster) {
		visibility: hidden;
	}
}

@media \0screen {
	.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
		content: "";
	}
}

@media \0screen {
	.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
		visibility: hidden;
	}
}

@font-face {
	font-family: "u-iconfont";
	src: url(//at.alicdn.com/t/font_417433_np8rak7ra5c.eot?t=1538017956482);
	src: url(//at.alicdn.com/t/font_417433_np8rak7ra5c.eot?t=1538017956482#iefix) format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAACgYAAsAAAAAQZwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8d0kmY21hcAAAAYAAAAKsAAAG4kRxFG9nbHlmAAAELAAAHpoAAC/YxdOxmGhlYWQAACLIAAAAMQAAADYYVRtOaGhlYQAAIvwAAAAgAAAAJA1wCW5obXR4AAAjHAAAADoAAAFUXUD/52xvY2EAACNYAAAArAAAAKzML9fabWF4cAAAJAQAAAAfAAAAIAFrAKpuYW1lAAAkJAAAAUoAAAKF424ndnBvc3QAACVwAAACpgAABIH7anAaeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkkWGcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeMTznY27438AQw9zF0AgUZgTJAQDnzgwZeJzd1cdSVFEQxvH/4BCUYcyiqJgDRsRAMCAiIgiiiFpqGcqiMGfEyKO4s1y7Zqmv4crFN4+h3fNhlXt3zq0fxdy6555z+nT3ALXAgrAnFKHmJ4X4j8KPuFuo3l/Aour9YuFrfD/BxniuVTWqVYNKalaLWtWmDvWoV33q14AGNaxRjeuqrumGbuqO7mpSs/qkOX2vlH/9AqGi6tWo8vz4dnX+NX5IIxrTxPz429XxU9Xx3yqlHP8Pn0Ls4RSnOcNZrs9ft5j865riPk+Znr9mqtfn6vUlxu9nM7uoibgUI3p11NPAwojRHnazl0b20c4BSjRRZinLWM4KVrKYJRziMEfopItVdNNMDy2sZg1HOcZa1rGe47G2XjZwkr5YY3/EehODsdYtsdYBhmLNw5xjK9vYzgg7GGUn5xnjAhdpo5VxLjERO+zgYGy07p/i9H98Svmn+OfbRGaexTmigsWJohqLs43cNPJerWWVqN7yhWqwrCA1WmQDKhn5bNnIZxdb5ApaYllZWmpZgVpmkUlouUVOoRVGzrPSIs/QKouMQ80WuYdaLHevVot8RG1GrqvdyPkPGDl/h5Hzdxo5f5eR83cbuaceI/fUa5HpqM8i51G/RfajASPfPWjku4eM3NOwkfOMGLm/USPnHDNyrxcsqgldtKgrNG5RYWjCotbQZYuqQ1cs6g9dtahEdM2iJtENi+pEN43c622LikV3LGoX3TUyBpMW9YymjIzHPYsaR/ctqh09MDI2Dy06AHpk0QvQY4uugJ4YGdenRsbymUXPQM+NjOsLiz6CXlp0FPTKoregaYsug14beQ4zFp0HvTHyTN5adCP0zqIvofdGntUHI8/qo5FnNWtkbn4yMmfnjDzDbxbdDX23rOVKyfKXqtJk0fuolI2DvwF2wz68eJyNegl8VNW9//2dc5eZyWx3tjtJZpI7M5kZsk1CJjPDmgRZQrBhL4hsERHrgmJB1KolriBFtCpYUDQo2Of/SRf1ry0KjbbayoNWbCsPC8+I1U/dbV1KNXPyfufeSZiA1pfMnHPuub9z7u+c81u+v98dAQRhYIDeQEEoEQQrUayQtELOCrSb7YJFcbab7aqCRWxXHBbCInKM7WK74/waO2FhnNMIAjXm+JC8KNiFUiEhCCASTfZIVZ5klsTVFCRbIFcBmhOUHH6HruFf7OR7hLwHFrC8T8jf2KcLrybk6oVmeQWMS9WPAxhXX9NKyIsaO6AF2EuBAOQCGmS1/G8NSkoN+j+blClepgT8owMfDNxFj9B1uC5dqEOeMjF/zJ/2pzPpDCRzWZJMiIrs0QJ6K2iBphaIF/FJYOKePRP3gL7VfXXjfT1s0/Vra7bfDONucm+1hrxifmDPW6L41p49f5Wkv8J/cdI9E5mwxb0Truy+uu6+ney27y9f7t5i9YRGI9ljnPixPW9xvoAXpIdUCSG8UJKJqOyrBEX2BZoMPrLNDZDLNqdAITfecouoWkQsLSqWUqHttJAQ1la3dNp9t5Uqgohn8RD9H7pYqBRahS5hHT4lrvgCWroFMrnmRC00xpJROQwVMNZ8bM4BGd4flRW/HBgLjWmtBcZDCmo5I4moAknztl+Lm9zGOClOmWscC03Z8QDppmwO54gpjZxO8+MepvkcEl9PkjwEAthtLpsdSmw2eNXqAJf19gGrJ2hl+wYEu9WNd8BuLYEjVgdx2jYZt8j3C2MGBGvQYx243eokDuurYLOV9O/ZZOMXR6DEykfa3FgZVHBy4E4+mc36JnY5rO6SkgHe/3d2h81RYnnTeJDNVehl+/7banPY7jSeN2A+DW+X0MV8Sgey9KbNyntMCoHg3t5Pj+LelgkNgiBxcUGhQZHGBWNbqwA8RFzxSJSl5hYawA6fk8SQZiQ99FyyBqT3fv7z90TxvZ933DTqedx8i6ekJK/W19Wdu+a6NfVG3dKypt72Uu76DpPw8fdEaBzxkmQVbZ46x9up1devXpiGhiazITXUCab+3UU/RFn3oaxXcc6+Qb4h4o/Qv27hwr2TC3ft9ptg3M3uLbaQl+YHBuUVS7YV1rKNmW+SbHh0Ihdr5KObXklvEGTBJghxiKn4T/FZRIBpH+x9J0X+lg8uh7PhMGtgqcWGPgwMDPyevkMXcH2I5/heyaISEPl+JouNRYwuu3VJ+T9/+jxjkgTk+at+09qe3rl052FR/NMDmw+ULWFHH/2zKA089/yACJcsTk79Noiv7NzxZ5H+5y0F3l6n79KEMEJAkwXGgxQnoBxz6S08wwm+QCUEtGwrNGczyQSeG8p640iTkUwatzHRQBJJ2QU+GYeOBb959I2tMApGZjNZPuRIa7Cv53tLS+yaR7HTxPyG65/QOhSF0JWyoigrRUVUPlPcYvXyMZueETsUGQjN5hSZ37LRNvHdn0z9fhpEh+zzwDP3/xeFFsVr82iSGCwFuuMasCqU7rcAWPZTSq0isF8rSmUViPs22/it7ywdvKfI1sc/kqCuGkS7z+k3TQ/uwy7633SR4BTiuA+yoAQELSvkEkJyNPBLOdEAiRZoqgTINmkBWcHu/kPsn7jr9gMHwC4R9ukhaFDZ5/XeasdhB6lMuB6DWnfC7SAuulBinx44wD4doma7POxvKY9oe9ZdU+m6H0a5XM4RboOPdSKgzNqFoCB4ZTdKai7rTiZ0RVI0Jakkc8mclrt369YdsG3H1q097OIdZO3hwy2HX255GT+HyTs72IU7Bm/f+zLeKdwcsrP0j+RX/ElxiJBo/jP6zPfIZPMe2sg76BJ+zwoq3Zx/Fn6S/5Q+a+7PB7SPetBvaKhJEbWZazYKQBqK2/ewTaO3XdVx+XnkSZLC9va1RtsDtp17t9RsS9x8GbsdbA/90myb835I3xicF+fy4TxctmPFbbISVuNcUy/vgsfzh2F17r61HauW0ieph3228xdbau+L34wUp9ro5wZwHwXaLbjQ4jfwmXEuFaUygvOh7/XiZQSFV8XLCHYrp92nl+WrWmYTMruFHDPqEkhG8lWRJGBNjmF9jE0L1xJSG4anjJp2I3HxoP57iqix7kDa4jGG3A3jU0D3o6lFnMXP4Mqc6hQjp3FJc6ez2XEaV8OfWXHmzlCgKOeBQTk/YyOuYCtPuuVoSn0UJnjqPSXkjIWzVWwpBNRURFb3Q4fbrSa5PRPQCZOfCA4ud4lmnNuKDwj4FCKzEjVW54HdsM1TF1PPgc+w8rAL8RK7haGx/4H8CnE5gUhMjiaaEY3haHrIWm5jC9mFfCi8A5+p6nIQLbCdrTAmfYeVeOpUQ8620BO4ZslAdIBPz5kFEVjFdLgH7pneP86sWQXCPOy7m62cziZjH7t0Opww/Em3KOMcpWgjMshYY7qCan4nRfeeIslMC20tNhwU95XmuBk01YPIsHT396cAtF+/eykxm1O+v3spHGWvyzJEjh6FiCyz19cuuInuaruIfGfGzJtFWVxDp/ERXXxwezun79p9fTtkJPb60ddYH47UX8ORLLjoAQlcI+8SLx47ZiqMIosH7VoP6m1XQW/RnCFvyKEsFLtpIhxkf0fb5Dp4EFySxP5+0HSzRtlV3I90YwdvYCkU/Gy3IU/8GTE8o6KZvV/7xI4uQro6zPI19jo+PfLaaxDBp7z+2r4vJOmLfUb55yGiji72aDERDmodpMISLaYw8DbdTsuQIwV5cQle5Kcc9SomJIVawwqk/bEcWtE4fjV/LINVzotfJZZJY6UhQtDQn/mx4kenwLGpU19pubAFbFWPV3156D+wrMbL88xe9vmwXlr2DQTnFU1WsLfdYjnum8xjjIgaUcVyJjABgf+X0EBm5X/KZsFPDbofIb46m9N5rQgfImoSjsLRT1kdPJs/TmKwmX0XD3foHBwooSOEZqGNWxSC3hmBcxS9OgLepmzGuJAVH8Ky3NCt4nOiRUKMeNNdHquyu0NRj9P9XGJUgreqnjGv8RaW+dOP73fsH7IEJQd/B04U6H9At6fc4ymvKvdYreWeUCIRwmurp8pjdJjd+Q9PO1p6RGKfHSyayVhfL+2lbXjSDkMHR+L6cEEqwnHZryL0juGasjm+JKdh4U0UgjatOIgRXH5/hd/vqofSRCnY/UG/vX5/vyT17zfLnUdE8chOo4QKvwva3D6fm/W6/Ku9ZWVeu8/h8JENQ9T7+/sPDJJjiecqF+mDD3Enl7xm5LRI+nNo+LgNy0LE5DwdMdch8aNNKv5MDtIopSq0ZTsAOrJmGY7FxsRiZEd/N7bClJf959PuF9kT699+G+q7joL+IvQOkWc7fsXpx8RAiIVPjWnL/3EP61v9RM+cPQPC3k9+zL4QChj+DcSoLtQVwYs4MOdtwXilAn2DE+IRj5xMGfyjW0qjw0SAh0t588GgDUFEmN7mt4IUJXvZv8avdTaXgP0xO51aChvC8ckVFEZDIwkT4giWAPFA/sOwA9gnt9po1rrpF5RY41F5rvzpfrHJa/CxG/nYOMiHEzQv7hfGTUn0TVLEk0Bh1UyPlUaPlWnhGPTEAyYfZGMxHxmbwUd7GWwIJUw+/knDJP8JEoOHELXCgWHMepuYsW16muY/j0fkOZyPtIfzgYbtMHnItJsFj4UOxwkF74POqwLgCnZQcfkskLa4vWRu/rcWr9tC0hafi4yHZkvQrbCD2CWRsXmDjoxW3MFBu3zPKX8k8fSCYhYYFJyYwVaylTPob8waTlwCJ6azlXD3dHjGrFmFOcd6ehn9Ls7Ao+ZieXciGk8IBZmXkbRjOaXLO4xyjCTZJElnv/OLf3xgx59ENztMHiPLp3UsJ2R5x7Tl/W8BYm/ZD6vfeuCPItL0sQ3D7TzHKvFvxlQQ80cyMTolv2bGRYRcNINsMmonNNXk19Q0AdZkE9YstRde2Ysw4qIZxaT9zxbRYM3eWbLkTD5qv5kP6VSK4//CzaYle/fi5xv5Wcyplgz3fzEhOzx6QF6iGDnIpyI2n6xoAR9aKOLjkXBTC2lOoG4R4S+sD62o/pe/gI5GsC8uulWXdN7YzgtuJOTGC5bfRAKe8xzscMXo2mAw4B89bhTW/sAo2o3Efyka3D8gKop4Xh2QDcsv2EDIhgsSkypW2ELwZLB2zKRcaSA4WA/n3cV99zAAg14xJ4chlmnOZTMY3imxbC6g+YhwmsF/fNq01MhJ7S3y/BV0gvLwZhvnybDig1T97096paliQm7UpJbUuZRe82OZbp4kCEZexny+BRHVBKETdc20jE0Bb8Dv47EoD0dRnsdDIpvDkJTkmhMKhp8xvrPJXAztUVOxfR/mvdLh2nCoLjwvXdUc88uEEm/IB6LV4nNOC8CExvrxNiC+sB8AbMtmfXves19K0pfPmuVpa1wfCIXqQiHoq5+YaEtVVnisXr/Tg5yJck25pqlnJbTaVhg9zqX6XeKs+fng0ETPfkmfPm07CnHY/yd1ho/OpsBYKK4ihWqs8XhEDmg891Voov1rhUATz6Wkuddu4N6kkBdrAfoTRfSVWuQjD24/LltLvcRCm+tnWolVLrXOq5g6IkLtDmuJm+qJmYkIUW0SddhpZER75VwktsxobIaTJUFVtDmfcDiedNrAXWqTMlWzbaVWq3WBP+G83BEQwV5yGYbiNgehAcdKVzxwjtUbtM2OZ00cI203bBlaMsTlGmJq4Q64gtru7Ib3N7IHyPsbTbxzB7WbdJXAbd2xUXCSWUZB7yhswMlRrE0YpKsqzKfgdECrRjGLcb+IsFh2eIanEf0F4hmejAtIJuhJ8sxFcZsGRO48ZFHJJKqS2aqPwsnkmGQSUt5Kj6fSi1dg9+ge/GDzFX700DlpLHvdUzg86IYE0o9JgEev0j0YZQ1vDkhf7l/04PjG39tvlvr37f9yyF7RDxGXcl+io4Sb8bwR29MWaArwmA9lmefFDNmnF65fv5ndufnWWzfDqi8gPioORjEhFMcqrmyGyzdzih9uXk/+hH0h9jQvb+ZE+BnMORVspP/MuBIhhgZJurFpIsDEpv73zRqa72v+A1ycpt1FndSHdf7++9J4p7mAWc15z4wcNw4bBBPPmMjMMZCnzRyDF9Tvkkkwm9j7Jw3lJt4lt5r5hwj8Dynpn0xuzT8jcGyP93pIH+6mVwgjNhiB6K9JGCuMEyYLZwuzOLansTM8gU+ORaKJjBrJRDLNWURZAb8U4yiYi4n2FS2azGUULe7XFH+O6HqXDj35tvIqgKpy0mvUkurKt7lUKuQF1UV6XWq+S/eEPPjpOa1uO/fcnh4QsIQe1ke6cI58b2EunDN/g0tVXdCt9/C6zcmHeJzDKnZlfX1s5syeGK/4FnAM/Ak9QN2CW4igD64W6g2p56avgC6TnH3TmAwmYHM8sWn8Y/xzu3j4gev3jwjX/uHWHce0stAc8g72rNuf0KsP37bjeKAsnN8KbayXf7u7oXvHH0SyYbXtui2EPre10X339eN5z6Yrreu2mT3g1bvxv4CZulHcK/F0uOcrPoqkH/deHTwPPAu8G1OR2dzglnSbNd+MfLexNZ88rD9cdugQFfjOdReR6YMkBEv2+SPwMmt8JHDokGET+mgP1YUo7sxolA2BZ/BlLZ3IZbVsQPG50NSiT0tnsIP/J7PJBOUmg+fkU6AUJ6+LowZamVYjEINgcGRtI3jDdSXWGDitvoRNA0TxE/DAyr02sUR8+KgoHn3YLIuiaNLlC8RbRpZGABrioWAoGQ4G3e5Sn8sXs4UT2YoEuwkn8JZbZfrm0PjdR6qGB9t8fR/TLlyfNBhtg6RKcTVulPB13Av8PI1T7WI9rAe6isOKyQsIWTDZKMkXe9mde/fCqr5D7OJDh2Ar21MUTkQGybAc0kk8b6cQLIqy00IO9bJVmMjzyRnkwlDKCDcQEbWghBjEpnmFMslj8njaQGjG11vU5v1U78VjZ1xKCLa+ZN0oGaiAIPRx5dNpW38v6dJ11tZl/PWYFei6TtoKQpNvIwIq3BvEULV8F0HVZboOvV19eg/+Q49RdXUJhT1+mb5LNbQ0pbgidDXxQdsZG5LomJlDklBqElEXJBP89Q9/DdQKWXTdXM6iDRg25LK4UI26odzH2nzloEN9FHqj9aCzjxniwFfhVR+7VVV9Tb7SMl+pPaCo6ioqV7SXB4PdpIR2B4PhpFpp13EszsHPEAfzSdrgKdaswdOsQ6tX6z1eHp3arJ56dfWrcikJhyaV3UrITaHJoXCJvbAuXlDukVyGFTXyIV5ciGoaChUcEAfTdqA40R40gDwh0Ucfuvbahyjrg71sCptC9orbly3/kQhosqELRQqEAWEV+zg+XxQXxMANncePH2fdpZMoPaschO5uc09fpXtoBT47gHvazC08hjvJHM1ipBLFnUPvl5NymrFlTXjBARFHRbiRCf7mxsiikR+w+Ro8CqPHpPui0SnLBpYtWdL+9DngGD86P37u3AVvLZhQgepc7tEkhERz9hDbBwqloamBX5P72TwcmW8ZkwbHOU+3L1mCg6dEI33jR8NoHDd37sQ9c6UEqiC1EG+y8g+/lahYNkV7t2DXLiYfC1aUB+QbRZM70FxcNd7k8DeoGZ6Ugdvh+JNd7Htr15etJIlenf+jyKZhn87uXHtTYOVTeUP/enr6BgRiyJps2Ktf0kbEMKpQhjrULHzLkDfTISkmFPbJX9FD+btIf9rLA+FMRE5wZWoKuAwoGeNttG4ojAnoKa+qylYZlrVCVWHWsEuW6yFWad60+2mVTtz5j70q0fJPkM5IwBZz25TGanYnrEpPsNvcMXsSXViWD17KR1aop12+Sjoli44urlwHB7HpseSm1nioTE9Wx1s3ZcYOyaDhx0uM7FyayyAKH+4gf5tKeYiGik/TagyKnQUusNidUKHL9AJd+7r6un6Nmq6bXhk9gp7vK/LXpA9bXV3oJeo/D4c/By/7AL9dBiXS60U+GXoM/zrEXxLxxXTh3OEcKiqGkU2BSuDvjlOIwxPcyGaT/CzQ0CYxZMpySf43zINqCgxO5D+1kA/0OcEKoAqN8VdictLuxWOEkSNW/wzC0Tlzok6bvO9r1sjGo+3Se4aW2ss+WOsrjdk9Erq76loLtVs8WjIxJxiCFeAUfWd93fr53qxdyz7gGivwvMTAR7QP7UUD+tHFwgrhEmGNcI1wo/AD4R5hh4kq/VrGdDi4HwFZyRXeGeYyPOo1fK0LRTBp+CL0TgVi41V4AIPJSkhkMOBBWoVvHn+baPqsQJHEJ5qbfLlhV3CGNuTO6IE9Ow6KuvTGj//f62Iu7ajIBgP2mrbQyIUVjR0Rh73MLdtK/F7wYzAv/p5siMTpXZddfhdR1l/g9o3Tg+EJo1WL5HHaHf76CveCqxR6Q9eydYSE2Ye+8vIR5eU+V8UPh1r5N4Yp1d+HXZE+uvMaN/VueJzSxze0XR2xtNaLlNpKbSE76M6ALNsUKlIpPNJZ9p2xVz2c7/JNrz3nSkqvPMcx61IZLB6rxTMxZg26JEmW7SUgL5xsm8azNdPi438EnIUR5RgqVrQWteHBf6urBdvTS9F/GvlyN0YmNUaeEk1HjvsFExD7At6vBtXjAeV6yJ8LPORDvNhmLvkjVgDNMASaGd7iROi90W+TXsTWed1khrZxMRTMERTr/ue4gHbpxAB5Q3aS4x6e8zmFL74O7xfYivMiPQhB0FBmzJveIjxM9a/m1eQzvx0O2tw66KWsuVQHrG1u98un8DHp+UpUT4wJepx2c0z+5WBEd9hJo83N+ky0LBSw6g5cU1gYL8w2LA1aksTg70o8goSr4hoTTSZckEKE34KKwbWD4/sqgTZnc2ia/D7UFhcqY9zIH/CPoqFmcS1CJ6WYoQGULfLZSiGo3qsGFdgGWQ/i1qA6a2qpb/GC29/sdFb7J3Xo1QDVOtvP5lqq9Xv1ak2xuTvrr4abw9fN98a8toBNTng90ZlrQhLil6esmZmqHjgXnljsK506yxMMethBtsICmmerGoRSybm4bvO9nU6bpPFpt+LsFngMzjKfMnWqd4TaefY1Ty+5N2VzKWj5dJtkcdX9YIHLKR/QPTOyttZzuR2yGHLagz7SZUQWI4UxePbtwpz/Q+ZvyCqk4HQ/OthjYNAYN0ppbnvSFD2YCXiJmXyvgUxNvrcmA1iTNqz5RWZuJlNjajlcMOySTYZe1gZdbRzjIWJrQxHpyLIec06OvFnEnAy6zLoN+PC5mUGNffC0a/agTlch4tM5BjRjwD7aa+C4gBEBtvOdyESGdiPtzxUrhJKJFemEhOtViq7TzYlB9RgLGRPMoYPpMUW6/hrYO6QVYzo7DeFG94FIpo/pb9vcDgdKtUuPBPMvm7I+GpE3cIVmK3Hg7bdzxbq7vIrVutT581GptpqqjboBm2zuQQ1hq4KRmKnn79Jf0ZwR3SQHc4LFcY2EcZxm/EwF3aWMKzO7Ee2k4BRdVmsKSEUZcanoF0lEbJtLyNy2CXMB5sJ4VRsRkZdOl6M1uauyUyJtoZIRpbXnX3ZBdaCKXWcdXaf66PTFlsgIi0rqhgaSecwFcyeY1y3zSMnQxYS5d0oA7qVb6sfWVi5gL0TcammtO1RZGXLUQuWoBZWBTHn9lqVuoFFjDPKAY7YYzJiXhZzR6/Qh3AcVrcNonpdVuOTy/B93sZlsQjNQRIajiLRkvGTOGCuN8o3RzNdMEZ5Y/nB6U6i8rLR0YtX0pnKEAI6OeAd+2EvgLLG6g7NFcs0vryHKCov6rls+V4Y7XJEIdEBT6cSpE0txADaqvnXhS3xMhyvUVBrU5fobLrn8qqsu797YPKt+xhS/6AxNN3neRafRRainQeONRAR5Md7T4OGgMMKQs46oEYquoJIbgkpi1uwN1euNer0fMfQldGFNZf+xypqaSlpVWdN/ty/iw89d5LKC3XyBPo17w58TQa81+O7Db8IPfNKgcmtnNIiw96Qkndz7g+vTYyaAdJItKo1EmiKRw2b1pFnRnBmDf/f8c0Zkbut85DXWCXpaxw+cVpsy+2NxM12C2hgR6oQWoUOYy1HjkMilFW6ntXQik8gmm3haO8phI8pkprkFAvyXZ0O0Tbm0lky3QBxVFO17BS4tbVAbTVrtKzvxwM/eFWH+dCl5rxSeHAk76Z/ml+l6M2eJfVFoxegF9MWtW18QxRe2jmuW1kWl1g6WDJSFvVoZhN8IlAGEvYFyCJPR6x6m4m/u+vYPG9dNt5RAon79EzfqZVpMLwvE1gAvgV+yX1z3CKWPXHfdbupsvaT66nVlmjeMXqW+bKhR8NPbxL/Sjca7z5Ho1+YKF+NeJGQjoY0RCX9/l0I9NdwVd3dcsHM8CDR+dxYQtWwVXmLQl+T5fo4qwRjHkzNOHMb7MDqUA97TOiqAk5GKs2+LVGSmzbw7Gm7d6m5utOvpRjvss7uUykr97vNoRHJh7Pb21QuWWiDzuzzUi3AOSz1w3KX8ZvuO427L8zDdXSnaXeX69KTLaylz+5J2t6Io7p7Wh2b7fBbdN3ZtbY3mVTzJqEWLwyrvuLMmfa80MH5a+5W/1TxaqgG//8AJOlM1NElEf0NHsPHcKxfsmXXff4Ly2rVTZ7MVjtUrLrzf41iz4vwH4W/U4U7OqdTLSqSySq8olnjd1T57GConZNyinvRRe3Rk41VjvVGXxzfrkcIe/4y+TGcatiEhpIQsypzAEXazEUsnjfgZfZ0RVKebMArkLy2TiWaj4dNyGGN7DQzO83KGZAqkXrM5SuyBcZpWOT/i9HjY7IULU6tbx60e2cUmwsR5byyYNWsa3MnOHzMm0Nj47tUPUh0ev/CpzyRdYl9AVrOVVZTZAgEtFHIla+K3nNfflWpoSHXBvvy/Zs2ad+KcaWwVyOPuGxdI35CGOTrtueqWxx/WxU9++QLIhdzvtWQL9/agaNxHaUBWtG/LnyAV29rBT+5p375iezv4CrRVZBePUBDrINrBA9VySVrVeeRI57FjRknmD7awLIy5lBjvFKw4yAq0im071g4x+CnpZvccn8qOwRPchhnxX69QXvh9wb8J5CT+WJ4NUIbFsN1fE6bl9y73zZwH42+qfhNmDoZ96EW/JhjbMa+svROovhcOFOK6Qv6327rLyL+H0DtOEWYIgjcyPL0PqvGy08xMoNnLmT9B4i/KKojPSaIpkpP570JIc4pEnQQD0kzEH1NjRyzC/DWErJl/0qxh/hVvXIEfUulyWUJud9KttSRavtMZjX5r6bUXddZeC97UmJaxKY8n1fyt5novuXUXPP/wtbQbp8hvN6ciK+av6X+TtJw4kT/02Wfgq59UocUD7nKLxVHbeenGSztrsZqcmtZQXt4wbZFZsSfgyIWLWHXhNzK0gRbOzXgZtAW2L2Mi9C+DbrZsGUFvsex0Og1JySVsxTLoZ2IR3f8CNjAj2wAAeJxjYGRgYABi/pvHM+P5bb4ycLMwgMD1S9lLYPT/t//rOZcwdwG5HAxMIFEAbpoN5wAAAHicY2BkYGBu+N/AEMO5+P/b/185lzAARVBAKAC7jgfveJxjYWBgYIFhpv9vWZD5cPz/P3ZxZHkoZoVikLgRmrpQfGYQxqwzKdNPMZ4ExDexy3EuRrABBvISdQAAAAAAAAAiAGwAuADoAZYB4gImAkACdAL4AzwDbAN6A4gDtAPgBDQEbgSoBMYE6AUKBWQFlgXaBjIGRgZaBsoHHgd4B7wIAAgwCFIIigjOCRYJdAm0CjAKlgqqCr4K0gsmC2ALjAusC7oLyAxMDJoM3A1MDZIN/g5qDqgPBg80D6wP/BCCEXIRyBIyEsYTThO8FEAUmhTOFRYVnBZOFrgWzhboFvwXTBfEF9gX7HicY2BkYGAIZZjHwMMAAkxAzAWEDAz/wXwGACHDAhYAeJxtkktOAkEURW/x0dgkDhR1aI0YSGg+Q6ZEGJowYA5NNZ/0L9UFCc5cgOtxEa7AiTtwD16bR0iQrtTLqfvurX5JN4AbfENh/9xx71nB42nPJVziUbhMvSFcIXeEq6ihL3xB/VnYQxMvwjXc4pU3qMoVT094F1ao40O4hGt8CpepfwlXyD/CVdwrJXyBunoQ9jBRTeEaGurNG1gzdWauZzu9CtIkTBPnbVoHHJvFJprao3CkibH5Kk101+8cxZFJjD3cl28XPedCHdo01kN2TRSlOrPp2gTOXzqX9dvtUHQ/SGOON4CFwRSOdQ6NGXasKwRIkSAsqqNvg9Y/dczMgp2IeXvWcU6bMGWRU/87a3Th85Odc47oTAr36Xw5tnxzj6qjW3NbZmLSULKGU0VkjazorakE1H0si1TGX6PNFZ74/WKG+BfxC3OlAAB4nG1TaXsTNxj0hHh9rO0cnKUFepcCy116USAtUHrRNGn4rtW+2RWWpbUOHOfXV7trO3l4qi87M5JejebVttZazei3/n8cYA1nsI42InTQRQ99xBhgiBE2sIktbOMszuE8LuAiLuEDXMaH+AhXcBXX8DE+waf4DJ/jC3yJr3AdX+MGbuIWEtzGHdzFPdzHAzzEN3iEb/EdvscP+BGP8ROe4CmeYQc/4xc8xwu8xK94hd/wO/7An/gLr/E3dvEP9rCPf3GAN62IS20p7dGcdEmKsuhY64lQ7VrvH3opLTdEKrLEDC861bT2rpvpmZKaZZHRjjnqGDo0ZIuO9ZyTtRFnipMcOiOYyiUl1frRihmRF64/9dpRIunQxQ1sZEuSuNtlZglfBxe9Bu4ExIzRs6pep0a+HGbap5J2KnZQ9rgwPJyhx2s8jXiahJ2dyqpQ+UBqlSeLbaMTUlWLMnJMyPaEmfG9Tim484ZiV/hJamv7vQX2ZVQbTTdOnfs8LFjPS3t/YKeeGdqjzHPqN2RXetubsFyJQ0HmwsLg1JN1QqvE0DsybuM9uepJ3YUsns4nOk14QXy81eDadZPX5mmlCvPMxOb1Le52m9Ao63rVwJOG1LGvmC+7U5bkXmRUARW6YeMAlm3uBFyQLGPOLCXHhThmerDApPKpGNbEVqTwuln2VjA99/0az0jN/WAhKxOSH9UkCwZsEUzEVktfxyHcYIWpMOdLo0OWLpTgBXP7ZN4JTpsrtaA6v62VoM04+CC3vVQ4k5KTcmSGS8noVLvRkmklhaKYa2W9dIkz88ESe0vmZILkaqLyEs1IHIWfJXxSfWlZzTYOqw6QC48uPtWs9qy6ert56MXb5T3XX2l3tD3RY89ESE057ZNjr9+X5toftVr/AbX8ceUAAA==") format("woff"), url(//at.alicdn.com/t/font_417433_np8rak7ra5c.ttf?t=1538017956482) format("truetype"), url(//at.alicdn.com/t/font_417433_np8rak7ra5c.svg?t=1538017956482#u-iconfont) format("svg");
}

.u-iconfont {
	font-family: "u-iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.u-icon-closeb:before {
	content: "\e70c";
}

.u-icon-eyeopened:before {
	content: "\e604";
}

.u-icon-zoomin:before {
	content: "\e605";
}

.u-icon-close:before {
	content: "\e607";
}

.u-icon-fullscreen:before {
	content: "\e608";
}

.u-icon-search:before {
	content: "\e60b";
}

.u-icon-zoomout:before {
	content: "\e60c";
}

.u-icon-download:before {
	content: "\e60e";
}

.u-icon-rotate:before {
	content: "\e60f";
}

.u-icon-refresh:before {
	content: "\e610";
}

.u-icon-success:before {
	content: "\e614";
}

.u-icon-cancel:before {
	content: "\e61a";
}

.u-icon-triangle-down:before {
	content: "\e61e";
}

.u-icon-triangle-right:before {
	content: "\e629";
}

.u-icon-quote-left:before {
	content: "\e639";
}

.u-icon-quote-right:before {
	content: "\e63a";
}

.u-icon-selectPart:before {
	content: "\e630";
}

.u-icon-selectNull:before {
	content: "\e631";
}

.u-icon-selectAll:before {
	content: "\e632";
}

.u-icon-arrowdown:before {
	content: "\e637";
}

.u-icon-arrowup:before {
	content: "\e638";
}

.u-icon-doubleArrowUp:before {
	content: "\e649";
}

.u-icon-circle-ok:before {
	content: "\e64c";
}

.u-icon-cb:before {
	content: "\e650";
}

.u-icon-cb-sel:before {
	content: "\e651";
}

.u-icon-loading:before {
	content: "\e64f";
}

.u-icon-long-arrowup:before {
	content: "\e655";
}

.u-icon-long-arrowdown:before {
	content: "\e656";
}

.u-icon-detail:before {
	content: "\e657";
}

.u-icon-mark1:before {
	content: "\e69d";
}

.u-icon-picture:before {
	content: "\e65f";
}

.u-icon-thumbs-down:before {
	content: "\e667";
}

.u-icon-thumbs-up:before {
	content: "\e668";
}

.u-icon-rightb:before {
	content: "\e601";
}

.u-icon-doubleArrowDown:before {
	content: "\e66b";
}

.u-icon-gps2:before {
	content: "\e672";
}

.u-icon-squareReduce:before {
	content: "\e673";
}

.u-icon-squarePlus:before {
	content: "\e674";
}

.u-icon-magnifier:before {
	content: "\e676";
}

.u-icon-circle-question-revert:before {
	content: "\e678";
}

.u-icon-circle-question:before {
	content: "\e67d";
}

.u-icon-eyeclosed:before {
	content: "\e602";
}

.u-icon-qymob-check:before {
	content: "\e612";
}

.u-icon-qymob-arrow-right:before {
	content: "\e611";
}

.u-icon-qymob-arrow-left:before {
	content: "\e613";
}

.u-icon-msg:before {
	content: "\e615";
}

.u-icon-mark0:before {
	content: "\e600";
}

.u-icon-selected:before {
	content: "\e616";
}

.u-icon-unselect:before {
	content: "\e617";
}

.u-icon-triangle-left:before {
	content: "\e70d";
}

.u-icon-triangle-up:before {
	content: "\e70e";
}

.u-icon-qa-guide:before {
	content: "\e63f";
}

.u-icon-qa-notes:before {
	content: "\e641";
}

.u-icon-qa-download:before {
	content: "\e643";
}

.u-icon-qa-help:before {
	content: "\e645";
}

.u-icon-case-zhizao:before {
	content: "\e647";
}

.u-icon-case-zhengqi:before {
	content: "\e64a";
}

.u-icon-case-shenghuo:before {
	content: "\e64d";
}

.u-icon-case-jiaoyu:before {
	content: "\e652";
}

.u-icon-case-wenyu:before {
	content: "\e654";
}

.u-icon-case-jinrong:before {
	content: "\e659";
}

.u-icon-case-dianshang:before {
	content: "\e65b";
}

.u-icon-solution-it:before {
	content: "\e65d";
}

.u-icon-solution-ehr:before {
	content: "\e660";
}

.u-icon-product-wechatService:before {
	content: "\e662";
}

.u-icon-product-wherever:before {
	content: "\e664";
}

.u-icon-product-worksheet:before {
	content: "\e666";
}

.u-icon-product-callcenter:before {
	content: "\e66a";
}

.u-icon-product-robot:before {
	content: "\e66d";
}

.u-icon-product-online:before {
	content: "\e66f";
}

.u-icon-consult-try:before {
	content: "\e669";
}

.u-icon-consult-user:before {
	content: "\e66c";
}

.u-icon-consult-tel:before {
	content: "\e66e";
}

.u-icon-consult-chat:before {
	content: "\e670";
}

.u-icon-weixin:before {
	content: "\e671";
}

.u-icon-weibo:before {
	content: "\e675";
}

.u-icon-product-servicemarketing:before {
	content: "\e677";
}

.u-icon-arrow-right:before {
	content: "\e679";
}

.u-icon-wrong:before {
	content: "\e67a";
}

.u-icon-right:before {
	content: "\e67b";
}

.u-icon-hjsolution:before {
	content: "\e67c";
}

.u-icon-Hotx:before {
	content: "\e6ba";
}

.u-icon-mokuaijiantou-zuox:before {
	content: "\e6c2";
}

.u-icon-mokuaijiantou-youx:before {
	content: "\e6c3";
}

.u-img.u-img--horizontal {
	display: block;
	max-width: 100%;
	height: auto;
}

.u-img.u-img--vertical {
	display: block;
	max-height: 100%;
	width: auto;
}

.u-img.u-img--responsive {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.u-img.u-img--fill {
	display: block;
	width: 100%;
	height: 100%;
}

@-webkit-keyframes loading {}

@-moz-keyframes loading {}

@-o-keyframes loading {}

@keyframes loading {}

.u_text22_black {
	font-size: 22px;
	line-height: 30px;
	color: #373d40;
}

.u_text22_white {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}

.u_text12_lightblack {
	font-size: 12px;
	line-height: 17px;
	color: #70727d;
}

.u_text12_ultra_lightblack {
	font-size: 12px;
	line-height: 17px;
	color: #9b9ba3;
}

.u_text12_white {
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}

.u_text16_black {
	font-size: 16px;
	line-height: 22px;
	color: #373d40;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
img {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 12px/1.5 arial, \5b8b\4f53;
	color: #373d40;
	outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: transparent;
}

body {
	background: #fff;
	font-family: "Helvetica Neue", PingFangSC-regular, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", " sans-serif";
}

a,
a:hover {
	color: #337eff;
}

img {
	font-size: 0;
}

html {
	font-size: 100px;
}

.g-yixin {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.3);
	background-color: #000\9;
	transition: all 0.6s ease-out;
}

.g-yixin.moveUp {
	top: -29px;
	transition: all 0.5s ease-out;
}

.g-section {
	width: 100%;
	min-width: 1000px;
}

.g-section.shiyong {
	background: #337eff url(https://qiyukf.nosdn.127.net/main/res/img/macro/bg-shiyong@2x_778ae53a2dc8a05ae8a0b4e1a8d8c215.png) no-repeat center bottom;
	background-size: auto 297px;
}

.g-section.shiyong1 {
	background: #545b69 url(https://qiyukf.nosdn.127.net/main/res/img/macro/bg-shiyong@2x_778ae53a2dc8a05ae8a0b4e1a8d8c215.png) no-repeat center bottom;
	background-size: auto 297px;
}

.g-section.sitemap {
	background-color: #30343e;
}

.g-topNav {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid transparent;
	z-index: 9;
	transition: all 0.45s ease-in-out;
}

.g-topNav .wrapper {
	width: 1030px;
	padding: 0 10px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (min-width: 1200px) {
	.g-topNav .wrapper {
		width: 1180px;
	}
}

.g-topNav .wrapper .wrapper-content {
    display: flex;
    align-items: center;
    width: 83%;
    position: relative;
}
.m-login{
    float: right;
    position: absolute;
    right: 0;
}
.g-topNav .m-topLogo {
	width: 111px;
	height: 29px;
	background: url(../img/logobai.png) no-repeat;
	background: url(../img/logobai.png) no-repeat\9;
	background-size: 111px auto;
}

.g-topNav .m-topLogo h1 {
	text-indent: -99999px;
}

.g-topNav.solid {
	background-color: #fff;
	background-color: #fff\9;
	border-bottom: 1px solid #f0f1f2;
	transition: all 0.5s ease-in-out;
}

.g-topNav.solid .m-topLogo {
	background: url(../img/logo.png) no-repeat;
	background: url(../img/logo.png) no-repeat\9;
	background-size: 111px auto;
}

.g-topNav.solid .m-topNav .menu>li {
	color: #383838;
}

.g-topNav.solid .m-topNav .menu>li>a:hover {
	color: #337eff;
}

.g-topNav.solid .m-login .u-btn {
	transition: all 0.4s ease-out;
}

.g-topNav.solid .m-login .signup {
	background-color: #49a0f5;
	border: 1px solid #49a0f5;
	color: #fff;
	transition: all 0.4s ease-out;
}

.g-topNav.solid .m-login .signup:hover {
	background-color: #237ed9;
	border: 1px solid #237ed9;
	color: #fff;
}

.g-topNav.solid .m-login .signin {
	background-color: transparent;
	border: 1px solid #505050;
	color: #383838;
	transition: all 0.4s ease-out;
}

.g-topNav.solid .m-login .signin:hover {
	background-color: #f4f6f8;
	border: 1px solid #808080;
	color: #383838;
}

.g-topNav.moveDown {
	top: 29px;
	transition: all 0.45s ease-in-out;
}

.m-topNav .u-icon-arrowdown {
	font-size: 12px;
}

.m-topNav .menu {
	display: flex;
	color: #fff;
	margin-right: 48px;
}

.m-topNav .menu .item-robot,
.m-topNav .menu .item-helpCenter {
	position: relative;
}

.m-topNav .menu .item-robot:after,
.m-topNav .menu .item-helpCenter:after {
	display: block;
	content: "";
	width: 24px;
	height: 10px;
	background: url(https://qiyukf.nosdn.127.net/main/res/img/Hot@2x_c3b6e9728912cfff84e47d671b3eb870.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 83px;
	top: 18px;
}

.m-topNav .menu .item-quality-inspection,
.m-topNav .menu .item-excallrobot {
	position: relative;
}

.m-topNav .menu .item-quality-inspection:after,
.m-topNav .menu .item-excallrobot:after {
	display: block;
	content: "";
	width: 25px;
	height: 10px;
	background: url(https://qiyukf.nosdn.127.net/main/res/img/new@1x_c0897cd3e2d5312c27281d020d80864f.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 95px;
	top: 18px;
}

.m-topNav .menu .item-excallrobot:after {
	right: 83px;
}

.m-topNav .menu>li {
	margin-left: 18px;
	height: 60px;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1200px) {
	.m-topNav .menu>li {
		margin-left: 32px;
	}
}

.m-topNav .menu>li>a {
	padding: 0 6px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
}

.m-topNav .menu>li.z-sel {
	color: #337eff !important;
}

.m-topNav .menu>li:hover {
	color: #337eff;
}

.m-topNav .menu>li .panel {
	position: absolute;
	z-index: -1;
	top: 60px;
	left: 0;
	right: 0;
	display: none;
	border-top: 1px solid #f0f1f2;
	padding-top: 0;
	transition: all 0.3s ease-in-out;
	transform: rotate3d(1, 0, 0, -90deg);
	transform-origin: 50% 0%;
	background-color: #fff;
	padding-bottom: 50px;
	border-bottom: 1px solid #e4e4e4;
	justify-content: center;
}

.m-topNav .menu>li .panel .nav-row {
	padding-top: 40px;
}

.m-topNav .menu>li .panel .nav-row .row-title {
	font-size: 14px;
	color: #373d40;
	line-height: 20px;
	padding-left: 12px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.m-topNav .menu>li .panel .nav-row .row-title .row-title-line {
	width: 2px;
	height: 12px;
	margin-right: 6px;
}

.m-topNav .menu>li .panel .nav-row .row-title-0 .row-title-line {
	background: #337eff;
}
/*.list.prd dt .row-title-line{
	width: 2px;
	height: 12px;
	margin-right: 6px;
	background: #337eff;
}*/
.btn-outline{
	color: #fff !important;
}

.m-topNav .menu>li .panel .nav-row .row-title-1 .row-title-line {
	background: #4ed300;
}

.m-topNav .menu>li .panel .nav-row .row-title-2 .row-title-line {
	background: #4ed300;
}

.m-topNav .menu>li .panel .nav-row .nav-list {
	display: flex;
}

.m-topNav .menu>li .panel .nav-row .nav-list>li {
	width: 220px;
	height: 72px;
	text-align: left;
	margin-right: 20px;
}

.m-topNav .menu>li .panel .nav-row .nav-list>li:last-child {
	margin-right: 0;
}

.m-topNav .menu>li .panel .nav-row .nav-list>li>a {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0 12px;
	box-sizing: border-box;
	align-items: center;
}

.m-topNav .menu>li .panel .nav-row .nav-list>li>a .nav-title {
	font-size: 18px;
	line-height: 26px;
	color: #383838;
	margin-bottom: 4px;
}

.m-topNav .menu>li .panel .nav-row .nav-list>li>a .nav-desc {
	font-size: 12px;
	color: #9b9ba3;
	line-height: 17px;
	white-space: nowrap;
}

.m-topNav .menu>li .panel .nav-row .nav-list>li>a:hover {
	background: #f5f6f7;
	border-radius: 4px;
}

.m-topNav .menu>li.price .panel .nav-row .nav-list>li {
	width: 170px;
}

.m-topNav .u-icon-nav {
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 auto;
	background-size: 38px auto;
	background-repeat: no-repeat;
}

.m-login .u-btn {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	padding: 7px 15px;
	font-size: 14px;
	border-radius: 2px;
	letter-spacing: 0;
	line-height: 1.2;
	vertical-align: top;
}

.m-login .u-btn.signin {
	margin-right: 12px;
}

.m-login .u-btn.signup {
	margin-left: 0;
}

.m-login .signup {
	transition: all 0.4s ease-out;
}

.m-login .signin {
	transition: all 0.4s ease-out;
}

.m-shiyong {
	display: block;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	user-select: none;
	-webkit-user-select: none;
}

.m-shiyong .content {
	font-size: 35px;
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
}

.m-shiyong .iptWrap .ipts {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	vertical-align: top;
}

.m-shiyong .iptWrap .ipt {
	width: 355px;
	height: 22px;
	padding: 12px 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #333;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 4px 0 0 4px;
	vertical-align: middle;
}

.m-shiyong .iptWrap .ipt::-webkit-input-placeholder {
	font-weight: 400;
	color: #999;
	opacity: 0.8;
}

.m-shiyong .iptWrap .ipt::-moz-input-placeholder {
	font-weight: 400;
	color: #999;
	opacity: 0.8;
}

.m-shiyong .iptWrap .ipt::-ms-input-placeholder {
	font-weight: 400;
	color: #999;
	opacity: 0.8;
}

.m-shiyong .iptWrap .ipt:focus {
	border-color: #fff;
}

.m-shiyong .iptWrap .btn {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	padding: 9px 30px;
	margin-left: -5px;
	background-color: #337eff;
	border-radius: 0 4px 4px 0;
	border: 1px solid #fff;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 28px;
	letter-spacing: 2px;
	transition: 0.5s;
	cursor: pointer;
}

.m-shiyong .iptWrap .btn:hover {
	background-color: #1a6eff;
	transition: 0.5s;
}

.m-section-sitemap {
	padding-top: 60px;
	padding-bottom: 50px;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (min-width: 1200px) {
	.m-section-sitemap {
		width: 1180px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.m-section-sitemap .steps {
	position: relative;
	*zoom: 1;
	padding-bottom: 67px;
	border-bottom: 1px solid #4b4d50;
	text-align: center;
}

.m-section-sitemap .steps:before,
.m-section-sitemap .steps:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-sitemap .steps:after {
	clear: both;
}

.m-section-sitemap .steps .btns {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	padding: 12px 27px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.45px;
	line-height: 28px;
	border: 1px solid #fff;
	border-color: rgba(255, 255, 255, 0.6);
	border-radius: 2px;
	cursor: pointer;
	transition: 0.5s;
}

.m-section-sitemap .steps .btns:hover {
	border-color: #fff;
}

.m-section-sitemap .steps .btns.first {
	position: absolute;
	left: 0;
}

.m-section-sitemap .steps .btns.third {
	position: absolute;
	right: 0;
}

.m-section-sitemap .steps .btns .arrow {
	margin-left: 5px;
}

.m-section-sitemap .lists {
	margin-top: 10px;
}

.m-section-sitemap .list {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	vertical-align: top;
	text-align: left;
}

.m-section-sitemap .list:first-child {
	margin-left: 0;
}

.m-section-sitemap .list dt {
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px;
}

.m-section-sitemap .list dd {
	text-align: left;
	margin-bottom: 15px;
}

.m-section-sitemap .list dd a {
	font-size: 14px;
	line-height: 1;
	color: #939599;
}

.m-section-sitemap .list dd a:hover {
	color: #ccc;
}

.m-section-sitemap .list dd.narrow {
	margin-bottom: 10px;
}

.m-section-sitemap .list dd.narrow-inline {
	display: inline-block;
}

.m-section-sitemap .list dd.narrow-inline.narrow-weibo {
	margin-left: 18px;
}

.m-section-sitemap .list dd.narrow-inline:hover .wxScan {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100) \9;
	transition-delay: 0.1s;
	transition-duration: 0.3s;
	z-index: 1;
}

.m-section-sitemap .prd {
	width: 170px;
}

@media screen and (min-width: 1200px) {
	/*.m-section-sitemap .prd {
		width: 223px;
	}*/
	.m-section-sitemap .prd {
		width: 100%;
	}
}

.m-section-sitemap .help {
	width: 170px;
}

@media screen and (min-width: 1200px) {
	.m-section-sitemap .help {
		width: 222px;
	}
}

.m-section-sitemap .auth {
	white-space: nowrap;
	width: 270px;
}

@media screen and (min-width: 1200px) {
	.m-section-sitemap .auth {
		width: 340px;
	}
}

.m-section-sitemap .auth dd {
	margin-bottom: 18px;
}

.m-section-sitemap .auth .txt {
	white-space: normal;
	word-break: break-all;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	overflow: hidden;
	vertical-align: top;
	margin-top: 5px;
	margin-left: 12px;
	line-height: 20px;
}

.m-section-sitemap .auth .isoImg,
.m-section-sitemap .auth .csaImg {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	vertical-align: middle;
}

.m-section-sitemap .contact {
	position: relative;
	font-size: 14px;
	color: #939599;
	width: 270px;
}

@media screen and (min-width: 1200px) {
	.m-section-sitemap .contact {
		width: 290px;
	}
}

.m-section-sitemap .contact .list__dd .list__ddItem {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	margin-right: 20px;
}

.m-section-sitemap .contact .txt {
	line-height: 25px;
}

.m-section-sitemap .contact .link {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	height: 25px;
	vertical-align: -5px;
	margin-left: 10px;
}

.m-section-sitemap .contact .link:hover .wxScan {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100) \9;
	transition-delay: 0.1s;
	transition-duration: 0.3s;
	z-index: 1;
}

.m-section-sitemap .contact .link:hover .wxImg {
	opacity: 0.8;
}

.m-section-sitemap .contact .wxImg {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	opacity: 1;
	vertical-align: baseline;
	margin-left: 5px;
}

.m-section-sitemap .contact .wxScan {
	opacity: 0;
	filter: alpha(opacity=0) \9;
	position: absolute;
	left: 48px;
	top: 50px;
	z-index: -1;
	visibility: hidden;
	transition-delay: 0.1s;
	transition-duration: 0.3s;
}

.m-section-sitemap .contact .u-iconfont {
	font-size: 24px;
}

.m-section-sitemap .joinus {
	width: 80px;
}

.m-section-sitemap .joinus .wx-img {
	margin-top: 20px;
	margin-bottom: 5px;
}

.m-section-sitemap .joinus .wx-txt {
	width: 112px;
	font-size: 12px;
	color: #939599;
}

.m-footer {
	padding: 25px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	background-color: #292c33;
	color: #64676c;
}

.m-footer .address {
	margin-bottom: 22px;
}

.m-footer .police {
	line-height: 1;
}

.m-footer .police .logo {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-right: 5px;
}

.bottom-fill {
	width: 100%;
	height: 69px;
	background-color: #292c33;
}

.m-confirm {
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 0.2s ease-out;
	position: fixed;
	width: 70px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 12px;
	color: #fff;
	z-index: 1;
}

.m-confirm.z-show {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
}

.m-confirm .m-confirm__item {
	position: relative;
	box-sizing: border-box;
	width: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #337eff;
	z-index: 1;
}

.m-confirm .m-confirm__item:before {
	content: "";
	position: absolute;
	width: 55px;
	left: 5px;
	top: 0;
	height: 1px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}

.m-confirm .m-confirm__item:first-child:before {
	display: none;
}

.m-confirm .m-confirm__item .u-iconfont {
	font-size: 28px;
	color: #fff;
}

.m-confirm .m-confirm__item p {
	margin-top: 0;
}

.m-confirm .m-confirm__item p en {
	font-size: 12px;
}

.m-confirm .m-confirm__item:hover {
	background-color: #1a6eff;
}

.m-confirm .m-confirm__item.online {
	border-radius: 2px 2px 0 0;
}

.m-confirm .m-confirm__item.tel:hover .content {
	visibility: visible;
	right: 66px;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 1;
	transition: 0.3s ease-out;
}

.m-confirm .m-confirm__item.tel .content {
	visibility: hidden;
	position: absolute;
	right: 53px;
	top: -1px;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
	transition-delay: 0.2s;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
}

.m-confirm .m-confirm__item.demo {
	display: block;
	border-radius: 0 0 2px 2px;
}

.m-confirm .m-confirm__item.wx .xwIcon {
	width: 29px;
	padding: 9px 0 4px;
}

.m-confirm .m-confirm__item.wx:hover .content {
	visibility: visible;
	right: 80px;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 1;
	transition: 0.3s ease-out;
}

.m-confirm .m-confirm__item.wx .content {
	visibility: hidden;
	position: absolute;
	right: 53px;
	top: -1px;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
	transition-delay: 0.2s;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
}

.m-confirm .m-confirm__item.wx .content img {
	width: 200px;
}

.m-confirm .m-confirm__item.wx .content span {
	display: block;
	border: 7px solid;
	border-color: transparent transparent transparent #3b83ff;
	position: absolute;
	right: -13px;
	top: 20px;
}

.m-confirm .gift-link img {
	margin-top: 10px;
}

.m-yixin {
	*zoom: 1;
	width: 1000px;
	margin: 0 auto;
}

.m-yixin:before,
.m-yixin:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-yixin:after {
	clear: both;
}

@media screen and (min-width: 1200px) {
	.m-yixin {
		width: 1200px;
	}
}

.m-yixin a {
	font-size: 12px;
	color: #fff;
	opacity: 0.4;
	line-height: 28px;
}

.m-yixin a:hover {
	opacity: 1;
}

.m-yixin .ttl {
	float: left;
	margin-left: 10px;
}

.m-yixin .navList {
	float: right;
	margin-right: 10px;
}

.m-yixin .navList li {
	float: left;
	margin-left: 66px;
}

.m-yixin .navList li:first-child {
	margin-left: 0;
}

.m-yixin .navList li a {
	font-size: 12px;
}

.m-modalTipDemo {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
}

.m-modalTipDemo table,
.m-modalTipDemo tr,
.m-modalTipDemo td {
	width: 100%;
	height: 100%;
}

.m-modalTipDemo .dialog {
	position: relative;
	width: 440px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 35px 5px #000;
	overflow: hidden;
}

.m-modalTipDemo .dialog .close {
	position: absolute;
	top: 5px;
	right: 12px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	opacity: 1;
	cursor: pointer;
	transition: 1s;
}

.m-modalTipDemo .dialog .close:hover {
	opacity: 0.6;
	transition: 1s;
}

.m-modalTipDemo .dialog .hd {
	padding: 15px 26px;
	background: #49a0f5;
	color: #fff;
	font-size: 16px;
}

.m-modalTipDemo .dialog .bd {
	padding: 34px;
}

.m-modalTipDemo .dialog .bd .txt {
	font-size: 14px;
	color: #383838;
	line-height: 2;
	text-align: center;
}

.m-modalTipDemo .dialog .bd .link {
	margin-top: 24px;
	text-align: center;
}

.m-modalTipDemo .dialog .bd .link a {
	font-size: 14px;
	color: #337eff;
	line-height: 1.5;
}

.m-modalTipDemo .dialog .bd .link a:hover {
	text-decoration: underline;
}

.g-float-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0.9;
	background: #373d40;
	height: 45px;
	line-height: 45px;
	padding: 12px 0;
	z-index: 1;
}

.g-float-bottom .m-float-content {
	width: 1180px;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	display: flex;
	justify-content: space-between;
}

.g-float-bottom .m-float-content .float-btn-box {
	display: flex;
	align-items: flex-start;
}

.g-float-bottom .m-float-content .float-btn-box .float-try {
	display: block;
	background: #337eff;
	border-radius: 5px;
	width: 144px;
	border: 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.g-float-bottom .m-float-content .float-btn-box .float-close {
	color: #fff;
	vertical-align: top;
	margin-left: 15px;
	position: relative;
	top: -15px;
}

.case-link {
	font-size: 24px;
	color: #fff;
	letter-spacing: 0;
	background: url(https://qiyukf.nosdn.127.net/main/res/img/macro/hhr2020-web-2@2x_a39d126a96ec636d9ee47b6080d9d03f.png) no-repeat;
	background-size: 100% 100%;
	line-height: 100px;
	height: 100px;
}

.case-link .case-box {
	width: 1000px;
	margin: auto;
}

.case-link .case-box img {
	float: right;
	width: 139px;
	margin-top: 35px;
	vertical-align: middle;
}

.g-section-expert,
.g-section-efficiency,
.g-section-value,
.g-section-times,
.g-section-choice {
	background-color: #fff;
}

.g-section-expert .g-section__main,
.g-section-efficiency .g-section__main,
.g-section-value .g-section__main,
.g-section-times .g-section__main,
.g-section-choice .g-section__main {
	width: 1000px;
	min-height: 50px;
	margin: 0 auto;
}

.g-firstSlide {
	position: relative;
	min-width: 1000px;
	background-color: #081238;
}

.g-swiperNews {
	background-color: #f7f8fa;
}

.g-section-efficiency {
	height: 440px;
	background-color: #4091ff;
	background-color: #4091ff \9;
	background-image: url(https://qiyukf.nosdn.127.net/main/res/img/index5/value-bg_80bebb2785db823433a18d92bacb29e9.png), linear-gradient(#3170ff, #4c8bff);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.g-section-times {
	background-color: #f5f6f7;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

.m-swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
}

.swiper-wrapper {
	z-index: 0;
}

.swiper-button-wrapper {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -24px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.1);
	cursor: pointer;
}

.swiper-button-wrapper:hover {
	background: rgba(255, 255, 255, 0.2);
}

.swiper-button-prev-wrapper,
.swiper-button-next-wrapper {
	transition: all 0.3s;
}

@media only screen and (max-width: 1580px) {
	.swiper-button-prev-wrapper {
		left: 10px !important;
	}
	.swiper-button-next-wrapper {
		right: 10px !important;
	}
}

.swiper-button-prev,
.swiper-button-next {
	position: static;
	margin-top: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://qiyukf.nosdn.127.net/main/res/img/index/arrow_0a0058223470020da9aeb24868f98828.svg);
	background-size: 100%, 100%;
}

.swiper-button-next {
	transform: rotate(180deg);
}

.m-swiper-main {
	height: 580px;
}

.m-swiper-main .swiper-slide {
	overflow: hidden;
	cursor: pointer;
}

.m-swiper-main .swiper-slide.view_left,
.m-swiper-main .swiper-slide.view_center {
	position: relative;
	text-align: center;
}

.m-swiper-main .swiper-slide.view_left .container,
.m-swiper-main .swiper-slide.view_center .container {
	position: relative;
	width: 980px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}

@media screen and (min-width: 1200px) {
	.m-swiper-main .swiper-slide.view_left .container,
	.m-swiper-main .swiper-slide.view_center .container {
		width: 1180px;
	}
}

.m-swiper-main .swiper-slide.view_left .group_info {
	position: relative;
	top: 196px;
	text-align: left;
	z-index: 2;
}

.m-swiper-main .swiper-slide.view_left .group_info .info_img .title {
	font-size: 40px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 12px;
}

.m-swiper-main .swiper-slide.view_left .group_info .info_img .subTitle {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
	margin-bottom: 48px;
}

.m-swiper-main .swiper-slide.view_left .group_info .info_img .img {
	width: 585px;
}

.m-swiper-main .swiper-slide.view_left .group_info .inf_btns {
	margin-top: 15px;
}

.m-swiper-main .swiper-slide.view_left .group_bg {
	position: absolute;
	right: -370px;
	top: 0;
	bottom: 0;
	text-align: right;
	z-index: 1;
}

.m-swiper-main .swiper-slide.view_left .group_bg .img {
	height: 580px;
	width: auto;
}

.m-swiper-main .swiper-slide.view_center .container {
	text-align: center;
}

.m-swiper-main .swiper-slide.view_center .group_info {
	position: relative;
	margin: 376px auto 0 auto;
	z-index: 2;
}

.m-swiper-main .swiper-slide.view_center .group_info .title {
	font-size: 40px;
	color: #fff;
	font-weight: normal;
}

.m-swiper-main .swiper-slide.view_center .group_info .subTitle {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
}

.m-swiper-main .swiper-slide.view_center .group_bg {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
}

.m-swiper-main .swiper-slide.view_center .group_bg .img {
	position: relative;
	left: -50%;
}

.m-swiper-main .swiper-slide.view_center.graphic-tpl .group_info {
	margin-top: 196px;
}

.m-swiper-main .swiper-slide.view_center.graphic-tpl .group_info h2 {
	margin: 22px 0 38px;
}

.m-swiper-main .swiper-slide.cursor-0 {
	cursor: default;
}

.m-swiper-main .swiper-slide .u-btn {
	padding: 11px 43px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-radius: 2px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.3;
	color: #383838;
}

.m-swiper-main .swiper-slide .u-btn+.u-btn {
	margin-left: 20px;
}

.m-swiper-main .swiper-slide .u-btn.btn-fill {
	color: #fff;
	background-color: #488bff;
	border-color: #488bff;
}

.m-swiper-main .swiper-slide .u-btn.btn-fill:hover {
	color: #fff;
	border-color: #3981ff;
	background-color: #3981ff;
}

.m-swiper-main .swiper-slide .u-btn.btn-outline .icon {
	vertical-align: bottom;
}

.m-swiper-main .swiper-slide .u-btn.btn-outline {
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
}

.m-swiper-main .swiper-slide .u-btn.btn-outline:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}

.m-swiper-main .pagination {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: auto;
	bottom: 35px;
	padding: 5px 13px;
	padding-bottom: 3px;
	border-radius: 16px;
	text-align: center;
}

.m-swiper-main .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 30px;
	height: 3px;
	padding: 9px 0;
	cursor: pointer;
	margin-left: 6px;
	margin-right: 6px;
	border-radius: 0;
	opacity: 1;
	background: rgba(255, 255, 255, 0);
}

.m-swiper-main .swiper-pagination-bullet::after {
	display: block;
	content: "";
	height: 3px;
	background: rgba(255, 255, 255, 0.3);
}

.m-swiper-main .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	background: #fff;
}

.m-swiperNews {
	*zoom: 1;
	width: 980px;
	margin: 0 auto;
	border-left: 1px solid #e3e4e6;
	border-right: 1px solid #e3e4e6;
}

.m-swiperNews:before,
.m-swiperNews:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-swiperNews:after {
	clear: both;
}

.m-swiperNews .list {
	display: table;
	table-layout: fixed;
	width: 100%;
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
}

.m-swiperNews .list li {
	box-sizing: border-box;
	display: table-cell;
	text-align: left;
	border-left: 1px solid #e3e4e6;
}

.m-swiperNews .list li:hover {
	background-color: #f2f3f5;
}

.m-swiperNews .list li:first-child {
	border-left: 0;
}

.m-swiperNews .list li a {
	padding: 25px 54px 25px 40px;
	display: flex;
}

.m-swiperNews .list li .list_pic {
	width: 50px;
	height: 50px;
	margin-right: 20px;
	text-align: center;
}

.m-swiperNews .list li .list_pic:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.m-swiperNews .list li .list_pic img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.m-swiperNews .list li .list_pic .icon {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	fill: currentColor;
	overflow: hidden;
}

.m-swiperNews .list li .list_main {
	overflow: hidden;
}

.m-swiperNews .list li .list_main .list_main-title {
	font-size: 16px;
	line-height: 1.7;
	color: #373d40;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-swiperNews .list li .list_main .list_main-desc {
	font-size: 14px;
	line-height: 1.7;
	color: #9b9ba3;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-swiperNews .list li a {
	font-size: 14px;
	line-height: 35px;
	color: #fff;
}

.m-swiperNews .list li a:hover {
	color: #efefef;
	text-decoration: none;
}

.m-swiperNews .more {
	float: right;
	display: block;
	width: 50px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	white-space: nowrap;
}

.m-swiperNews .more .gt {
	font-family: "WenQuanYi Micro Hei", sans-serif;
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
	vertical-align: -2px;
	margin-left: 5px;
}

@media screen and (min-width: 1200px) {
	.m-swiperNews {
		width: 1180px;
	}
	.m-swiperNews .list li {
		width: 320px;
	}
}

.m-player {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10000;
}

.m-player .player-bd {
	position: relative;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 450px;
	text-align: left;
}

.m-player .player-pos {
	position: absolute;
	width: 800px;
	height: 450px;
	left: -50%;
	top: -50%;
}

.m-player .btn-close {
	position: absolute;
	top: 0;
	right: -50px;
	display: block;
	width: 40px;
	background-color: #000;
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.m-player .btn-close:hover {
	color: #eee;
	background-color: rgba(0, 0, 0, 0.6);
}

.m-section-efficiency {
	padding: 90px 0;
}

.m-section-efficiency .m-section__head {
	text-align: center;
}

.m-section-efficiency .m-section__body {
	padding-top: 50px;
}

.m-section-efficiency .m-section__list {
	*zoom: 1;
}

.m-section-efficiency .m-section__list:before,
.m-section-efficiency .m-section__list:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-efficiency .m-section__list:after {
	clear: both;
}

.m-section-efficiency .m-section__item {
	position: relative;
	float: left;
	width: 249px;
	text-align: center;
}

.m-section-efficiency .m-section__item:last-child:before {
	display: none;
}

.m-section-efficiency .m-section__item.two .img {
	margin-left: 10px;
}

.m-section-efficiency .m-section__item .img {
	height: 78px;
	text-align: center;
}

.m-section-efficiency .m-section__item .img img {
	height: 100%;
	margin: 0 auto;
}

.m-section-efficiency .m-section__item .text {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 1.2px;
	margin-top: 25px;
	text-align: center;
}

.m-section-efficiency .m-section__btn {
	padding-top: 60px;
	text-align: center;
}

.m-section-efficiency .m-section__btn .btn-outline {
	padding: 12px 37px;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
}

.m-section-value {
	padding: 90px 0;
	padding-bottom: 155px;
}

.m-section-value .m-section__head {
	text-align: center;
}

.m-section-value .m-section__body {
	padding-top: 60px;
}

.m-section-value .m-section__list {
	*zoom: 1;
}

.m-section-value .m-section__list:before,
.m-section-value .m-section__list:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-value .m-section__list:after {
	clear: both;
}

.m-section-value .m-section__item {
	position: relative;
	float: left;
	width: 209px;
	padding: 0px 19px;
	text-align: center;
}

.m-section-value .m-section__item .img {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	height: 100px;
}

.m-section-value .m-section__item .text {
	font-size: 20px;
	color: #373d40;
	margin-top: 15px;
}

.m-section-value .m-section__item .summary {
	padding-top: 15px;
	line-height: 1.65;
	text-align: left;
	font-size: 14px;
	color: #9b9ba3;
}

.m-section-expert {
	padding: 90px 0;
}

.m-section-expert .m-section__head {
	text-align: center;
}

.m-section-expert .m-section__head .dot {
	margin-left: -5px;
	margin-right: -8px;
}

.m-section-expert .m-section__head .u-summary {
	margin-top: 20px;
}

.m-section-expert .m-section__body {
	position: relative;
	margin: 145px auto 50px;
	height: 486px;
	background: url(https://qiyukf.nosdn.127.net/main/res/img/indexexpert/qy-web-yfwsy-2.8-pic@2x_0db138cc858fe6007f268d3a771a0c9e.png) no-repeat center;
	background-size: auto 486px;
	background: url(https://qiyukf.nosdn.127.net/main/res/img/indexexpert/qy-web-yfwsy-2.8-pic@2x_0db138cc858fe6007f268d3a771a0c9e.png) no-repeat center\9;
}

.m-section-expert .m-section__foot {
	margin-top: 60px;
}

.m-section-expert .m-section__list {
	margin: 0 auto;
}

.m-section-expert .m-section__item {
	position: relative;
	float: left;
	width: 170px;
	min-height: 210px;
	padding: 38px 32px;
	text-align: center;
	background-color: #fff;
	margin-left: 21px;
}

.m-section-expert .m-section__item:first-child {
	margin-left: 0;
}

.m-section-expert .m-section__item .img {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	min-height: 100px;
}

.m-section-expert .m-section__item .text {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}

.m-section-expert .m-section__item .summary {
	padding-top: 25px;
	font-size: 14px;
	line-height: 1.5;
	color: #303d58;
	text-align: left;
}

.m-section-expert .m-section__item .label {
	*zoom: 1;
	position: absolute;
	right: 0;
	top: 0;
}

.m-section-expert .m-section__item .label:before,
.m-section-expert .m-section__item .label:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-expert .m-section__item .label:after {
	clear: both;
}

.m-section-expert .m-section__item .label img {
	float: right;
}

.m-section-expert .m-section__headList {
	*zoom: 1;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	margin-top: 25px;
}

.m-section-expert .m-section__headList:before,
.m-section-expert .m-section__headList:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-expert .m-section__headList:after {
	clear: both;
}

.m-section-expert .m-section__itm {
	float: left;
	margin-left: 10px;
}

.m-section-expert .m-section__itm:first-child {
	margin-left: 0;
}

.m-section-expert .m-section__animList .m-section__animList-itm {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 5px;
	transition: 0.5s;
}

.m-section-expert .m-section__animList .m-section__animList-itm .obj {
	position: absolute;
	top: 0;
	width: 150px;
	transition: 0.5s;
	z-index: 1;
}

.m-section-expert .m-section__animList .m-section__animList-itm .shadow {
	position: absolute;
	width: 150px;
	left: 0;
	top: 76px;
	opacity: 1;
	transition: 0.5s;
	z-index: 0;
}

.m-section-expert .m-section__animList .m-section__animList-itm.z-sel .obj {
	top: -20px;
	transition: 0.65s;
}

.m-section-expert .m-section__animList .m-section__animList-itm.z-sel .shadow {
	opacity: 1;
	transition: 0.65s;
	transform: scale(0.8, 0.8);
}

.m-section-expert .m-section__animList .m-section__animList-itm.one {
	left: 18px;
	top: 80px;
}

.m-section-expert .m-section__animList .m-section__animList-itm.two {
	left: 262px;
	top: -80px;
}

.m-section-expert .m-section__animList .m-section__animList-itm.three {
	left: 590px;
	top: -80px;
}

.m-section-expert .m-section__animList .m-section__animList-itm.four {
	left: 262px;
	top: 230px;
}

.m-section-expert .m-section__animList .m-section__animList-itm.five {
	left: 590px;
	top: 230px;
}

.m-section-expert .m-section__animList .m-section__animList-itm.six {
	left: 840px;
	top: 80px;
}

.m-section-expert .m-expert-menu {
	position: relative;
	height: 150px;
	text-align: center;
}

.m-section-expert .m-expert-menu .m-expert-menu__item {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	vertical-align: top;
	margin-left: 68px;
}

.m-section-expert .m-expert-menu .m-expert-menu__item:first-child {
	margin-left: 0;
}

.m-section-expert .m-expert-menu .m-expert-menu__handler {
	font-size: 20px;
	line-height: 28px;
	color: #373d40;
	cursor: pointer;
}

.m-section-expert .m-expert-menu .m-expert-menu__handler .u-underLine {
	display: none;
	margin-top: 23px;
	background-color: #488bff;
}

.m-section-expert .m-expert-menu .z-sel .m-expert-menu__handler {
	color: #488bff;
}

.m-section-expert .m-expert-menu .z-sel .m-expert-menu__handler .u-underLine {
	display: block;
}

.m-section-expert .m-expert-menu .m-expert-menu__cnt {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #ececec;
}

.m-section-expert .m-expert-menu .z-sel .m-expert-menu__cnt {
	display: block;
}

.m-section-expert .m-expert-menuCnt {
	*zoom: 1;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
}

.m-section-expert .m-expert-menuCnt:before,
.m-section-expert .m-expert-menuCnt:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-expert .m-expert-menuCnt:after {
	clear: both;
}

.m-section-expert .m-expert-menuCnt dd {
	float: left;
	margin-left: 66px;
	*zoom: 1;
}

.m-section-expert .m-expert-menuCnt dd:before,
.m-section-expert .m-expert-menuCnt dd:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-expert .m-expert-menuCnt dd:after {
	clear: both;
}

.m-section-expert .m-expert-menuCnt dd:first-child {
	margin-left: 0;
}

.m-section-expert .m-expert-menuCnt dd .m-expert-menuCnt__ico {
	float: left;
	padding-top: 5px;
}

.m-section-expert .m-expert-menuCnt dd .m-expert-menuCnt__main {
	padding-left: 10px;
	overflow: hidden;
	text-align: left;
}

.m-section-expert .m-expert-menuCnt dd .m-expert-menuCnt__main.no_text {
	padding-top: 10px;
}

.m-section-expert .m-expert-menuCnt .ico {
	height: 32px;
}

.m-section-expert .m-expert-menuCnt .ttl {
	font-size: 16px;
	color: #373d40;
	line-height: 1.5;
}

.m-section-expert .m-expert-menuCnt .txt {
	font-size: 12px;
	color: #a6a8ae;
	line-height: 1.5;
}

.m-section-times {
	padding: 90px 0;
}

.m-section-times .m-section-times__head {
	text-align: center;
}

.m-section-times .m-section-times__body {
	padding-top: 60px;
}

.m-section-times .m-section-times__list {
	*zoom: 1;
}

.m-section-times .m-section-times__list:before,
.m-section-times .m-section-times__list:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-times .m-section-times__list:after {
	clear: both;
}

.m-section-times .m-section-times__item {
	position: relative;
	top: 0;
	float: left;
	width: 230px;
	height: 300px;
	min-height: 300px;
	text-align: center;
	background-color: #fff;
	margin-left: 26px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0);
	transition: 0.2s;
}

.m-section-times .m-section-times__item:first-child {
	margin-left: 0;
}

.m-section-times .m-section-times__item:hover {
	top: -6px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}

.m-section-times .m-section-times__item .img {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	margin-top: 10px;
}

.m-section-times .m-section-times__item .text {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}

.m-section-times .m-section-times__item .summary {
	padding: 5px 31px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #303d58;
	text-align: left;
	white-space: normal;
	word-break: break-all;
}

.m-section-times .m-section-times__item .label {
	*zoom: 1;
	position: absolute;
	right: 0;
	top: 0;
}

.m-section-times .m-section-times__item .label:before,
.m-section-times .m-section-times__item .label:after {
	display: table;
	content: "";
	line-height: 0;
}

.m-section-times .m-section-times__item .label:after {
	clear: both;
}

.m-section-times .m-section-times__item .label img {
	float: right;
}

.m-section-choice {
	padding: 90px 0;
	padding-bottom: 120px;
}

.m-section-choice .m-section__body {
	padding-top: 60px;
}

.m-section-choice .u-summary {
	padding-top: 10px;
}

.u-icon-caret {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	width: 12px;
	height: 12px;
	background: url(https://qiyukf.nosdn.127.net/main/res/img/index_new/down-white@2x_aaa7577017489e2a416139edf3d3c367.png) no-repeat;
	background: url(https://qiyukf.nosdn.127.net/main/res/img/index_new/down-white@1x_05087c5ff8688c501eff1988c5a92f71.png) no-repeat\9;
	background-size: 12px auto;
	background-position: center;
}

li>a:hover .u-icon-caret {
	background: url(https://qiyukf.nosdn.127.net/main/res/img/index_new/down-blue@2x_af5e9f53c03ee2407403a633527f37c6.png) no-repeat;
	background: url(https://qiyukf.nosdn.127.net/main/res/img/index_new/down-blue@1x_2e6d2e1ef3dd2f6d0eda9e8674fbefbf.png) no-repeat\9;
	background-size: 12px auto;
	background-position: center;
}

.solid .u-icon-caret {
	background: url(https://qiyukf.nosdn.127.net/main/res/img/index_new/down-black@2x_22a93598e09e72123395720fe18b2b28.png) no-repeat;
	background: url(https://qiyukf.nosdn.127.net/main/res/img/index_new/down-black@1x_14011db713b5f4b6fe764e56aa27230e.png) no-repeat\9;
	background-size: 12px auto;
	background-position: center;
}

.z-sel .u-icon-caret {
	background: url(https://qiyukf.nosdn.127.net/main/res/img/index_new/down-blue@2x_af5e9f53c03ee2407403a633527f37c6.png) no-repeat;
	background: url(https://qiyukf.nosdn.127.net/main/res/img/index_new/down-blue@1x_2e6d2e1ef3dd2f6d0eda9e8674fbefbf.png) no-repeat\9;
	background-size: 12px auto;
	background-position: center;
}

.u-btn {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	padding: 7px 15px;
	background-color: #49a0f5;
	border: 1px solid #49a0f5;
	border-radius: 2px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
}

.u-btn:hover {
	background-color: #237ed9;
	border: 1px solid #237ed9;
	color: #fff;
}

.u-btn.signup {
	padding: 7px 15px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #383838;
}

.u-btn.signup:hover {
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	color: #383838;
}

.u-btn.signin {
	padding: 7px 15px;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	color: #e5e5e5;
}

.u-btn.signin:hover {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.u-btn.btn-try {
	padding: 9px 32px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.45px;
	line-height: 1;
	text-align: center;
}

.u-btn.btn-free {
	padding: 14px 55px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.45px;
	line-height: 1.5;
	text-align: center;
	border-radius: 6px;
}

.u-btn.btn-outline {
	padding: 10px 20px;
	font-size: 14px;
	color: #5b95ff;
	letter-spacing: 0.45px;
	line-height: 1.5;
	text-align: center;
	border-radius: 6px;
	background-color: transparent;
	border-width: 2px;
	border-color: #bdd5ff;
}

.u-btn.btn-outlinex {
	margin: 0 5px;
	padding: 0;
	font-size: 16px;
	color: #488bff;
	background-color: #fff;
	border: 0;
}

.u-btn.btn-outlinex:hover {
	color: #005cfa;
}

.u-title {
	font-size: 14px;
	line-height: 1.5;
}

.u-title.big {
	font-size: 34px;
}

.u-title.black {
	color: #383838;
}

.u-title.white {
	color: #fff;
}

.u-title.center {
	text-align: center;
}

.u-summary {
	font-size: 16px;
	line-height: 22px;
	color: #9b9ba3;
}

.u-summary.center {
	text-align: center;
}

.u-underLine {
	display: block;
	width: 80px;
	height: 4px;
	background-color: #3c97ff;
	margin: 0 auto;
}

@media screen and (min-width: 980px) {}