﻿.bgDiv {
	margin-top: 70px;
	width: 100%;
	height: 530px;
	display: flex;
	flex-direction: column;
}

.bgDiv .btn {
	margin-top: 100px;
	width: 180px;
	height: 60px;
	background: #7C45F1;
	border-radius: 10px;
	font-size: 30px;
	font-family: PingFang SC, PingFang SC-400;
	color: #ffffff;
	position: relative;
	z-index: 1;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	padding: 0 15px;
	margin-left: 310px;
}

.bgDiv .text {
	margin-top: 30px;
	width: 383px;
	height: 36px;
	font-size: 26px;
	font-family: PingFang SC, PingFang SC-400;
	font-weight: 400;
	text-align: LEFT;
	color: #333333;
	line-height: 47px;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-left: 310px;
}

.titleImg {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	width: 545px;
	height: 63px;
	margin-left: 310px;
}

.topBg {
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	z-index: 0;
}

.appCentTop {
	margin: 40px 0;
	display: flex;
	justify-content: center;
}

.appCentTop .service {
	width: 140px;
	height: 50px;
	background: #4c54e6;
	border-radius: 10px;
	box-shadow: -4px 4px 0px 0px #1e248c;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	margin-right: 500px;
}

.appCentTop .technology {
	width: 140px;
	height: 50px;
	background: #ff971d;
	border-radius: 10px;
	box-shadow: 4px 4px 0px 0px #c17010;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
}

.appCentBot {
	display: flex;
	margin: 0 auto;
}

.appCentBot .top {
	display: flex;
	align-items: center;
}

.appCentBot .top img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.centLeft {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.centLeft .title {
	text-align: right;
	height: 28px;
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	font-weight: bold;
}

.centLeft .text {
	width: 400px;
	font-size: 16px;
	color: #666666;
	line-height: 18px;
	margin-top: 10px;
}

.centLeft .preSales,
.afterSales {
	margin-right: 50px;
}

.centLeft .afterSales,
.centRight .afterSales {
	margin-top: 80px;
}

.appCentImg {
	width: 330px;
	height: 274px;
}

.centRight {
	display: flex;
	flex-direction: column;
}

.centRight .title {
	height: 28px;
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	font-weight: bold;
}

.centRight .text {
	width: 400px;
	font-size: 16px;
	color: #666666;
	line-height: 18px;
	margin-top: 10px;
}

.centRight .preSales,
.afterSales {
	margin-left: 50px;
}

.card-box {
	position: relative;
}

.card-box .appCardBg {
	position: absolute;
	z-index: -1;
	top: 28px;
	right: 0;
	width: 1324px;
	height: 596px;
	background: linear-gradient(110deg, #ffffff 0%, #338ae6 26%, #d67fde 75%, #ffffff 100%);
	filter: blur(300px);
	opacity: .1;
}

.appBotInfo {
	width: 100%;
	height: 300px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.appBotInfo .appBotInfoBg {
	width: 850px;
	height: 63px;
	margin: 30px;
}

.appBotInfo .infoTitle {
	margin-top: 40px;
	font-weight: bold;
	width: 300px;
	height: 42px;
	font-size: 30px;
	color: #333333;
	line-height: 42px;
}

.appBotInfo .infoBg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.appBotInfo .infoBotList {
	display: flex;
	align-items: center;
}

.appBotInfo .infoBotList .infoBotItem {
	border-radius: 10px;
	background: rgba(217, 217, 217, 0.00);
	border: 1px solid #5055e6;
	height: 60px;
	padding: 9px 25px;
	font-size: 30px;
	color: #5055e6;
	margin: 0 25px;
}

.blockchain {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	height: 694px;
}

.blockchain .blockchainBg {
	position: absolute;
	top: -44px;
	right: 35px;
	width: 1809px;
	height: 652px;
	background: linear-gradient(112deg, #ffffff 0%, #338ae6 26%, #d67fde 75%, #ffffff 100%);
	border-radius: 50%;
	filter: blur(300px);
	opacity: .1;
	z-index: -1;
}

.blockchain .title {
	width: 720px;
	height: 56px;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 56px;
	margin-top: 80px;
}

body{
	overflow-x: hidden;
}
.blockchain .blockchainList {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	width: 1300px;
	justify-content: space-between;
}

.blockchain .blockchainList .blockchainItem {
	width: 640px;
	height: 200px;
	background: #ffffff;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 20px;
	cursor: pointer;
}

.blockchain .blockchainList .blockchainItem:hover {
	transition: all 0.2s;
	transform: scale(1.05);
}

.blockchain .blockchainList .blockchainItem .itemTitle {
	height: 34px;
	font-size: 24px;
	color: #333333;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 16px;
}

.blockchain .blockchainList .blockchainItem .itemInfo {
	width: 580px;
	font-size: 20px;
	color: #333333;
	line-height: 23px;
}

.mp-wrap {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.mp-wrap .mp-item {
	width: 400px;
	height: 180px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 1px rgba(39, 40, 45, 0.10);
	padding: 30px;
	cursor: pointer;
}

.mp-wrap .mp-item:hover {
	transition: all 0.2s;
	transform: scale(1.2);
}

.mp-wrap .mp-item .itemTop {
	display: flex;
	align-items: center;
}

.mp-wrap .mp-item .itemTop .img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.mp-wrap .mp-item .itemTop .title {
	height: 34px;
	font-size: 24px;
	color: #333333;
	line-height: 34px;
}

.mp-wrap .mp-item .itemSpan {
	margin-top: 20px;
	width: 340px;
	font-size: 22px;
	color: #666666;
	line-height: 26px;
}

.sceneBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}