.bgDiv {
	margin-top: 70px;
	width: 100%;
	height: 530px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
body{
	overflow-x: hidden;
}
.bgDiv .btn {
	margin-top: 90px;
	height: 84px;
	font-size: 60px;
	font-family: PingFang SC, PingFang SC-400;
	color: #007DF0;
	line-height: 84px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.bgDiv .text {
	margin-top: 30px;
	width: 960px;
	height: 56px;
	font-size: 40px;
	font-family: PingFang SC, PingFang SC-400;
	font-weight: 400;
	text-align: LEFT;
	color: #666666;
	line-height: 47px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.cent {
	display: flex;
}
div{
	box-sizing: border-box;
}
.cent .centLeft {
	display: flex;
	flex-direction: column;
}

.cent .centLeft .textList {
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
}

.cent .centLeft .textList .text {
	width: 800px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 23px;
	margin-bottom: 20px;
}

.cent .centLeft .btn {
	width: 200px;
	height: 70px;
	background: linear-gradient(90deg, #4a53e6, #da80de 100%);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #ffffff;
	cursor: pointer;
}

.cent .centRight {
	margin-left: 40px;
}

.cent .centRight .img {
	width: 450px;
	height: 450px;
	background: #131bb0;
	position: relative;
}

.cent .centRight .img .centRightImg {
	position: absolute;
	width: 450px;
	height: 450px;
	bottom: 10px;
	right: 10px;
}

.titleImg {
	text-align: center;
	height: 112px;
	font-size: 80px;
	font-weight: 400;
	color: #4c54e6;
	line-height: 112px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

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

.appCentImg {
	width: 400px;
	height: 400px;
}

.card-box {
	position: relative;
}

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

.card-box .page-title .title {
	height: 56px;
	font-size: 40px;
	font-weight: 600;
	color: #333333;
	line-height: 56px;
}

.card-box .page-title .desc {
	height: 84px;
	font-size: 60px;
	font-family: PingFang SC, PingFang SC-400;
	font-weight: 400;
	text-align: CENTER;
	color: rgba(102, 102, 102, 0.10);
	line-height: 70px;
	margin-top: -15px;
}

.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;
}

.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;
}

.history {
	display: flex;
	min-height: 1px;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	width: 1300px;
}

.history .historyLeft {
	display: flex;
	flex-direction: column;
	width: 648px;
}

.history .historyLeft .historyLeftItem {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 150px;
	position: relative;
	right: -17px;
	width: 648rpx;
}

.history .historyLeft .historyLeftItem:first-child{
	margin-top: 20px;
}

.history .historyLeft .historyLeftItem .leftItemLeft .title {
	height: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	text-align: right;
}

.history .historyLeft .historyLeftItem .leftItemLeft .text {
	margin-top: 6px;
	font-size: 16px;
	font-weight: 400;
	max-width: 547px;
	color: #666666;
	line-height: 19px;
	text-align: right;
}

.history .historyLeft .historyLeftItem .time {
	margin-left: 20px;
	height: 28px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}

.history .historyLeft .historyLeftItem .circular {
	margin-left: 20px;
	width: 30px;
	height: 30px;
	background: #edf6ff;
	border-radius: 50%;
	padding: 7px;
}

.history .historyLeft .historyLeftItem .circular .circularInner {
	width: 16px;
	height: 16px;
	background: #007df0;
	border-radius: 50%;
}

.history .historyCent {
	height: inherit;
	width: 4px;
	background: #D0D2FB;
}

.historyRight {
	display: flex;
	flex-direction: column;
	width: 648px;
}

.historyRight .historyRightItem {
	display: flex;
	margin-top: 150px;
	position: relative;
	left: -17px;
	width: 648rpx;
}

.historyRight .historyRightItem:first-child{
	margin-top: 110px;
}

.historyRight .historyRightItem .leftItemLeft .title {
	height: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}

.historyRight .historyRightItem .leftItemLeft .text {
	margin-top: 6px;
	font-size: 16px;
	font-weight: 400;
	max-width: 547px;
	color: #666666;
	line-height: 19px;
}

.historyRight .historyRightItem .time {
	margin-left: 20px;
	height: 28px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-right: 20px;
}

.historyRight .historyRightItem .circular {
	width: 30px;
	height: 30px;
	background: #edf6ff;
	border-radius: 50%;
	padding: 7px;
}

.historyRight .historyRightItem .circular .circularInner {
	width: 16px;
	height: 16px;
	background: #007df0;
	border-radius: 50%;
}

.history .bottom {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	/* position: absolute;
	left: calc(50vw - 8px); */
	bottom: -15px;
	padding: 7px;
	background: #edf6ff;
	padding-top: 11px;
	padding-left: 9px;
}

.history .bottom .bottomInner {
	position: relative;
}

.history .bottom .bottomInner:before,
.history .bottom .bottomInner:after {
	position: absolute;
	content: '';
	border-top: 30px transparent dashed;
	border-left: 7px transparent dashed;
	border-right: 7px transparent dashed;
}

.history .bottom .bottomInner:before {
	border-bottom: 10px #007df0 solid;
	transform: rotate(180deg);
}

.history .bottom .bottomInner:after {
	border-bottom: 10px #edf6ff solid;
	transform: rotate(180deg);
	bottom: -36px;
	/*通过覆盖调整箭头粗细*/
}

.license {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.license .licenseBg{
	right: 0;
	top: -160px;
	position: absolute;
	width: 1906px;
	height: 696px;
	background: linear-gradient(112deg,#ffffff 0%, #338ae6 26%, #d67fde 75%, #ffffff 100%);
	filter: blur(300px);
	z-index: -1;
	opacity: .1;
}
.license .achievemenBg{
	right: 35;
	top: 689px;
	position: absolute;
	width: 1906px;
	height: 696px;
	background: linear-gradient(116deg,#338ae6 0%, #d67fde 100%);
	filter: blur(300px);
	z-index: -1;
	opacity: .1;
}
.license .licenseTitle {
	margin-top: 80px;
	height: 56px;
	font-size: 40px;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	font-weight: 600;
}

.license .achievementList {
	display: flex;
	gap: 0 100px;
	margin-top: 50px;
}

.license .achievementList .achievement {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.license .achievementList .achievement .achievementTitle {
	font-size: 50px;
	font-weight: 400;
	color: #e20000;
	line-height: 59px;
}

.license .achievementList .achievement .achievementText {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 59px;
}

.license .certificateList {
	margin-top: 40px;
	display: flex;
	gap: 0 50px;
}

.license .certificateList .certificate {
	width: 400px;
	height: 300px;
}

.certificateOfAuthorization {
	margin-top: 60px;
	margin-bottom: 80px;
	position: relative;
	height: 600px;
	width: 100%;
}

.authorizationList .authorization {
	margin: 0 40px;
	width: 440px;
	height: 600px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 1px rgba(39, 40, 45, 0.10);
	padding: 20px;
}

.authorizationList .authorization:hover{
	cursor: pointer;
}

.authorizationList .authorization .img {
	width: 400px;
	height: 500px;
}

.authorizationList .authorization .text {
	text-align: center;
	margin-top: 20px;
	width: 100%;
	height: 34px;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.authorizationList {
	left: -1700px;
	animation: rolling 7s linear infinite alternate;
	position: absolute;
	display: flex;
}

.authorizationList:hover{
	animation-play-state:paused;
}
@keyframes rolling {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(1700px);
	}
}

.address-wrap {
	width: 1300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px auto;
}

.address-wrap .address {
	font-size: 20px;
	margin-bottom: 20px;
}

.address-wrap .mobile {
	font-size: 20px;
	margin-bottom: 20px;
}

.address-wrap .title {
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 20px;
}