@charset "UTF-8";

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-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-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-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;
	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-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: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(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-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: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(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-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: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(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-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: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer
}

.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-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-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-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-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-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-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: .3s opacity;
	-webkit-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-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	display: inline-block;
	border-radius: 100%;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: transform .2s,top .2s,-webkit-transform .2s;
	-o-transition: transform .2s,top .2s,-webkit-transform .2s;
	transition: .2s top,.2s -webkit-transform;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: transform .2s,left .2s,-webkit-transform .2s;
	-o-transition: transform .2s,left .2s,-webkit-transform .2s;
	transition: .2s left,.2s -webkit-transform;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: transform .2s,right .2s,-webkit-transform .2s;
	-o-transition: transform .2s,right .2s,-webkit-transform .2s;
	transition: .2s right,.2s -webkit-transform;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.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-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: 1s steps(12,end) infinite swiper-preloader-spin;
	animation: 1s steps(12,end) infinite swiper-preloader-spin
}

.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%;
	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);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-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;
	-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-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

@font-face {
	font-family:videogular;src:url(videogular.535a6d96e96b8bc4549f.eot?hj1wei);src:url(videogular.535a6d96e96b8bc4549f.eot?hj1wei#iefix) format('embedded-opentype'),url(videogular.ab020f4923f88c9e6b00.ttf?hj1wei) format('truetype'),url(videogular.0b8f5ffeb073ed30e02a.woff?hj1wei) format('woff'),url(videogular.d4f9c9f4aca582e94b2a.svg?hj1wei#videogular) format('svg');font-weight:400;font-style:normal
}[class*=" vg-icon-"],[class^=vg-icon-] {
	font-family: videogular!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.vg-icon-closed_caption:before {
	content: "\e006"
}

.vg-icon-pause:before {
	content: "\e018"
}

.vg-icon-play_arrow:before {
	content: "\e01b"
}

.vg-icon-repeat:before {
	content: "\e023"
}

.vg-icon-replay:before {
	content: "\e025"
}

.vg-icon-skip_next:before {
	content: "\e027"
}

.vg-icon-skip_previous:before {
	content: "\e028"
}

.vg-icon-stop:before {
	content: "\e02a"
}

.vg-icon-volume_down:before {
	content: "\e030"
}

.vg-icon-volume_mute:before {
	content: "\e031"
}

.vg-icon-volume_off:before {
	content: "\e032"
}

.vg-icon-volume_up:before {
	content: "\e033"
}

.vg-icon-hd:before {
	content: "\e035"
}

.vg-icon-forward_10:before {
	content: "\e038"
}

.vg-icon-forward_30:before {
	content: "\e039"
}

.vg-icon-replay_10:before {
	content: "\e03b"
}

.vg-icon-replay_30:before {
	content: "\e03c"
}

.vg-icon-fullscreen:before {
	content: "\e20c"
}

.vg-icon-fullscreen_exit:before {
	content: "\e20d"
}

vg-player video {
	width: 100%;
	height: 100%
}

.clearfix:after,.clearfix:before,.container:after,.container:before,.footer-icon:after,.footer-icon:before,.footer-legal:after,.footer-legal:before,.footer-main:after,.footer-main:before,.form-group:after,.form-group:before,.form:after,.form:before,.header:after,.header:before,.link-group:after,.link-group:before,.row-gutter-large:after,.row-gutter-large:before,.row:after,.row:before,.search-group:after,.search-group:before,.section:after,.section:before,.tile-tips:after,.tile-tips:before,.upload-img-list:after,.upload-img-list:before,.upload-list:after,.upload-list:before {
	content: "";
	display: table
}

.clearfix:after,.container:after,.footer-icon:after,.footer-legal:after,.footer-main:after,.form-group:after,.form:after,.header:after,.link-group:after,.row-gutter-large:after,.row:after,.search-group:after,.section:after,.tile-tips:after,.upload-img-list:after,.upload-list:after {
	clear: both
}

.ellipsis,.sidebar-item .sidebar-head .title,.table td .title {
	vertical-align: middle;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis
}

article,aside,figcaption,figure,footer,header,main,nav,section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	outline: 0;
	color: #fff;
	color: inherit;
	text-decoration: none
}

a:active,a:hover {
	outline-width: 0
}

b,strong {
	font-weight: bolder
}

i {
	font-style: normal
}

audio,video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

button,input,optgroup,select,textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

select {
	height: 34px;
	line-height: 34px;
	width: 100%;
	max-width: 464px;
	padding: 0 10px;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	/*display: block!important*/
}[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button
}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0
}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: ButtonText dotted 1px
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto;
	word-break: break-all
}[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}[hidden],template {
	display: none
}

.row {
	margin-right: -10px;
	margin-left: -10px;
	margin-top: -20px
}

.row:before {
	width: 100%
}

.col-xs-3,.col-xs-4 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px
}

.col-xs-3 {
	float: left;
	width: 25%
}

.col-xs-4 {
	float: left;
	width: 33.33333%
}

html {
	font-family: Noto Sans S Chinese;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 14px
}

body {
	width: 100%;
	font-size: 14px;
	min-width: 1240px;
	max-width: 1920px;
	min-height: 100%;
	line-height: 1.5;
	margin: 0 auto!important;
	color: #36383c
}

.overflowH {
	overflow: hidden
}

a,article,aside,code,dd,div,dl,dt,figcaption,figure,i,img,input,li,p,pre,section,textarea,ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

li,ul {
	list-style: none
}

input[type=password]:-moz-placeholder,input[type=text]:-moz-placeholder,textarea:-moz-placeholder {
	color: #b5babf
}

