.alert-body {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 25, 25, 0.8);
	z-index: 9999;
}
.alert-body .alert-box01 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 0.827rem 0.373rem;
	width: 6.933rem;
	height: 10.72rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url("../img/alert_box/bg_notice@3x.png");
}
.alert-body .alert-box01 .alert-title {
	position: absolute;
	left: 50%;
	top: -0.907rem;
	transform: translateX(-50%);
	width: 3.013rem;
	height: 0.64rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url("../img/alert_box/img_title@3x.png");
}
.alert-body .alert-box01 .alert-content {
	width: 100%;
	height: 9.067rem;
	font-size:0.373rem;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:0.533rem;
	overflow: hidden;
}
.alert-body .alert-box01 .btn-know {
	position: absolute;
	left: 50%;
	bottom: -1.547rem;
	transform: translateX(-50%);
	width:6.72rem;
	height:1.28rem;
	text-align: center;
	font-size:0.427rem;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:1.28rem;
	border-radius:0.64rem;
	border:0.027rem solid rgba(255,255,255,1);
}