.banner {
	width: 100%;
	height: calc(100vh - 100px);
	background-image: url('https://bjdzc.cn/PC/img/AppDevBanner.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #0E1843;
	margin-top: 100px;
	overflow: hidden;
}

.bannerTitle {
	font-size: 53px;
	color: #FFFFFF;
	line-height: 1.5;
	font-family: 'ZiHun143';
}

.bannerText {
	width: 472px;
	font-size: 24px;
	font-weight: 400;
	color: #738DFD;
	line-height: 1.5;
	margin: 44px 0px 105px 0px;
}

@media screen and (max-width:1400px) {
	.bannerText{
		width: 420px;
	}
	
}

.bannerButton {
	width: 240px;
	height: 77px;
	background: #3053EB;
	border-radius: 20px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
	position: relative;
}

.bannerButtonText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}



.ly {
	background-color: #FFF;
	padding-top: 100px;
}

.lyContent {
	margin-top: 50px;
}

.lyItem {
	width: 550px;
	min-height: 209px;
	background: #F2F4FF;
	border-radius: 10px;
	padding-top: 50px;
	position: relative;
}

.lyTitle {
	width: 316px;
	text-align: center;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #3053EB;
	line-height: 1.5;
}

.lyText {
	width: 290px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	padding-left: 37px;
}

.lyImg {
	/* width: 230px; */
	height: 265px;
	position: absolute;
	right: 9px;
	bottom: 28px;
}


.phone {
	padding-top: 100px;
	background-color: #FFF;
}

.phoneBlur {
	width: 1200px;
	height: 437px;
	background: rgba(48, 83, 235, 0.2);
	border-radius: 10px;
	filter: blur(2rem);
	margin: auto;
	position: absolute;
	left: 0px;
	top: 250px;
}

.phoneTitle {
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: 400;
	color: #2A2C36;
	line-height: 1.5;
	text-align: center;
	font-weight: 800;
}

.itemTitle {
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.5;
	font-family: 'SiYuanHeiTi';
}

.itemText {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 30px;
}

