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

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

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

.block-blur-4{
	position: absolute;
    bottom: 191px;
    right: -189px;
    width: 223px;
    height: 223px;
    border-radius: 50%;
    background: #F44336;
    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;
}


.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: 10%;
}
.image-cards .item:nth-child(2){
    left: 30%;
    top: -10%;
	
	animation-direction: alternate-reverse;
}
.image-cards .item:nth-child(3){
    right: 0;
    top: 10%;
}

.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%;
}







.part-1{
	background-color:#fff;
}
.part-1 .box{
	background-color: #F4F9FF;
    border-radius: 20px;
    box-shadow: 0 0 6px 0 rgba(24, 117, 255, 0.1);
    border: 1px solid #E3E3E3;
	padding: 51px 20px 26px;
	height:100%;
}

.part-1 .box .box-title{
    margin: 0 auto;
    width: 150px;
    padding: 0 30px;
    background: linear-gradient(90deg, #77A0F2, #0068FF);
    border-radius: 10px;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 65px;
    margin-top: -84px;
}


.part-1 .box .box-body{
    margin-top: 1rem;
	background-color:#fff;
    border-radius: 20px;
	position: relative;
	height:100%;
}

.part-1 .box .box-body hr{
	margin:0;
	border: 0;
}
.part-1 .box .box-body hr.v{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;	
    border-left: 1px solid #adbee5;
}

.part-1 .box .box-body hr.h{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-0.5rem);
    width: 70%;
    height: 1px;
	border-top: 1px solid #adbee5;
}

.part-1 .box .box-body span.c{
	display:block;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
	width:10%;
	height:10%;
	background-color:#fff;
	z-index:9;
}



.part-1 .box .item{
	text-align:center;
	margin:1rem;
	padding:1rem;
}

.part-1 .box .item h5{
	color: #333;
	font-weight: 500;
    font-size: 21px;
}

.part-1 .box .item p{
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #696969;
}

.part-1 .box .item-icons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
	margin:1rem;
}

.part-1 .box a.item-link{
	background-color:#e7f0fc;
	padding:0.3rem 1rem;
    margin: 24px auto 0;
    font-weight: 400;
    font-size: 14px;
    color: #2470E5;
    border-radius: 8px;
}





.part-2{

}
.part-2 .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.part-2 .nav .nav-link{
	padding:0;
	text-align: center;
    width: 280px;
    height: 79px;
    line-height: 79px;
    background: #FFFFFF;
    border-radius: 10px;
    font-weight: 800;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
}


.part-2 .nav .nav-link.active{
	
	color: #FFFFFF;
    background: linear-gradient(90deg, #77A0F2, #0068FF);
    box-shadow: 0 0 46px 0 rgba(22, 105, 228, 0.25);

}

.part-2 .tab-content{
	margin-top:3rem;
}

.part-2 .tab-content h5.title{
	margin: 2rem 0 1rem;
    font-weight: 400;
    font-size: 24px;
    color: #696969;
    line-height: 40px;
}

.part-2 .tab-content ul.list{
	padding:0;
}


.part-2 .tab-content ul.list li{
    font-weight: 400;
    font-size: 16px;
    color: #696969;
    line-height: 3;
	

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






.part-3  h5.title{
    margin: 44px 0 40px;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 33px;
}

.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 .customs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.part-4 .customs .item{
    box-shadow: 0 0 13px 0 rgba(20, 58, 126, 0.14);
    margin: 15px 10px 15px 10px;
    border-radius: 10px;
    width: 160px;
    height: 83px;
	margin:1rem;
	background-color:#fff;
}

.part-4 .customs .item img{
	object-fit: contain;
	width:100%;
	height:100%;
}