input[type=password]::-moz-placeholder,input[type=text]::-moz-placeholder,textarea::-moz-placeholder {
	color: #b5babf
}

input[type=password]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #b5babf
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #f0f2f5
}

::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #f0f2f5
}

::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #b5babf
}

.floatClear:after {
	display: block;
	content: '';
	clear: both
}

.cursor {
	cursor: pointer
}

.flex {
	display: flex
}

.flex1 {
	flex: 1
}

.space-between {
	justify-content: space-between
}

.hidden {
	display: none
}

.textCenter {
	text-align: center
}

.mt-0 {
	margin-top: 0!important
}

.mt-sm {
	margin-top: 5px!important
}

.mr-sm {
	margin-right: 5px!important
}

.mt-1 {
	margin-top: 10px!important
}

.mr-1 {
	margin-right: 10px!important
}

.mr-2 {
	margin-right: 20px!important
}

.mr-3 {
	margin-right: 30px!important
}

.mb-1 {
	margin-bottom: 10px!important
}

.mb-2 {
	margin-bottom: 20px!important
}

.mb-4 {
	margin-bottom: 40px!important
}

.ml-0 {
	margin-left: 0!important
}

.ml-1 {
	margin-left: 10px!important
}

.ml-2 {
	margin-left: 20px!important
}

.mt-2 {
	margin-top: 20px!important
}

.mt-3 {
	margin-top: 30px!important
}

.mt-4 {
	margin-top: 40px!important
}

.mt-5 {
	margin-top: 50px!important
}

.mt-6 {
	margin-top: 60px!important
}

.mt-7 {
	margin-top: 70px!important
}

.mb-7 {
	margin-bottom: 70px!important
}

.mb-8 {
	margin-bottom: 80px!important
}

.p-5 {
	padding: 50px!important
}

.p-3 {
	padding: 30px!important
}

.pt-3 {
	padding-top: 30px!important
}

.pl-2 {
	text-align: center;
	padding-top: 50px
}

.pl-3 {
	padding-left: 30px!important
}

.pb-3 {
	padding-bottom: 30px!important
}

.py-sm {
	padding-top: 5px!important;
	padding-bottom: 5px!important
}

.py-3 {
	padding-top: 30px!important;
	padding-bottom: 30px!important
}

.btn {
	display: inline-block;
	min-width: 0\9;
	padding: 0 15px;
	cursor: pointer;
	position: relative;
	letter-spacing: normal;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #f6f6f6;
	color: #4285f5;
	min-width: 140px;
	min-width: 90px\9;
	line-height: 38px;
	border: 1px solid #cdcdcd
}

.btn:hover {
	color: #4285f5;
	transition: all .2s
}

.btn-disabled {
	background: #d1d1d1!important;
	border-color: #d1d1d1!important;
	box-shadow: none!important
}

.btn-disabled.pointer {
	cursor: pointer!important
}

.btn-disabled:hover {
	cursor: not-allowed;
	box-shadow: none
}

.btn-small {
	min-width: 100px;
	min-width: 70px\9;
	line-height: 38px;
	font-size: 12px
}

.container {
	width: 1200px;
	margin: 0 auto
}

.section {
	padding: 60px 0
}

.section-head {
	margin-bottom: 30px
}

.section-subtitle {
	text-align: center;
	color: #6a7782;
	line-height: 1.5
}

.v-middle {
	vertical-align: middle!important
}

.w-100 {
	width: 100%!important
}

.w-50 {
	width: 50%!important
}

.w-65 {
	width: 65%!important
}

.w-380 {
	width: 380px!important
}

.w-398 {
	width: 398px!important
}

.pt-15 {
	padding-top: 15px!important
}

.mt-15 {
	margin-top: 15px!important
}

.mr-15 {
	margin-right: 15px!important
}

.ml-15 {
	margin-left: 15px!important
}

.float-left {
	float: left
}

.float-right {
	float: right!important
}

.border-b-none {
	border-bottom: none!important
}

