
.page-banner{
	position: relative;
	background: #f8f8fe;
	overflow:hidden;
	padding:3rem 0;
}

.block-blur-1{
	position: absolute;
    bottom: 295px;
    left: -59px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #61FF00;
    filter: blur(40px);
}
.block-blur-2{
	position: absolute;
    bottom: -69px;
    left: 668px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #00FFF0;
    filter: blur(50px);
}

.block-blur-3{
    position: absolute;
    top: -27px;
    right: 438px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #FF00E5;
    filter: blur(40px);
}

.block-blur-4{
	position: absolute;
    bottom: 191px;
    right: -189px;
    width: 223px;
    height: 223px;
    border-radius: 50%;
    background: #ECE30A;
    filter: blur(50px);
}


.page-banner .text-info h2{
    color: #030014;
    font-size: 58px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: -1.95px;
    margin-bottom: 24px;
}
.page-banner .text-info p{
    color: #444;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 39px;
}


.page-banner .text-info a.link{
	color:#fff;
	background-color: rgb(104, 68, 237);
	display: inline-block;
    padding: 0.8rem 2rem;
    border-radius: 10px;
	font-weight:bold;
}

.single-image{
	animation: transformY 3s linear infinite;
	animation-direction: alternate;
}

.image-cards{
	position: relative;
	height: 100%;
}

.image-cards .item{
	position: absolute;
    width: 290px;
    height: 365px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(254, 254, 254, 0.60) 0%, rgba(248, 248, 254, 0.80) 100%);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(40px);
    padding: 2rem;
	
	animation: transformY 3s linear infinite;
	animation-direction: alternate;
}



.image-cards .item:nth-child(1){
    left: 0;
	top: 30%;
}
.image-cards .item:nth-child(2){
    left: 30%;
    top: 0;
	
	animation-direction: alternate-reverse;
}
.image-cards .item:nth-child(3){
    right: 0;
    top: -20%;
}

.image-cards .item .image{
	position: relative;
}

.image-cards .item .image .icon {
    position: absolute;
    left: 4px;
    bottom: 10px;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(104, 68, 237, 0.20);
    border-radius: 50%;
    background: #FFF;
	color:#F62B52;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-cards .item .image .counter-like {
    width: 70px;
    height: 70px;
    background: #F62B52;
	color:#fff;
	font-weight:bold;
    position: absolute;
    top: 0;
    right: -8px;
    text-align: center;
    padding: 18px 0;
    border-radius: 50%;
}


.image-cards .item-sm{
	position: absolute;
	right: 0;
    bottom: 0;
	border: 1px solid #aebde5;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(254, 254, 254, 0.60) 0%, rgba(248, 248, 254, 0.80) 100%);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(40px);
    padding: 1rem 4rem;
	
	animation: transformX 3s linear infinite alternate;
	
}
.image-cards .item-sm p{
	margin:0;padding:0;
	color: #000;
    font-size: 18px;
    font-weight: 500;
}
.image-cards .item-sm .ellipse {
    position: absolute;
    top: 15px;
    left: 17px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FC8800;
}
.image-cards .item-sm  .ellipse-1 {
    position: absolute;
    bottom: 10px;
    left: 27px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FC8800;
}

.image-cards .item-sm .ellipse-2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(104, 68, 237, 0.2);
    border: 6px solid rgba(104, 68, 237, 0.2);
}

.image-cards .item-sm .hand{
	position: absolute;
    right: -10px;
    bottom: -40px;
    width: 46px;
    height: 74px;
}



.part-1{}
.part-1 .item{
	position: relative;
    padding: 2rem;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

.part-1 .item i.bi{
	color:#6844ed;
	font-size:2rem;
	font-weight:bold;
}
.part-1 .item h5{
    color: #030014;
	font-weight:bold;
    line-height: 2;
    margin-top: 1rem;
	font-family: 'Space Grotesk', sans-serif;
}
.part-1 .item p{
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #696969;
	
}

.part-1 .item .order {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 100px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -3px;
    background: linear-gradient(180deg, rgba(230, 228, 252, 0.50) 0%, rgba(230, 228, 252, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




.part-2{}
.part-2 .item{
	border: 1px solid rgba(52, 104, 240, 0.20);
    background: rgb(245 245 254);
	margin-bottom:1rem;
	padding:1.6rem;
	border-radius:10px;
}
.part-2 .item h5{
	font-size: 24px;
    font-family: 'Space Grotesk', sans-serif;
    color: #030014;
    font-weight: 700;
}
.part-2 .item p{
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #696969;
	margin:0;
}

.part-3{}


.part-3  p.desc{
	margin: 0 0 30px;
    font-weight: 400;
    font-size: 18px;
    color: #696969;
    line-height: 33px;
}


.part-3  ul.list{
	padding:0;
}


.part-3  ul.list li{
    font-weight: 400;
    font-size: 16px;
    color: #696969;
	margin-bottom:1rem;
	

	list-style: none; /* 移除默认的列表标记 */
	padding-left: 40px; /* 为图像留出空间 */
	background: url("../../images/icons/fapiaoduihao@2x.png") no-repeat left center; /* 设置背景图像 */
	background-size: 20px 20px; /* 控制图像大小 */
}


.part-4{}
.part-4 .item{
	position: relative;
    padding: 2rem;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

.part-4 .item i.bi{
	color:#6844ed;
	font-size:2rem;
	font-weight:bold;
}
.part-4 .item h5{
    color: #030014;
	font-weight:bold;
    line-height: 2;
    margin-top: 1rem;
	font-family: 'Space Grotesk', sans-serif;
}
.part-4 .item p{
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #696969;
	margin:0;
}

.part-4 .item .order {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 100px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -3px;
    background: linear-gradient(180deg, rgba(230, 228, 252, 0.50) 0%, rgba(230, 228, 252, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.service-list .item{
	text-align:center;
}

.service-list .item h5{
    color: #030014;
	font-weight:bold;
    line-height: 2;
	font-family: 'Space Grotesk', sans-serif;
}

.service-list .item p{
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #696969;
	margin:0;
}


.service-box{}

.service-box .desc p{
	text-indent:2em;
    font-weight: 400;
    font-size: 18px;
    color: #696969;
    line-height: 1.8;
}

.service-box .box {
    position: relative;
    padding: 2rem;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

.service-box .box h5 {
    color: #030014;
    font-weight: bold;
    font-family: 'Space Grotesk', sans-serif;
	margin-bottom:1.5rem;
}

.service-box .box p {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    color: #696969;
}
.service-box .box p:last-child{
	margin-bottom:0;
}


.service-timeline{
	display: flex;  
    flex-direction: column;
    align-items: center;
	
	position: relative;
}

.service-timeline:after{
	content:'';
	
	position: absolute;
	top: 0;

	width:1px;height:100%;
	border-left:1px dotted #333;

}

.service-timeline .item{
    display: flex;
    justify-content: center;
	padding: 2rem 0;
}

.service-timeline .item .line{
	margin:0 3rem;
}

.service-timeline .item big{
	font-size:24px;
	color:#999;
	font-weight:bold;
	
	position: relative;
}
.service-timeline .item big:before{
	content: '';
    position: absolute;
    left: -35px;
    top: 50%;
    width: 30px;
    height: 1px;
    border-top: 1px solid #999;

}

.service-timeline .item .text-end big:before{
	left:auto;
    right: -35px;

}

.service-timeline .item h5{
	font-size:18px;
	color:#000;
	font-weight:bold;
}

.service-timeline .item p{
	color:#444;
}