@media screen and (max-width: 1368px) {

	/* 輪播圖區域樣式-start */
	.head-swiper {
		height: calc(100vh - 70px);
	}

	#headSwiperSection .left-shape {
		height: 52%;
	}

	#headSwiperSection .right-shape {
		top: auto;
		bottom: 0;
		height: 42%;
	}

	.swiper-section {
		padding-top: 70px;
		/* 为移动端头部留出空间 */
		min-height: auto;
	}

	.head-swiper .swiper-slide {
		min-height: auto;
		padding: 40px 0;
	}

	.slide-container {
		padding: 90px 20px;
	}

	.slide-content {
		flex-direction: column;
		align-items: flex-start;
	}

	.slide-text {
		flex: 1;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	.slide-title {
		font-size: 32px;
		margin-bottom: 20px;
		letter-spacing: -0.3px;
	}

	.slide-description {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.slide-buttons {
		align-items: center;
		justify-content: center;
		width: 100%;
		gap: 16px;
	}

	.slide-btn {
		width: fit-content;
		padding: 12px 24px;
		font-size: 14px;
		flex: 1;
	}

	.slide-image {
		width: 92%;
		min-height: 300px;
		max-height: 350px;
	}

	.head-swiper .swiper-pagination {
		bottom: 36px;
	}

	#headSwiperSection .banner-img {
		width: 32px;
		height: auto;
	}

	#headSwiperSection .banner-img-1 {
		bottom: -56px;
		right: 148px;
	}

	#headSwiperSection .banner-img-2 {
		bottom: -23px;
		right: 94px;
	}

	#headSwiperSection .banner-img-3 {
		bottom: 9px;
		right: 36px;
	}

	.illustration-container {
		max-width: 100%;
		height: 300px;
	}

	/* 移动端简化的服务器机架 */
	.server-rack {
		width: 50px;
		height: 80px;
	}

	.server-rack-1 {
		top: 15%;
		left: 10%;
		transform: rotateY(-15deg) rotateX(5deg);
	}

	.server-rack-2 {
		top: 10%;
		right: 15%;
		transform: rotateY(10deg) rotateX(-3deg);
	}

	.server-rack-3 {
		bottom: 25%;
		left: 50%;
		transform: translateX(-50%) rotateY(3deg) rotateX(5deg);
	}

	/* 移动端分页器 */

	.head-swiper .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 4px;
	}

	.head-swiper .swiper-pagination-bullet-active {
		width: 20px;
	}

	/* 移动端导航按钮 */
	.head-swiper .swiper-button-next,
	.head-swiper .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.head-swiper .swiper-button-next::after,
	.head-swiper .swiper-button-prev::after {
		font-size: 14px;
	}

	.head-swiper .swiper-button-next {
		right: 10px;
	}

	.head-swiper .swiper-button-prev {
		left: 10px;
	}

	/* 輪播圖區域樣式-end */

	/* Popular Use Cases-start */
	/* 装饰性几何图案缩小 */
	.shape-circle-1 {
		width: 80px;
		height: 80px;
		top: 8%;
		left: 3%;
	}

	.shape-triangle-1 {
		border-left-width: 30px;
		border-right-width: 30px;
		border-bottom-width: 50px;
		top: 12%;
		right: 5%;
	}

	.shape-square-1 {
		width: 60px;
		height: 60px;
		top: 45%;
		left: 2%;
	}

	.shape-circle-2 {
		width: 70px;
		height: 70px;
		top: 55%;
		right: 3%;
	}

	.shape-triangle-2 {
		width: 60px;
		height: 60px;
		bottom: 12%;
		left: 7%;
	}

	.shape-diamond-1 {
		width: 45px;
		height: 45px;
		bottom: 8%;
		right: 8%;
	}

	.popular-case-grid {
		display: flex;
		flex-flow: column;
		gap: 12px;
	}

	.popular-case-card {
		display: flex;
		align-items: center;
		padding: 12px 16px;
	}

	.case-line-1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.popular-case-card .case-left-wrapper {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 12px;
	}

	.popular-case-card .right-arrow {
		display: block;
	}

	.popular-case-icon {
		width: 24px;
		height: 24px;
	}

	.popular-case-card:hover .popular-case-icon {
		transform: scale(1);
	}

	.popular-case-card .popular-case-description {
		padding-top: 0;
		max-height: 0;
		opacity: 0;
	}

	.popular-case-card:hover .popular-case-description {
		padding-top: 0;
		max-height: 0;
		opacity: 0;
	}

	.popular-case-card.active .popular-case-description {
		padding-top: 6px;
		max-height: 300px;
		opacity: 1;
	}

	.popular-case-card .right-arrow {
		transition: transform 0.4s ease;
	}

	.popular-case-card.active .right-arrow {
		transform: rotate(90deg);
	}

	/* Popular Use Cases-end */

	/* Solutions-start */
	.solutions-section {
		padding: 60px 0;
	}

	.solutions-container {
		padding: 0 20px;
	}

	.solutions-title {
		font-size: 27px;
		margin-bottom: 24px;
	}

	.solutions-grid {
		display: flex;
		flex-flow: column;
		gap: 12px;
	}

	.solution-card {
		padding: 16px;
	}

	.solution-description-wrapper {
		min-height: auto;
		margin-bottom: 12px;
	}

	.solution-icon {
		width: auto;
		height: 66px;
		margin-bottom: 12px;
	}

	.solution-description {
		font-size: 13px;
	}

	.solution-btn {
		padding: 6px 12px;
		font-size: 13px;
	}

	/* Solutions-end */

	/* Resources & Support-start */
	.resources-support-section {
		padding: 60px 0;
	}

	.resources-support-container {
		padding: 0 20px;
	}

	.resources-support-title {
		font-size: 36px;
		margin-bottom: 12px;
	}

	.resources-support-subtitle {
		font-size: 16px;
		margin-bottom: 32px;
	}

	.resources-support-tabs {
		gap: 24px;
		margin-bottom: 24px;
		padding-bottom: 0;
		border-bottom: 1px solid #E0E0E0;
	}

	.rs-tab-btn {
		font-size: 14px;
		padding-bottom: 12px;
	}

	.rs-tab-icon {
		width: 18px;
		height: 18px;
	}

	.rs-content-list {
		gap: 12px;
	}

	.rs-item-link {
		font-size: 15px;
	}

	
	/* Resources & Support-end */
}


