@charset "utf-8";

a {
	user-select: none !important;
	text-decoration: none !important;
}

body {
	/* background-image:
		url("/images/index/bg15.png");
	background-size: contain;

	background-repeat: no-repeat; */
}

.main-top {
	position: relative;
	box-sizing: border-box;
	height: 961px;
	padding: 30px 0px;
	overflow: hidden;
	background-image:
		linear-gradient(90deg, rgba(22, 93, 255, .05) 1px, transparent 0),
		linear-gradient(180deg, rgba(22, 93, 255, .05) 1px, transparent 0);
	background-size: 40px 40px, 40px 40px;

}

.main-top-title {
	margin-top: 100px;
	text-align: center;
}

.main-top-title h1 {
	margin: 0;
	font-size: 50px;
	line-height: 1.25;
	font-weight: 900;
	color: #111;
	letter-spacing: 0;
}

.main-top-title h1 span {
	color: #2e6bff;
}

.main-top-title p {
	margin-top: 18px;
	font-size: 16px;
	color: #62666d;
}

.home-search-panel {
	box-sizing: border-box;
	position: absolute;
	top: 400px;
	left: 50%;
	width: 960px;
	height: 200px;
	padding: 45px 14px 0;
	transform: translateX(-50%);
	background: #fff;
	/* border: 1px solid rgba(143, 192, 255, 0.55); */
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(30, 116, 212, 0.28);
}

.home-search-tabs {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	display: flex;
	height: 45px;
	padding-left: 28px;
	padding-top: 10px;
	background: #f5faff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
}

.home-search-tabs::before {
	content: '';
	position: absolute;
	left: 28px;
	top: 10px;
	width: 230px;
	height: 35px;
	background: url("/images/index/menu.png") no-repeat left top;
	background-size: 100% 100%;
	pointer-events: none;
	transition: transform 0.2s ease;
	transform-origin: center center;
}

.home-search-tabs.is-soft::before {
	transform: scaleX(-1);
}

.home-search-tabs button {
	position: relative;
	box-sizing: border-box;
	width: 115px;
	height: 35px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #5f6670;
	font-size: 14px;
	cursor: pointer;
	overflow: visible;
	z-index: 1;
}