.inline-block {
	display: inline-block!important
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.pointer {
	cursor: pointer
}

.height100 {
	height: 100%
}

.ellipsis-row-2 {
	-webkit-line-clamp: 2;
	max-height: 3em
}

.input,.textarea {
	vertical-align: middle;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 60px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #cdcdcd;
	padding: 0 10px;
	border-radius: 3px;
	transition: border .2s;
	outline: 0;
	white-space: pre!important
}

.input:focus,.input:hover,.textarea:focus,.textarea:hover {
	border-color: #0ea5f3
}

.input-disabled {
	border-color: #eee;
	background: #eee;
	cursor: not-allowed;
	border-radius: 3px!important
}

.input-disabled:focus,.input-disabled:hover {
	border-color: #eee
}

.textarea {
	width: 90%;
	height: 120px;
	padding: 10px;
	line-height: 1.5;
	outline: 0;
	overflow-y: auto;
	resize: none;
	max-width: none!important;
	word-break: break-all;
	white-space: pre!important
}

.textarea-large {
	height: 210px
}

.text-normal {
	font-size: 14px!important
}

.text-gray {
	color: #91989e!important
}

.text-primary {
	color: #4285f5!important
}

.text-center {
	text-align: center!important
}

.icon-close {
	background-image: url(icon.c13403b849ee344c950b.png);
	background-position: -85px -146px;
	width: 13px;
	height: 13px
}

.icon-code {
	background-image: url(icon.c13403b849ee344c950b.png);
	background-position: -93px -34px;
	width: 22px;
	height: 22px
}

.icon-search-input {
	background-image: url(startSEO.7c8862870728bdb4d0b2.png);
	width: 17px;
	height: 16px
}

.icon-search {
	background-image: url(icon.c13403b849ee344c950b.png);
	background-position: -158px -61px;
	width: 16px;
	height: 16px
}

.icon-success {
	background-image: url(icon.c13403b849ee344c950b.png);
	background-position: 0 -37px;
	width: 28px;
	height: 28px
}

.ucd-droplist {
	display: none
}

.ucd-tabs {
	position: relative
}

.ucd-tabs-pane {
	display: none;
	border-top: 1px solid rgba(255,255,255,.32)
}

.ucd-tabs-pane.active {
	display: block
}

.checkbox .ucd-check {
	top: 1px!important
}

.ucd-check:focus {
	outline: 0
}

.ucd-check-input {
	clip: rect(0 0 0 0);
	width: 1px!important;
	height: 1px;
	border: 0;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	z-index: -1;
	position: absolute
}

.ucd-check-mark {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url(radio.18978e8f7359a24062fb.png) no-repeat;
	transition: background .2s
}

.checkbox,.radio {
	position: relative;
	display: inline-block;
	min-width: 16px;
	min-height: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 18px
}

.checkbox .ucd-check,.radio .ucd-check {
	position: absolute;
	top: -1px;
	left: 0
}

.checkbox .text,.radio .text {
	display: inline-block;
	margin-left: 26px
}

.dialog-cover {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(dialog-cover.d1d53f1b77ffb2b5f185.png);
	z-index: 9999
}

.dialog-wrap {
	display: table;
	width: 700px;
	height: 100%;
	margin: 0 auto;
	vertical-align: middle;
	font-size: 0
}

.dialog-wrap .form-item {
	margin-top: 20px
}

.form-item .detail-information-upload-img0,.form-item .detail-information-upload-img1,.form-item .detail-information-upload-img2,.form-item .detail-information-upload-img3 {
	position: relative;
	width: 232px;
	height: 151px;
	float: left
}

.form-item .detail-information-upload-img0 {
	background: url(/assets/images/management-pic/IDcardFront.png) no-repeat
}

.form-item .detail-information-upload-img1 {
	background: url(/assets/images/management-pic/idCardBack.png) no-repeat
}

.form-item .detail-information-upload-img2 {
	background: url(/assets/images/management-pic/idCardHand.png) no-repeat
}

.form-item .detail-information-upload-img4 {
	width: 232px;
	height: 151px;
	border: 1px solid #ccc;
	background: #fafafa;
	cursor: pointer
}

.form-item .detail-information-upload-img4 .upload-img-msg {
	display: block;
	position: absolute;
	top: 80%;
	cursor: pointer;
	width: 100%;
	text-align: center
}

.form-item .detail-information-upload-img4 .upload-img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: url(/assets/images/management-pic/plus.png) center center/42px 42px no-repeat;
	cursor: pointer
}

.form-item .detail-information-upload-img-business {
	position: relative;
	width: 265px;
	height: 178px;
	background: url(/assets/images/management-pic/businessBefore.png)
}

.form-item .idCard-upload-img-business {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0
}

.form-item .detail-information-explain {
	width: 500px
}

.form-item .fork-img {
	width: 34px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(closeCard.857872f2280f4a92f144.png)
}

html.dialog-open {
	overflow-y: hidden
}

html.dialog-open .page-layout,html.dialog-open body {
	overflow: hidden
}

@media screen and (max-height:1080px) {
	.dialog-content {
		max-height: 650px
	}

	.dialog-footer {
		padding: 40px 30px
	}
}

@media screen and (max-height:900px) {
	.dialog-content {
		max-height: 600px
	}
}

@media screen and (max-height:768px) {
	.dialog-content {
		max-height: 410px
	}
}

@media screen and (max-height:600px) {
	.dialog-content {
		max-height: 350px
	}
}

.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	border: 1px solid #c8cacc;
	border-radius: 4px
}

.table tbody {
	text-align: center
}

.table tbody tr {
	background: #fff!important
}

.table tbody tr.grey {
	background: #f8f8f8!important
}

.table tbody tr:first-child td {
	border-top: 1px solid #c8cacc
}

.table tbody tr:last-child td {
	border-bottom: 0
}

.table tbody td {
	word-break: break-all;
	border: 1px solid #e6e8eb;
	color: #8e8e8e
}

.table tbody td:first-child {
	border-left-color: #c8cacc
}

.table tbody td:last-child {
	border-right-color: #c8cacc
}

.table thead {
	border-bottom: 1px solid #c8cacc
}

.table thead tr {
	background: #f2f2f2
}

.table th {
	position: relative;
	min-width: 50px;
	text-align: center;
	font-weight: 400;
	padding: 12px 10px;
	color: #3a4049
}

.table td {
	height: 62px;
	padding-left: 10px;
	padding-right: 10px
}

.tile-tips {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	background: rgba(118,132,145,.95)
}

.tile-tips .title {
	font-size: 16px
}

.tile-tips .text {
	font-size: 12px;
	letter-spacing: 0
}

@media only screen and (min-width:576px) {
	.tile-tips .text {
		letter-spacing: .1em;
		font-size: 14px
	}
}

.tile-tips-content {
	float: left
}

.tile-tips-action {
	float: right;
	vertical-align: middle;
	text-align: right
}

.tile-tips .btn,.tile-tips .upload-box {
	margin-top: 10px;
	font-size: 10px
}

@media only screen and (min-width:576px) {
	.tile-tips .btn,.tile-tips .upload-box {
		font-size: 14px
	}
}

.tab {
	font-size: 0;
	white-space: nowrap;
	border-bottom: 1px solid #dbdbdb
}

