p,h3 {
	padding: 0;
	margin: 0;
}
.main_wrap {
	width: 80%;
	background: #f4f4f4;
	border: 2px dashed #ccc;
	margin: 3rem auto;
	text-align: center;
}
.main_title {
	padding: 2.5rem;
}
.cloud {
	width: 10%;
}
.titleh3 {
	padding-top: 1rem;
}
.titleSpan {
	font-weight: normal;
	color: #999;
}
.tryTitle {
	font-style: italic;
	color: #999;
}
.down_list {
	display: flex;
	flex-direction: row;
	justify-content: left;
	flex-wrap: wrap;
}
.down_wrap {
	width: 33%;
}
.down_wrap2 {
	width: 46%;
}
.list_bc {
	width: 20.5rem;
	height:17.6rem;
	background: url(../img/wallet_icon.png) no-repeat;
	background-size: cover;
	margin: 2rem auto;
	position: relative;
	z-index: 1;
}



@media only screen and (max-width: 1024px) {
	.list_bc {
		width: 18rem;
		height:16rem;
		background: url(../img/wallet_icon.png) no-repeat;
		background-size: cover;
		margin: 2rem auto;
		position: relative;
		z-index: 100;
	}
}
.wxscan {
	background: rgba(0,0,0,0.8);
	width: 100%;
	height:0rem; 
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	
}
.wxscan_img {
	width: 47%; 
	height: 0rem; 
	margin-top: 3.8rem;
}
.apply{
	font-size: 1rem !important;
	position: absolute; 
	top: 0;
	left: 0;
	display: none;
}
.list_bc2 {
	background: url(../img/browser_icon.png) no-repeat;
	background-size: cover;
}
.list_bc3 {
	background: url(../img/finance_icon.png) no-repeat;
	background-size: cover;
}
.list_bc4 {
	background: url(../img/fish_icon.png) no-repeat;
	background-size: cover;
}
.list_bc5 {
	background: url(../img/qs_icon.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}
.list_bc6 {
	background: url(../img/mini_icon.png) no-repeat;
	background-size: cover;
}
.list_bc7 {
	background: url(../img/shopping_icon.png) no-repeat;
	background-size: cover;
}
.list_bc8 {
	background: url(../img/client_icon.png) no-repeat;
	background-size: cover;
}
.list_bc9 {
	background: url(../img/scancode_icon.png) no-repeat;
	background-size: cover;
}
.list_bc10 {
	background: url(../img/nft_icon.png) no-repeat;
	background-size: cover;
}
.list_bc p {
	padding-top: 12rem;
	font-size: 1.8rem;
	color: white;
}
.ins {
	padding-top: 2rem;
}
.guide {
	text-align: left;
}
.guide_list {
	width: 80%;
	height: 7rem;
	line-height: 7rem;
	font-size: 2rem;
	border-bottom: 2px dashed #ccc;
	margin: 0 auto;
	cursor: pointer;
}
.biao {
	width: 5rem;
	height: 5rem;
	float: left;
	margin-top: 1rem;
}
.code_pic_d {
	position: fixed;
	top:30%;
}
.code_pic_t{
	margin: 0;
	padding: 1rem 0;
}
