.flex[data-v-3fae6da4],
.product-matrix-section .product .list .item .img-box[data-v-3fae6da4] {
	display: flex
}

.flex-1[data-v-3fae6da4] {
	flex: 1
}

.align-items-center[data-v-3fae6da4],
.product-matrix-section .product .list .item .img-box[data-v-3fae6da4] {
	align-items: center
}

.justify-content-center[data-v-3fae6da4],
.product-matrix-section .product .list .item .img-box[data-v-3fae6da4] {
	justify-content: center
}

.flex-flow-row-wrap[data-v-3fae6da4] {
	flex-flow: row wrap
}

.text-decoration-none[data-v-3fae6da4] {
	text-decoration: none
}

.ellipsis[data-v-3fae6da4] {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ellipsis-1[data-v-3fae6da4] {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

.br-f5-bottom[data-v-3fae6da4] {
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.product-matrix-section[data-v-3fae6da4] {
	width: 555px;
	padding: 26px 30px 16px
}

.product-matrix-section .title .title1[data-v-3fae6da4] {
	font-size: 20px;
	font-weight: 600;
	color: #000
}

.product-matrix-section .title .title2[data-v-3fae6da4] {
	margin-right: 5px;
	font-size: 12px;
	color: #666
}

.product-matrix-section .title .title2[data-v-3fae6da4]:hover {
	color: #333
}

.product-matrix-section .title .icon[data-v-3fae6da4] {
	display: block;
	width: 5px;
	height: 8px
}

.product-matrix-section .title .icon.active[data-v-3fae6da4] {
	display: none;
	background: url(/cd-static.c/sub-module/static-file/a/b/8f80ca1900) 0 0 no-repeat;
	background-size: 100% 100%
}

.product-matrix-section .title .icon.default[data-v-3fae6da4] {
	background: url(/cd-static.c/sub-module/static-file/1/3/09cc28b612) 0 0 no-repeat;
	background-size: 100% 100%
}

.product-matrix-section .title .index-btn[data-v-3fae6da4] {
	text-decoration: none
}

.product-matrix-section .title .index-btn:hover .icon.active[data-v-3fae6da4] {
	display: block
}

.product-matrix-section .title .index-btn:hover .icon.default[data-v-3fae6da4] {
	display: none
}

.product-matrix-section .product .word[data-v-3fae6da4] {
	margin-top: 15px;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 600;
	color: #333
}

.product-matrix-section .product .list .item[data-v-3fae6da4] {
	width: 50%;
	margin-bottom: 9px;
	padding: 8px;
	border-radius: 8px
}

.product-matrix-section .product .list .item .img-box[data-v-3fae6da4] {
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 8px
}

.product-matrix-section .product .list .item .now[data-v-3fae6da4] {
	position: absolute;
	top: -8px;
	right: -6px;
	display: block;
	width: 28px;
	height: 15px
}

.product-matrix-section .product .list .item .logo[data-v-3fae6da4] {
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: 40px;
	height: 40px
}

.product-matrix-section .product .list .item .name-des .name[data-v-3fae6da4] {
	font-weight: 700;
	font-size: 14px;
	color: #333
}

.product-matrix-section .product .list .item .name-des .des[data-v-3fae6da4] {
	font-size: 12px;
	color: #999
}

.product-matrix-section .product .list .item[data-v-3fae6da4]:hover {
	background: rgba(0, 0, 0, .05)
}

.product-matrix-section .product .list .item.disable[data-v-3fae6da4] {
	cursor: not-allowed
}

.product-matrix-section .product .list .item.disable .img-box[data-v-3fae6da4] {
	border: 1px solid hsla(0, 0%, 81.6%, .3)
}

.product-matrix-section .product .list .item.disable .img-box .disable-text[data-v-3fae6da4] {
	font-size: 12px;
	color: rgba(0, 0, 0, .3);
	text-align: center
}

.product-matrix-section .product .list .item.disable .name-des .name[data-v-3fae6da4] {
	font-weight: 500;
	font-size: 14px;
	color: rgba(51, 51, 51, .4)
}

.product-matrix-section .product .list .item.disable .name-des .des[data-v-3fae6da4] {
	font-size: 12px;
	color: hsla(0, 0%, 60%, .4)
}

.com-header[data-v-cbe5b044] {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2001;
	height: 70px;
	min-width: 1200px;
	background: #fff;
	box-shadow: 0 4px 10px rgba(78, 89, 105, .06);
	transition: background .2s ease
}

.com-header.transparent[data-v-cbe5b044] {
	background: transparent;
	box-shadow: none
}

.com-header .content[data-v-cbe5b044] {
	padding: 0 50px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center
}

.com-header .content .logo[data-v-cbe5b044] {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center
}

.com-header .content .logo img[data-v-cbe5b044] {
	width: 111px;
	height: 37px
}

.com-header .content .btn-matrix[data-v-cbe5b044] {
	display: flex;
	align-items: center
}

.com-header .content .btn-matrix .icon-matrix[data-v-cbe5b044] {
	display: block;
	width: 24px;
	height: 24px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHTSURBVHgB7Zq9SgNBFIVvYkQiGouIxkIwFoqdWFpteh/CPIpP4kvYGwSxtTWFKQRJkIBJEQkG8ZzMDGzWTZEt9s7ifHBgZ/cW98xvyJ2S/KUONaB9aFP8YASNoS70Ff9Qij1XoFOoKX7zKsbIjA1ngMlfQjXoG+pBQysfYF7s2EPb5og8QbM1++JMzLSZQI/QQBJDpcxUTE5vYvLchsrQBw1UoQsb+CB+JZ6E06YvZiR2oSFdnNiPdOdz8g7m2LPPDRrYsY2eFAe3NucGarYxluLgDFTLUnCCAW0Kb6CyYrxEUbSwW3U6nWYecctY2QA4UopLJawBbbJMoZZSXCr8OX1ln++kWMzzDmtAm2BAmywn8X28jZOzlUfcMrJso5FSXCphDWiTZQq1leJSCSexNsGANv/yJL6Nt3FytvOIW0aWbfQ60W7nFJdKWAPaZJlCN0pxqYSTWJtgQBsamNjnuhQHV1Ua0cDANopkwP2DPaaBfuxlVfyHObqCd5d1YpYt18WMwIEYQzPxEybPGwXMl3WFd1ep/4T2oC3o2AbS2FT8gJ3LXj+HNsRcNXiGfuKXPeiKRW/fL3uw518kcdkjDnufRlgAr4kfcKfkZsPpvXAB5Re+dmo0YiKvPQAAAABJRU5ErkJggg==) no-repeat;
	background-size: 100%;
	cursor: pointer
}

.com-header .content .btn-matrix .icon-matrix[data-v-cbe5b044]:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGkSURBVHgB7Zq7cYQwEIYX2wVQgkqgBK4MImiBiBBSIqACOyN2BUAF0AEOSR0SyVosbB4nz2jGg6Q5fTN7J91s8P+nx87dAnDGZ1GwGFlQTaJn8cqCwB+4XLguokVRcK0n8eiSuq5L0zSlTdNQXej7nkZRdFyRnYnlmyeE0HEcqa6gNtS4WYkFsjrTWfwKasRdwjX7z9yJx5YIMHSHiYd5nqFtW5x+4suy93GfmQKeT/hegdHhA2Cfg0k4jrO8P4HhWAOqMd7AC0gSBMFuXtf1JXkipA1M06QkT4Q9A6qRLmTDMOzmnuddkndkLWS2EqvGGlDN41XiOI5386IoLskTIW3geO1dlSfCngHVSG+hJEmU5ImwlVg11oBqHu8WyvN8NxfdIv+dJ0L6Frrdbrs5+5vvkrwj9hbSBekzEIahkjwRthKrxhpQDRr4wAHvORnB5lfcgAbecdR1HZhCVVXrcHHiA29wm9Jmhd+GN1mdlGBeo7vcrsrPowYY2NbXqe2KbdUsy7YN7tOjBquJEvR6sONelPfEbyEs3rYrokGMXLh/FPsFxY6QVHeWRWEAAAAASUVORK5CYII=) no-repeat;
	background-size: 100%
}

.com-header .content .btn-matrix[data-v-cbe5b044] .el-dropdown-menu {
	padding: 0;
	border: none;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1)
}

.com-header .content .btn-matrix[data-v-cbe5b044] .el-dropdown-menu .popper__arrow {
	display: none
}

.com-header .content .nav-wrap[data-v-cbe5b044] {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center
}

.com-header .content .nav-wrap.active-1[data-v-cbe5b044]:after {
	left: 0
}

.com-header .content .nav-wrap.active-1[data-v-cbe5b044]:after,
.com-header .content .nav-wrap.active-2[data-v-cbe5b044]:after {
	margin-left: 48px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	transform: translateX(65%);
	width: 24px;
	height: 5px;
	overflow: hidden;
	border-radius: 999px;
	background-color: #ff7752;
	transition: all .2s linear
}

.com-header .content .nav-wrap.active-2[data-v-cbe5b044]:after {
	left: 25%
}

.com-header .content .nav-wrap.active-3[data-v-cbe5b044]:after {
	left: 50%
}

.com-header .content .nav-wrap.active-3[data-v-cbe5b044]:after,
.com-header .content .nav-wrap.active-4[data-v-cbe5b044]:after {
	margin-left: 48px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	transform: translateX(65%);
	width: 24px;
	height: 5px;
	overflow: hidden;
	border-radius: 999px;
	background-color: #ff7752;
	transition: all .2s linear
}

.com-header .content .nav-wrap.active-4[data-v-cbe5b044]:after {
	left: 75%
}

.com-header .content .nav-wrap .nav-item[data-v-cbe5b044] {
	cursor: pointer;
	font-weight: 400;
	line-height: 20px;
	color: #86909c;
	margin-left: 48px;
	transition: all .2s linear
}

.com-header .content .nav-wrap .nav-item.active[data-v-cbe5b044],
.com-header .content .nav-wrap .nav-item[data-v-cbe5b044]:hover {
	font-weight: 600;
	color: #1d2129
}

.com-header .content .nav-wrap .entry-1212[data-v-cbe5b044] {
	margin-left: 55px;
	cursor: pointer
}

.com-header .content .nav-wrap .entry-1212 img[data-v-cbe5b044] {
	width: 85px;
	height: 43px
}

.com-header .content .operations[data-v-cbe5b044] {
	margin-left: auto
}

.com-header .content .operations .btn[data-v-cbe5b044] {
	padding: 8px 0 !important;
	text-align: center;
	border-radius: 8px;
	width: 95px
}

.com-try-btn {
	width: 176px
}

.com-try-btn .content {
	position: relative
}

.com-try-btn .content .bubble {
	position: absolute;
	top: -26px;
	right: -39px;
	display: block;
	content: "";
	width: 106px;
	height: 30px;
	border-radius: 53px;
	background-color: #ff3f3f;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: 700
}