.tab li.tab-item,.tab-item {
	width: 150px;
	font-size: 16px;
	display: inline-block;
	line-height: 48px;
	padding: 0 10px;
	text-align: center;
	border: 1px solid #d4d8dc;
	color: #3a4049;
	border-bottom-width: 0;
	background: #f8fafc;
	cursor: pointer;
	font-weight: 700
}

.tab-item {
	border-radius: 6px 6px 0 0
}

.tab li.tab-item.active,.tab-item.active {
	position: relative;
	background: #fff;
	margin-bottom: -2px
}

.tab li.tab-item.active::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: ' ';
	width: 100%;
	border-bottom: 2px solid #fff
}

.tab li.tab-item:focus {
	outline: 0
}

.tab li.tab-item.active .icon,.tab-item.active .icon {
	opacity: 1;
	filter: alpha(opacity=100)
}

.tab li.tab-item .icon,.tab-item .icon {
	vertical-align: middle;
	opacity: .6;
	filter: alpha(opacity=60);
	pointer-events: none
}

.tab li.tab-item .text,.tab-item .text {
	vertical-align: middle;
	pointer-events: none
}

.tab li.tab-item .badge,.tab-item .badge {
	position: absolute;
	width: 8px;
	height: 8px;
	min-width: inherit;
	padding: 0;
	border-radius: 50%;
	top: 50%;
	margin-top: -4px;
	left: 10px
}

.tab li.tab-item>a,.tab-item>a {
	margin: 0!important;
	padding: 0 20px
}

.tab li.tab-item>a:before,.tab-item>a:before {
	display: none
}

.tab .ucd-tabs-nav.tab-item {
	padding: 0
}

.tab.medium .tab-item {
	min-width: 60px;
	line-height: 46px
}

.tab-box {
	position: relative
}

.tab-box .tab-right {
	position: absolute;
	right: 0;
	top: 2px
}

.tab-box .tab-left {
	position: absolute;
	left: 0;
	top: 2px
}

.search-box {
	margin-bottom: 30px
}

.search-box .search-content {
	display: flex;
	justify-content: space-between
}

.progress-box {
	width: 1200px;
	height: 213px;
	border: 1px solid #dbdbdb;
	background: #fff
}

.progress-box .progress-bar {
	position: relative;
	width: 1000px;
	min-height: 92px;
	height: auto;
	margin: 68px auto 0;
	background: url(bg-line.be3a36659938abcb12fa.png) 18px 22px no-repeat
}

.progress-box .progress-bar .progress-bar-item {
	position: absolute;
	width: 64px;
	height: 100%;
	color: #a7aeb3;
	line-height: 46px;
	font-size: 16px
}

.progress-box .progress-bar .progress-bar-item .item-num {
	width: 46px;
	height: 46px;
	text-align: center;
	border: 1px solid #a7aeb3;
	border-radius: 50%;
	background: #f5f5f5
}

.progress-box .progress-bar .progress-bar-item-01 {
	left: 0
}

.progress-box .progress-bar .progress-bar-item-02 {
	left: 50%;
	margin-left: -32px
}

.progress-box .progress-bar .progress-bar-item-03 {
	right: 0
}

.progress-box .progress-bar .progress-bar-item-active .item-num {
	border: 1px solid #4285f5;
	color: #fff;
	background: #4285f5
}

.progress-box .progress-bar .progress-bar-item-active .item-text {
	color: #4285f5
}

.content-detail .content-detail-title {
	font: bold 16px/36px sans-serif;
	border: 1px solid #e8ebed;
	background: #fdfdfd
}

.content-detail .content-detail-title.hasMark {
	position: relative
}

.content-detail .content-detail-title .mark {
	position: absolute;
	left: 90px;
	bottom: 0;
	color: #d75040FF
}

.content-detail .content-detail-body {
	overflow: hidden;
	padding: 50px 0;
	border: 1px solid #dbdbdb;
	background: #fff;
	border-top: 0;
	border-bottom: 0
}

.content-detail .content-detail-body.border-bottom {
	border-bottom: 1px solid #dbdbdb
}

.content-detail .content-detail-body .form-full .detail-information-upload {
	width: 163px;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	font-weight: 700;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	color: #4285f5;
	background: #f6f6f6;
	cursor: pointer
}

.content-detail .content-detail-body .form-full .detail-information-explain {
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #a7aeb3;
	overflow: visible
}

.content-detail .content-detail-body .form-full .detail-information-explain .detail-information-explain-right .explain-number {
	color: #4285f5
}

.content-detail .content-detail-body .form-full .detail-information-explain p {
	width: 100%;
	height: 20px
}

.content-detail .content-detail-body .form-full .detail-information-explain .detail-information-explain-description {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(lookRules.2a2c1d3c6786b12be18d.png) 0 0/100% 100% no-repeat;
	position: relative;
	top: 3px
}

.content-detail .content-detail-body .form-full .detail-information-explain .appnamePrompt {
	width: 567px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #fff;
	border: 1px solid #dfe2e6;
	font-size: 14px;
	position: absolute;
	left: -396px;
	top: 30px;
	z-index: 999999;
	display: none;
	color: #000
}

.content-detail .content-detail-body .form-full .detail-information-explain .detail-information-explain-description:hover .appnamePrompt {
	display: block
}

.content-detail .content-detail-body .form-full .weChat .weChat-img {
	overflow: hidden;
	margin-right: 15px;
	width: 10%
}

.content-detail .content-detail-body .form-full .weChat .weChat-img .weChat-bg-img {
	border-radius: 5px;
	width: 92px;
	height: 92px
}

