/* PC 端 */
		.desktop .data-resource{
			font-size: 0.8rem;
			position: absolute;
			top: 90%;
			left: 5%;
			transform: translate(0%, -50%);
		}
		.desktop .bd-placeholder-img {
			font-size: 1.125rem;
			text-anchor: middle;
			-webkit-user-select: none;
			-moz-user-select: none;
			user-select: none;
		}

		.desktop .offcanvas-body {
			max-width: 668px;
		}

		.desktop .dropdown-menu {
			border: none;
			box-shadow: 0 8px 16px 0 rgba(39, 46, 59, .15);
		}

		

		.desktop .b-example-divider {
			width: 100%;
			height: 3rem;
			background-color: rgba(0, 0, 0, .1);
			border: solid rgba(0, 0, 0, .15);
			border-width: 1px 0;
			box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
		}

		.desktop .b-example-vr {
			flex-shrink: 0;
			width: 1.5rem;
			height: 100vh;
		}

		.desktop .bi {
			vertical-align: -.125em;
			fill: currentColor;
		}


		/* PC 端 */
		.desktop .bd-mode-toggle {
			z-index: 1500;
		}

		.desktop .bd-mode-toggle .dropdown-menu .active .bi {
			display: block !important;
		}

		/* 顶部栏-顶部栏下拉框距离上边界距离 */
		.desktop .dropdown-menu[data-bs-popper] {
			margin-top: 0.85rem;
		}

	
		.desktop .b-example-divider {
			width: 100%;
			height: 3rem;
			background-color: rgba(0, 0, 0, .1);
			border: solid rgba(0, 0, 0, .15);
			border-width: 1px 0;
			box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
		}

		.desktop .product-card__shindb__bg {
			background-image: url(../../product/assets/images/shindata_product_shindb.png);
			background-size: cover;
		}

		.desktop .product-card__procudtchoose {
			background: linear-gradient(176deg, #E5F1FD 0%, #FFFFFF 100%);
			box-shadow: 0px 6px 20px 0px rgba(55, 99, 170, 0.1), inset 2px 2px 0px 0px #FFFFFF;
			border-radius: 10px;

			min-height: 210px;
		}

		.desktop .product-card__procudtchoose__bg {
			background-image: url(../../product/assets/images/procudt_choose_info.png);
			background-size: cover;
		}

		.desktop .product-card__procudtchoose__font {
			color: #2D8CF0;
		}

		.desktop .product-header__matrix__link {
			margin-top: 0.3rem;
			margin-bottom: 0.3rem;
		}

		.desktop .product-header__matrix__link:hover {
			background: #FAFBFC;
		}

		
		.desktop .zoom-effect {
			transition: transform 0.3s ease-in-out;
		}

		.desktop .zoom-effect:hover {
			transform: scale(1.03);
		}

		.desktop .zoom-effect-1 {
			transition: transform 0.3s ease-in-out;
		}

		.desktop .zoom-effect-1:hover {
			transform: scale(1.10);
		}

		.desktop .hover-rise {
			transition: transform 0.3s ease-in-out;
		}

		.desktop .hover-rise:hover {
			transform: scale(1.05) translateY(-10px);
		}

		/* 卡片样式 */
		.desktop .fall-card {
			display: flex;
			align-items: start;
			opacity: 0;
			/* 初始隐藏 */
			transform: translateY(0);
			transition: opacity 1s ease-out, transform 1s ease-out;
		}

		/* 进入视口后，动画触发 */
		.desktop .fall-card.visible {
			opacity: 1;
			transform: translateY(40px);
		}

		/* 图片样式 */
		.desktop .fall-card img {
			width: 3.6rem;
			transition: transform 1s ease-in-out;
		}

		.desktop .navbar {
			padding: 0 !important;
		}

		.desktop .nav-link {
			padding: 0 !important;
		}
	
		/* 生态伙伴持续共建 */
		.desktop .ecosystem-partner-container .nav-item{
			width: 150px;
		}
		.desktop .ecosystem-partner-container .nav-link{
			line-height: 40px;
			color: #3D485D;
			cursor: pointer;
		}
		.desktop .ecosystem-partner-container .nav-link.active{
			color: #2D8CF0 !important;
		}
		.desktop .ecosystem-partner-container .col{
			line-height: 60px;
			height: 50px;
			/* width: 144px; */
		}