.carousel-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.carousel-header {
	text-align: center;
	margin-bottom: 30px;
}

.carousel-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #1F2329;
	margin-bottom: 15px;
}

.carousel-icon {
	display: block;
	margin: 0 auto;
}

.carousel-controls {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
}

.control-button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	transition: opacity 0.3s;
}

.control-button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.control-icon {
	display: block;
}

.marquee-container {
	overflow: hidden;
	position: relative;
}

.marquee-view {
	display: flex;
	transition: transform 0.5s ease;
}

.carousel-card {
	flex: 0 0 calc(33.33% - 20px); /* Adjusted for margin */
	padding: 15px;
	margin-right: 30px; /* Matches JS padding calculation */
}

.card-content_item {
	width: 100%; /* Changed from min-width to fit container */
	height: 100%;
	border-radius: 24px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 10px 30px 0 rgba(176, 191, 231, .15);
	padding: 0 48px;
	display: flex;
	justify-content: space-between;
}

.card-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.card-right {
	width: 380px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 25px;
}

.card-header {
	width: 96px;
	height: 55px;
	position: relative;
	display: flex;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-family: PingFang SC;
	font-size: 32px;
	font-weight: 600;
	line-height: 48px;
	margin: 39px 0 27px;
}

.card-title {
	position: absolute;
}

.card-icon {
	flex-shrink: 0;
}

