body {
	background-color: #202231;
}
.pc .main-wrap {
	width: var(--w);
	margin: 0 auto;
}
.pc .banner-wrap {
	width: 100%;
	height: 500px;
	background: url('../img/dapp/dapp_bg@2x.png') no-repeat center center;
	background-size: cover;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.pc .banner-wrap .tag {
	width: 200px;
	height: 60px;
	background: #4c54e6;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}
.pc .banner-wrap .title {
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
	line-height: 70px;
}
.pc .banner-wrap .desc {
	width: var(--w);
	font-size: 26px;
}

.pc .jieshao-wrap .jieshao-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 35px;
}
.pc .jieshao-wrap .jieshao-list .jieshao-item {
	width: 410px;
	height: 280px;
	background: #313341;
	border-radius: 10px;
	padding: 30px 30px;
	box-shadow: 0px 0px 20px 2px rgba(38,40,74,0.30); 
}
.pc .jieshao-wrap .jieshao-list .jieshao-item:hover {
	background: #4c54e6;
}
.pc .jieshao-wrap .jieshao-list .jieshao-item .img {
	margin: 0 auto;
	display: block;
}
.pc .jieshao-wrap .jieshao-list .jieshao-item .title {
	font-size: 20px;
	font-weight: bold;
	margin: 14px auto;
	text-align: center;
}
.pc .jieshao-wrap .jieshao-list .jieshao-item .desc {
	font-size: 16px;
	color: #B6B7BD;
}

.pc .youshi-wrap {
	margin: 100px auto 0;
}
.pc .youshi-wrap .youshi-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 35px;
	margin-top: 30px;
}
.pc .youshi-wrap .youshi-list .youshi-item {
	width: 410px;
	height: 150px;
	background: #313341;
	border-radius: 10px;
	background: #313341;
	border-radius: 10px;
	padding: 30px 20px;
	box-shadow: 0px 0px 20px 2px rgba(38,40,74,0.30); 
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.pc .youshi-wrap .youshi-list .youshi-item:hover {
	background: #4c54e6;
}
.pc .youshi-wrap .youshi-list .youshi-item .img {
	display: block;
	margin-right: 10px;
}
.pc .youshi-wrap .youshi-list .youshi-item .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pc .youshi-wrap .youshi-list .youshi-item .desc {
	color: #B6B7BD;
	font-size: 14px;
}

.pc .yingyong-wrap {
	margin: 100px auto 0;
}
.pc .yingyong-wrap .yingyong-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 35px;
	margin-top: 30px;
}
.pc .yingyong-wrap .yingyong-list .yingyong-item {
	width: 410px;
	height: 280px;
	border-radius: 10px;
	background: #313341;
	padding: 30px 30px;
	box-shadow: 0px 0px 20px 2px rgba(38,40,74,0.30); 
}
.pc .yingyong-wrap .yingyong-list .yingyong-item:hover {
	background: #4c54e6;
}
.pc .yingyong-wrap .yingyong-list .yingyong-item .img {
	display: block;
	margin: 14px auto;
}
.pc .yingyong-wrap .yingyong-list .yingyong-item .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.pc .yingyong-wrap .yingyong-list .yingyong-item .desc {
	color: #B6B7BD;
}

.pc .liyou-wrap {
	margin: 100px auto 90px;
}
.pc .liyou-wrap .liyou-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}
.pc .liyou-wrap .liyou-list .liyou-item {
	width: 640px;
	height: 200px;
	border-radius: 10px;
	background: #313341;
	padding: 30px 30px;
	box-shadow: 0px 0px 20px 2px rgba(38,40,74,0.30);
	background: var(--c);
}
.pc .liyou-wrap .liyou-list .liyou-item .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pc .liyou-wrap .liyou-list .liyou-item .desc {
}
