body {
	background-color: #202231;
}
.mobile .main-wrap {
	margin: 15px;
}
.mobile .banner-wrap {
	height: 200px;
	background: url('../img/dapp/dapp_bg@2x.png') no-repeat center center;
	background-size: cover;
	display: flex;
	margin: 0 -15px;
	padding: 0 30px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.mobile .banner-wrap .tag {
	height: 30px;
	padding: 0 10px;
	background: #4c54e6;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}
.mobile .banner-wrap .title {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 40px;
}
.mobile .banner-wrap .desc {
	font-size: 13px;
	text-align: center;
}

.mobile .jieshao-wrap .jieshao-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.mobile .jieshao-wrap .jieshao-list .jieshao-item {
	width: calc(50% - 5px);
	height: 175px;
	background: #313341;
	border-radius: 5px;
	padding: 15px 10px;
	box-shadow: 0px 0px 20px 2px rgba(38,40,74,0.30); 
}
.mobile.en .jieshao-wrap .jieshao-list .jieshao-item {
	height: 225px;
}
.mobile .jieshao-wrap .jieshao-list .jieshao-item:hover {
	background: #4c54e6;
}
.mobile .jieshao-wrap .jieshao-list .jieshao-item .img {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: block;
}
.mobile .jieshao-wrap .jieshao-list .jieshao-item .title {
	font-size: 16px;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
}
.mobile .jieshao-wrap .jieshao-list .jieshao-item .desc {
	font-size: 12px;
	color: #B6B7BD;
}
.mobile .youshi-wrap .youshi-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 35px;
	margin-top: 10px;
}
.mobile .youshi-wrap .youshi-list .youshi-item {
	height: 80px;
	background: #313341;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0px 0px 20px 2px rgba(38,40,74,0.30); 
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.mobile.en .youshi-wrap .youshi-list .youshi-item {
	height: 100px;
}
.mobile .youshi-wrap .youshi-list .youshi-item:hover {
	background: #4c54e6;
}
.mobile .youshi-wrap .youshi-list .youshi-item .img {
	display: block;
	margin-right: 10px;
}
.mobile .youshi-wrap .youshi-list .youshi-item .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
.mobile .youshi-wrap .youshi-list .youshi-item .desc {
	color: #B6B7BD;
	font-size: 12px;
}
.mobile .yingyong-wrap .yingyong-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
.mobile .yingyong-wrap .yingyong-list .yingyong-item {
	width: calc(50% - 5px);
	height: 170px;
	border-radius: 5px;
	background: #313341;
	padding: 10px;
	box-shadow: 0px 0px 20px 2px rgba(38,40,74,0.30); 
}
.mobile .yingyong-wrap .yingyong-list .yingyong-item {
	height: 220px;
}
.mobile .yingyong-wrap .yingyong-list .yingyong-item:hover {
	background: #4c54e6;
}
.mobile .yingyong-wrap .yingyong-list .yingyong-item .img {
	width: 30px;
	height: 30px;
	display: block;
	margin: 5px auto 10px;
}
.mobile .yingyong-wrap .yingyong-list .yingyong-item .title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.mobile .yingyong-wrap .yingyong-list .yingyong-item .desc {
	font-size: 12px;
	color: #B6B7BD;
}
.mobile .liyou-wrap .liyou-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
.mobile .liyou-wrap .liyou-list .liyou-item {
	height: 95px;
	border-radius: 5px;
	background: #313341;
	padding: 10px;
	box-shadow: 0px 0px 20px 2px rgba(38,40,74,0.30);
	background: var(--c);
}
.mobile.en .liyou-wrap .liyou-list .liyou-item {
	height: 115px;
}
.mobile .liyou-wrap .liyou-list .liyou-item .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.mobile .liyou-wrap .liyou-list .liyou-item .desc {
	font-size: 12px;
	color: #B6B7BD;
}