@media screen and (max-width: 768px) {

	/* 輪播圖區域樣式-start */
	.swiper-section {
		padding-top: 70px;
	}

	.slide-container {
		padding: 100px 16px;
	}

	.slide-title {
		font-size: 28px;
		margin-bottom: 16px;
	}

	.slide-description {
		font-size: 14px;
		margin-bottom: 24px;
		line-height: 1.5;
	}

	.slide-buttons {
		flex-direction: column;
		gap: 12px;
	}

	.slide-image {
		min-height: 250px;
		max-height: 300px;
	}

	.illustration-container {
		height: 250px;
	}

	.server-rack {
		width: 40px;
		height: 60px;
	}

	.head-swiper .swiper-button-next,
	.head-swiper .swiper-button-prev {
		display: none;
		/* 小屏幕上隐藏导航按钮，只使用分页器 */
	}

	/* 輪播圖區域樣式-end */

	/* Popular Use Cases-start */
	/* 小屏幕上隐藏部分图案以提升性能 */
	.shape-triangle-1,
	.shape-circle-2,
	.shape-diamond-1 {
		display: none;
	}

	.popular-case-section {
		padding: 40px 0;
	}

	.popular-case-title {
		font-size: 27px;
		margin-bottom: 24px;
	}

	/* 保留的图案进一步缩小 */
	.shape-circle-1 {
		width: 60px;
		height: 60px;
		top: 5%;
		left: 2%;
		opacity: 0.1;
	}

	.shape-square-1 {
		width: 45px;
		height: 45px;
		top: 40%;
		left: 1%;
		opacity: 0.1;
	}

	.shape-triangle-2 {
		width: 45px;
		height: 45px;
		bottom: 10%;
		left: 5%;
		opacity: 0.1;
	}

	/* Popular Use Cases-end */

	/* Solutions-start */
	.solutions-section {
		padding: 40px 0;
	}

	.solutions-container {
		padding: 0 15px;
	}

	.solution-card-title {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.solution-description {
		font-size: 12px;
		max-height: 38.4px;
	}

	.solution-card:hover .solution-description {
		max-height: 300px;
	}

	/* Solutions-end */

	/* Resources & Support-start */
	.resources-support-section {
		padding: 40px 0;
	}

	.resources-support-container {
		padding: 0 15px;
	}

	.resources-support-title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.resources-support-subtitle {
		font-size: 14px;
		margin-bottom: 24px;
	}

	.rs-tab-btn {
		font-size: 14px;
		padding-bottom: 10px;
		gap: 6px;
	}

	.rs-tab-icon {
		width: 16px;
		height: 16px;
	}

	.rs-content-list {
		gap: 8px;
	}

	.rs-content-item {
		gap: 12px;
	}

	.rs-item-icon {
		width: 18px;
		height: 18px;
		margin-top: 3px;
	}

	.rs-item-link {
		font-size: 14px;
		line-height: 1.5;
	}

	.ready-to-dive-in-section {
		padding: 60px 0;
		/* 移动端禁用fixed背景以避免性能问题 */
		background-attachment: scroll;
	}

	.ready-to-dive-in-container {
		padding: 0 15px;
	}

	.ready-to-dive-in-title {
		font-size: 27px;
		margin-bottom: 4px;
	}

	.ready-to-dive-in-subtitle {
		font-size: 14px;
		margin-bottom: 12px;
	}

	/* Resources & Support-end */
}