html,
body {
	height: 100%;
}
.content {
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url("/mainframe2.0/public/images/startConfig.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.contentBox1{
	height: 90%;
	display: flex;
	display: -webkit-flex;
	justify-content: center; 
	align-items: center;
}
.contentBox2{
	height: 10%;
}
.title p{
	color: #ffffff;
	font-size: 39px;
	height: 39px;
	font-weight: 600;
}
.title p span{
	color: #0098FF;
	font-weight: 600;
}
.title .littleWoed{
	margin-top: 50px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255,255,255,0.5);
}

.hollow-btn {
	width: 274px;
	height: 55px;
	background: #0D98FD;
	border-radius: 5px;
	color: #ffffff;
	font-size: 22px;
	line-height: 55px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0px;
}

.btn-margin img{
	width: 25px;
	height: 25px;
	margin-right: 18px;
}
.contentBox2 img{
	width: 241px;
	height: 30px;
}