.com-try-btn .content .bubble:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -6px;
	left: 33px;
	width: 0;
	height: 0;
	border-radius: 2px;
	border-top: 8px solid #ff3f3f;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 0 solid transparent
}

.com-try-btn .try-btn {
	padding: 0;
	width: 176px;
	height: 54px;
	line-height: 54px;
	border-radius: 8px;
	font-family: PingFangSC-Light, Microsoft Yahei, Arial, sans-serif;
	font-weight: 600;
	font-size: 20px
}

.try-qrcode-popover {
	text-align: center;
	padding: 15px !important;
	transform: translateY(39%)
}

.try-qrcode-popover .title {
	font-size: 14px;
	color: #666
}

.try-qrcode-popover .desc {
	font-size: 12px;
	color: #666
}

.try-qrcode-popover img {
	width: 100%;
	height: 100%
}

.try-qrcode-popover .popper__arrow {
	display: none
}

.com-home-banner[data-v-33360276] {
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden
}

.com-home-banner .bg[data-v-33360276] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
	z-index: 1;
	background-image: url(../img/banner.38d49f29.png);
	background-size: cover;
	background-position: 50%;
	-webkit-animation: scale-data-v-33360276 2.3s ease-in-out infinite alternate;
	animation: scale-data-v-33360276 2.3s ease-in-out infinite alternate
}

.com-home-banner #video-bg[data-v-33360276] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block !important;
	-o-object-fit: cover;
	object-fit: cover
}

.com-home-banner .content[data-v-33360276] {
	display: flex;
	width: 1200px;
	height: 700px;
	z-index: 2
}

.com-home-banner .content .text[data-v-33360276] {
	margin-top: 209px
}

.com-home-banner .content .text .slogan[data-v-33360276] {
	font-weight: 600;
	font-size: 52px;
	line-height: 59px;
	color: #272727
}

.com-home-banner .content .text .slogan img[data-v-33360276] {
	width: 120px;
	height: 34px;
	margin: 0 0 -4px -10px
}

.com-home-banner .content .text .desc[data-v-33360276] {
	font-family: PingFangSC-Light, Microsoft Yahei, Arial, sans-serif;
	font-size: 20px;
	line-height: 27px;
	color: #000
}

.com-home-banner .content .text .btn[data-v-33360276] {
	margin-top: 56px
}

.com-home-banner .bar[data-v-33360276] {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 94px;
	padding: 8px 0;
	z-index: 2;
	background: hsla(0, 0%, 100%, .3);
	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px)
}

.com-home-banner .bar .bar-content[data-v-33360276] {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.com-home-banner .bar .bar-content .section[data-v-33360276] {
	display: flex;
	align-items: center
}

.com-home-banner .bar .bar-content .section img[data-v-33360276] {
	width: 70px;
	height: 70px
}

.com-home-banner .bar .bar-content .section .title[data-v-33360276] {
	margin-bottom: 3px;
	font-weight: 500;
	font-size: 16px
}

.com-home-banner .bar .bar-content .section .desc[data-v-33360276] {
	font-size: 12px;
	color: #7a8499
}

@-webkit-keyframes scale-data-v-33360276 {
	0% {
		transform: scale(100%)
	}

	to {
		transform: scale(105%)
	}
}

@keyframes scale-data-v-33360276 {
	0% {
		transform: scale(100%)
	}

	to {
		transform: scale(105%)
	}
}

.com-workflow[data-v-be15c5e8] {
	position: relative;
	height: 100%;
	width: 100%
}

.com-workflow .content[data-v-be15c5e8] {
	position: relative;
	height: 100%;
	width: 1200px;
	overflow: hidden;
	display: flex
}

.com-workflow .content[data-v-be15c5e8]:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 86px;
	/* background: linear-gradient(180deg, rgba(247, 247, 249, 0), #f7f7f9) */
}

.com-workflow .content .wrap[data-v-be15c5e8] {
	margin-top: 20px;
	position: relative;
	overflow-y: hidden
}

.com-workflow .content .wrap .filter[data-v-be15c5e8] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 1;
	background: linear-gradient(180deg, rgba(247, 247, 249, 0), #f7f7f9);
	transform: rotate(180deg)
}

.com-workflow .content .top-tit[data-v-be15c5e8] {
	font-weight: 600;
	font-size: 24px;
	line-height: 27px;
	color: #7a8499
}

.com-workflow .content .list .item[data-v-be15c5e8] {
	position: relative;
	max-width: 320px;
	height: 118px;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	background: hsla(0, 0%, 100%, .71);
	box-shadow: 0 20px 40px rgba(89, 82, 165, .11);
	-webkit-backdrop-filter: blur(21px);
	backdrop-filter: blur(21px)
}

.com-workflow .content .list .item[data-v-be15c5e8]:not(:last-of-type) {
	margin-bottom: 40px
}

.com-workflow .content .list .item .status[data-v-be15c5e8] {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	overflow: hidden
}

.com-workflow .content .list .item .status img[data-v-be15c5e8] {
	display: block;
	width: 100%;
	height: 100%
}

.com-workflow .content .list .item .text .title[data-v-be15c5e8] {
	color: #1d2129;
	font-weight: 600;
	font-size: 22px;
	line-height: 22px
}

.com-workflow .content .list .item .text .desc[data-v-be15c5e8] {
	text-align: justify;
	margin-top: 8px;
	color: #7a8499;
	font-weight: 400;
	font-size: 12px;
	line-height: 21px
}

.com-workflow .content .left .top-tit[data-v-be15c5e8],
.com-workflow .content .left .wrap[data-v-be15c5e8] {
	padding-left: 25px
}

.com-workflow .content .left .list[data-v-be15c5e8] {
	position: relative;
	padding-right: 80px
}

.com-workflow .content .left .list .item[data-v-be15c5e8]:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 80px;
	height: 1px;
	background: rgba(0, 0, 0, .2);
	transform: translate(100%, -50%)
}

.com-workflow .content .left .list[data-v-be15c5e8]:after {
	content: "";
	display: block;
	position: absolute;
	top: 59px;
	right: 0;
	bottom: -59px;
	width: 1px;
	height: calc(100% - 118px);
	background: rgba(0, 0, 0, .2)
}

.com-workflow .content .right .wrap[data-v-be15c5e8] {
	padding-right: 25px
}

.com-workflow .content .right .top-tit[data-v-be15c5e8] {
	margin-left: 128px
}

.com-workflow .content .right .list[data-v-be15c5e8] {
	position: relative
}

.com-workflow .content .right .list .icon-wrap[data-v-be15c5e8] {
	position: relative;
	text-align: center;
	padding: 0 33px;
	z-index: 1
}

.com-workflow .content .right .list .icon-wrap .icon[data-v-be15c5e8] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	width: 64px;
	height: 64px;
	background-color: #ff7752;
	border-radius: 50%
}

.com-workflow .content .right .list .icon-wrap .icon img[data-v-be15c5e8] {
	display: block;
	width: 28px;
	height: 28px
}

.com-workflow .content .right .list .icon-wrap .name[data-v-be15c5e8] {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #7a8499
}

.com-workflow .content .right .list .row[data-v-be15c5e8]:not(:last-of-type) {
	margin-bottom: 40px
}

.com-workflow .content .right .list .item[data-v-be15c5e8] {
	position: relative;
	background: linear-gradient(180deg, #ff9e84, #ff7a56);
	box-shadow: 0 20px 40px rgba(89, 82, 165, .23)
}

.com-workflow .content .right .list .item[data-v-be15c5e8]:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 130px;
	height: 1px;
	background: #ff8b6b;
	transform: translate(-100%, -50%)
}

.com-workflow .content .right .list .item .status[data-v-be15c5e8] {
	background: #fff
}

.com-workflow .content .right .list .item .text .desc[data-v-be15c5e8],
.com-workflow .content .right .list .item .text .title[data-v-be15c5e8] {
	color: #fff
}

.com-workflow .content .right .list[data-v-be15c5e8]:before {
	content: "";
	display: block;
	position: absolute;
	top: 59px;
	left: 0;
	bottom: -59px;
	width: 1px;
	height: calc(100% - 118px);
	background: #ff8462
}

.com-workflow .content .center-wrap[data-v-be15c5e8] {
	position: relative;
	flex: 1
}

.com-workflow .content .center-wrap .center[data-v-be15c5e8] {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 20px 40px rgba(79, 73, 139, .05)
}

.com-workflow .content .center-wrap .center .carton[data-v-be15c5e8] {
	margin-left: 18px;
	display: block;
	width: 240px;
	height: auto
}

.com-workflow .content .center-wrap .center[data-v-be15c5e8]:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 33px;
	height: 1px;
	transform: translateX(-100%);
	background: rgba(0, 0, 0, .2)
}

.com-workflow .content .center-wrap .center[data-v-be15c5e8]:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: "";
	width: 33px;
	height: 1px;
	transform: translateX(100%);
	background: #ff7752
}

.product-list .list[data-v-4cfdf91e] {
	margin-right: 70px
}

.product-list .list .title[data-v-4cfdf91e] {
	margin-bottom: 12px;
	color: #000;
	font-size: 12px;
	font-weight: 600
}

.product-list .list.cmm[data-v-4cfdf91e] {
	margin-right: 82px
}

.product-list .list .item[data-v-4cfdf91e] {
	margin-bottom: 12px;
	font-size: 12px;
	color: #666
}

.product-list .list .item a[data-v-4cfdf91e] {
	font-size: 12px;
	color: #666;
	-webkit-text-decoration-line: none;
	text-decoration-line: none
}

.product-list .list .item .icon-war .icon.active[data-v-4cfdf91e] {
	display: none
}

.product-list .list .item .icon-war:hover .icon.active[data-v-4cfdf91e] {
	display: block
}

.product-list .list .item .icon-war:hover .icon.default[data-v-4cfdf91e] {
	display: none
}

.product-list .list .item[data-v-4cfdf91e]:last-child {
	margin-bottom: 0
}

.product-list .list .item:hover a[data-v-4cfdf91e],
.product-list .list .item[data-v-4cfdf91e]:hover {
	color: #333
}

.server-list .list[data-v-0683f762] {
	margin-right: 70px
}

.server-list .list .title[data-v-0683f762] {
	margin-bottom: 12px;
	color: #000;
	font-size: 12px;
	font-weight: 600
}

.server-list .list.cmm[data-v-0683f762] {
	margin-right: 82px
}

.server-list .list .item[data-v-0683f762] {
	margin-bottom: 12px;
	font-size: 12px;
	color: #666
}

.server-list .list .item a[data-v-0683f762] {
	display: block;
	font-size: 12px;
	color: #666;
	-webkit-text-decoration-line: none;
	text-decoration-line: none
}

