* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial; /* 使用更接近 UI 的字体 */
}

.container_banner {
	margin: 0 auto;
}

/* First Screen Section */
.first-screen {
/* 	background: url('../img/share_bg_1.png') center center / auto 100% no-repeat,
				linear-gradient(to right, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);
	padding: 60px 0; */
	width: 100%;
	background: url('../img/share_bg_1.png') center center / auto 100% no-repeat, linear-gradient(to right, rgb(236, 243, 254) 0%, rgb(216, 230, 251) 100%);
}

.first-screen_content {
	display: flex;
	width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	height: 100%;
	background-blend-mode: normal;
	height: 480px;
}

.first-screen_text {
    margin-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
}


.first-screen_text .first-screen_label{
	border: 1px solid #133c9a;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #133c9a;
    font-size: 12px;
    line-height: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px;
}

.first-screen_label {
	font-weight: 500;
	margin-bottom: 10px;
}

.sign_title{
	color: #0f1114;
	padding: 5px 0;
}

.sign_title span:first-child{
	display: block;
	font-weight: 600;
	font-size: 40px;
}

.sign_title span:last-child{
	display: block;
	font-weight: 600;
	font-size: 48px;
}



.first-screen_short_title {
	font-weight: 600;
	font-size: 48px;
	line-height: 64px;
	color: #0f1114;
	margin-bottom: 24px;
	white-space: pre-wrap;
}

.first-screen_description {
	font-size: 16px;
    line-height: 24px;
    color: #646a73;
    margin-bottom: 32px;
    width: 522px;
}

.first-screen_text a{
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 24px;
	color: #ffffff;
	background: #1456f0;
	border-color: #1456f0;
}

.first-screen_image {
	flex: 1;
	min-width: 300px;
	text-align: right;
}

.first-screen_image img {
	max-width: 100%;
	transform: translateX(37%);
}



.advantage_list span{
	margin: 30px 0px;
    font-weight: 600;
    font-size: 20px;
    color: #1f2329;
    margin-left: 10px;
}


.advantage_list span {
  position: relative;
  display: block;
  line-height: 1.5;
  padding-left: 28px; /* 文字向右缩进 */
}

.advantage_list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px; /* 图标宽度 */
  height: 22px; /* 图标高度 */
  background-image: url('../img/check_advantage.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.advantage_desc {
	font-size: 22px;
	line-height: 40px;
}


.advantage_desc p{
	color: #646a73;
	font-family: 'PingFang SC';
	line-height: 2;
}


/* Practice Section */
.practice {
	padding: 60px 0;
	background-image: url('../img/practice_bg.png'), url('../img/practice_bg2.png');
	background-clip: padding-box, padding-box;
	background-size: auto 100%, auto 100%;
	background-repeat: no-repeat, no-repeat;
	background-attachment: scroll, scroll;
	background-position: calc(50% - 1100px), center 0;
	background-blend-mode: normal, normal;
	height: 198px;
}

