[v-cloak]{
	display: none;
}
.banner{
	width:100%;
	height: 260px;
	background: url(../img/banner.png) no-repeat center;
	background-size: 100%;
}
.banner .text{
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 5px;
	color:#1667D9;
	line-height: 260px;
	background: linear-gradient(90deg, #1667D9 0%, #269CFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.list{
	display: flex;
	margin-top:80px;
	justify-content: space-between;
	margin-bottom: 100px;
}
.list li{
	width:356px;
	height: 240px;
	background: linear-gradient(180deg, #E1EDFF 0%, #FFF 26.92%);
	box-shadow: 0 2px 16px 0 #A0C9FF;
	border-radius: 10px;
	position: relative;
	padding:35px;
}
.list li img{
	width:356px;
	position: absolute;
	top:0;
	right: 0;
	border-radius: 10px;
}
.list li .text1{
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}
.list li .text1 span{
	color: #196dde;
}
.list li .link{
	display: inline-block;
	width:42px;
	height:42px;
	background: #265fa91a;
	border-radius: 50%;
	margin-top: 50px;
	position: relative;
	z-index:100;
	cursor: pointer;
}
.list li .link b{
	display: inline-block;
	width:42px;
	height:42px;
	background: url(../img/arrow.png) no-repeat center;
	background-size: 26px;
}