.friendLink{
	width: 100%;
	height: 250px;
	background: #C5E4FE;
	padding-top:21px;
}
.friendLink .linkTop{
	display: flex;
	justify-content:center;
	align-items: center;
	
}
.friendLink .linkTop .line{
	display: inline-block;
	width: 360px;
	height: 1px;
	background: #1E1E1E;
}
.friendLink .linkTop .text{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #1E1E1E;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin:0 44px;
}
.friendLink .website,.friendLink .website2{
	display: flex;
	justify-content: space-between;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #1E1E1E;
	text-align: center;
	font-style: normal;
	text-transform: none;
	line-height: 40px;

}
.friendLink .website .link1,.friendLink .website2 .link1{
	width: 49%;
	height: 40px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	margin-top:20px;
}
.friendLink .website2 .link1{
	width:100%;
}
.friendLink .selectLink{
	display: flex;
	justify-content: space-between;
	margin-top:20px;
}
.friendLink .selectLink .select1{
	width: 240px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px
}