.server-list .list .item .icon-war .icon.active[data-v-0683f762] {
	display: none
}

.server-list .list .item .icon-war:hover .icon.active[data-v-0683f762] {
	display: block
}

.server-list .list .item .icon-war:hover .icon.default[data-v-0683f762] {
	display: none
}

.server-list .list .item[data-v-0683f762]:last-child {
	margin-bottom: 0
}

.server-list .list .item:hover a[data-v-0683f762],
.server-list .list .item[data-v-0683f762]:hover {
	color: #333
}

.footer-bar-wrap {
	position: fixed;
	bottom: 300px;
	right: 0;
	width: 48px;
	border-radius: 10px;
	text-align: center;
	z-index: 1001;
	background-color: #fff;
	box-shadow: 0 0 22px rgba(0, 0, 0, .08)
}

.footer-bar-wrap .service {
	height: 50%;
	border-radius: 10px
}

.footer-bar-wrap .service .service-wrap {
	padding: 19px 0;
	cursor: pointer
}

.footer-bar-wrap .service .service-wrap:hover {
	color: #ff7752
}

[data-theme=med] .footer-bar-wrap .service .service-wrap:hover {
	color: #001891
}

.footer-bar-wrap .service .service-wrap .icon {
	width: 18px;
	height: 18px
}

.footer-bar-wrap .line {
	width: 32px;
	height: 1px;
	margin: 0 auto;
	background: #f1f3f5;
	opacity: .6
}

.service-qrcode-popover {
	text-align: center;
	padding: 5px !important
}

.service-qrcode-popover img {
	width: 100%;
	height: 100%
}

.service-qrcode-popover .title {
	font-size: 12px;
	color: #666
}

.service-qrcode-popover .popper__arrow {
	display: none
}

.com-copyright[data-v-36f45874] {
	padding: 20px 55px;
	color: hsla(0, 0%, 100%, .8);
	font-size: 12px
}

.com-copyright p[data-v-36f45874]:last-child {
	margin-bottom: 0
}

.com-copyright span[data-v-36f45874] {
	margin: 0 3px
}

.com-copyright a[data-v-36f45874] {
	text-decoration: none;
	color: hsla(0, 0%, 100%, .8)
}

.com-copyright a[data-v-36f45874]:hover {
	color: #ff7752
}

[data-theme=med] .com-copyright a[data-v-36f45874]:hover {
	color: #001891
}

.com-copyright a img[data-v-36f45874] {
	position: relative;
	top: 3px;
	width: 16px;
	height: 16px
}

.chat-qrcode-popover {
	min-width: 98px !important;
	padding: 2px 2px 0
}

.chat-qrcode-popover img {
	width: 100%;
	height: 100%
}

.com-home-footer[data-v-a6d90344] {
	position: relative
}

.com-home-footer .section-wrap[data-v-a6d90344] {
	width: 1200px;
	margin: 0 auto
}

.com-home-footer .btn[data-v-a6d90344] {
	margin-top: 40px
}

.com-home-footer .slogan-wrap[data-v-a6d90344] {
	padding: 50px 0;
	width: 100%;
	height: 260px;
	background: url(../img/footer-bg.67b2b8a3.png) no-repeat 50%;
	background-attachment: fixed;
	background-size: cover
}

.com-home-footer .slogan-wrap .main[data-v-a6d90344] {
	font-size: 32px;
	font-weight: 700
}

.com-home-footer .slogan-wrap .sub[data-v-a6d90344] {
	margin: 12px 0 22px;
	font-size: 20px
}

.com-home-footer .footer-content[data-v-a6d90344] {
	padding-top: 60px;
	background: #f5f5f7;
	font-size: 14px
}

.com-home-footer .footer-content .footer-top[data-v-a6d90344] {
	display: flex;
	width: 1200px;
	margin: 0 auto 60px;
	align-items: center
}

.com-home-footer .footer-content .footer-top img[data-v-a6d90344] {
	width: 120px;
	height: 40px
}

.com-home-footer .footer-content .footer-top .slogan[data-v-a6d90344] {
	margin: 12px 0 0 12px;
	font-size: 12px
}

.com-home-footer .footer-content .section-wrap[data-v-a6d90344] {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid hsla(0, 0%, 60%, .2);
	padding: 0 0 60px 0
}

.com-home-footer .footer-content .section-wrap .list-title[data-v-a6d90344] {
	margin-bottom: 22px;
	color: #fff;
	font-weight: 500;
	font-size: 16px
}

.com-home-footer .footer-content .section-wrap .list-item[data-v-a6d90344] {
	display: flex;
	margin-bottom: 22px;
	color: #9da0a7
}

.com-home-footer .footer-content .section-wrap .list-item .chat-qrcode[data-v-a6d90344] {
	display: flex;
	align-items: center;
	cursor: pointer
}

.com-home-footer .footer-content .section-wrap .list-item .chat-qrcode .img[data-v-a6d90344] {
	width: 16px;
	height: 16px;
	margin-left: 13px
}

.com-home-footer .footer-content .section-wrap .list-item .chat-qrcode[data-v-a6d90344]:hover {
	color: #ff7752
}

[data-theme=med] .com-home-footer .footer-content .section-wrap .list-item .chat-qrcode[data-v-a6d90344]:hover {
	color: #001891
}

.com-home-footer .footer-content .section-wrap .list-item.clickable:hover a[data-v-a6d90344] {
	color: #ff7752
}

[data-theme=med] .com-home-footer .footer-content .section-wrap .list-item.clickable:hover a[data-v-a6d90344] {
	color: #001891
}

.com-home-footer .footer-content .section-wrap .qr-box[data-v-a6d90344] {
	text-align: center
}

.com-home-footer .footer-content .section-wrap .qr-box .qr-img[data-v-a6d90344] {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	border-radius: 4px
}

.com-home-footer .footer-content .section-wrap .qr-box .qr-img img[data-v-a6d90344] {
	width: 100%;
	height: 100%
}

.com-home-footer .footer-content .section-wrap .qr-box .qr-desc[data-v-a6d90344] {
	margin-top: 8px;
	color: #666;
	font-size: 12px
}

.com-home-footer .footer-content .section-wrap .qr-box .qr-desc[data-v-a6d90344]:first-child {
	margin-top: 6px
}

.com-home-footer .footer-content .footer-item .list[data-v-a6d90344] {
	margin-right: 70px
}

.com-home-footer .footer-content .footer-item .list-title[data-v-a6d90344] {
	margin-bottom: 12px;
	color: #000;
	font-size: 12px;
	font-weight: 600
}

.com-home-footer .footer-content .footer-item .list-item[data-v-a6d90344] {
	display: flex;
	margin-bottom: 12px;
	font-size: 12px;
	color: #666
}

.com-home-footer .footer-content .footer-item .list-item .chat-qrcode[data-v-a6d90344] {
	display: flex;
	align-items: center;
	cursor: pointer
}

.com-home-footer .footer-content .footer-item .list-item .chat-qrcode .img[data-v-a6d90344] {
	width: 16px;
	height: 16px;
	margin-left: 13px
}

.com-home-footer .footer-content .footer-item .list-item .chat-qrcode[data-v-a6d90344]:hover,
.com-home-footer .footer-content .footer-item .list-item.clickable:hover a[data-v-a6d90344] {
	color: #333
}

.com-home-footer .footer-content .footer-item .list-item a[data-v-a6d90344] {
	color: #666;
	text-decoration: none
}

.com-home-footer .footer-content .footer-item .list-item a[data-v-a6d90344]:hover {
	color: #333
}

.com-home-footer .footer-bottom[data-v-a6d90344] {
	width: 1200px;
	margin: 0 auto;
	padding: 5px 0
}

.com-home-footer .footer-bottom .footer-friendly-links a[data-v-a6d90344] {
	color: #666b75;
	text-decoration: none
}

.com-home-footer .footer-bottom .footer-friendly-links a[data-v-a6d90344]:hover {
	color: #fff
}

.com-home-footer .footer-bottom .footer-friendly-links span[data-v-a6d90344] {
	display: inline-block;
	margin: 0 10px;
	color: #666b75
}

.com-home-footer .footer-bottom .footer-copyright[data-v-a6d90344] {
	margin: 0 auto;
	color: #666b75;
	line-height: 20px
}

.com-home-footer .footer-bottom .footer-copyright a[data-v-a6d90344] {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	color: #666b75;
	font-size: 12px;
	line-height: 20px
}

.com-home-footer .footer-bottom .footer-copyright a[data-v-a6d90344]:hover {
	color: #ff7752
}

[data-theme=med] .com-home-footer .footer-bottom .footer-copyright a[data-v-a6d90344]:hover {
	color: #001891
}

.com-home-footer .footer-bottom[data-v-a6d90344] .com-copyright {
	padding-left: 0;
	padding-right: 0;
	color: #999
}

.com-home-footer .footer-bottom[data-v-a6d90344] .com-copyright a {
	color: #999
}

.com-home-footer .footer-bottom[data-v-a6d90344] .com-copyright a:hover {
	color: #333
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

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

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

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

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

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44*27);
	height: var(--swiper-navigation-size);
	margin-top: calc(var(--swiper-navigation-size)*-1/2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: normal;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

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

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

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

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

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

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

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

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

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

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

.swiper-container-horizontal>.swiper-pagination-progressbar,
.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-color: #fff
}

.swiper-pagination-black {
	--swiper-pagination-color: #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: flex;
	justify-content: 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-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s linear infinite;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

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

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

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

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

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

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

.swiper-container-cube {
	overflow: visible
}

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

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

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

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

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-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
}

.partner-wrap[data-v-4c270dd1] {
	padding-bottom: 120px;
	background-color: #f3f5fa
}

.partner-wrap .title[data-v-4c270dd1] {
	padding: 65px 0 51px;
	text-align: center;
	font-size: 32px;
	font-weight: 600
}

.partner-wrap .partner-swiper-wrap[data-v-4c270dd1] {
	margin-bottom: 50px
}

.partner-wrap .partner-swiper-wrap[data-v-4c270dd1] .swiper-wrapper {
	transition-timing-function: linear !important
}

.partner-wrap .partner-swiper-wrap .swiper-item[data-v-4c270dd1] {
	width: 171px;
	height: 63px;
	background-color: #fff;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center
}

.partner-wrap .partner-swiper-wrap .swiper-item img[data-v-4c270dd1] {
	width: auto;
	max-width: 120px;
	max-height: 34px
}

.partner-wrap .support-wrap[data-v-4c270dd1] {
	display: flex;
	width: 650px;
	margin: 90px auto 0;
	padding-bottom: 40px;
	justify-content: space-between
}

.partner-wrap .support-wrap .support-content[data-v-4c270dd1] {
	display: flex
}

.partner-wrap .support-wrap .support-content img[data-v-4c270dd1] {
	width: 36px;
	height: 30px;
	margin-right: 5px
}