.content-detail .content-detail-body .form-full .weChat .weChat-text {
	width: 300px
}

.content-detail .content-detail-body .form-full .weChat .weChat-text .removal {
	font-size: 14px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	cursor: pointer
}

.content-detail .content-detail-body .form-full .weChat .weChat-text .weChat-caption {
	font-size: 14px;
	line-height: 18px;
	color: #545c6a;
	word-break: break-all
}

.content-detail .content-detail-body .form-full .circle-img {
	display: inline-block;
	position: absolute;
	margin-left: 5px;
	top: 5px;
	width: 24px;
	height: 24px;
	background: url(circle.4b6dec1f64b43fe88792.png);
	cursor: pointer
}

.content-detail .content-detail-body .form-full .minus-img {
	display: inline-block;
	position: absolute;
	margin-left: 5px;
	left: 500px;
	top: 5px;
	width: 24px;
	height: 24px;
	background: url(minus.873b0345dbb6f26b58ab.png) 0 0/100% 100%;
	cursor: pointer
}

.content-detail .content-detail-body .form-full .form-control .input,.content-detail .content-detail-body .form-full .form-control .textarea {
	border-radius: 3px;
	max-width: 464px
}

.content-detail .content-detail-body .form-full .form-control .cursor-normal {
	cursor: text
}

.content-detail .content-detail-body .form-full .form-control .cursor-disabled {
	cursor: no-drop;
	outline: 0
}

.content-detail .content-detail-body .form-full .form-control .cursor-disabled :hover {
	border: 0
}

.content-detail .content-detail-body .form-full .form-control .form-control-item {
	text-align: center;
	line-height: 32px
}

.content-detail .content-detail-body .form-full .form-control .form-control-item .form-control-item-key {
	width: 170px;
	float: left;
	font-weight: 700
}

.content-detail .content-detail-body .form-full .form-control .form-control-item .form-control-item-jump {
	width: 280px;
	float: left;
	font-weight: 700
}

.content-detail .content-detail-body .form-full .form-control .detail-information-explain-key {
	line-height: 16px;
	width: 150%;
	margin: 0
}

.content-detail .content-detail-body .form-full .form-control .detail-information-explain-key .text-link-2 {
	color: #4285f5;
	font-weight: 700;
	cursor: pointer
}

.content-detail .content-detail-body .form-full .form-control .detail-information-upload-img {
	position: relative;
	width: 94px;
	height: 94px;
	border: 1px solid #cdcdcd;
	margin-top: 11px
}

.content-detail .content-detail-body .form-full .form-control .detail-information-upload-img .upload-img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url(plus.b0d5f8e5b1e65585d4f1.png) no-repeat;
	cursor: pointer
}

.content-detail .content-detail-body .form-full .form-control .detail-information-upload-img .upload-img-zip-error {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -34.5px;
	width: 74px;
	height: 69px;
	background: url(zipError.c447b465c1340b84c5cb.png) no-repeat;
	cursor: pointer
}

.content-detail .content-detail-body .form-full .form-control .detail-information-upload-img .upload-img-zip-success {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -34.5px;
	width: 74px;
	height: 69px;
	background: url(zipSuccess.90fbb3b25c134018d554.png) no-repeat;
	cursor: pointer
}

.content-detail .content-detail-body .form-full .form-control .detail-information-fork-img {
	width: 150px;
	height: 265px;
	background: url(fork.98569c7c5158eda4b586.png) -2px -2px;
	box-sizing: border-box
}

.content-detail .content-detail-body .form-full .form-control .detail-information-fork-img .fork-img {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 18px;
	height: 18px;
	background: url(small-fork.5a873b5af9d5b09605b7.png) no-repeat;
	cursor: pointer
}

.softwareSpec {
	width: 130px!important;
	height: 200px!important;
	border: 1px solid #cdcdcd;
	box-sizing: border-box
}

.imgShow {
	display: block;
	width: 100%!important;
	height: 100%!important
}

.content-detail .content-detail-body .form-full .form-control .detail-information-no-fork {
	background: 0
}

.content-detail .content-detail-body .form-full .form-control .circle-box {
	position: relative
}

.list-app {
	margin-left: -13px;
	margin-right: -13px
}

.list-app .app-box {
	width: 100%;
	font-size: 0;
	text-align: left
}

.list-app .app-box .app-item {
	width: 535px;
	display: inline-block;
	margin: 0 13px 28px;
	border: 1px solid #eae8e8;
	border-radius: 3px;
	background: #fcfcfc;
	text-align: left
}

.list-app .app-box .app-item:hover {
	border: 1px solid rgba(0,122,255,1)
}

.list-app .app-box .app-item .app-content {
	padding: 20px 25px;
	overflow: hidden;
	cursor: pointer
}

.list-app .app-box .app-item .app-content .app-left {
	float: left;
	width: 70%
}

.list-app .app-box .app-item .app-content .app-left .img-box {
	overflow: hidden;
	text-align: left
}

.list-app .app-box .app-item .app-content .app-left .img-box .app-img {
	float: left;
	vertical-align: middle;
	width: 72px;
	height: 72px;
	border-radius: 10px
}

.list-app .app-box .app-item .app-content .app-left .img-box .app-title {
	font-size: 18px;
	color: #354052;
	font-weight: 700;
	vertical-align: middle;
	float: left;
	width: 250px;
	height: 30px;
	margin-top: 22px;
	overflow: hidden
}

.list-app .app-box .app-item .app-content .app-left .detail {
	font-size: 14px;
	color: #535b69
}

