<style>
body {
				margin: 0;
			}

			.enterprise-updata {
				padding-bottom: 20px;
				width: 100%;
				display: flex;
				margin-left: auto;
				align-items: center;
				margin-right: auto;
				flex-direction: column;
				justify-content: center;
			}

			.homepage-main .title-updata {
				font-size: 3rem;
				font-weight: 700;
				color: #121212;
				line-height: 3.5rem;
				margin: 0;
			}

			.carousel-color-origin {
				background: rgba(255, 146, 30, 0.05);
				color: rgb(255, 132, 0);
			}

			.carousel-color-blue {
				background: rgba(105, 81, 255, 0.1);
				color: rgb(105, 81, 255);
			}

			.carousel-color-sky {
				background: rgba(30, 193, 255, 0.1);
				color: rgb(0, 158, 255);
			}

			.carousel-color-gary {
				background: rgba(20, 192, 127, 0.1);
				color: rgb(6, 184, 117);
			}

			.enterprise-carousel {
				display: flex;
				/* flex-direction: column;
		justify-content: center;
		align-items: center; */
				width: 100%;
				overflow: hidden;
			}

			.enterprise-carousel-box {
				width: 100%;
				display: flex;
				margin: 0;
				padding: 72px 0;
			}

			.enterprise-carousel-item {
				width: 298px;
				height: 436px;
				box-sizing: border-box;
				overflow: hidden;
				background: rgb(255, 255, 255);
				border: 0.8px solid rgba(0, 0, 0, 0.05);
				box-shadow: 0px 0px 0.8px 0px rgba(0, 0, 0, 0.05), 0px 8.01px 16.02px 0px rgba(0, 0, 0, 0.05);

				border-radius:
					8.01px;

				/* 自动布局 */
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				align-items: flex-start;
				padding: 0px;

				/* Inside Auto Layout */
				flex: none;
				order: 6;
				flex-grow: 0;
				margin: 0px 24px 0 0;
				transition:transform .3s ease-in-out ;
			}

			.enterprise-carousel-img {
				width: 100%;
				height: 165px;
				user-select: none;
			}

			.enterprise-carousel-item-container {
				flex: auto;
				padding: 16px;
				box-sizing: border-box;
				width: 100%;
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				align-items: flex-start;
				transition: all .3s ease-in-out;
			}

			.enterprise-carousel-label {
				display: inline-block;
				margin-bottom: 6px;
				padding: 4px 6px;
				border-radius: 4px;
				font-family: 苹方-简;
				font-size: 12px;
				font-weight: 400;
				line-height: 18px;
				letter-spacing: 0px;
			}

			.enterprise-carousel-title {
				margin: 0;
				color: rgb(27, 25, 44);
				font-family: 苹方-简;
				font-size: 16px;
				font-weight: 600;
				line-height: 24px;
				user-select: none;
				text-align: left;
			}

			.enterprise-carousel-text {
				color: rgba(27, 25, 44, 0.7);
				font-family: 苹方-简;
				font-size: 12px;
				font-weight: 400;
				line-height: 20px;
				letter-spacing: 0%;
				text-align: left;
				margin: 6px 0 20px;
				max-height: 104px;
				user-select: none;
			}

			.enterprise-carousel-logo {
				width: 128px;
				height: 48px;
				user-select: none;
			}

			.enterprise-grid-updta {
				display: flex;
				justify-content: center;
				gap: 20px;
				max-width: 1200px;
				flex-wrap: wrap;
			}

			.py-208-updata {
				margin:0 0 6.5rem 0;
			}

			@media(max-width:999px) {
				.homepage-main .title-updata {
					font-size: 2.5rem
				}
			}

			@media screen and (max-width:800px) {
				.enterprise-carousel-item {
					width: 37.3%;
					min-width: 238px;
					height: auto;
				}

				.enterprise-carousel-item-container {
					max-height: 288px;
				}

				.enterprise-carousel-img {
					height: auto;
				}
			}

			@media screen and (max-width:691px) {
				.enterprise-carousel-item-container {
					max-height: 315px;
					height: 310px;
					position: relative;
				}

				.enterprise-carousel-logo {
					position: absolute;
					bottom: 0;
					left: 16px;
				}
			}

			@media screen and (max-width:576px) {
				.homepage-main .title-updata {
					font-size: 32px !important;
					line-height: 42px !important;
				}

				.enterprise-carousel-box {
					padding: 40px 0;
				}

				.enterprise-grid-updta {
					gap: 12px;
				}

				.enterprise-item-img-12 {
					height: 12px !important;
				}

				.enterprise-item-img-17 {
					height: 27px !important;
				}

				.enterprise-item-img-18 {
					height: 32px !important;
				}
			}
			</style>