.partner-wrap .support-wrap .support-content p[data-v-4c270dd1] {
	font-size: 20px;
	font-weight: 500
}

.com-service-phase .phase-row[data-v-6058423a] {
	display: flex;
	justify-content: space-around;
	margin-top: 110px
}

.com-service-phase .phase-row .phase-box[data-v-6058423a] {
	display: flex;
	align-items: center;
	/* width: 550px; */
	transition: all .5s
}

.com-service-phase .phase-row .phase-box .icon-wrap[data-v-6058423a] {
	width: 90px;
	height: 90px;
	margin-right: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid #efefef;
	box-shadow: 10px 14px 24px rgba(164, 160, 160, .2)
}

.com-service-phase .phase-row .phase-box .icon-wrap .icon[data-v-6058423a] {
	width: 35px;
	height: 35px
}

.com-service-phase .phase-row .phase-box .title[data-v-6058423a] {
	font-size: 26px;
	font-weight: 700
}

.com-service-phase .phase-row .phase-box .desc[data-v-6058423a] {
	margin-top: 9px;
	font-size: 16px;
	color: #7a8499;
	width: 400px;
	
}

.com-service-phase .btn-wrap[data-v-6058423a] {
	margin-top: 90px;
	display: flex;
	justify-content: center
}

.com-product-intro[data-v-48bc976b] {
	position: relative;
	height: 100%
}

.com-product-intro .content[data-v-48bc976b] {
	display: flex;
	justify-content: center;
	padding: 0 30px;
	height: 100%
}

.com-product-intro .content .list[data-v-48bc976b] {
	padding: 40px 0 0 0;
	height: 100%;
	width: 328px
}

.com-product-intro .content .list .item[data-v-48bc976b] {
	cursor: pointer;
	position: relative;
	display: flex;
	padding: 32px 0;
	font-size: 24px;
	color: #000;
	font-family: PingFang SC;
	white-space: nowrap
}

.com-product-intro .content .list .item[data-v-48bc976b]:not(:last-of-type) {
	border-bottom: 1px solid hsla(0, 0%, 42.7%, .2)
}

.com-product-intro .content .list .item .sub-tit[data-v-48bc976b] {
	color: #7a8499;
	font-size: 18px
}

.com-product-intro .content .list .item.active[data-v-48bc976b] {
	color: #ff7752
}

.com-product-intro .content .list .item.active .icon[data-v-48bc976b] {
	border: 2px solid #ff7752
}

.com-product-intro .content .list .item.active .sub-tit[data-v-48bc976b] {
	color: #ffa38a
}

.com-product-intro .content .list .item .progress[data-v-48bc976b] {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 0;
	background-color: #ff7752
}

.com-product-intro .content .list .item .icon[data-v-48bc976b] {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 50%;
	transform: all .2s linear
}

.com-product-intro .content .list .item .icon img[data-v-48bc976b] {
	display: block;
	width: 32px;
	height: 32x
}

.com-product-intro .content .btn[data-v-48bc976b] {
	margin-top: 28px
}

.com-product-intro .content .box[data-v-48bc976b] {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 900px
}

.com-product-intro .content .box.right[data-v-48bc976b] {
	margin-left: -40px
}

.com-product-intro .content .box[data-v-48bc976b] .img {
	width: 100%;
	max-width: 900px
}

.com-product-intro .content .box[data-v-48bc976b] .img img {
	width: 100%;
	height: auto;
	display: block
}