.practice_contain{
	width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.practice_header {
    color: #fff;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.practice_title {
	font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.practice_description {
    font-size: 16px;
    line-height: 18px;
    margin-top: 16px;
}


.practice_header a {
	margin-top: 33px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	background-color: transparent;
	border-color: #fff;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	min-width: 104px;
}


.practice_cards {
	display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    flex: 1;
}


.practice_cards .practice_card{
	display: flex;
    width: 260px;
    height: 108px;
    background-color: #fff;
    margin-left: 30px;
    padding-left: 24px;
    align-items: center;
    box-shadow: 0 2px 8px 2px rgba(36, 91, 219, .02), 0 2px 4px rgba(36, 91, 219, .04), 0 1px 2px -2px rgba(36, 91, 219, .12);
    transition: box-shadow .2s ease-in-out;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    cursor: pointer;
}

.practice_cards .practice_card img{
    width: 35px;
    height: 35px;
    margin-right: 9px;
    display: block;
}


.practice_card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease;
	text-decoration: none;
	color: inherit;
}

.practice_card:hover {
	transform: translateY(-4px);
}


.practice_card-title {
	white-space: pre-wrap;
    color: #646a73;
    font-size: 16px;
    line-height: 22px;
}

/* Button Styles */
.button {
	display: inline-block;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 24px;
	transition: background-color 0.3s, color 0.3s;
	cursor: pointer;
}

.button--filled-primary {
	background-color: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
}

.button--filled-primary:hover {
	background-color: #0055b3;
	border-color: #0055b3;
}

.button--outlined-primary {
	background-color: transparent;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.button--outlined-primary:hover {
	background-color: rgba(0, 102, 204, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
	.first-screen_content {
		flex-direction: column;
		text-align: center;
	}

	.first-screen_image {
		text-align: center;
	}

	.first-screen_image img {
		transform: translateX(0);
		max-width: 80%;
	}

	.practice_cards {
		grid-template-columns: 1fr;
	}

	.first-screen_title {
		font-size: 28px;
	}

	.practice_title {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.first-screen {
		padding: 40px 0;
	}

	.practice {
		padding: 40px 0;
	}

	.first-screen_title {
		font-size: 24px;
	}

	.first-screen_description {
		font-size: 16px;
	}

	.practice_title {
		font-size: 20px;
	}
}



/* four consultant */

.consultant{
	min-width: 1280px;
}


.consultant-contains{
    position: relative;
    background: linear-gradient(180deg, #f0f4ff 0, rgba(240, 244, 255, 0) 100%);
    overflow: hidden;
}

.consultant-content{
	display: flex;
	width: 1200px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	justify-content: space-between;
}

.consultant-content-right{
	padding-top: 140px;
	padding-bottom: 140px;
	padding-left: 48px;
	position: relative;
	z-index: 1;
}

.consultant-content-right p{
	font-size: 40px;
	line-height: 48px;
	color: #0f1114;
	font-weight: 600;
	font-size: 40px;
	margin-top: 4px;
}


.consultant-content-itmes{
	display: flex;
	align-items: center;
	margin-bottom: 65px;
	margin-top: 40px;
}


.consultant-content-title{
	display: flex;
	align-items: center;
}

.consultant-content-items-style span{
	margin-left: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    white-space: pre-wrap;
}


.consultant-content-items-style p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
/*    white-space: pre; */
}


.consultant-content-items-style{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 172px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	margin-right: 12px;
}


.content-items-bg1{
	border: 1px solid #bacefd;
	color: #1c4cba;
	background-color: rgba(225, 234, 255, .5);
}

.content-items-bg2{
	border: 1px solid #a9efe6;
	color: #078372;
	background-color: rgba(213, 246, 242, .5);
}

.content-items-bg3{
	border: 1px solid #fed4a4;
	color: #de7802;
	background-color: #fff5eb;
}

.consultant-content-right a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 52px;
	border-radius: 999999px;
	line-height: 26px;
	padding: 10px 15px;
	font-size: 16px;
	min-width: 100px;
	list-style: none;
	position: relative;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	border: solid 1px #ffffff;
	transition: color .1s ease-in, background-color .1s ease-in, border-color .1s ease-in, width .2s ease-in;
	touch-action: manipulation;
	text-decoration: none;
	color: #ffffff;
	background: #1456f0;
	border-color: #1456f0;;
}

.consultant-content-left{
	position: relative;
	flex: 1;
	z-index: 1;
}

.consultant-content-left-bg{
    position: absolute;
    width: 1920px;
    bottom: -3px;
    right: 0;
    left: 0;
    transform: translateX(-360px);
    height: 100%;
    background-image: url('../img/advantage_bg_left_2.png');
    background-clip: padding-box;
    background-size: 1920px 626px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center 100%;
    background-blend-mode: normal;
}


*  advantage */

.advantage{
	min-width: 1200px;
}

.advantage-content{
	background: linear-gradient(180deg, #f1f5ff 0, #fff 100%);
	background-image: url('../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;
}

.advantage-title{
	width: 1200px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 64px;
}

.advantage h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #1f2329;
}

.advantage-cloum{
	margin-top: 44px;
}

.advantage-cloum-top{
    display: flex;
    justify-content: space-between;
}


.advantage-cloum-top img{
	width: 100%;
	padding-top: 20px;
}

.advantage-cloum-top-right{
	width: 542px;
	height: 250px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #eef2fd;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}

.advantage-cloum h3{
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
	color: #3370ff;
	display: inline-block;
	-webkit-text-fill-color: transparent;
}

.color h3 {
    background: linear-gradient(94.67deg, #0094ff 5.3%, #001aff 98.79%);
    -webkit-background-clip: text;
}


.advantage-cloum span{
    font-size: 32px;
    line-height: 45px;
    margin-top: 2px;
    font-weight: 600;
    color: #1f2329;
    display: block;
}


.advantage-cloum p{
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    color: #646a73;
}

.advantage-cloum-bottom{
	margin-top: 33px;
}

.advantage-cloum-bottom-distinct{
	width: 100%;
	height: 281px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #fff;
	text-align: left;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.advantage-cloum-bottom-left{
	padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    flex: 0 0 582px;
}

.advantage-cloum-bottom-right{
	display: flex;
	align-items: center;
	flex: 0 0 626px;
}

.advantage-cloum-bottom-right img{
	height: auto;
	width: 100%;
}


.container_storage {
	max-width: 1200px;
	margin: 0 auto;
}

/* Warehouse Model Section */
.warehouse-model {
	text-align: center;
	padding: 40px 0;
}

.warehouse-model__header {
	margin-bottom: 40px;
}

.warehouse-model__title {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 16px;
}

.warehouse-model__subtitle {
	font-size: 18px;
	color: #666;
}

/* 仓库模型网格样式 */
        .warehouse-model__grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
            gap: 20px;
            padding: 20px;
            max-width: 1280px;
            margin: 0 auto;
        }

        /* 单个项目样式 */
        .warehouse-model__item {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        /* 鼠标悬停效果 */
        .warehouse-model__item:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }

        /* 图片容器样式 */
        .warehouse-model__image {
            width: 100%;
            height: 320px; /* 根据1080×720比例调整 */
            overflow: hidden;
        }

        /* 图片样式 */
        .warehouse-model__image img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 保持图片比例，填充容器 */
            display: block;
        }

        /* 标题样式 */
        .warehouse-model__item-title {
            padding: 15px;
            font-size: 1.2rem;
            font-weight: 600;
            text-align: center;
            color: #333;
        }

        /* 响应式设计 */
        @media (max-width: 768px) {
            .warehouse-model__grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 15px;
                padding: 15px;
            }

            .warehouse-model__image {
                height: 150px; /* 小屏幕下调整图片高度 */
            }

            .warehouse-model__item-title {
                font-size: 1rem;
                padding: 10px;
            }
        }

        @media (max-width: 480px) {
            .warehouse-model__grid {
                grid-template-columns: 1fr;
            }

            .warehouse-model__image {
                height: 120px;
            }
        }


.map-container {
  width: 100%;
  background: linear-gradient(180deg, #f1f5ff 0, #fff 100%);
  background-image: url(../img/advantage_bg.png);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  margin-top: 40px;
}

.map-header h1 {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 16px;
}
.map-arrow {
  font-size: 24px;
  color: #007bff;
  cursor: pointer;
}
.map-section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.image-display {
  max-width: 1200px;
  margin: 20px 0;
  /* background-color: #fff; */
  border-radius: 10px;
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  padding: 20px;
}
.map-image {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}

.map-image img{
	width: 100%;
	height: 580px;
}