.list-app .app-box .app-item .app-content .app-left .detail .detail-item {
	white-space: nowrap;
	word-break: keep-all;
	max-height: 1.6em;
	line-height: 1.5;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inherit
}

.list-app .app-box .app-item .app-content .app-right {
	float: right;
	width: 30%;
	text-align: right
}

.list-app .app-box .app-item .app-content .app-right .detail .detail-item {
	white-space: nowrap;
	word-break: keep-all;
	max-height: 1.6em;
	line-height: 1.5;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inherit
}

.list-app .app-box .app-item .app-content .app-right .pretrial {
	display: inline-block;
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: red
}

.list-app .app-box .app-item .app-footer {
	border-top: 1px solid #e3e3e3;
	padding: 10px 50px;
	text-align: center
}

.list-app .app-box .app-item .app-footer .app-text {
	font-size: 12px;
	color: #989ca3
}

.list-app .app-box .app-item .app-footer .app-text .flex-1 {
	flex: 1
}

.application .application-title {
	padding: 37px 30px;
	overflow: hidden
}

.application .application-title .title-left {
	float: left
}

.application .application-title .title-left .img {
	vertical-align: middle
}

.application .application-title .title-left .text {
	vertical-align: middle;
	font-size: 14px;
	color: #545c6a
}

.application .application-title .title-left .text .title {
	font-size: 18px;
	color: #354052;
	font-weight: 700
}

.application .application-title .title-right {
	float: right
}

.version .version-item .version-title {
	margin-top: 30px;
	font-size: 20px;
	color: #354052;
	margin-bottom: 15px
}

.version .version-item .pretrialNo,.version .version-item .pretrialing {
	width: 100%;
	padding: 35px;
	font-size: 14px;
	border: 1px solid #cacbcd
}

.version .version-item .pretrialNo p,.version .version-item .pretrialing p {
	text-align: center;
	line-height: 28px
}

.checkedSty {
	border: 1px solid #1890ff!important;
	background: #1890ff!important;
	color: #fff!important
}

.noSoftWareCopy {
	margin-top: 40px!important;
	margin-bottom: 10px;
	width: 100%!important;
	text-align: center;
	height: 44px;
	line-height: 44px!important;
	background: #f5f5f5;
	display: none
}

.file {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 200
}

.code-box {
	display: inline-block;
	width: 70px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer
}

.form {
	min-height: 36px;
	position: relative;
	padding: 10px 0
}

.form-label {
	position: relative;
	float: left;
	width: 15%;
	padding: 0;
	line-height: 36px;
	font-size: 0
}

.form-label .label-box {
	display: inline-block;
	max-width: 100%;
	line-height: 1.5;
	vertical-align: middle;
	position: relative
}

.form-label .label-box .warn {
	font-size: 20px;
	color: #df5d5d;
	position: absolute;
	left: -15px;
	top: 0
}

.label-box .keywordInfo {
	position: absolute;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(lookRules.2a2c1d3c6786b12be18d.png) no-repeat;
	color: #fff;
	top: 0;
	right: -32px;
	font-size: 14px;
	z-index: 999999;
	padding-bottom: 30px
}

.label-box .keywordInfoLayer {
	width: 980px;
	background: #fff;
	border: 1px solid #dfe2e6;
	font-size: 14px;
	position: absolute;
	left: -86px;
	top: 30px;
	z-index: 999999;
	display: none
}

.label-box .keywordInfoLayer p {
	padding: 20px;
	text-align: left;
	color: #000
}

.label-box .keywordInfoLayer p:nth-last-child(1) {
	padding-top: 0
}

.label-box .keywordInfo:hover .keywordInfoLayer {
	display: block
}

.pdf-success {
	display: block;
	margin-left: 94px;
	margin-top: 31px;
	width: 54px;
	height: 54px;
	background: url(pdfIonic.01c75bf28f3b8dfe692d.png)
}

.form-label .text {
	white-space: nowrap;
	word-break: keep-all;
	max-height: 1.6em;
	line-height: 1.5;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inherit
}

.text-danger {
	color: #e63c3c!important
}

.text-warn {
	margin-right: 5px;
	color: #e63c3c!important
}

.form-label .text-danger {
	position: absolute;
	top: 0;
	left: -8px;
	display: inline-block;
	font-size: 14px
}

.form-label .btn,.form-label .upload-box {
	font-weight: 400
}

.form-control {
	position: relative;
	float: left;
	width: 77%;
	text-align: left
}

.form-control>.text {
	display: inline-block;
	margin-top: 8px;
	line-height: 1.5
}

.form-control .tip {
	position: absolute;
	right: -26px;
	top: 10px
}

.form-control .form-tip {
	margin-top: 5px;
	color: #91989e
}

.form-control .input-file {
	position: relative;
	z-index: 2
}

.bg-white {
	background: #fff!important
}

.btn:hover {
	box-shadow: 0 0 8px #ccc;
	outline: 0;
	transition: all .2s;
	border-color: silver
}

.btn:active {
	outline: 0;
	border-color: silver;
	background: #fff;
	box-shadow: 0 0 8px #ccc
}

.btn-long.upload-box,.btn.btn-long {
	min-width: 250px
}

.btn {
	border-radius: 8px;
	font-size: 14px
}

.btn-disabled {
	color: #fff!important
}

.btn-primary {
	border-color: #4285f5;
	color: #fff;
	background: #4285f5
}

.btn-primary:hover {
	color: #fff;
	background: #4285f5;
	border-color: #4285f5;
	box-shadow: 0 0 8px #4285f5
}

.btn-primary:active {
	background: #377cf0;
	border-color: #377cf0;
	box-shadow: 0 0 8px #4285f5
}