.item1 {
	width: 450px;
	min-height: 439px;
	background: linear-gradient(315deg, #3053EB 0%, #6B81E4 100%);
	border-radius: 10px;
	float: left;
	margin-bottom: 40px;
	position: relative;
}

.item1Text {
	width: 329px;
	margin-top: 211px;
	margin-left: 32px;
}

.item2 {
	width: 710px;
	min-height: 439px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: right;
	margin-bottom: 40px;
	position: relative;
}

.item2Text {
	width: 421px;
	margin-top: 211px;
	margin-left: 36px;
}

.item3 {
	width: 710px;
	min-height: 439px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	position: relative;
}

.item3Text {
	width: 420px;
	margin-top: 207px;
	margin-left: 35px;
}

.item4 {
	width: 450px;
	min-height: 439px;
	float: right;
	background-image: url('https://bjdzc.cn/PC/img/appdevPhoneImg6.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.item4Back {
	width: 450px;
	min-height: 439px;
	background: rgba(48, 83, 235, 0.7);
	overflow: hidden;
	border-radius: 10px;
}

.item4Text {
	width: 341px;
	margin-top: 207px;
	margin-left: 29px;
}


.item1Img {
	/* width: 173px; */
	height: 188px;
	position: absolute;
	right: 23px;
	top: 12px;
}

.item2Img1 {
	width: 318px;
	position: absolute;
	left: 0px;
	top: 33px;
}

.item2Img2 {
	width: 229px;
	position: absolute;
	right: 23px;
	top: 2px;
}

.item2Img3 {
	width: 241px;
	position: absolute;
	right: 0px;
	bottom: 28px;
}

.item3Img {
	width: 488px;
	position: absolute;
	right: 56px;
	top: 16px;
}

.phoneButton {
	margin-top: 66px;
	width: 830px;
	height: 58px;
	background: rgba(48, 83, 235, 0.05);
	border: 1px solid #3053EB;
	line-height: 58px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #3053EB;
	margin: 66px auto 0px;
}

.serve {
	padding-top: 100px;
	background-color: #FFF;
}

.serveContent {
	margin-top: 50px;
}


.serveItem {
	width: 370px;
	min-height: 172px;
	background: #FFFFFF;
	box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.05);
	border-radius: 10px 10px 10px 10px;
	padding: 32px 32px 37px 29px;
	float: left;
	margin-bottom: 30px;
	margin-right: 45px;
}

.serveTextBox{
	width: 176px;
	float: left;
}

.serveTitle {
	color: #0E1843;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 500;
	color: #0E1843;
	line-height: 1.2;
	font-family: 'SiYuanHeiTi';
}


.serveText {
	font-size: 16px;
	line-height: 1.5;
	margin: 15px 0px 0px 0px;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
}

.serveImg {	
	width: 80px;
	height: 80px;
	display: block;
	float: right;
	margin-top: 14px;
}


.solve {
	padding-top: 100px;
	background-color: #FFF;
	padding-bottom: 131px;
}

.solveContent {
	margin-top: 50px;
}

.solveItemWhole {
	width: 400px;
	height: 220px;
	float: left;
}

.solveItem {
	width: 100%;
	height: 100%;
}






.teamWhole {
	min-height: 585px;
	background-image: url('https://bjdzc.cn/PC/img/teamBack.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.team {
	width: 100%;
	min-height: 585px;
	background: rgba(48, 83, 235, 0.7);
	padding: 100px 0px 93px 0px;
}

.teamTitle {
	width: 450px;
	/* height: 76px; */
	margin: auto;
	display: block;
	margin-bottom: 50px;
}

.teamItem {
	width: 276px;
	min-height: 239px;
	background: #FFFFFF;
	border-radius: 10px;
	padding-top: 28px;
	padding-left: 16px;
	padding-right: 18px;
	float: left;
	margin-right: 32px;
}

.teamSymbol {
	background: #3053EB;
	border-radius: 5px;
	width: 62px;
	min-height: 25px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.5;
	text-align: center;
}


.teamItemTitle {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
	margin: 13px 0px 21px 0px;
	text-shadow: 1px 1px 15px #777;
}

.teamItemTitle2 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
	margin: 13px 0px 21px 0px;
	text-shadow: 0px 0px 15px #3053EB;
}

.teamText {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	padding-bottom: 44px;
}





.palWhole {
	background-color: #FFF;
	padding-top: 100px;
}

.pal {
	margin-top: 50px;
	width: 100%;
	/* min-height: 100vh; */
	/* min-height: calc(100vh - 100px); */
}

.palItemWhole {
	width: 25%;
	height: 360px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}

.palMask {
	opacity: 0;
	transition: .3s;
	background: rgba(48, 83, 235, 0.6);
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 93px;
}

.palItemWhole:hover .palMask {
	opacity: 1;
}

.palMaskText {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
}

.palMaskImg {
	/* width: 86px; */
	height: 86px;
	margin: 0px auto 28px auto;
	display: block;
}

.refer1 {
	width: 830px;
	min-height: 58px;
	background: #3053EB;
	border-radius: 100px;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 58px;
	margin: 25px auto 25px;
}








/*07-03新增开始*/
.solve {
	padding-top: 100px;
	background-color: #FFF;
	padding-bottom: 131px;
}

.solveWhole{
	margin-top: 70px;
}

.solveItemTurnWhole{
	width: 400px;
	height: 300px;
	float: left;
	cursor: pointer;
}

.solveItemTurn{
	transition: .5s;
	position: relative;
	width: 400px;
	height: 300px;
	float: left;
	z-index: 10;
}

.solveItemTurnImg{
	width: 400px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0rem;
	left: 0rem;
	z-index: 2;
}

.solveItemFalse{
	width: 400px;
	height: 300px;
	background: #3053EB;
	position: absolute;
	top: 0rem;
	left: 0rem;
	z-index: 1;
	/* transform: rotateY(-180deg); */
	/* transition: .5s; */
}



.solveItemTurnWhole:hover .solveItemFalse{
	z-index: 3;
	transform: rotateY(-180deg);
}


.solveItemTurnWhole:hover .solveItemTurn{
	width: 400px;
	height: 300px;
  transform: rotateY(180deg);
}


.solveItemFalseText{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.5;
}

.solveItemFalseButton{
	width: 180px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 50px;
	font-size: 22px;
	font-weight: 400;
	color: #3053EB;
	line-height: 1.5;
	margin: auto;
	line-height: 50px;
	text-align: center;
	margin-top: 50px;
}

.bjElem{
	width: 400px;
	height: 300px;
}





/*07-03新增结束*/


@media screen and (max-width:1200px) {
	.banner {
		width: 100%;
		height: calc(100vh - 1rem);
		background-image: url('https://bjdzc.cn/PC/img/AppDevBanner.png');
		background-size: 100%;
		background-repeat: no-repeat;
		background-color: #0E1843;
		margin-top: 1rem;
		overflow: hidden;
	}

	.bannerTitle {
	font-size: 0.53rem;
	color: #FFFFFF;
	line-height: 1.5;
	font-family: 'ZiHun143';
    }

	.bannerText {
		width: 4.20rem;
		font-size: 0.24rem;
		font-weight: 400;
		color: #738DFD;
		line-height: 1.5;
		margin: 0.44rem 0rem 1.05rem 0rem;
	}

	.bannerButton {
		width: 2.4rem;
		height: 0.77rem;
		background: #3053EB;
		border-radius: 0.2rem;
		font-size: 0.24rem;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 1.5;
		text-align: center;
		position: relative;
	}

	.bannerButtonText {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		white-space: nowrap;
	}



	.ly {
		background-color: #FFF;
		padding-top: 1rem;
	}
	
	.lyContent {
		margin-top: 0.5rem;
	}
	
	.lyItem {
		width: 5.5rem;
		min-height: 2.09rem;
		background: #F2F4FF;
		border-radius: 0.1rem;
		padding-top: 0.5rem;
		position: relative;
	}
	
	.lyTitle {
		width: 3.16rem;
		text-align: center;
		margin-bottom: 0.3rem;
		font-size: 0.24rem;
		font-weight: bold;
		color: #3053EB;
		line-height: 1.5;
	}
	
	.lyText {
		width: 2.9rem;
		font-size: 0.16rem;
		font-weight: 400;
		color: #333333;
		line-height: 1.5;
		padding-left: 0.37rem;
	}
	
	.lyImg {
		/* width: 2.3rem; */
		height: 2.65rem;
		position: absolute;
		right: 0.09rem;
		bottom: 0.28rem;
	}
	


	.phone {
		padding-top: 1rem;
		background-color: #FFF;
	}

	.phoneBlur {
		width: 12rem;
		height: 4.37rem;
		background: rgba(48, 83, 235, 0.2);
		border-radius: 0.1rem;
		filter: blur(200px);
		margin: auto;
		position: absolute;
		left: 0rem;
		top: 2.5rem;
	}

	.phoneTitle {
		margin-bottom: 0.5rem;
		font-size: 0.3rem;
		font-weight: 400;
		color: #2A2C36;
		line-height: 1.5;
		text-align: center;
		font-weight: 800;
	}

	.itemTitle {
		font-size: 0.22rem;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 1.5;
		font-family: 'SiYuanHeiTi';
	}

	.itemText {
		font-size: 0.18rem;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 1.5;
		margin-top: 0.3rem;
	}

	.item1 {
		width: 4.5rem;
		min-height: 4.39rem;
		background: linear-gradient(315deg, #3053EB 0%, #6B81E4 100%);
		border-radius: 0.1rem;
		float: left;
		margin-bottom: 0.4rem;
		position: relative;
	}

	.item1Text {
		width: 3.29rem;
		margin-top: 2.11rem;
		margin-left: 0.32rem;
	}

	.item2 {
		width: 7.1rem;
		min-height: 4.39rem;
		background: #FFFFFF;
		border-radius: 0.1rem;
		border: 0.01rem solid rgba(0, 0, 0, 0.1);
		float: right;
		margin-bottom: 0.4rem;
		position: relative;
	}

	.item2Text {
		width: 4.21rem;
		margin-top: 2.11rem;
		margin-left: 0.36rem;
	}

	.item3 {
		width: 7.1rem;
		min-height: 4.39rem;
		background: #FFFFFF;
		border-radius: 0.1rem;
		border: 0.01rem solid rgba(0, 0, 0, 0.1);
		float: left;
		position: relative;
	}

	.item3Text {
		width: 4.2rem;
		margin-top: 2.07rem;
		margin-left: 0.35rem;
	}

	.item4 {
		width: 4.5rem;
		min-height: 4.39rem;
		float: right;
		background-image: url('https://bjdzc.cn/PC/img/appdevPhoneImg6.png');
		background-size: contain;
		background-repeat: no-repeat;
	}

	.item4Back {
		width: 4.5rem;
		min-height: 4.39rem;
		background: rgba(48, 83, 235, 0.7);
		overflow: hidden;
		border-radius: 0.1rem;
	}

	.item4Text {
		width: 3.41rem;
		margin-top: 2.07rem;
		margin-left: 0.29rem;
	}


	.item1Img {
		/* width: 1.73rem; */
		height: 1.88rem;
		position: absolute;
		right: 0.23rem;
		top: 0.12rem;
	}

	.item2Img1 {
		width: 3.18rem;
		position: absolute;
		left: 0rem;
		top: 0.33rem;
	}

	.item2Img2 {
		width: 2.29rem;
		position: absolute;
		right: 0.23rem;
		top: 0.02rem;
	}

	.item2Img3 {
		width: 2.41rem;
		position: absolute;
		right: 0rem;
		bottom: 0.28rem;
	}

	.item3Img {
		width: 4.88rem;
		position: absolute;
		right: 0.56rem;
		top: 0.16rem;
	}

	.phoneButton {
		margin-top: 0.66rem;
		width: 8.3rem;
		height: 0.58rem;
		background: rgba(48, 83, 235, 0.05);
		border: 0.01rem solid #3053EB;
		line-height: 0.58rem;
		text-align: center;
		font-size: 0.2rem;
		font-weight: 400;
		color: #3053EB;
		margin: 0.66rem auto 0rem;
	}

	.serve {
		padding-top: 1rem;
		background-color: #FFF;
	}

	.serveContent {
		margin-top: 0.5rem;
	}


	.serveItem {
		width: 3.7rem;
		min-height: 1.72rem;
		background: #FFFFFF;
		box-shadow: 0rem 0.02rem 0.15rem 0.02rem rgba(0, 0, 0, 0.05);
		border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
		padding: 0.32rem 0.32rem 0.37rem 0.29rem;
		float: left;
		margin-bottom: 0.3rem;
		margin-right: 0.45rem;
	}
	
	.serveTextBox{
		width: 1.76rem;
		float: left;
	}
	
	.serveTitle {
		color: #0E1843;
		line-height: 1.5;
		font-size: 0.24rem;
		font-weight: 500;
		color: #0E1843;
		line-height: 1.2;
		font-family: 'SiYuanHeiTi';
	}
	
	
	.serveText {
		font-size: 0.16rem;
		line-height: 1.5;
		margin: 0.15rem 0rem 0rem 0rem;
		font-weight: 400;
		color: #666666;
		line-height: 1.5;
	}
	
	.serveImg {	
		width: 0.8rem;
		height: 0.8rem;
		display: block;
		float: right;
		margin-top: 0.14rem;
	}


	.solve {
		padding-top: 1rem;
		background-color: #FFF;
		padding-bottom: 1.31rem;
	}

	.solveContent {
		margin-top: 0.5rem;
	}

	.solveItemWhole {
		width: 4rem;
		height: 2.2rem;
		float: left;
	}

	.solveItem {
		width: 100%;
		height: 100%;
	}

	.refer {
		width: 8.3rem;
		min-height: 0.58rem;
		margin: auto;
		background: #3053EB;
		border-radius: 1rem;
		font-size: 0.2rem;
		font-weight: 400;
		color: #FFFFFF;
		margin: 0.74rem auto 0rem auto;
		line-height: 0.58rem;
		text-align: center;
	}


	.teamWhole {
		min-height: 5.85rem;
		background-image: url('https://bjdzc.cn/PC/img/teamBack.png');
		background-size: contain;
		background-repeat: no-repeat;
	}

	.team {
		width: 100%;
		min-height: 5.85rem;
		background: rgba(48, 83, 235, 0.7);
		padding: 1rem 0rem 0.93rem 0rem;
	}

	.teamTitle {
		width: 4.5rem;
		/* height: 0.76rem; */
		margin: auto;
		display: block;
		margin-bottom: 0.5rem;
	}

	.teamItem {
		width: 2.76rem;
		min-height: 2.39rem;
		background: #FFFFFF;
		border-radius: 0.1rem;
		padding-top: 0.28rem;
		padding-left: 0.16rem;
		padding-right: 0.18rem;
		float: left;
		margin-right: 0.32rem;
	}

	.teamSymbol {
		background: #3053EB;
		border-radius: 0.05rem;
		width: 0.62rem;
		min-height: 0.25rem;
		font-size: 0.16rem;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 1.5;
		text-align: center;
	}


	.teamItemTitle {
		font-size: 0.24rem;
		font-weight: bold;
		color: #333333;
		line-height: 1.5;
		margin: 0.13rem 0rem 0.21rem 0rem;
		text-shadow: 0.01rem 0.01rem 0.15rem #777;
	}

	.teamItemTitle2 {
		font-size: 0.24rem;
		font-weight: bold;
		color: #333333;
		line-height: 1.5;
		margin: 0.13rem 0rem 0.21rem 0rem;
		text-shadow: 0rem 0rem 0.15rem #3053EB;
	}

	.teamText {
		font-size: 0.18rem;
		font-weight: 400;
		color: #333333;
		line-height: 1.5;
		padding-bottom: 0.44rem;
	}





	.palWhole {
		background-color: #FFF;
		padding-top: 1rem;
	}

	.pal {
		margin-top: 0.5rem;
		width: 100%;
		/* min-height: 100vh; */
		/* min-height: calc(100vh - 1rem); */
	}

	.palItemWhole {
		width: 25%;
		height: 3.6rem;
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
		float: left;
	}

	.palMask {
		opacity: 0;
		transition: .3s;
		background: rgba(48, 83, 235, 0.6);
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding-top: 0.93rem;
	}

	.palItemWhole:hover .palMask {
		opacity: 1;
	}

	.palMaskText {
		text-align: center;
		font-size: 0.3rem;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 1.5;
	}

	.palMaskImg {
		/* width: 0.86rem; */
		height: 0.86rem;
		margin: 0rem auto 0.28rem auto;
		display: block;
	}
	
	
	.refer {
		width: 830px;
		min-height: 58px;
		background: #3053EB;
		border-radius: 100px;
		font-size: 20px;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
		line-height: 58px;
		margin: 25px auto 25px;
	}
	
	/*新增07-03*/
	.solve {
		padding-top: 1rem;
		background-color: #FFF;
		padding-bottom: 1.31rem;
	}
	
	.solveWhole{
		margin-top: 0.7rem;
	}
	
	.solveItemTurnWhole{
		width: 4rem;
		height: 3rem;
		float: left;
		cursor: pointer;
	}
	
	.solveItemTurn{
		transition: .5s;
		position: relative;
		width: 4rem;
		height: 3rem;
		float: left;
		z-index: 10;
	}
	
	.solveItemTurnImg{
		width: 4rem;
		height: 3rem;
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
	}
	
	.solveItemFalse{
		width: 4rem;
		height: 3rem;
		background: #3053EB;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
		/* transform: rotateY(-180deg); */
		/* transition: .5s; */
	}
	
	
	
	.solveItemTurnWhole:hover .solveItemFalse{
		z-index: 3;
		transform: rotateY(-180deg);
	}
	
	
	.solveItemTurnWhole:hover .solveItemTurn{
		width: 4rem;
		height: 3rem;
	  transform: rotateY(180deg);
	}
	
	
	.solveItemFalseText{
		text-align: center;
		font-size: 0.3rem;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 1.5;
	}
	
	.solveItemFalseButton{
		width: 1.8rem;
		height: 0.5rem;
		background: #FFFFFF;
		border-radius: 0.5rem;
		font-size: 0.22rem;
		font-weight: 400;
		color: #3053EB;
		line-height: 1.5;
		margin: auto;
		line-height: 0.5rem;
		text-align: center;
		margin-top: 0.5rem;
	}

	.bjElem{
		width: 4rem;
		height: 3rem;
	}
}







/* 对banner的特别设置（大屏） */
/* @media screen and (min-width:1920px) {
	.banner {
		width: 100%;
		height: calc(100vh - 100px);
		background-image: url('https://bjdzc.cn/PC/img/AppDevBanner.png');
		background-size: 75%;
		background-repeat: no-repeat;
		background-color: #0E1843;
		margin-top: 100px;
		overflow: hidden;
		padding-left: 0rem;
		background-position: 55% 50%;
	}

	.bannerTitle {
		margin-top: 0rem;
		font-size: 0.6rem;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 1.5;
	}
	
	
	.bannerText {
		width: 4rem;
		font-size: 0.2rem;
		font-weight: 400;
		color: #738DFD;
		line-height: 1.5;
		margin: 0.44rem 0rem 1.05rem 0rem;
	}
	
	.bannerButton {
		width: 1.7rem;
		height: 0.57rem;
		background: #3053EB;
		border-radius: 0.15rem;
		font-size: 0.2rem;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 1.5;
		text-align: center;
		position: relative;
	}
	
	.bannerButtonText {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		white-space: nowrap;
	}
} */