.nulldatatip {
	width: 100%;
	height: 250px;
	display: block;
}
.nulldatatip img {
	width: 140px;
	height: 125px;
	display: block;
	margin: 120px auto 0;
	display: block;
}
.nulldatatip p {
	width: auto;
	height: auto;
	margin: 9px auto;
	text-align: center;
	color: #aaaaabff;
	cursor: pointer;
}
.loginTipMain {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 18px;
}
.logintip {
	width: 140px;
	height: 36px;
	border: 1px solid #05a4ff;
	background: #fff;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #05a4ff;
    line-height: 25px;
    cursor: pointer;
}