.card-description {
	color: #1f2329;
	font-size: 32px;
	font-weight: 600;
	line-height: 50px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.card-description span {
	color: #1f2329;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
}

.card-features {
	list-style: none;
	flex-grow: 1;
	padding-left: 42px;
}

.card-feature {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.feature-icon {
	flex-shrink: 0;
	margin-top: 5px;
}

.feature-content {
	flex: 1;
}

.feature-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #1F2329;
	margin-bottom: 5px;
}

.feature-description {
	font-size: 1rem;
	color: #666;
	line-height: 1.6;
}

.card-line {
	width: 100px;
	height: 4px;
	opacity: .6;
	background: #f54a45;
	position: absolute;
	left: -9px;
	bottom: 72px;
}

.card-line2 {
	width: 100px;
	height: 4px;
	opacity: .6;
	background: #f54a45;
	position: absolute;
	left: -9px;
	bottom: 22px;
}

.card-features li:not(:last-child) {
	background-image: url(img/card_features_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 2px;
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	.carousel-card {
		flex: 0 0 calc(100% - 30px); /* Full width minus margin */
	}

	.card-content {
		flex-direction: column;
	}

	.card-right {
		width: 100%; /* Full width on mobile */
	}

	.carousel-title {
		font-size: 2rem;
	}

	.card-title {
		font-size: 1.5rem;
	}

	.feature-title {
		font-size: 1.1rem;
	}
}

.warehousing-service-block {
    height: calc(100vh - 70px);
    max-height: 820px;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
}

.warehousing-content-block {
	min-height: 20px;
    width: 49%;
	padding-left: calc(50vw - 600px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}

.warehousing-icon-component {
    margin-bottom: 24px;
    width: fit-content;
}

.warehousing-title-component {
    font-size: 36px;
    line-height: 26px;
    margin-bottom: 50px;
    color: #1F2329;
}

.warehousing-title-component h2 {
    margin: 0;
    font-weight: bold;
}

.warehousing-list-component {
    margin-bottom: 24px;
    line-height: 26px;
    color: #51565D;
    font-size: 18px;
}

.warehousing-list-component ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.warehousing-list-component ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.warehousing-list-component span {
    margin-right: 16px;
    color: #3370ff;
    font-size: 16px;
    line-height: inherit;
}

.warehousing-list-component span:first-child {
    display: none;
}

.warehousing-list-component span:last-child::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-right: 12px;
    background-color: #3370ff;
}

.warehousing-link-block {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #3370FF;
    font-size: 18px;
    line-height: 28px;
    width: fit-content;
    text-decoration: none;
}

.warehousing-image-block {
    width: 51%;
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #E7EEFF;
    position: relative;
}

.warehousing-image-placeholder {
	min-height: 20px;
    height: 717px;
    position: absolute;
    width: 358.5px;
    background-color: #DCE6FF;
    border-top-right-radius: 717px;
    border-bottom-right-radius: 717px;
}

.warehousing-image-component {
    position: relative;
    left: -60px; /* Reduced offset for better alignment */
}

.warehousing-image-component img {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    max-height: 600px;
    object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .warehousing-service-block {
        flex-direction: column;
        height: auto;
        max-height: none;
    }

    .warehousing-content-block {
        width: 100%;
        padding: 20px;
    }

    .warehousing-image-block {
        width: 100%;
        height: 400px;
    }

    .warehousing-image-placeholder {
        width: 40%;
        border-radius: 30px;
    }

    .warehousing-image-component {
        left: 0;
    }

    .warehousing-title-component {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 768px) {
    .warehousing-title-component {
        font-size: 24px;
        line-height: 32px;
    }

    .warehousing-list-component {
        font-size: 16px;
    }

    .warehousing-image-block {
        height: 300px;
    }
}


.process-section {
   /* max-width: 1280px; *//* 确保宽度为1280px */
    margin: 0 auto;
    padding: 60px 20px; /* 增加padding，增强留白 */
}

.process-title {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    color: #1F2329;
    font-weight: bold;
    margin: 60px 0; /* 增加上下间距 */
    position: relative;
}

.process-title::after {
    content: '';
    position: absolute;
    bottom: -15px; /* 下划线与标题间距 */
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #3370FF;
    border-radius: 2px;
}

.process-container {
	max-width: 1280px;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* 卡片间距均匀分布 */
    gap: 40px; /* 增加间距，增强大气感 */
    flex-wrap: wrap;
}

.process-item {
    flex: 1;
    min-width: 400px; /* 确保每列宽度合理 */
    max-width: 380px; /* 限制最大宽度，保持比例 */
    background: #FFFFFF;
    border-radius: 16px; /* 更大圆角，增强现代感 */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); /* 更柔和的阴影 */
    transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
    padding: 25px;
    overflow: visible; /* 确保内容不被裁剪 */
}

.process-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.process-item img {
    width: 100%;
    height: 240px; /* 固定高度，确保一致性 */
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 20px;
}

.process-item h3 {
    font-size: 24px;
    color: #1F2329;
    font-weight: bold;
    margin: 15px 0;
    line-height: 1.4;
}

.process-item p {
    font-size: 16px;
    color: #51565D;
    line-height: 1.6;
    margin: 0;
    padding: 0 15px;
    display: block; /* 确保内容显示 */
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .process-container {
        gap: 30px;
    }

    .process-item {
        min-width: 300px;
        max-width: 340px;
    }

    .process-title {
        font-size: 28px;
        line-height: 36px;
        margin: 40px 0;
    }
}

@media (max-width: 768px) {
    .process-container {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .process-item {
        min-width: 100%;
        max-width: 500px; /* 小屏幕下占满宽度 */
    }

    .process-title {
        font-size: 24px;
        line-height: 32px;
        margin: 30px 0;
    }

    .process-item h3 {
        font-size: 20px;
    }

    .process-item p {
        font-size: 14px;
    }
}


.service-advantage-section {
	background: linear-gradient(180deg, #f1f5ff 0, #fff 100%);
	background-image: url('https://file.xingxiangsuan.com/theme/img/advantage_bg.png');
	background-clip: padding-box;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center 0;
	background-blend-mode: normal;
	padding-bottom: 63px;
}


.service-advantage-section {
    /* max-width: 1280px; */ /* 限制最大宽度 */
    margin: 0 auto;
    padding: 60px 20px;
    position: relative;
    background: linear-gradient(180deg, #f1f5ff 0, #fff 100%);
    background-clip: padding-box;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center 0;
    background-blend-mode: normal;
    padding-bottom: 63px;
}

.service-advantage-title {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    color: #1F2329;
    font-weight: bold;
    margin: 60px 0;
    position: relative;
}

.service-advantage-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #3370FF;
    border-radius: 2px;
}

.service-advantage-container {
    display: flex;
    gap: 30px;
    padding: 20px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    max-width: 1280px;
    padding-left: calc((100vw - 1280px)/2);
    padding-right: calc((100vw - 1280px)/2);
    scrollbar-width: none;
}

.service-advantage-container::-webkit-scrollbar {
    display: none;
}

.service-advantage-item {
    flex: 0 0 400px;
    scroll-snap-align: start;
    min-height: 400px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 20px;
    overflow: hidden;
}


.service-advantage-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.service-advantage-item img {
    width: 350px;
    height: 240px;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 20px;
}

.service-advantage-item h3 {
    font-size: 24px;
    color: #1F2329;
    font-weight: 600;
    margin: 15px 0;
    line-height: 1.4;
}

.service-advantage-item p {
    font-size: 16px;
    color: #51565D;
    line-height: 1.6;
    margin: 0;
    padding: 0 10px;
    display: block;
}


/* 响应式设计 */
@media (max-width: 1024px) {
    .service-advantage-container {
        gap: 20px;
    }

    .service-advantage-item {
        flex: 0 0 320px;
    }

    .service-advantage-item img {
        width: 320px;
        height: 220px;
    }

    .service-advantage-title {
        font-size: 28px;
        line-height: 36px;
        margin: 40px 0;
    }
}

@media (max-width: 768px) {
    .service-advantage-container {
        gap: 15px;
    }

    .service-advantage-item {
        flex: 0 0 300px;
    }

    .service-advantage-item img {
        width: 300px;
        height: 200px;
    }

    .service-advantage-title {
        font-size: 24px;
        line-height: 32px;
        margin: 30px 0;
    }

    .service-advantage-item h3 {
        font-size: 20px;
    }

    .service-advantage-item p {
        font-size: 14px;
    }
}