.com-product-intro .content .box[data-v-48bc976b] .img .image-slot {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

@-webkit-keyframes rotate360-data-v-48bc976b {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes rotate360-data-v-48bc976b {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.com-product-intro .content .box[data-v-48bc976b] .img .image-slot .placeholder-img {
	width: 28px;
	height: 28px;
	-webkit-animation: rotate360-data-v-48bc976b 1s linear infinite;
	animation: rotate360-data-v-48bc976b 1s linear infinite
}

.com-product-intro .content .box[data-v-48bc976b] .sub {
	position: absolute;
	top: 20px;
	left: 20%
}

.com-product-intro .content .box[data-v-48bc976b] .sub.img {
	max-width: 350px;
	min-height: 0
}

.com-product-intro .content .box[data-v-48bc976b] .sub.center {
	max-width: 480px;
	top: calc(50% + 30px);
	left: 50%;
	transform: translate(-50%, -50%)
}

.com-product-intro .content .box[data-v-48bc976b] .customer {
	width: 100%
}

.com-product-intro .content .box[data-v-48bc976b] .customer .el-image__inner {
	margin: 50px auto;
	max-width: 600px
}

.com-product-intro .content .box[data-v-48bc976b] .img-with-bg {
	position: relative;
	width: 100%;
	flex-shrink: 0
}

.com-product-intro .content .box[data-v-48bc976b] .img-with-bg .circle {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg.94753cc0.png) no-repeat;
	background-size: 500px auto;
	background-position: center 50px
}

.com-product-intro .content .box[data-v-48bc976b] .img-with-bg .img {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50%);
	max-width: 450px;
	min-height: 0
}

@-webkit-keyframes slideInTop-data-v-48bc976b {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes slideInTop-data-v-48bc976b {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@-webkit-keyframes slideInTop2-data-v-48bc976b {
	0% {
		opacity: 0;
		margin-top: 20px
	}

	30% {
		opacity: 0;
		margin-top: 20px
	}

	to {
		opacity: 1;
		margin-top: 0
	}
}

@keyframes slideInTop2-data-v-48bc976b {
	0% {
		opacity: 0;
		margin-top: 20px
	}

	30% {
		opacity: 0;
		margin-top: 20px
	}

	to {
		opacity: 1;
		margin-top: 0
	}
}

@-webkit-keyframes fade-data-v-48bc976b {
	0% {
		opacity: 0;
		transform: scale(0)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes fade-data-v-48bc976b {
	0% {
		opacity: 0;
		transform: scale(0)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.com-product-intro .content .slide-enter-active[data-v-48bc976b] {
	-webkit-animation: slideInTop-data-v-48bc976b 1s;
	animation: slideInTop-data-v-48bc976b 1s
}

.com-product-intro .content .slide-delay-enter-active[data-v-48bc976b] {
	-webkit-animation: slideInTop2-data-v-48bc976b 1.2s;
	animation: slideInTop2-data-v-48bc976b 1.2s
}

.com-product-intro .content .fade-enter-active[data-v-48bc976b] {
	-webkit-animation: fade-data-v-48bc976b .8s;
	animation: fade-data-v-48bc976b .8s
}

.com-product-intro .content .fade-leave-active[data-v-48bc976b] {
	opacity: 0
}

.com-customer-case[data-v-53a98b7e] {
	position: relative;
	margin-top: 50px
}

.com-customer-case .case-swiper[data-v-53a98b7e] {
	width: 1189px;
	height: 462px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: -44px 2px 99px rgba(0, 0, 0, .08)
}

.com-customer-case .case-swiper .swiper-item .content[data-v-53a98b7e] {
	position: relative;
	height: 100%;
	border: 1px solid #efefef;
	padding: 64px 565px 64px 103px;
	background-color: #fff
}

.com-customer-case .case-swiper .swiper-item .content .customer-info[data-v-53a98b7e] {
	display: flex;
	align-items: center
}

.com-customer-case .case-swiper .swiper-item .content .customer-info .avatar[data-v-53a98b7e] {
	width: 45px;
	height: 45px;
	margin-right: 16px
}

.com-customer-case .case-swiper .swiper-item .content .data-row[data-v-53a98b7e] {
	display: flex;
	margin: 34px 0 67px
}

.com-customer-case .case-swiper .swiper-item .content .data-row .data-box[data-v-53a98b7e] {
	position: relative;
	margin-right: 96px;
	text-align: center
}

.com-customer-case .case-swiper .swiper-item .content .data-row .data-box .num[data-v-53a98b7e] {
	font-size: 48px;
	font-weight: 700
}

.com-customer-case .case-swiper .swiper-item .content .data-row .data-box .desc[data-v-53a98b7e] {
	white-space: nowrap;
	font-size: 12px;
	color: #7a8499
}

.com-customer-case .case-swiper .swiper-item .content .data-row .data-box .icon-trend[data-v-53a98b7e] {
	position: absolute;
	bottom: 30px;
	right: -40px;
	width: 30px;
	height: 30px
}

.com-customer-case .case-swiper .swiper-item .content .sub-title[data-v-53a98b7e] {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700
}

.com-customer-case .case-swiper .swiper-item .content .solution[data-v-53a98b7e] {
	font-size: 16px;
	line-height: 24px;
	color: #7a8499
}

.com-customer-case .case-swiper .swiper-item .content .swiper-img[data-v-53a98b7e] {
	position: absolute;
	top: 0;
	right: 0;
	width: 512px;
	height: 462px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f9
}

.com-customer-case .case-swiper .swiper-item .content .swiper-img img[data-v-53a98b7e] {
	width: 279px;
	height: 285px
}

.com-customer-case .swiper-button-next[data-v-53a98b7e],
.com-customer-case .swiper-button-prev[data-v-53a98b7e] {
	outline: none;
	position: absolute;
	display: none;
	top: 50%;
	width: 25px;
	height: 25px
}

.com-customer-case[data-v-53a98b7e] .swiper-button-prev {
	left: -41px
}

.com-customer-case[data-v-53a98b7e] .swiper-button-prev:after {
	content: ""
}

.com-customer-case[data-v-53a98b7e] .swiper-button-next {
	right: -41px
}

.com-customer-case[data-v-53a98b7e] .swiper-button-next:after {
	content: ""
}

.com-customer-case .swiper-pagination[data-v-53a98b7e] {
	bottom: -40px;
	left: 50%;
	transition: all .5s;
	transform: translateX(-50%)
}

.com-customer-case .swiper-pagination[data-v-53a98b7e] .swiper-pagination-bullet {
	margin: 0;
	width: 20px;
	height: 6px;
	margin-right: 4px;
	border-radius: 3px;
	background-color: #d9d1d1
}

.com-customer-case .swiper-pagination[data-v-53a98b7e] .swiper-pagination-bullet:last-child {
	margin-right: 0
}

.com-customer-case .swiper-pagination[data-v-53a98b7e] .swiper-pagination-bullet-active {
	width: 30px;
	background-color: #ff7752
}

[data-theme=med] .com-customer-case .swiper-pagination[data-v-53a98b7e] .swiper-pagination-bullet-active {
	background-color: #001891
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	to {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-30px)
	}

	60% {
		transform: translateY(-15px)
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	to {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-30px)
	}

	60% {
		transform: translateY(-15px)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}

@-webkit-keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes shake {

	0%,
	to {
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px)
	}
}

@keyframes shake {

	0%,
	to {
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		transform: rotate(15deg)
	}

	40% {
		transform: rotate(-10deg)
	}

	60% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	to {
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		transform: rotate(15deg)
	}

	40% {
		transform: rotate(-10deg)
	}

	60% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	to {
		transform: rotate(0deg)
	}
}

.swing {
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		transform: scale(1)
	}

	10%,
	20% {
		transform: scale(.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg)
	}

	to {
		transform: scale(1) rotate(0)
	}
}

@keyframes tada {
	0% {
		transform: scale(1)
	}

	10%,
	20% {
		transform: scale(.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg)
	}

	to {
		transform: scale(1) rotate(0)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		transform: translateX(0)
	}

	15% {
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		transform: translateX(-5%) rotate(-1deg)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes wobble {
	0% {
		transform: translateX(0)
	}

	15% {
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		transform: translateX(-5%) rotate(-1deg)
	}

	to {
		transform: translateX(0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3)
	}

	50% {
		opacity: 1;
		transform: scale(1.05)
	}

	70% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3)
	}

	50% {
		opacity: 1;
		transform: scale(1.05)
	}

	70% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		transform: translateY(30px)
	}

	80% {
		transform: translateY(-10px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		transform: translateY(30px)
	}

	80% {
		transform: translateY(-10px)
	}

	to {
		transform: translateY(0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		transform: translateX(30px)
	}

	80% {
		transform: translateX(-10px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		transform: translateX(30px)
	}

	80% {
		transform: translateX(-10px)
	}

	to {
		transform: translateX(0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		transform: translateX(-30px)
	}

	80% {
		transform: translateX(10px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		transform: translateX(-30px)
	}

	80% {
		transform: translateX(10px)
	}

	to {
		transform: translateX(0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		transform: translateY(-30px)
	}

	80% {
		transform: translateY(10px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		transform: translateY(-30px)
	}

	80% {
		transform: translateY(10px)
	}

	to {
		transform: translateY(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(.95)
	}

	50% {
		opacity: 1;
		transform: scale(1.1)
	}

	to {
		opacity: 0;
		transform: scale(.3)
	}
}

@keyframes bounceOut {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(.95)
	}

	50% {
		opacity: 1;
		transform: scale(1.1)
	}

	to {
		opacity: 0;
		transform: scale(.3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	0% {
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		transform: translateY(-20px)
	}

	to {
		opacity: 0;
		transform: translateY(2000px)
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		transform: translateY(-20px)
	}

	to {
		opacity: 0;
		transform: translateY(2000px)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	0% {
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		transform: translateX(20px)
	}

	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		transform: translateX(20px)
	}

	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	0% {
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		transform: translateX(-20px)
	}

	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		transform: translateX(-20px)
	}

	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	0% {
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		transform: translateY(20px)
	}

	to {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		transform: translateY(20px)
	}

	to {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(20px)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(20px)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(2000px)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(2000px)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(-20px)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(-20px)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(20px)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(20px)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(-20px)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(-20px)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		transform: perspective(400px) rotateX(10deg)
	}

	to {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		transform: perspective(400px) rotateX(10deg)
	}

	to {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		transform: perspective(400px) rotateY(10deg)
	}

	to {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		transform: perspective(400px) rotateY(10deg)
	}

	to {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		transform: translateX(0) skewX(-15deg);
		opacity: 1
	}

	to {
		transform: translateX(0) skewX(0deg);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		transform: translateX(0) skewX(-15deg);
		opacity: 1
	}

	to {
		transform: translateX(0) skewX(0deg);
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		transform: translateX(0) skewX(0deg);
		opacity: 1
	}

	to {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		transform: translateX(0) skewX(0deg);
		opacity: 1
	}

	to {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}

	to {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}

	to {
		transform: translateY(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}

	to {
		transform: translateX(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}

	to {
		transform: translateX(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
	0% {
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

@keyframes slideOutLeft {
	0% {
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

@keyframes slideOutRight {
	0% {
		transform: translateX(0)
	}

	to {
		opacity: 0;
		transform: translateX(2000px)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@-webkit-keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	to {
		transform: translateY(700px);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	to {
		transform: translateY(700px);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg)
	}

	to {
		opacity: 1;
		transform: translateX(0) rotate(0deg)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg)
	}

	to {
		opacity: 1;
		transform: translateX(0) rotate(0deg)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		transform: translateX(0) rotate(0deg)
	}

	to {
		opacity: 0;
		transform: translateX(100%) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		transform: translateX(0) rotate(0deg)
	}

	to {
		opacity: 0;
		transform: translateX(100%) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

.page-home[data-v-39c5d07c] {
	position: relative;
	background-color: #fff
}

.page-home .content-wrap[data-v-39c5d07c] {
	height: 100%;
	min-height: 100vh
}

.page-home .content-wrap .fixed[data-v-39c5d07c] {
	position: fixed !important;
	top: 60px;
	width: 100%;
	min-height: calc(100vh - 60px);
	z-index: 999
}

.page-home .content-wrap .gray[data-v-39c5d07c] {
	background-color: #f7f7f9
}

.page-home .content-wrap .white[data-v-39c5d07c] {
	background-color: #fff
}

.page-home .content-wrap .set-width[data-v-39c5d07c] {
	width: 1200px
}

.page-home .content-wrap .set-large-width[data-v-39c5d07c] {
	width: 1200px;
	min-width: 1300px
}

.page-home .content-wrap .section-wrap[data-v-39c5d07c] {
	padding: 90px 0;
	margin: 0 auto
}

.page-home .content-wrap .section-title[data-v-39c5d07c] {
	position: relative;
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	text-align: center
}

.page-home .content-wrap .section-desc[data-v-39c5d07c] {
	margin-top: 24px;
	font-size: 28px;
	line-height: 28px;
	color: #7a8499;
	text-align: center
}

.page-home .content-wrap .banner-wrap[data-v-39c5d07c] {
	background: linear-gradient(98.74deg, #e1e1e6 12.24%, #f4f3fb 76.87%)
}

.page-home .content-wrap .block-row[data-v-39c5d07c] {
	padding: 60px 0 20px 0;
	display: flex;
	justify-content: space-around
}

.page-home .content-wrap .customer-case[data-v-39c5d07c] {
	background-image: url(../img/customer-case-bg.8e76353a.png);
	background-size: cover;
	background-position: 50%
}

.page-home .content-wrap .customer-case[data-v-39c5d07c]:hover .swiper-button-next,
.page-home .content-wrap .customer-case[data-v-39c5d07c]:hover .swiper-button-prev {
	display: block
}

.page-home .content-wrap .sticky-wrapper[data-v-39c5d07c] {
	height: 1347px;
	padding-bottom: 50px;
}

.page-home .content-wrap .sticky-container[data-v-39c5d07c] {
	position: sticky;
	top: 0;
	height: 100vh;
	padding-top: 90px
}

.page-home .content-wrap .sticky-container.section-wrap[data-v-39c5d07c] {
	padding-bottom: 0
}

.page-home .content-wrap .sticky-container .workflow[data-v-39c5d07c] {
	height: 100%;
	overflow: hidden
}

.page-home .content-wrap .points-content[data-v-39c5d07c] {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%
}

.page-home .content-wrap .intro .section-wrap[data-v-39c5d07c] {
	height: calc(100vh + 90px);
	display: flex;
	flex-direction: column
}

.page-home .content-wrap .intro .intro-item[data-v-39c5d07c] {
	flex: 1;
	height: 0
}

.comp-intro-wrapper[data-v-e3d62e36] {
	position: relative;
	height: 581px;
	background-color: #dcdcdc
}

.comp-intro-wrapper .comp-intro[data-v-e3d62e36] {
	width: 100%;
	height: 581px
}

.comp-intro-wrapper .comp-intro-text[data-v-e3d62e36] {
	width: 620px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: #6e6e6e
}

.comp-intro-wrapper .comp-intro .left[data-v-e3d62e36] {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	padding-top: 109px;
	width: 1200px;
	height: 100%
}

.comp-intro-wrapper .comp-intro .left .comp-intro-img[data-v-e3d62e36] {
	display: block;
	margin-bottom: 48px
}

.comp-intro-wrapper .comp-intro .left .comp-intro-text[data-v-e3d62e36] {
	font-size: 14px
}

.comp-intro-wrapper .comp-intro .left .comp-intro-text .mb30[data-v-e3d62e36] {
	margin-bottom: 30px
}

.comp-intro-wrapper .war[data-v-e3d62e36] {
	position: relative;
	width: 40%;
	height: 100%;
	margin-left: auto
}

.comp-intro-wrapper .war .bg[data-v-e3d62e36] {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 450px;
	height: 100%;
	background: url(../img/shoda.976fb6a3.png) 0 0 no-repeat;
	background-size: 100% 100%
}

.comp-intro-wrapper .amap-wrapper[data-v-e3d62e36] {
	width: 100%;
	height: 100%
}

.comp-intro-wrapper .amap-wrapper .custom-content-marker[data-v-e3d62e36] {
	display: flex;
	align-items: center
}

[data-v-e3d62e36].amap-logo {
	right: 0 !important;
	left: auto !important;
	display: none !important
}

.com-media-report {
	position: relative;
	height: auto
}

.com-media-report .expo-bg {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 579px;
	box-sizing: border-box;
	background-image: url(../img/expo-bg.c0d4ad73.png);
	padding-top: 135px
}

.com-media-report .expo-bg .expo-content {
	width: 1200px;
	margin: 0 auto;
	font-weight: 300
}

.com-media-report .expo-bg .expo-content .expo-text {
	width: 560px
}

.com-media-report .expo-bg .expo-content .expo-text-title {
	display: inline-flex;
	line-height: 40px;
	font-size: 28px;
	color: #fff;
	margin-bottom: 5px
}

.com-media-report .expo-bg .expo-content .expo-text-title-sub {
	line-height: 21px;
	color: #fff;
	font-size: 15px
}

.com-media-report .expo-bg .expo-content .expo-text a {
	text-decoration: none
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll {
	position: relative;
	box-sizing: border-box;
	margin-top: 21px;
	width: 100%;
	height: 200px;
	padding: 25px 0
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: hsla(0, 0%, 100%, .2)
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll .scroll-wrapper .scroll-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 17px;
	color: #fff;
	font-size: 16px
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll .scroll-wrapper .scroll-item>a {
	text-decoration: none;
	color: #fff;
	font-weight: 300
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll .scroll-wrapper .scroll-item>a>div {
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: nowrap;
	transition: all .1s ease-in-out;
	transform-origin: 50% 50%
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll .scroll-wrapper .scroll-item>a:hover>div {
	font-weight: 700;
	transform: scale(1.01)
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll .scroll-wrapper .scroll-item>span {
	margin-left: 30px
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll .scroll-wrapper .scroll-item:last-child {
	margin-bottom: 0
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll .ui-scrollbar::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll .ui-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: #c8c8c8;
	cursor: pointer
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll .ui-scrollbar::-webkit-scrollbar-thumb:hover {
	background: #bebebe
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll .ui-scrollbar::-webkit-scrollbar-thumb:active {
	background: #b0b0b0
}

.com-media-report .expo-bg .expo-content .expo-text .expo-text-scroll .ui-scrollbar::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
	border-radius: 10px;
	background: #f3f3f3
}

.com-media-report div {
	font-family: SF Pro SC, SF Pro Text, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif !important
}

.com-media[data-v-3cf17f0f] {
	position: relative
}

.com-media .section-job[data-v-3cf17f0f] {
	width: 100%;
	padding-bottom: 76px
}

.com-media .section-job img[data-v-3cf17f0f] {
	display: block;
	width: 100%;
	height: 100%
}

.com-media .content[data-v-3cf17f0f] {
	padding: 44px 0 0
}

.com-media .content .item[data-v-3cf17f0f] {
	width: 50%;
	box-sizing: border-box
}

.com-media .content .item .imgWrap[data-v-3cf17f0f] {
	width: 190px;
	height: 110px;
	margin-right: 20px;
	background: #d8d8d8;
	border-radius: 12px
}

.com-media .content .item .desc .from .imgWrap[data-v-3cf17f0f] {
	width: 22px;
	height: 22px;
	border-radius: 50%
}

.page-technology[data-v-495f0e5c] {
	position: relative
}

.page-technology .hd[data-v-495f0e5c] {
	text-align: center;
	margin-bottom: 47px
}

.page-technology .bd .section .item[data-v-495f0e5c] {
	text-align: center;
	position: relative
}

.page-technology .bd .section .item .imgWrap[data-v-495f0e5c] {
	margin: 0 auto;
	width: 198px;
	height: 198px;
	border-radius: 50%
}

.page-technology .bd .section .item>p[data-v-495f0e5c]:nth-child(2) {
	font-size: 42px;
	position: relative
}

.page-technology .bd .section .item>p:nth-child(2)>span[data-v-495f0e5c] {
	position: absolute;
	top: 0;
	right: 100px;
	font-size: 24px
}

.page-technology .bd .section .team-img[data-v-495f0e5c] {
	display: block;
	width: 100%;
	height: 100%
}

.cds-box[data-v-900df9b2] {
	position: relative;
	margin-top: 150px
}

.cds-box .img-box .ico-box-box[data-v-900df9b2] {
	-webkit-animation: delay_show-data-v-900df9b2 3s;
	animation: delay_show-data-v-900df9b2 3s
}

.cds-box .img-box .ico-box[data-v-900df9b2] {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 250px;
	height: 250px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.cds-box .img-box .dy-img[data-v-900df9b2] {
	-webkit-animation: dy-seq-ret-data-v-900df9b2 .5s linear;
	animation: dy-seq-ret-data-v-900df9b2 .5s linear;
	background-image: url(../img/0.32389a25.png)
}

.cds-box .img-box .dy-img[data-v-900df9b2]:hover {
	background-image: url(../img/29.31c68002.png);
	-webkit-animation: dy-seq-data-v-900df9b2 .5s linear;
	animation: dy-seq-data-v-900df9b2 .5s linear
}

@-webkit-keyframes delay_show-data-v-900df9b2 {
	0% {
		opacity: 0
	}

	80% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes delay_show-data-v-900df9b2 {
	0% {
		opacity: 0
	}

	80% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes dy-seq-data-v-900df9b2 {
	0% {
		background: url(../img/0.32389a25.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	5% {
		background: url(../img/1.0802cf7c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/2.10e6bfc7.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	15% {
		background: url(../img/3.b311fedb.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/4.229a372f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	25% {
		background: url(../img/5.26a5f603.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/6.267a781d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	35% {
		background: url(../img/7.59f427d6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/8.29c32c37.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	45% {
		background: url(../img/9.56dcc49c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/10.94b9ad4a.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	55% {
		background: url(../img/11.2ef3b411.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/12.56223d23.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	65% {
		background: url(../img/13.5c34a302.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/14.fa5d79d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	75% {
		background: url(../img/15.200685d7.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/16.e33b19a9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	85% {
		background: url(../img/17.6896333b.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/18.2f2d61a5.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	95% {
		background: url(../img/19.63c76b2e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/20.8215994c.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

@keyframes dy-seq-data-v-900df9b2 {
	0% {
		background: url(../img/0.32389a25.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	5% {
		background: url(../img/1.0802cf7c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/2.10e6bfc7.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	15% {
		background: url(../img/3.b311fedb.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/4.229a372f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	25% {
		background: url(../img/5.26a5f603.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/6.267a781d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	35% {
		background: url(../img/7.59f427d6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/8.29c32c37.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	45% {
		background: url(../img/9.56dcc49c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/10.94b9ad4a.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	55% {
		background: url(../img/11.2ef3b411.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/12.56223d23.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	65% {
		background: url(../img/13.5c34a302.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/14.fa5d79d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	75% {
		background: url(../img/15.200685d7.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/16.e33b19a9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	85% {
		background: url(../img/17.6896333b.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/18.2f2d61a5.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	95% {
		background: url(../img/19.63c76b2e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/20.8215994c.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

@-webkit-keyframes dy-seq-ret-data-v-900df9b2 {
	0% {
		background: url(../img/20.8215994c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	5% {
		background: url(../img/19.63c76b2e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/18.2f2d61a5.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	15% {
		background: url(../img/17.6896333b.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/16.e33b19a9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	25% {
		background: url(../img/15.200685d7.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/14.fa5d79d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	35% {
		background: url(../img/13.5c34a302.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/12.56223d23.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	45% {
		background: url(../img/11.2ef3b411.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/10.94b9ad4a.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	55% {
		background: url(../img/9.56dcc49c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/8.29c32c37.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	65% {
		background: url(../img/7.59f427d6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/6.267a781d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	75% {
		background: url(../img/5.26a5f603.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/4.229a372f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	85% {
		background: url(../img/3.b311fedb.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/2.10e6bfc7.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	95% {
		background: url(../img/1.0802cf7c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/0.32389a25.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

@keyframes dy-seq-ret-data-v-900df9b2 {
	0% {
		background: url(../img/20.8215994c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	5% {
		background: url(../img/19.63c76b2e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/18.2f2d61a5.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	15% {
		background: url(../img/17.6896333b.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/16.e33b19a9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	25% {
		background: url(../img/15.200685d7.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/14.fa5d79d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	35% {
		background: url(../img/13.5c34a302.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/12.56223d23.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	45% {
		background: url(../img/11.2ef3b411.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/10.94b9ad4a.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	55% {
		background: url(../img/9.56dcc49c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/8.29c32c37.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	65% {
		background: url(../img/7.59f427d6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/6.267a781d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	75% {
		background: url(../img/5.26a5f603.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/4.229a372f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	85% {
		background: url(../img/3.b311fedb.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/2.10e6bfc7.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	95% {
		background: url(../img/1.0802cf7c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/0.32389a25.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

.cds-box .logo-intro-top-wrapper[data-v-900df9b2] {
	align-self: flex-start;
	text-decoration: none
}

.cds-box .logo-intro-top[data-v-900df9b2] {
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #1d1c1c;
	line-height: 28px
}

.cds-box .logo-intro-btm[data-v-900df9b2] {
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	line-height: 28px
}

.cds-box ._main[data-v-900df9b2] {
	font-family: PingFangSC-Semibold, PingFang SC;
	line-height: 20px
}

.cds-box ._sub[data-v-900df9b2] {
	font-family: PingFangSC-Regular, PingFang SC;
	line-height: 20px
}

.om-cmm-box .img-box .ico-box-box[data-v-4c40a941] {
	-webkit-animation: delay_show-data-v-4c40a941 3s;
	animation: delay_show-data-v-4c40a941 3s
}

.om-cmm-box .img-box .ico-box[data-v-4c40a941] {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 250px;
	height: 250px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.om-cmm-box .img-box .dy-img[data-v-4c40a941] {
	-webkit-animation: dy-seq-ret-data-v-4c40a941 .5s linear;
	animation: dy-seq-ret-data-v-4c40a941 .5s linear;
	background-image: url(../img/0.e06a0ed3.png)
}

.om-cmm-box .img-box .dy-img[data-v-4c40a941]:hover,
.om-cmm-box .img-box:hover .dy-img[data-v-4c40a941] {
	background-image: url(../img/29.f55751cb.png);
	-webkit-animation: dy-seq-data-v-4c40a941 .5s linear;
	animation: dy-seq-data-v-4c40a941 .5s linear
}

@-webkit-keyframes delay_show-data-v-4c40a941 {
	0% {
		opacity: 0
	}

	80% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes delay_show-data-v-4c40a941 {
	0% {
		opacity: 0
	}

	80% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes dy-seq-data-v-4c40a941 {
	0% {
		background: url(../img/0.e06a0ed3.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	5% {
		background: url(../img/1.06bbc286.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/2.5cac4936.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	15% {
		background: url(../img/3.60c42caa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/4.9228b6d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	25% {
		background: url(../img/5.ddc3ccf1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/6.ec524b9c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	35% {
		background: url(../img/7.6ce98036.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/8.c748f072.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	45% {
		background: url(../img/9.8c221290.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/10.3c072126.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	55% {
		background: url(../img/11.02f5581a.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/12.5a98fa6d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	65% {
		background: url(../img/13.f69cd8b0.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/14.8df38cf1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	75% {
		background: url(../img/15.71a62e73.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/16.0cac33ee.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	85% {
		background: url(../img/17.4cbfeada.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/18.54f52806.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	95% {
		background: url(../img/19.b48c097f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/20.b66cfa07.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

@keyframes dy-seq-data-v-4c40a941 {
	0% {
		background: url(../img/0.e06a0ed3.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	5% {
		background: url(../img/1.06bbc286.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/2.5cac4936.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	15% {
		background: url(../img/3.60c42caa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/4.9228b6d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	25% {
		background: url(../img/5.ddc3ccf1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/6.ec524b9c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	35% {
		background: url(../img/7.6ce98036.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/8.c748f072.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	45% {
		background: url(../img/9.8c221290.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/10.3c072126.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	55% {
		background: url(../img/11.02f5581a.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/12.5a98fa6d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	65% {
		background: url(../img/13.f69cd8b0.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/14.8df38cf1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	75% {
		background: url(../img/15.71a62e73.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/16.0cac33ee.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	85% {
		background: url(../img/17.4cbfeada.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/18.54f52806.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	95% {
		background: url(../img/19.b48c097f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/20.b66cfa07.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

@-webkit-keyframes dy-seq-ret-data-v-4c40a941 {
	0% {
		background: url(../img/20.b66cfa07.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	5% {
		background: url(../img/19.b48c097f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/18.54f52806.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	15% {
		background: url(../img/17.4cbfeada.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/16.0cac33ee.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	25% {
		background: url(../img/15.71a62e73.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/14.8df38cf1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	35% {
		background: url(../img/13.f69cd8b0.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/12.5a98fa6d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	45% {
		background: url(../img/11.02f5581a.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/10.3c072126.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	55% {
		background: url(../img/9.8c221290.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/8.c748f072.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	65% {
		background: url(../img/7.6ce98036.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/6.ec524b9c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	75% {
		background: url(../img/5.ddc3ccf1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/4.9228b6d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	85% {
		background: url(../img/3.60c42caa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/2.5cac4936.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	95% {
		background: url(../img/1.06bbc286.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/0.e06a0ed3.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

@keyframes dy-seq-ret-data-v-4c40a941 {
	0% {
		background: url(../img/20.b66cfa07.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	5% {
		background: url(../img/19.b48c097f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/18.54f52806.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	15% {
		background: url(../img/17.4cbfeada.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/16.0cac33ee.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	25% {
		background: url(../img/15.71a62e73.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/14.8df38cf1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	35% {
		background: url(../img/13.f69cd8b0.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/12.5a98fa6d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	45% {
		background: url(../img/11.02f5581a.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/10.3c072126.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	55% {
		background: url(../img/9.8c221290.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/8.c748f072.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	65% {
		background: url(../img/7.6ce98036.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/6.ec524b9c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	75% {
		background: url(../img/5.ddc3ccf1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/4.9228b6d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	85% {
		background: url(../img/3.60c42caa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/2.5cac4936.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	95% {
		background: url(../img/1.06bbc286.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/0.e06a0ed3.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

.logo-intro-top-wrapper[data-v-4c40a941] {
	align-self: flex-start;
	text-decoration: none
}

.om-ck-box .img-box .ico-box-box[data-v-1d7359a9] {
	-webkit-animation: delay_show-data-v-1d7359a9 3s;
	animation: delay_show-data-v-1d7359a9 3s
}

.om-ck-box .img-box .ico-box[data-v-1d7359a9] {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 250px;
	height: 250px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.om-ck-box .img-box .dy-img[data-v-1d7359a9] {
	-webkit-animation: dy-seq-ret-data-v-1d7359a9 .5s linear;
	animation: dy-seq-ret-data-v-1d7359a9 .5s linear;
	background-image: url(../img/1.5c311252.png)
}

.om-ck-box .img-box .dy-img[data-v-1d7359a9]:hover,
.om-ck-box .img-box:hover .dy-img[data-v-1d7359a9] {
	background-image: url(../img/30.849fe7ec.png);
	-webkit-animation: dy-seq-data-v-1d7359a9 .5s linear;
	animation: dy-seq-data-v-1d7359a9 .5s linear
}

@-webkit-keyframes delay_show-data-v-1d7359a9 {
	0% {
		opacity: 0
	}

	80% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes delay_show-data-v-1d7359a9 {
	0% {
		opacity: 0
	}

	80% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes dy-seq-data-v-1d7359a9 {
	0% {
		background: url(../img/0.0353798c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	3.3333333333% {
		background: url(../img/1.5c311252.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	6.6666666667% {
		background: url(../img/2.5798b18f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/3.20c534c9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	13.3333333333% {
		background: url(../img/4.efbade2f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	16.6666666667% {
		background: url(../img/5.eaf7340e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/6.8d507cfc.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	23.3333333333% {
		background: url(../img/7.32008139.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	26.6666666667% {
		background: url(../img/8.58f3907d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/9.3655411e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	33.3333333333% {
		background: url(../img/10.e1caab81.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	36.6666666667% {
		background: url(../img/11.cfad27aa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/12.56663688.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	43.3333333333% {
		background: url(../img/13.4f9c40a4.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	46.6666666667% {
		background: url(../img/14.2744cb03.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/15.cb1ca401.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	53.3333333333% {
		background: url(../img/16.e4dc08c6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	56.6666666667% {
		background: url(../img/17.bade7d6c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/18.5a52af74.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	63.3333333333% {
		background: url(../img/19.f4d8d55e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	66.6666666667% {
		background: url(../img/20.70e274a0.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/21.0b789e46.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	73.3333333333% {
		background: url(../img/22.770d90ed.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	76.6666666667% {
		background: url(../img/23.dbf2a071.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/24.0f9d9f85.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	83.3333333333% {
		background: url(../img/25.c0326486.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	86.6666666667% {
		background: url(../img/26.303f66e6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/27.f869e0e1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	93.3333333333% {
		background: url(../img/28.1c1c36d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	96.6666666667% {
		background: url(../img/29.914767fa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/30.849fe7ec.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

@keyframes dy-seq-data-v-1d7359a9 {
	0% {
		background: url(../img/0.0353798c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	3.3333333333% {
		background: url(../img/1.5c311252.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	6.6666666667% {
		background: url(../img/2.5798b18f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/3.20c534c9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	13.3333333333% {
		background: url(../img/4.efbade2f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	16.6666666667% {
		background: url(../img/5.eaf7340e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/6.8d507cfc.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	23.3333333333% {
		background: url(../img/7.32008139.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	26.6666666667% {
		background: url(../img/8.58f3907d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/9.3655411e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	33.3333333333% {
		background: url(../img/10.e1caab81.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	36.6666666667% {
		background: url(../img/11.cfad27aa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/12.56663688.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	43.3333333333% {
		background: url(../img/13.4f9c40a4.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	46.6666666667% {
		background: url(../img/14.2744cb03.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/15.cb1ca401.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	53.3333333333% {
		background: url(../img/16.e4dc08c6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	56.6666666667% {
		background: url(../img/17.bade7d6c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/18.5a52af74.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	63.3333333333% {
		background: url(../img/19.f4d8d55e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	66.6666666667% {
		background: url(../img/20.70e274a0.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/21.0b789e46.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	73.3333333333% {
		background: url(../img/22.770d90ed.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	76.6666666667% {
		background: url(../img/23.dbf2a071.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/24.0f9d9f85.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	83.3333333333% {
		background: url(../img/25.c0326486.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	86.6666666667% {
		background: url(../img/26.303f66e6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/27.f869e0e1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	93.3333333333% {
		background: url(../img/28.1c1c36d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	96.6666666667% {
		background: url(../img/29.914767fa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/30.849fe7ec.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

@-webkit-keyframes dy-seq-ret-data-v-1d7359a9 {
	0% {
		background: url(../img/30.849fe7ec.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	3.3333333333% {
		background: url(../img/29.914767fa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	6.6666666667% {
		background: url(../img/28.1c1c36d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/27.f869e0e1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	13.3333333333% {
		background: url(../img/26.303f66e6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	16.6666666667% {
		background: url(../img/25.c0326486.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/24.0f9d9f85.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	23.3333333333% {
		background: url(../img/23.dbf2a071.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	26.6666666667% {
		background: url(../img/22.770d90ed.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/21.0b789e46.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	33.3333333333% {
		background: url(../img/20.70e274a0.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	36.6666666667% {
		background: url(../img/19.f4d8d55e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/18.5a52af74.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	43.3333333333% {
		background: url(../img/17.bade7d6c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	46.6666666667% {
		background: url(../img/16.e4dc08c6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/15.cb1ca401.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	53.3333333333% {
		background: url(../img/14.2744cb03.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	56.6666666667% {
		background: url(../img/13.4f9c40a4.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/12.56663688.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	63.3333333333% {
		background: url(../img/11.cfad27aa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	66.6666666667% {
		background: url(../img/10.e1caab81.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/9.3655411e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	73.3333333333% {
		background: url(../img/8.58f3907d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	76.6666666667% {
		background: url(../img/7.32008139.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/6.8d507cfc.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	83.3333333333% {
		background: url(../img/5.eaf7340e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	86.6666666667% {
		background: url(../img/4.efbade2f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/3.20c534c9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	93.3333333333% {
		background: url(../img/2.5798b18f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	96.6666666667% {
		background: url(../img/1.5c311252.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/0.0353798c.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

@keyframes dy-seq-ret-data-v-1d7359a9 {
	0% {
		background: url(../img/30.849fe7ec.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	3.3333333333% {
		background: url(../img/29.914767fa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	6.6666666667% {
		background: url(../img/28.1c1c36d9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	10% {
		background: url(../img/27.f869e0e1.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	13.3333333333% {
		background: url(../img/26.303f66e6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	16.6666666667% {
		background: url(../img/25.c0326486.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	20% {
		background: url(../img/24.0f9d9f85.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	23.3333333333% {
		background: url(../img/23.dbf2a071.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	26.6666666667% {
		background: url(../img/22.770d90ed.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	30% {
		background: url(../img/21.0b789e46.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	33.3333333333% {
		background: url(../img/20.70e274a0.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	36.6666666667% {
		background: url(../img/19.f4d8d55e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	40% {
		background: url(../img/18.5a52af74.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	43.3333333333% {
		background: url(../img/17.bade7d6c.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	46.6666666667% {
		background: url(../img/16.e4dc08c6.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	50% {
		background: url(../img/15.cb1ca401.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	53.3333333333% {
		background: url(../img/14.2744cb03.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	56.6666666667% {
		background: url(../img/13.4f9c40a4.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	60% {
		background: url(../img/12.56663688.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	63.3333333333% {
		background: url(../img/11.cfad27aa.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	66.6666666667% {
		background: url(../img/10.e1caab81.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	70% {
		background: url(../img/9.3655411e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	73.3333333333% {
		background: url(../img/8.58f3907d.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	76.6666666667% {
		background: url(../img/7.32008139.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	80% {
		background: url(../img/6.8d507cfc.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	83.3333333333% {
		background: url(../img/5.eaf7340e.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	86.6666666667% {
		background: url(../img/4.efbade2f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	90% {
		background: url(../img/3.20c534c9.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	93.3333333333% {
		background: url(../img/2.5798b18f.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	96.6666666667% {
		background: url(../img/1.5c311252.png);
		background-size: 100% 100%;
		background-position: 50%
	}

	to {
		background: url(../img/0.0353798c.png);
		background-size: 100% 100%;
		background-position: 50%
	}
}

.logo-intro-top-wrapper[data-v-1d7359a9] {
	align-self: flex-start;
	text-decoration: none
}

.instagram-wrapper .ins-content[data-v-724cf7fa] {
	width: 378px;
	height: 259px;
	margin-right: 33px;
	margin-bottom: 38px;
	cursor: pointer
}

.instagram-wrapper .ins-content ._image[data-v-724cf7fa] {
	width: 100%;
	height: 100%;
	font-size: 0;
	border-radius: 20px
}

.instagram-wrapper .ins-content[data-v-724cf7fa]:nth-child(3n) {
	margin-right: 0
}

.instagram-wrapper .ins-content[data-v-724cf7fa]:last-child,
.instagram-wrapper .ins-content[data-v-724cf7fa]:nth-last-child(2),
.instagram-wrapper .ins-content[data-v-724cf7fa]:nth-last-child(3) {
	margin-bottom: 0
}

.instagram-wrapper[data-v-724cf7fa] .el-icon-circle-close {
	color: #fff
}

.page-about[data-v-37dd9a59] {
	position: relative;
	background-color: #fff
}

.page-about[data-v-37dd9a59] .com-home-header {
	height: 70px
}

.page-about .culture-title[data-v-37dd9a59] {
	margin: 0 auto -50px
}

.page-about .about-title[data-v-37dd9a59] {
	margin: 0 auto -38px
}

.page-about .js-sticky-wrapper .sticky-container[data-v-37dd9a59] {
	position: sticky;
	height: auto;
	top: 170px;
	overflow: hidden
}

.page-about .js-sticky-wrapper .journey-section[data-v-37dd9a59] {
	position: relative;
	height: 233px
}

.page-about .js-sticky-wrapper .journey-section.s[data-v-37dd9a59] {
	height: 422px
}

.page-about .js-sticky-wrapper .journey-box[data-v-37dd9a59] {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	transition: left .5s linear
}

.page-about .js-sticky-wrapper .journey-item[data-v-37dd9a59] {
	position: relative;
	width: 340px;
	height: 233px;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	margin-right: 30px
}

.page-about .js-sticky-wrapper .journey-item[data-v-37dd9a59]:last-child {
	margin-right: 0
}

.page-about .js-sticky-wrapper .journey-item.second[data-v-37dd9a59] {
	width: 397px;
	height: 422px;
	margin-left: -60px
}

.page-about .js-sticky-wrapper .journey-item.second[data-v-37dd9a59]:first-child {
	margin-left: 0
}

.page-about .js-sticky-wrapper .journey-item img[data-v-37dd9a59] {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	transition: opacity .35s, transform .35s
}

.page-about .lh-20[data-v-37dd9a59] {
	line-height: 20px
}

.page-about .home-header[data-v-37dd9a59] {
	height: 70px
}

.page-about .word-bg[data-v-37dd9a59] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1
}

.page-about .content .video-container[data-v-37dd9a59] {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden
}

.page-about .content .video-container .video-face[data-v-37dd9a59] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../img/video-bg.69acce76.png) 0 0 no-repeat;
	background-size: 100% 100%
}

.page-about .content .video-container .video-shade[data-v-37dd9a59] {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s
}

.page-about .content .video-container #video-bg[data-v-37dd9a59] {
	position: relative;
	top: 0;
	left: 0;
	display: block !important;
	-o-object-fit: cover;
	object-fit: cover
}

.page-about .content .video-container .func-box[data-v-37dd9a59] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1200px;
	height: 500px;
	margin: 0 auto
}

.page-about .content .video-container .tab-box-war[data-v-37dd9a59] {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	z-index: 1001;
	background: rgba(0, 0, 0, .4)
}

.page-about .content .video-container .tab-box-war.active[data-v-37dd9a59] {
	position: fixed;
	top: 60px;
	left: 0;
	height: 70px;
	background-color: rgba(0, 0, 0, .4)
}

.page-about .content .video-container .tab-box-war.active .tab-box[data-v-37dd9a59] {
	border: none;
	background-color: #000
}

.page-about .content .video-container .tab-box-war .tab-box[data-v-37dd9a59] {
	min-width: 1366px;
	height: 100%;
	margin: 0 auto;
	border-top: 1px solid hsla(0, 0%, 59.2%, .3)
}

.page-about .content .video-container .tab-box-war .tab-box .item[data-v-37dd9a59] {
	margin-right: 130px;
	font-size: 18px;
	font-weight: 600;
	color: hsla(0, 0%, 100%, .5);
	cursor: pointer
}

.page-about .content .video-container .tab-box-war .tab-box .item[data-v-37dd9a59]:last-child {
	margin-right: 0
}

.page-about .content .video-container .tab-box-war .tab-box .item.active[data-v-37dd9a59] {
	color: #fff
}

.page-about .content .contain-box .common-box[data-v-37dd9a59] {
	width: 1200px;
	margin: 0 auto
}

.page-about .content .contain-box .sticky-box-war .sticky-box[data-v-37dd9a59] {
	position: sticky;
	top: 170px
}

.page-about .content .contain-box .introduce-box[data-v-37dd9a59] {
	position: relative;
	margin: 0 auto;
	border-bottom: none
}

.page-about .content .contain-box .xm-title[data-v-37dd9a59] {
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;
	margin: auto
}

.page-about .content .contain-box .culture[data-v-37dd9a59] {
	width: 1200px;
	margin: 0 auto
}

.page-about .content .contain-box .culture img[data-v-37dd9a59] {
	margin-bottom: -45px
}

.page-about .content .contain-box .word3[data-v-37dd9a59] {
	position: absolute;
	top: 100px;
	left: 631px
}

.page-about .content .contain-box .company-img-box[data-v-37dd9a59] {
	width: 1200px;
	margin: 0 auto;
	text-align: center
}

.page-about .content .contain-box .company-img-box .company-img[data-v-37dd9a59] {
	transition: left .5s linear
}

.page-about .content .contain-box .company-img-box .img[data-v-37dd9a59] {
	width: 340px;
	height: 233px;
	margin-right: 30px
}

.page-about .content .contain-box .company-img-box .img[data-v-37dd9a59]:last-child {
	margin-right: 0
}

.page-about .content .contain-box .company-img-box .img-bg[data-v-37dd9a59] {
	min-width: 397px;
	height: 422px
}

.page-about .content .contain-box .company-img-box .img-bg.img-bg1[data-v-37dd9a59] {
	background: url(../img/img5.124629d2.png) 0 0 no-repeat;
	background-size: 100% 100%
}

.page-about .content .contain-box .company-img-box .img-bg.img-bg2[data-v-37dd9a59] {
	background: url(../img/img6.96ebbbdf.png) 0 0 no-repeat;
	background-size: 100% 100%
}

.page-about .content .contain-box .company-img-box .img-bg.img-bg3[data-v-37dd9a59] {
	background: url(../img/img7.8dddc7b5.png) 0 0 no-repeat;
	background-size: 100% 100%
}

.page-about .content .contain-box .company-img-box .img-bg.img-bg4[data-v-37dd9a59] {
	background: url(../img/img8.a1d6893f.png) 0 0 no-repeat;
	background-size: 100% 100%
}

.page-about .content .contain-box .boss[data-v-37dd9a59] {
	position: relative;
	width: 1200px;
	margin: 100px auto 0;
	margin-top: 90px
}

.page-about .content .contain-box .boss>img[data-v-37dd9a59] {
	display: block;
	margin: 0 auto;
	margin-bottom: 100px
}

.page-about .content .contain-box .sticky-wrapper>div[data-v-37dd9a59] {
	position: relative;
	margin-top: 60px;
	margin-bottom: 20px
}

.page-about .content .contain-box .sticky-wrapper .sticky-container[data-v-37dd9a59] {
	position: sticky;
	height: auto;
	top: 170px;
	overflow: hidden
}

.page-about .content .contain-box .sticky-wrapper .journey-section[data-v-37dd9a59] {
	position: relative;
	height: 442px
}

.page-about .content .contain-box .sticky-wrapper .journey-section.s[data-v-37dd9a59] {
	height: 422px
}

.page-about .content .contain-box .sticky-wrapper .journey-box[data-v-37dd9a59] {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	transition: left .5s linear
}

.page-about .content .contain-box .sticky-wrapper .journey-item[data-v-37dd9a59] {
	position: relative;
	width: 726px;
	height: 442px;
	margin-right: -10px;
	overflow: hidden;
	background-color: transparent;
	border-radius: 4px
}

.page-about .content .contain-box .sticky-wrapper .journey-item[data-v-37dd9a59]:last-child {
	margin-right: 0
}

.page-about .content .contain-box .sticky-wrapper .journey-item img[data-v-37dd9a59] {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	transition: opacity .35s, transform .35s
}

.page-about .content .contain-box .technology-box[data-v-37dd9a59] {
	width: 1200px;
	margin: 0 auto
}


/* 首页底部 */
.home-footer2[data-v-03d2aee2] {
	min-height: 490px;
	background: #f5f5f7
}

.home-footer2 .content[data-v-03d2aee2] {
	width: 1200px;
	margin: 0 auto
}

.home-footer2 .content .code-box-war[data-v-03d2aee2] {
	width: 100px
}

.home-footer2 .content .code-box-war .code-box[data-v-03d2aee2] {
	width: 100px;
	height: 100px;
	margin-bottom: 6px;
	background: #fff;
	border-radius: 4px
}

.home-footer2 .content .code-box-war .code-box .img[data-v-03d2aee2] {
	display: block;
	width: 90px;
	height: 90px
}

.home-footer2 .content .list[data-v-03d2aee2] {
	margin-right: 70px
}

.home-footer2 .content .list.cmm[data-v-03d2aee2] {
	margin-right: 82px
}

.home-footer2 .content .list.nm[data-v-03d2aee2] {
	margin-right: 0
}

.home-footer2 .content .list .item[data-v-03d2aee2] {
	margin-bottom: 12px;
	font-size: 12px;
	color: #666
}

.home-footer2 .content .list .item a[data-v-03d2aee2] {
	font-size: 12px;
	color: #666;
	-webkit-text-decoration-line: none;
	text-decoration-line: none
}

.home-footer2 .content .list .item .icon-war .icon.active[data-v-03d2aee2] {
	display: none
}

.home-footer2 .content .list .item .icon-war:hover .icon.active[data-v-03d2aee2] {
	display: block
}

.home-footer2 .content .list .item .icon-war:hover .icon.default[data-v-03d2aee2] {
	display: none
}

.home-footer2 .content .list .item[data-v-03d2aee2]:last-child {
	margin-bottom: 0
}

.home-footer2 .content .list .item:hover a[data-v-03d2aee2],
.home-footer2 .content .list .item[data-v-03d2aee2]:hover {
	color: #333
}

.fs12 {
    font-size: 12px;
}
.c999 {
    color: #999;
}

.pt25 {
    padding-top: 25px;
}
.align-items-center {
    align-items: center;
}

/* 合作伙伴 */
.partner-content .title[data-v-01e93967],
.service-content .title[data-v-56d64e3c] {
	width: 1200px;
	margin: 0 auto 40px;
	text-align: center;
	color: #333;
	font-size: 36px;
	font-weight: 500
}

.partner-content .img-box[data-v-01e93967] {
	width: 1200px;
	margin: 0 auto
}

.partner-content .img-box .img[data-v-01e93967] {
	display: block;
	width: 1190px;
	height: auto;
	margin: 0 auto
}