/* 主内容区样式 */
.main {
  padding-top: 50px;
}
.container {
  /* max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px; */
}
.container-part1 {
	margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: -28%;
	padding: 0 10%;
}
.section {
  /* padding: 64px 0 0; */
  /* background: linear-gradient(180deg, #F0F8FA 0%, rgba(255, 255, 255, 0) 30%); */
}

.section-light {
  background: linear-gradient(135deg, #E6F0FF 0%, #F0F9FF 100%);
}

.section-title {
  font-size: clamp(18px, 1.67vw, 32px);
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.section-subtitle {
  font-size: clamp(16px, 1vw, 20px);
  color: #252525;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}

.part1{
	background-image: url('../image/15.png');
	/* background-color: #f0f8fa; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 40%;
	position: relative;
}

.flex-container {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	/* max-width: 1520px; */
    margin: 0 auto;
}
.flex-container-part1 {
	/* display: grid;
	align-items: center;
	justify-content: center;
	text-align: center; */
	max-width: 1045px;
}
.flex-item-part1 {
	flex: 1;
	min-width: 300px;
	text-align: center;
    display: grid;
    justify-items: center;
}
.hero-label {
	padding: 0 14px;
	margin-bottom: 6px;
	position: relative;
	width: max-content;
	height: 57px;
	border-radius: 8px;
	background: transform;
	overflow: hidden; /* 关键，让伪元素的圆角被裁切 */
	font-size: clamp(18px, 1.25vw, 24px);
	font-weight: bold;
	color: #377CFE;
	line-height: 57px;
}

.hero-label::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* 等于你原来 border 的宽度 */
  border-radius: 8px;
  background: linear-gradient(90deg, #41B4FF 0%, #7067F9 101%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.hero-title {
	font-size: clamp(32px, 5vw, 96px);
	font-weight: bold;
	line-height: normal;
	text-align: center;
	letter-spacing: 0em;
	background: linear-gradient(83deg, #4AE4FF 3%, #3F4BE7 40%, #AD6CE6 98%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-top: 16px;
}
.hero-text{
	font-size: clamp(16px, 1.25vw, 24px);
	color: #252525;
	margin-top: 18px;
}
.part2{
	background: #ffffff;
	min-height: 900px;
	display: block;
	padding: 70px 17% 70px;
}
.part2-item{
	flex: 1;   
	display:flex;
	justify-content:center;
	align-items:stretch;
	/* background: #E5F1FD; */
	/* gap:20px; */
	
}
.part2-image{
	/* width: clamp(350px, 32.5vw, 625px); */
	width: 50%;
	min-height: 420px;
	border-radius: 16px 0px 0px 16px;
}
.part2-item-right{
	/* width: clamp(350px, 32.5vw, 625px); */
	width: 50%;
	min-height: 420px;
	background: #E5F1FD;
	border-radius: 0px 16px 16px 0px;
	padding: 79px 64px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	gap:20px;
}
.part2-hero-label{
	padding: 0 14px;
	position: relative;
	width: max-content;
	height: 52px;
	border-radius: 8px;
	background: transform;
	overflow: hidden; /* 关键，让伪元素的圆角被裁切 */
	font-size: clamp(18px, 1.05vw, 20px);
	font-weight: bold;
	background: linear-gradient(90deg, #41B5FF 5%, #7066F9 98%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	line-height: 52px;
	margin: 10px 0 0;
}
.part2-hero-label::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* 等于你原来 border 的宽度 */
  border-radius: 8px;
  background: linear-gradient(90deg, #41B4FF 0%, #7067F9 101%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.part2-hero-text{
	font-size: clamp(16px, 1.25vw, 24px);
	color: #252525;
	text-align: left;
}

.flex-item-title{
	font-size: clamp(24px, 1.88vw, 36px);
	font-weight: bold;
	color: #252525;
	text-align: left;
	margin-top:50px;
}
.flex-item-description{
	font-size: clamp(16px, 1.05vw, 20px);
	color: #1E293B;
	text-align: left;
	margin-top:18px;
}

.part3{
	background-image: url('../image/17.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	max-width: none;
	padding: 72px 16%;
}
.part3-title{
	font-size: clamp(24px, 4.48vw, 48px);
	font-weight: bold;
	color: #1E293B;
	margin-bottom: 40px;
}
.part3-item{
	display:flex;
	justify-content: space-between;
	
    gap: 46px;
}
.part3-item-card{
	width: 30%;
	min-height: max-content;
	border-radius: 16px;
	opacity: 1;
	background: #FFFFFF;
	box-shadow: 0px 4px 31px -16px rgba(211, 211, 211, 0.8);
	/* transition: all 0.3s ease; */
}
/* .part3-item-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
} */
.part3-item-card-image{
	width: 100%;
	/* max-width: 394px; */
	/* width: 394px; */
	/* height: 276px; */
	/* object-fit: none; */
	border-radius: 16px 16px 0px 0px;
}
.part3-card-label{
	font-size: clamp(18px, 1.36vw, 26px);
	font-weight: 600;
	color: #252525;
	padding: 20px 20px 10px;
}
.part3-card-description{
	font-size: clamp(14px, 1.05vw, 20px);
	color: #4B5563;
	padding: 0 20px 30px;
}
.part4 {
	width: 100%;	
    margin: 0 auto;
	min-height: 2411px;
	background: linear-gradient(180deg, #E4F1FD 0%, rgba(249, 250, 251, 0) 100%);
	padding: 64px 16% 0;
}
.part4-item{
	width: auto;
    min-height: 430px;
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(168, 168, 168, 0.3);
	margin-bottom: 32px;
}
.part4-item-label{
	font-size: clamp(24px, 1.77vw, 34px);
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #E5E7EB;
    padding: 47px 0px 10px;
    margin: 0 47px;
}
.part4-item-card{
	display:flex;
	justify-content:center;
	padding: 36px 0px 33px;
	gap: 35px;
	flex-wrap: wrap;
}
.card-item-title{
	font-size: clamp(14px, 1.25vw, 24px);
	color: #6B7280;
	margin: 10px 46px 20px 48px;
}
.part4-item-card-image{
	width: 100%;
	max-width: 445px;
	height: 233px;
	object-fit:contain;
}
.item2{
	width: 370px;
	height: 300px;
}
.item3{
	width: 277px;
	min-height: 310px;
	display: table-column-group !important;
	text-align: left !important;
}
.item3 p{
	padding: 0 20px 30px !important;
}
.card-item{
	text-align: center;	
	border-radius: 16px;
	background: #FEFEFE;
	box-sizing: border-box;
	border: 2px solid #C4D9FC;
	box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
	/* transition: all 0.3s ease; */
}
/* .card-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
} */
.card-item-yuan-image{
	width: 84px;
	height: 84px;
	margin-bottom: 20px;
}
.card-item-image{
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	border-radius: 14px 14px 0 0;
}
.card-item-label{
	font-size: clamp(18px, 1.36vw, 26px);
	font-weight: 600;
	color: #252525;
	padding: 0 20px;
}
.card-item-description{
	font-size: clamp(14px, 1vw, 22px);
	color: #4B5563;
	padding: 0 20px;
}
.part4-setup{
	width: 390px;
	height: 82px;	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-size: clamp(18px, 1.28vw, 28px);
	color: #FFFFFF;
	font-weight: 600;
	line-height: 82px;
	text-align: center;
}
.bg1{
	background-image: url('../image/28.png');	
}
.bg2{
	background-image: url('../image/29.png');
}
.bg3{
	background-image: url('../image/30.png');
}
.bg4{
	background-image: url('../image/31.png');
}

.part5{
	min-height: 800px;
	background: #F8FAFC;
}
.part5-subtitle{
	font-size: clamp(14px, 1.25vw, 24px);
	color: #252525;
}
.part5-content{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
    gap: 62px;
	flex-wrap: wrap;
}
.part5-content-image{
	width: 177px;
	height: 177px;
}
.part5-content-right-title{
	color: #252525;
	display: flex;
    gap: 17px;
	margin-bottom: 24px;
}
.part5-content-right-title-name{
	font-size: clamp(18px, 1.88vw, 36px);
	font-weight: bold;
	
}
.part5-content-right-title-lable{
	font-size: clamp(16px, 1.67vw, 32px);
	display: flex;
    align-items: flex-end;
    height: auto;
}
.part5-content-right-text{
	font-size: clamp(14px, 1.25vw, 24px);
	font-weight: 500;	
}
.part5-content-right-text li{
	color:#377CFE;
}
.part5-content-right-text li p{
	color:#3D3D3D;
}
.part5-item{
	display:flex;
	justify-content:space-evenly;
	align-items:center;
	padding: 83px 16% 0;
	flex-wrap: wrap;
    gap: 10px;
}
.part5-item-card{
	text-align:center;
}
.part5-item-card-image{
	width: 125px;
	height: 125px;
}
.user-name{
	font-size: clamp(18px, 1.28vw, 28px);
	font-weight: bold;
	color: #252525;
}
.user-jop{
	font-size: clamp(14px, 1.05vw, 20px);
	color: #377CFE;
}
.part6{
	background: #FAFAFA;
}
.part6-content{
	text-align: center;
	background-image: url('../image/38.png');	
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: clamp(280px, 23.5vw, 450px);
	display: flex;
    justify-content: center;
}
.email{
	width: clamp(300px, 38vw, 730px);
    max-width: 730px;
	height: clamp(50px, 5.3vw, 100px);
	border-radius: 50px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 47px;
}
.email div{
	font-size: clamp(14px, 1.25vw, 24px);
	color: #000000;
}

/* 响应式设计 */
@media (max-width: 1024px) {
	.part2,.part3,.part4{
		padding: 64px 10% 64px;
	}
    
	.part4-item-card{
		padding: 36px 10px 33px;
	}
	.part5-content-right-title,.part5-content-right-text{
		padding: 0px 40px 0px;
	}
	.part3-item{
		flex-wrap: wrap;
	}
	.part3-item-card{
		width: 45%
	}
}
@media (max-width: 768px) {
	.part3-item-card{
		width: 100%
	}
	.part2-item{
		flex-wrap: wrap;
		border-radius: 16px 16px 0px 0px;
	}
	.part2-image{
		width: 100%;
		border-radius: 16px 16px 0px 0px;
		object-fit: cover;
		min-height: unset;
	}
	.part2-item-right{
		width: 100%;
		border-radius: 0px 0px 16px 16px;
		min-height: max-content;
		padding: 20px 20px 20px;
	}
	.container-part1{
		padding: 0 5% 20px;
	}
	.part2 ,.part3 ,.part4{
		padding: 40px 5% 40px;
	}
  .hero-title {
	font-size: 32px;
  }
  
  .section-title {
	font-size: clamp(16px, 1.25vw, 24px);
  }
  
  .flex-container {
	flex-direction: column;
  }
  .part4-item-card{
		gap: 20px !important;
		padding: 0px 20px 20px;
	}
	.part3-item{
		gap: 20px;
	}
	.part4-setup{
		background-size: contain;
	}
	.part5-item{
		padding: 40px 10% 0;
	}
	.bg1{
		background-image: url('../image/29.png');
	}
	.bg3{
		background-image: url('../image/31.png');
	}
	.part4-item-label{
		border:none;
	}
	.part6 h3{
		margin-bottom: 0px !important;
		padding: 30px 0 0 !important;
	}
}


