@charset "utf-8";
.banner-bg{
	background-color: #f3f7fe;
}
.banner-img{
	background: url("../img/product/bg.jpg") no-repeat;
	background-size: cover;
}
.banner-product .btn-space a{
	font-size: 18px;
}
.card-item .img{
	padding: 5px;
	border-radius: 5px;
	background-color: #eaf7fe;
	width:44px ;
}
.img-s32 img{
	width: 32px;
	height: auto
}
.img-s40 img{
	width: 40px;
	height: auto
}
.card-p-10{
	padding: 10px;
}
.card-p-15{
	padding: 10px;
}
.card-p-20{
	padding: 20px;
}
.card-p-30{
	padding: 30px;
}
.btn-border{
	padding: 8px;
	border: 1px solid #1954fd;
	color: #1954fd;
	background-color: #fff;
}
.btn-border:hover{
	background-color: #1954fd;
	color: #fff;
}
.hover-border:hover{
	border-color: #1954fd;
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.green-card{
	background-color: #f8fcfa;
}
.blue-card{
	background-color: #f7fafe;
}
.purple-card{
	background-color: #f8f6fd;
}
.orange-card{
	background-color: #fef9f5;
}
.pink-card{
	background-color: #fff5fa;
}
.green-card .tips-floor,
.blue-card .tips-floor,
.purple-card .tips-floor,
.orange-card .tips-floor,
.pink-card .tips-floor{
	padding-bottom: 15px;
	padding-top: 10px;
}
.green-card .tips-floor .col-t,
.green-card .explore{
	border: 1px solid #cde3d7;
	background-color: #e8f7ef;
	border-radius: 4px;
	padding: 3px 5px;
}
.blue-card .tips-floor .col-t,
.blue-card .explore{
	border: 1px solid #cedbe8;
	background-color: #e8f3fe;
	border-radius: 4px;
	padding: 3px 5px;
}

.purple-card .tips-floor .col-t,
.purple-card .explore{
	border: 1px solid #c9c0df;
	background-color: #ece7fa;
	border-radius: 4px;
	padding: 3px 5px;
}

.orange-card .tips-floor .col-t,
.orange-card .explore{
	border: 1px solid #deccbe;
	background-color: #fef4ec;
	border-radius: 6px;
	padding: 3px 6px;
}
.pink-card .tips-floor .col-t,
.pink-card .explore{
	border: 1px solid #debecd;
	background-color: #feecf5;
	border-radius: 4px;
	padding: 3px 5px;
}
.no-border .tips-floor .col-t{
	border: none !important;
}
.card-border-left >div{
	border-left: 1px solid #dde4f1;
}
.card-border-left >div:first-child{
	border-left: none;
}
.white-card-bg{
	background-color: #fff !important;
}
.explore.white-card-bg{
	padding: 5px 12px;
	border-radius: 6px;
}
.ul-list-card li{
	padding: 5px 0;
}
.step-num{
	width: 36px;
	height: 36px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.arrow-card{
	width: 60px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-self: center;
}
.hidden-p p{
	display: none;
}
.li-list-navOrder{
	margin-top: 20px;
}
.list-title{
	font-size: 1.375rem;
}
.li-list-navOrder li{
	position: relative;
	counter-increment: nav-order;
	padding-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.li-list-navOrder li::before{
	position: absolute;
	left: 0;
	top: 10px;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #1954fd;
	background-color: #e7efff;
	border-radius: 50%;
	content: counter(nav-order);
	line-height: 1.4;
}
.hover-text-white:hover{
	color: #fff;
}
.banner-app-bg{
	background-color: #eef3fc;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}
.step-card .num{
	background-color: #05aea5;
	width: 2.125rem;
	height: 2.125rem;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 2px;
	position:absolute;
	left: 0;
}
.how-box .step-card li{
	padding-left: 3.125rem;
	padding-top: 0.625rem;
	padding-bottom: 1.25rem;
	z-index: 10;
}
.absolute-line{
	top: 8%;
	bottom: 23%;
	left: 16px;
	position: absolute;
	border-left: 1px solid #d1d5db;
	z-index: 1;
}
.bg-a{
	background-color: #fafbfd;
}
.bg-linear-a{
	background: linear-gradient(to right, #f3f7fe, #e9f1fd);
}
.absolute-title{
	position: absolute;
	top:0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.green-right-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 30px;
	list-style: none;
}
.green-right-list li{
	position: relative;
	padding: 6px 10px 6px 35px;
}
.green-right-list li::before{
	content: "";
	position: absolute;
	left: 0;
	top:8px;
	width: 1.5rem;
	height: 1.5rem;
	background: url("../img/product/sucess.png") no-repeat;
	background-size: contain;
}
.bg-linear-middle{
	background: radial-gradient(#f7fafc, #e8ecfb);
}
@media (max-width:768px){
	.arrow-card{
		display: none;
	}
	.card-border-left >div{
		border-top: 1px solid #dde4f1;
		border-left: none;
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
	.card-border-left >div:first-child{
		border: none;
	}
	.green-right-list{
		 grid-template-columns: 1fr; 
		 gap: 10px 0; 
	}
	.banner-app-bg{
		background-size: cover;
	}
}