.btn-small {
	min-width: 100px;
	min-width: 70px\9
}

.btn-big {
	font-size: 20px
}

.btn-large {
	padding: 0 20px;
	line-height: 60px;
	font-size: 22px
}

.text-num {
	color: #e40077
}

.text-tip {
	color: #8ec31f
}

.text-tip-bg {
	display: inline-block;
	text-align: left;
	font-size: 30px;
	vertical-align: middle
}

.radio .ucd-check.ucd-checked .ucd-check-mark {
	background: url(radio-selected.cc8c713529649b853542.png)
}

.checkbox .ucd-check-mark {
	background: url(checkbox.1e7039a29a1543fa7747.png) no-repeat
}

.checkbox .ucd-check-input[type=radio]~.checkbox .ucd-check-mark {
	background-image: url(radio.18978e8f7359a24062fb.png) no-repeat
}

.checkbox .ucd-check.ucd-checked .ucd-check-mark {
	background: url(checkbox-selected.15b8d197f6c4368fc6c9.png) no-repeat
}

.crumb {
	display: inline-block;
	font-size: 14px;
	color: #9e99b8
}

.crumb>li {
	display: inline-block
}

.dialog-wrap.larger {
	width: 940px
}

.dialog-box {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px
}

.dialog-outer {
	background: #fff;
	text-align: left
}

.dialog-title {
	position: relative;
	min-height: 40px;
	background: #fff;
	color: #36383c;
	overflow: hidden
}

.dialog-title .dialog-title-text {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	padding: 20px 0
}

.dialog-title .icon-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer
}

.dialog-content {
	padding: 30px 30px 2px;
	min-height: 30px;
	max-height: 650px;
	overflow-y: auto;
	overflow-x: hidden
}

.dialog-content .text-box .title {
	font-size: 18px;
	padding-top: 3px
}

.dialog-content .text-column {
	padding-top: 10px
}

.dialog-footer {
	padding: 20px 30px 30px;
	text-align: center;
	font-size: 0
}

.dialog-footer .btn,.dialog-footer .upload-box {
	min-width: 100px;
	margin: 0 10px;
	font-size: 14px
}

.section-content {
	border: 1px solid #dbdbdb
}

.section-content.bt-none {
	border-top: 0
}

.page-layout .main {
	background: #fff
}

.page-layout .section-content {
	min-height: 740px
}

.search-input {
	position: relative
}

.search-input:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 22px;
	position: absolute;
	right: 37px;
	top: 8px;
	background: #e5e5e5
}

.search-input .input {
	height: 40px;
	line-height: 40px;
	border-radius: 5px
}

.search-input .icon-search-input {
	position: absolute;
	top: 11px;
	right: 11px;
	cursor: pointer
}

.search-input .icon-close-input {
	width: 12px;
	height: 12px;
	background-image: url(closeSEO.7bbea141807420931c02.png);
	position: absolute;
	top: 13px;
	right: 48px;
	cursor: pointer
}

.form-label {
	height: 36px;
	align-items: center;
	font-weight: 400;
	display: inline-block;
	text-align: right;
	padding-right: 10px
}

.h4 {
	font-size: 18px!important
}

.pl-sm {
	padding-left: 5px!important
}

.pb-2 {
	padding-bottom: 20px!important
}

.pb-4 {
	padding-bottom: 40px!important
}

.pt-2 {
	padding-top: 20px!important
}

.h3,h3 {
	font-size: 24px!important
}

.page {
	margin: 20px 0;
	text-align: center
}

.page-list {
	display: inline-block
}

.page-item {
	display: inline-block;
	margin: 0 6px;
	width: 36px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer
}

.page-item .page-link {
	font-size: 16px;
	display: inline-block;
	padding: 7px 0;
	color: #3a4049
}

.page-item.disabled .page-link {
	font-weight: 700;
	padding-top: 2px!important
}

.page-item.active .page-link {
	color: #4285f5!important
}

.page-item .page-link[aria-label=Previous]:hover {
	background: url(prev-selected.4771ecb29efec842783b.png);
	cursor: pointer
}

.page-item .page-link[aria-label=Next]:hover {
	background: url(next-selected.7ec26ade3d84f8fdf782.png);
	cursor: pointer
}

.sr-only {
	display: none
}

.page-item .page-link[aria-label=Previous] {
	background: url(prev.9254d92de998f69ffa26.jpg);
	cursor: pointer;
	width: 36px;
	height: 36px
}

.page-item .page-link[aria-label=Next] {
	background: url(next.24a2b5a4fb77606a7392.png);
	cursor: pointer;
	width: 36px;
	height: 36px
}

.page-item .page-link span {
	display: none
}

.wid-72 {
	width: 72px;
	height: 72px
}

.form-control .control-text {
	margin-top: 7px;
	display: inline-block
}

.keyword-br {
	word-break: break-all;
	word-wrap: break-word
}

.text-underLine {
	-webkit-text-decoration: underline solid #4285f5;
	text-decoration: underline solid #4285f5
}

.mx-2 {
	margin: 0 25px
}

.mx-5 {
	margin: 0 55px
}

.application_null {
	margin-top: 300px;
	display: flex;
	align-items: center;
	justify-content: center
}

.application_null_content {
	display: flex;
	flex-direction: column;
	align-items: center
}

.application_null_content>div {
	display: flex;
	align-items: center
}

.application_null_content>a {
	width: 250px;
	margin-top: 30px
}

.application_null span {
	font-size: 25px;
	margin-left: 15px
}

.right-29 {
	right: -29px
}

.right-30 {
	left: 315px!important
}

