* {
	padding: 0;
	margin: 0;
	letter-spacing:0.2em;
	
}

li{
	list-style: none;
}
h6 {
	text-align: center;
	line-height: 24px;
	font-size: 24px;
}

.wallet_introduce {
	background: #3D61F5;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}

.wallet_introduce_content {
	width: 60%;
	margin: 20px auto;
}

.wallet_introduce_btn {
	width: 25%;
	margin: 20px auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	background: #F9F8F8;
	color: #3D61F5;
	padding: 10px 30px;
	border-radius: 10px;
}

.wallet_introduce_btn span {
	font-weight: bold;
}



.wallet_fun {
	background: #fff;
	margin: 20px 0;
}

.wallet_fun_content {
	width: 70%;
	margin: 20px auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;

}

.wallet_fun_top {
	color: #3D61F5;
	font-weight: bold;
	font-size: 18px;
}

.wallet_fun_bottom {
	color: #282828;
}

.wallet_fun_left {
	width: 50%;
}

.wallet_fun_right {
	width: 40%;
}

.wallet_fun_left_item {
	margin-bottom: 15px;
	margin-left: 30px;
}

.im_advantage {}

.im_advantage_content {
	width: 60%;
	margin: 20px auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}




/* .wallet_fun_left_item ul {
	margin-top: 100px;
} */

.wallet_fun_left_item ul li {
	color: #888888;
	margin-top: 40px;
}


.NFT_process {
	background: #FFFFFF;
	padding: 30px 0;
}


.NFT_process_content {
	margin: 20px auto;
	width: 80%;
}

.NFT_process_top {
	text-align: center;
}

.NFT_process_bottom {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	width: 85%;
	margin: 20px auto;
}

.NFT_process_item {
	width: 15%;
}

.NFT_process_item_title {
	color: #5450F9;
	font-size: 16px;
	margin: 10px 0;
}

.NFT_process_item_content {
	color: #999;
	font-size: 14px;
}

.im_characteristic {
	background: #F5F5F5;
	padding: 20px 0;
}

.im_characteristic_content {
	width: 60%;
	margin: 20px auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.im_characteristic_left {
	width: 40%;

}

.im_characteristic_right {
	width: 50%;
}

.im_characteristic_left img {
	width: 70%;

}

.im_characteristic_right img {
	width: 70%;
}