.home-search-tabs button span {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.home-search-tabs button.active {
	color: #20242a;
	z-index: 2;
}

.home-search-tabs button + button {
	margin-left: 0;
}

.home-search-box {
	height: 58px;
	padding: 0 0 0 34px;
	border-bottom: 1px solid #e9edf3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-search-left {
	min-width: 0;
	flex: 1;
	display: flex;
	align-items: center;
	color: #b9b9b9;
}

.home-search-left .icon {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	color: #3f9cff;
	fill: currentColor;
	flex-shrink: 0;
}

.home-search-left>span {
	font-size: 13.33px;
	flex-shrink: 0;
}

.home-search-input {
	min-width: 80px;
	flex: 1;
	height: 34px;
	margin-left: 10px;
	border: 0;
	outline: 0;
	color: #303133;
	font-size: 14px;
	background: transparent;
}

.home-search-tips {
	display: none;
	align-items: center;
	flex: 1;
	min-width: 0;
	margin-left: 10px;
	color: #9aa0aa;
	font-size: 12px;
	white-space: nowrap;
}

.home-search-tips span {
	display: inline-block;
}

.home-search-tips span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-search-tips span.hot-tip-out {
	animation: hotTipOut 0.3s ease forwards;
}

.home-search-tips span.hot-tip-in {
	animation: hotTipIn 0.3s ease forwards;
}

@keyframes hotTipOut {
	from {
		opacity: 1;
		transform: translateY(0);
	}

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

@keyframes hotTipIn {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

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

.home-search-tips .iconfont {
	margin-left: 6px;
	font-size: 12px;
	cursor: pointer;
}

.home-search-right {
	margin-left: 24px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.home-image-search {
	display: inline-flex;
	align-items: center;
	color: #267DFC;
	font-size: 13px;
}

.home-image-search .iconfont {
	font-size: 20px;
	color: #267DFC;
	margin-right: 3px;
}

.home-image-search:hover,
.home-image-search:hover .iconfont {
	color: #267DFC;
}

.home-search-btn {
	padding: 6px 28px;
	margin-left: 10px;
	border: 0;
	border-radius: 8px;
	background: url('/images/index/tps-544-104.png') center center / cover no-repeat;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 7px 14px rgba(40, 108, 255, 0.25);
}

.home-hot-search {
	display: flex;
	align-items: center;
	height: 96px;
	padding: 0 16px;
	box-sizing: border-box;
}

.home-hot-title {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-right: 12px;
}

.home-hot-title .icon {
	width: 35px;
	height: auto;
	fill: currentColor;
	color: #ff4343;
}

.home-hot-title span {
	margin-left: 5px;
	font-size: 21.33px;
	font-weight: 700;
	color: #303133;
	white-space: nowrap;
}

.home-hot-tags {
	min-width: 0;
	flex: 1;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px 12px;
	overflow: hidden;
	white-space: nowrap;
}

.home-hot-tags span {
	flex: 0 0 auto;
	padding: 12px 12px;
	border-radius: 16px;
	background: #f4f6fa;
	color: #666b73;
	font-size: 13.33px;
	line-height: 1;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
}

.home-hot-tags span:hover {
	background: #eaf2ff;
	color: #286cff;
}

.main-top-services {
	position: absolute;
	/* left: 80px;
	right: 80px; */
	padding: 0 60px;
	bottom: 40px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 72px;
}

.service-item {
	display: block;
	min-width: 0;
	color: #111;
}

.service-item:hover strong {
	color: #286cff;
}

.service-item .icon,
.service-item .iconfont {
	display: inline-block;
	width: 46px;
	height: 46px;
	margin-bottom: 16px;
	color: #286cff;
	font-size: 46px;
	line-height: 1;
	fill: currentColor;
	filter: none;
}



.service-item strong {
	display: block;
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 800;
	color: #111;
	white-space: nowrap;
}

.service-item p {
	margin: 0;
	font-size: 13px;
	line-height: 2;
	color: #9aa0aa;
}

.service-item:hover strong {
	color: #286cff;
}

.ximi-section {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 120px 0 0;
	padding-bottom: 20px;
	overflow: hidden;
	background: url("/images/index/bg11.png") left center / contain no-repeat;

}

@media screen and (min-width: 1921px) {
	.main-top-services,
	.ximi-section-content,
	.utility-showcase{
		padding: 0 80px !important;
	}
}

@media screen and (min-width: 2000px) {
	.main-top-services,
	.ximi-section-content,
	.utility-showcase{
		padding: 0 100px !important;
	}
}

@media screen and (min-width: 2100px) {
	.main-top-services,
	.ximi-section-content,
	.utility-showcase{
		padding: 0 120px !important;
	}
}

@media screen and (min-width: 2200px) {
	.main-top-services,
	.ximi-section-content,
	.utility-showcase{
		padding: 0 140px !important;
	}
}

@media screen and (min-width: 2300px) {
	.main-top-services,
	.ximi-section-content,
	.utility-showcase{
		padding: 0 160px !important;
	}
}

@media screen and (min-width: 2400px) {
	.main-top-services,
	.ximi-section-content,
	.utility-showcase{
		padding: 0 180px !important;
	}
}

@media screen and (min-width: 2500px) {
	.main-top-services,
	.ximi-section-content,
	.utility-showcase{
		padding: 0 200px !important;
	}
}

.ximi-section-content {
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	gap: 40px;
	padding: 0 60px;
}

.ximi-left {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 1068px;
}

.ximi-copy {
	box-sizing: border-box;
	flex: 0 0 auto;
}

.ximi-copy h2 {
	margin: 0 0 10px;
	font-size: 40px;
	line-height: 1.1;
	font-weight: 800;
	color: #3A5DFD;
}

.ximi-title-blue,
.ximi-title-green {
	display: inline-block;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.ximi-title-blue {
	background-image: linear-gradient(90deg, #3A5DFD 0%, #3A5DFD 100%);
}

.ximi-title-green {
	background-image: linear-gradient(90deg, #3A5DFD 0%, #44BDB8 100%);
}

.ximi-copy p {
	margin: 0;
	font-size: 40px;
	line-height: 1.45;
	font-weight: 800;
	color: #111;
}

.ximi-primary-btn,
.ximi-tool-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: url('/images/index/tps-544-104.png') center center / cover no-repeat;
	color: #fff;
	box-shadow: 0 6px 12px rgba(35, 105, 255, 0.28);
	transition: transform 0.3s ease;
}

.ximi-tool-btn:hover {
	transform: translateY(-10px);
}

.ximi-primary-btn {
	position: relative;
	z-index: 2;
	width: auto;
	height: auto;
	padding: 10px;
	margin-top: 28px;
	font-size: 13px;
	overflow: visible;
}

.ximi-primary-btn::before,
.scad-primary-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.45) 22%, rgba(255, 255, 255, 0) 58%);
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	transition: opacity 0.18s ease;
}

.ximi-primary-btn span,
.ximi-primary-btn .iconfont,
.scad-primary-btn span,
.scad-primary-btn .iconfont {
	position: relative;
	z-index: 2;
}

.ximi-primary-btn::after,
.scad-primary-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 163px;
	height: 78px;
	background:
		url("/images/index/O1CN01ZanFoo1hzRD7v5D2x_!!6000000004348-2-tps-163-78.png") center / contain no-repeat,
		radial-gradient(ellipse at center, rgba(68, 126, 255, 0.42) 0%, rgba(68, 126, 255, 0.18) 34%, rgba(68, 126, 255, 0) 72%);
	transform: translateX(-50%);
	clip-path: inset(28px 0 0);
	opacity: 0;
	z-index: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.ximi-primary-btn:hover::before,
.scad-primary-btn:hover::before,
.ximi-primary-btn:hover::after,
.scad-primary-btn:hover::after {
	opacity: 1;
}

.ximi-primary-btn:hover,
.ximi-primary-btn:active,
.ximi-primary-btn:focus {
	background: url('/images/index/tps-544-104.png') center center / cover no-repeat;
	color: #fff;
	box-shadow: 0 6px 12px rgba(35, 105, 255, 0.28);
	transform: none;
}

.ximi-primary-btn .iconfont,
.ximi-tool-btn .iconfont {
	margin-left: 12px;
	font-size: 12px;
}

.ximi-video-row {
	box-sizing: border-box;
	flex: 0 0 auto;
	min-height: 0;
	margin-top: 38px;

}

.ximi-video {
	position: relative;
	max-width: 1068px;
	aspect-ratio: 1672 / 861;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(43, 105, 255, 0.16);
	background: #fff;
}

.ximi-video-cover,
.ximi-video-player {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ximi-video-cover {
	cursor: pointer;
}

.ximi-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64.8px;
	height: 64.8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #116dff;
	color: #fff;
	cursor: pointer;
	transform: translate(-50%, -50%);
	box-shadow: 0 8px 18px rgba(17, 109, 255, 0.28);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.ximi-video:hover .ximi-play-btn {
	opacity: 1;
}

.ximi-play-btn .iconfont {
	width: 20px;
	height: 26px;
	font-size: 26px;
	line-height: 26px;
}

.ximi-video-player {
	display: none;
}

.ximi-right {
	padding: 20px 0 0 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	width: 600px;
	overflow: hidden;
}

.ximi-tool-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 0 0 132px;
	min-width: 0;
	padding: 0 0 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e3e7ef;
	color: #111;
}

.ximi-tool-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.ximi-tool-icon {
	flex: 0 0 auto;
	width: 24px;
	margin: 0 0 12px;
	color: #1f6dff;
	font-size: 22px;
	line-height: 1;
}

.ximi-tool-content {
	width: 100%;
	flex: 1;
	min-width: 0;
}

.ximi-tool-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 14px;
}

.ximi-tool-head h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 800;
	color: #111;
	transition: color 0.2s ease;
}

.ximi-tool-item:hover .ximi-tool-head h3 {
	color: #2f72ff;
}

.ximi-tool-content p {
	margin: 0;
	font-size: 13px;
	line-height: 1.8;
	color: #8d929d;
}

.ximi-tool-btn {
	flex: 0 0 auto;
	width: 112px;
	height: 32px;
	padding: 0;
	font-size: 13px;
}

.scad-section {
	box-sizing: border-box;
	margin-top: 160px;
	width: 100%;
	background: url("/images/index/bg14.png") no-repeat;
	background-position: center center;
	background-size: contain;
}

.scad-title {
	margin: 0;
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 800;
	color: #111;
}

.adc-char {
	display: inline-block;
	opacity: 0;
	filter: blur(18px);
	animation-name: none;
	will-change: opacity, filter, transform;
}

.adc-animate-in .adc-char {
	opacity: 1;
	filter: blur(0);
	text-shadow: none;
	animation-name: adcFadeIn;
	animation-timing-function: linear;
	animation-duration: .3s;
	animation-fill-mode: backwards;
	animation-delay: var(--adc-delay, 0s);
}

@keyframes adcFadeIn {
	from {
		opacity: 0.2;
		filter: blur(18px);
		text-shadow: 0 0 18px rgba(255, 255, 255, 0.9), 0 0 28px rgba(58, 93, 253, 0.45);
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		filter: blur(0);
		text-shadow: none;
		transform: translateY(0);
	}
}

.scad-title-blue,
.scad-title-green {
	display: inline-block;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.scad-title-blue {
	background-image: linear-gradient(90deg, #3A5DFD 0%, #3A5DFD 100%);
}

.scad-title-green {
	background-image: linear-gradient(90deg, #3A5DFD 0%, #44BDB8 100%);
}

.scad-title-blue .adc-char,
.scad-title-green .adc-char {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.scad-title-blue .adc-char {
	background-image: linear-gradient(90deg, #3A5DFD 0%, #3A5DFD 100%);
}

.scad-title-green .adc-char {
	background-image: linear-gradient(90deg, #3A5DFD 0%, #44BDB8 100%);
}

.scad-panel {
	box-sizing: border-box;
	position: relative;
	height: 787px;
	margin-top: 26px;
	padding-top: 62px;
}

.scad-primary-btn {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	padding: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	border-radius: 6px;
	background: url('/images/index/tps-544-104.png') center center / cover no-repeat;
	color: #fff;
	font-size: 13px;
	box-shadow: 0 6px 12px rgba(35, 105, 255, 0.28);
	transform: translateX(-50%);
	overflow: visible;
}

.scad-primary-btn:hover,
.scad-primary-btn:active,
.scad-primary-btn:focus {
	background: url('/images/index/tps-544-104.png') center center / cover no-repeat;
	color: #fff;
	box-shadow: 0 6px 12px rgba(35, 105, 255, 0.28);
	transform: translateX(-50%);
}

.scad-primary-btn .iconfont {
	margin-left: 12px;
	font-size: 12px;
}

.scad-card {
	box-sizing: border-box;
	display: flex;
	gap: 20px;
	width: 1410px;
	max-width: calc(100% - 120px);
	height: 505px;
	margin: 38px auto 0;
	padding: 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 18px 42px rgba(60, 135, 255, 0.2);
}

.scad-card-left {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 450px;
	flex: 0 0 450px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(223, 226, 248, .6);
	background: rgba(255, 255, 255, .2);
	box-shadow: 0 12px 28px rgba(60, 135, 255, 0.16);
}

.scad-card-intro {
	box-sizing: border-box;
	flex: 1;
	padding: 32px 36px;
}

.scad-card-intro h3 {
	margin: 0;
	font-size: 24px;
	line-height: 1.55;
	font-weight: 800;
	color: #111;
}

.scad-card-intro p {
	margin: 28px 0 0;
	font-size: 13px;
	line-height: 1.8;
	color: #7e8796;
}

.scad-feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.scad-feature-list li {
	box-sizing: border-box;
	height: 64px;
	padding: 0 36px;
	border-top: 1px solid rgba(139, 174, 222, 0.55);
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #222;
}

.scad-card-right {
	position: relative;
	max-width: 900px;
	flex: 1;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(188, 214, 255, 0.6);
	background: #fff;
	box-shadow: 0 12px 28px rgba(60, 135, 255, 0.16);
}

.scad-video-player {
	object-fit: cover;
}

.scad-video-cover,
.scad-video-player {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;

}

.scad-video-cover {
	cursor: pointer;
}

.scad-video-player {
	display: none;
}

.scad-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64.8px;
	height: 64.8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #116dff;
	color: #fff;
	cursor: pointer;
	transform: translate(-50%, -50%);
	box-shadow: 0 8px 18px rgba(17, 109, 255, 0.28);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.scad-card-right:hover .scad-play-btn {
	opacity: 1;
}

.scad-play-btn .iconfont {
	width: 20px;
	height: 26px;
	font-size: 26px;
	line-height: 26px;
}

.utility-showcase {
	box-sizing: border-box;
	display: flex;
	gap: 20px;
	width: 100%;
	height: 440px;
	margin-top: 100px;
	padding: 0 60px;
}

.utility-left {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
	padding: 24px 0 0;
	border-radius: 14px;
	background: url("/images/index/bg13.png") left top / contain no-repeat;
	background-size: 100% 100%;
	box-shadow: 0 14px 34px rgba(76, 145, 255, 0.12);
}

.utility-left h2 {
	margin: 0 36px 20px;
	font-size: 25px;
	line-height: 1.3;
	font-weight: 800;
	color: #151922;
}

.utility-card-grid {
	box-sizing: border-box;
	flex: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 0;
	padding: 20px 0;
	border-radius: 0 0 14px 14px;
	background: #fff;
}

.utility-card {
	position: relative;
	box-sizing: border-box;
	display: flex;
	min-width: 0;
	min-height: 0;
	padding: 10px 0 0 40px;
	border: 1px solid transparent;
	border-radius: 12px;
	color: #252a33;
	overflow: hidden;
}

.utility-card.active,
.utility-card:hover {
	border-color: rgba(211, 220, 240, 0.8);
	background: url("/images/index/bg18.png") center center / cover no-repeat;
	box-shadow: 0 12px 30px rgba(63, 119, 218, 0.12);
}

.utility-sprite {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.utility-icon-max {
	background-image: url("/images/index/icon/restore.png");
}

.utility-icon-cosmos {
	background-image: url("/images/index/icon/Cosmos.png");
}

.utility-icon-install {
	background-image: url("/images/index/icon/vrcrmax.png");
}

.utility-icon-scene {
	background-image: url("/images/index/icon/conver.png");
}

.utility-icon-cn {
	background-image: url("/images/index/icon/chs.png");
}

.utility-icon-win {
	background-image: url("/images/index/icon/windows.png");
}

.utility-card-body {
	min-width: 0;
	flex: 1;
}

.utility-card-title {
	display: flex;
	align-items: center;
	min-width: 0;
}

.utility-card h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
	color: #2a2d34;
	white-space: nowrap;
}

.utility-card p {
	margin: 18px 0 0;
	font-size: 13px;
	line-height: 1.8;
	color: #7a8190;
}

.utility-card p .iconfont {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	color: #ffc83d;
	font-size: 18px;
	line-height: 18px;
	vertical-align: middle;
}

.utility-detail {
	position: absolute;
	right: 16px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	color: #1f6dff;
	font-size: 13px;
}

.utility-detail .iconfont {
	margin-left: 2px;
	font-size: 12px;
}

.utility-right {
	flex: 0 0 390px;
	width: 390px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.renderer-card {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 210px;
	padding: 0 32px;
	border-radius: 14px;
	overflow: hidden;
	color: #fff;
}

.renderer-card:hover,
.renderer-card:active,
.renderer-card:focus {
	color: #fff;
}

.corona-card {
	background: url("/images/index/bg12.png") center center / cover no-repeat;
}

.vray-card {
	background: linear-gradient(135deg, rgb(51, 127, 245) 0%, rgb(34, 111, 240) 100%);
}

.renderer-card strong {
	font-size: 50px;
	line-height: 1.1;
	font-weight: 800;
}

.renderer-card>span:not(.renderer-arrow) {
	margin-top: 8px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 800;
}

.renderer-arrow {
	position: absolute;
	top: 22px;
	right: 22px;
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.renderer-card:hover .renderer-arrow {
	display: flex;
}

.renderer-arrow .iconfont {
	font-size: 16px;
}

/* 客服浮动组件 */
.float {
	position: fixed;
	right: 10px;
	bottom: 20%;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

.floatQq,
.floatTop {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #E5E5E5;
	padding: 4px 8px;
	border-radius: 6px;
	margin-bottom: 10px;
	cursor: pointer;
	background: #fff;
	text-decoration: none !important;
	user-select: none !important;
}

.float span {
	font-size: 14px;
}

.floatQq:hover,
.floatTop:hover {
	color: #5C8CFF;
	border-color: #5C8CFF;
}