.body-over-floow {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.swiper-button-next {
	right: 0;
	width: 16px;
	height: 30px;
	background: url(swiperPrev.d26b0575bf16eaddd4c5.png) no-repeat
}

.swiper-button-prev {
	left: 0;
	width: 16px;
	height: 30px;
	background: url(swiperNext.828160d5c422bb142687.png) no-repeat
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 36px
}

.swiper-pagination-bullet {
	background: #fff;
	border: 1px solid #000;
	opacity: 1;
	width: 8px;
	height: 8px
}

.swiper-pagination-bullet-active {
	background: #000
}

.swiper-container {
	height: 758px
}

#appManageAppList .uploadPackageDeadLine {
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	position: relative;
	top: -10px
}

#appManageAppList .uploadPackageDeadLine .tosignuptoclick {
	width: 100px;
	height: 36px;
	line-height: 34px;
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	color: #377cf0;
	border-radius: 20px;
	border: 2px solid #377cf0;
	cursor: pointer;
	font-style: normal;
	margin-left: 12px
}

#appManageAppList .uploadPackageDeadLine .tosignuptoclick:hover {
	box-shadow: 0 1px 10px #eee
}

.com-modal .dialog-title {
	position: relative;
	padding: 20px 45px;
	height: auto
}

.com-modal .dialog-title p {
	font-size: 18px;
	border-bottom: 1px dashed #e0e1e5;
	padding-bottom: 10px
}

.com-modal .dialog-title .icon-close {
	position: absolute;
	right: 20px;
	top: 20px;
	margin: 0
}

.com-modal .dialog-outer {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden
}

.com-smallBtn {
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	border: 1px solid rgba(220,220,220,1);
	border-radius: 2px;
	background: #fff;
	text-align: center;
	color: #14162b;
	font-size: 14px;
	cursor: pointer
}

.com-smallBtn.active,.com-smallBtn:hover {
	background: rgba(20,22,43,1);
	color: #fff
}

.com-radius46Btn,.com-radius60Btn {
	display: inline-block;
	background: rgba(250,250,250,1);
	border: 1px solid rgba(220,220,220,1);
	color: #14162b;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer
}

.com-radius46Btn.active,.com-radius46Btn:hover,.com-radius60Btn.active,.com-radius60Btn:hover {
	background: rgba(83,133,237,1);
	color: #fff
}

.com-radius46Btn {
	min-width: 120px;
	padding: 0 25px;
	height: 46px;
	line-height: 46px;
	border-radius: 23px
}

.com-radius60Btn {
	min-width: 160px;
	padding: 0 25px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 20px
}

.com-search-inputBox {
	background: rgba(255,255,255,1);
	border-radius: 23px;
	padding-left: 40px;
	height: 46px;
	line-height: 46px;
	position: relative;
	border: 1px solid #dcdcdc
}

.com-search-input {
	float: left;
	width: 300px
}

.com-search-input input {
	height: 40px;
	line-height: 35px;
	width: 250px;
	border: 0;
	background: #fff
}

.com-search-inputBox .icon-search-input {
	position: absolute;
	top: 15px;
	left: 17px
}

.com-search-inputBox .com-search-btn {
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	height: 44px
}

.com-table {
	border-radius: 10px;
	border: none;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	font-size: 14px
}

.com-table thead th {
	height: 70px;
	border: 1px solid #dcdcdc;
	border-right: none;
	border-bottom: none;
	background: #f8f8f8
}

.com-table thead,.com-table thead tr {
	border-radius: 10px
}

.com-table thead tr:first-child th:first-child {
	border-top-left-radius: 10px
}

.com-table thead tr:first-child th:last-child {
	border-right: 1px solid #dcdcdc;
	border-top-right-radius: 10px
}

.com-table tbody td {
	height: 88px;
	word-break: break-all;
	text-align: center;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc
}

.com-table tbody td:first-child {
	border-color: #dcdcdc
}

.com-table tbody tr td:last-child {
	border-right: 1px solid #dcdcdc
}

.com-table tbody tr:last-child td {
	border-bottom: 1px solid #dcdcdc
}

.com-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px
}

.com-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px
}

.com-table tbody tr:first-child td {
	border-top: none
}

.com-fontA {
	color: #1758df;
	text-decoration: underline;
	cursor: pointer
}

.com-colorRed {
	color: rgba(215,80,64,1)
}

.com-colorBasics {
	color: #1758df
}

.com-dialog.active {
	display: block
}

.com-dialog .dialog-box-content {
	padding: 0 60px;
	background: #fff;
	border-radius: 10px
}

.com-dialog .dialog-box .dialog-title {
	padding: 50px 60px 40px;
	border-bottom: 1px dashed #e0e1e5;
	font-size: 24px;
	height: 110px
}

.com-dialog .dialog-box .dialog-outer {
	padding: 40px 0 70px
}

.devCenter:hover {
	cursor: pointer;
	color: #fff!important
}

.select2-container--open .select2-dropdown--below {
	border-top: 1px solid #aaa!important;
	border-top-left-radius: 4px!important;
	border-top-right-radius: 4px!important
}

.left-border:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 20px;
	background: rgba(223,223,223,1)
}

.header-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #000;
	color: #fff;
	z-index: 999
}

.header-box .header-content {
	display: flex;
	padding: 0 50px
}

.header-box .header-content .slot-box {
	flex: 1
}

.header-box .header-content .logoBox {
	height: 70px;
	display: flex;
	align-items: center
}

.header-box .header-content .logoBox .RouterName {
	border-left: 1px solid #fff;
	font-size: 16px;
	margin-left: 10px;
	padding-left: 10px
}