* {
	padding: 0;
	margin: 0;
	letter-spacing:0.2em;
	
}

h6 {
	text-align: center;
	line-height: 24px;
	font-size: 24px;
}

.wallet_introduce {
	text-align: center;
	margin-top: 68px;
	width: 100%;
  	height: 450px;
	background-image: url('../new_picture/15.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size:auto 100%;
}

.wallet_introduce_content {
	width: 60%;
	margin: 20px auto;
	color: #FFFFFF;
}

.wallet_introduce_btn {
	width: 20%;
	margin: 20px auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	color: #3D61F5;
	padding: 10px 30px;
	border-radius: 10px;
	background: #FFFFFF;
}

.wallet_introduce_btn span {
	font-weight: bold;
}


.qracle_introduction {
	margin: 20px auto;
	padding: 40px 0;
}

.qracle_introduction_content {
	width: 60%;
	margin: 20px auto;
	display: flex;
	flex-flow: row nowrap;
	flex-wrap: wrap;
	align-content: space-around;
}

.qracle_introduction_left {
	width: 60%;
}

.qracle_introduction_right {
	width: 40%;
}


.qracle_introduction_item {}

.qracle_introduction_item_title {
	font-size: 32px;
	font-family: Impact;
	font-weight: 400;
	color: #3D61F5;
	opacity: 0.3;
}

.qracle_introduction_item_content {
	color: #282828;
	font-size: 12px;
	line-height: 18px;
}


.qracle_why_need {
	padding: 40px 0;
	margin: 20px auto;
	background: #F5F5F5;
}

.qracle_why_need h6 {
	font-weight: bold;
}

.qracle_why_need_content {
	margin-top: 20px;
	line-height: 18px;
	font-size: 14px;
	width: 60%;
	margin: 20px auto;
	color: #282828;
}





.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;
}

.wallet_introduce_frame {
	width: 60%;
	margin: 5% 10%;
	position: relative;
	padding-top: 100px;
}

.wallet_introduce_frame h4 {
	font-weight: bold;
	text-align: left;
}

.wallet_introduce_frame p {
	color: #6e7882;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.wallet_introduce_title {
	font-weight: bold;
	background: #4A86FF;
	color: #fff;
	width: 100px;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.qracle_introduction_content_first {
	width: 32%;
	background-image: url('../new_picture/15-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% 100%;
	color: #000;
	font-size: 12px;
}

.qracle_introduction_content_second {
	width: 32%;
	background-image: url('../new_picture/15-2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% 100%;
	color: #000;
	font-size: 12px;
}

.qracle_introduction_content_third {
	width: 32%;
	background-image: url('../new_picture/15-3.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% 100%;
	color: #000;
	font-size: 12px;
}

.qracle_introduction_content_fourth {
	width: 32%;
	background-image: url('../new_picture/15-4.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% 100%;
	margin-left: 15%;
	color: #000;
	font-size: 12px;
}

.qracle_introduction_content_fifth {
	width: 32%;
	background-image: url('../new_picture/15-5.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% 100%;
	color: #000;
	font-size: 12px;
}

.scene {
	margin: 0 auto;
}

.scene_content {
	margin: 0 auto;
	width: 80%;
	height: 150px;
	background-image: url('../new_picture/15-10.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% 100%;
	display: flex;
    flex-flow: row nowrap;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    justify-content: space-around;
}

.scene_content_bottom {
	margin: 0 auto;
	width: 80%;
	display: flex;
    flex-flow: row nowrap;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    justify-content: space-around;
	text-align: center;
}

.scene_content_bottom h5{
	font-weight: 500;
}

.scene_content_bottom p{
	font-size: 12px;
}