.forkbox-bg {
	display: none;
	position: absolute;
	z-index: 9000;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #000000;
	opacity: 0.7;
}

.forkbox-outline {
	display: none;
	position: absolute;
	z-index: 9001;
	width: 300px;
	height: 336px;
	left: calc(50% - 150px);
	top: calc(50% - 188px);
	overflow: hidden;
	background-color: #ffffff;
	padding-top: 40px;
}

.forkbox-outline .btn-close {
	display: block;
	position: absolute;
	z-index: 1;
	border: none;
	width: 30px;
	height: 30px;
	top: 0px;
	right: 0px;
}

.forkbox-outline .wx-img {
	display: block;
	margin: auto;
	width: 200px;
	height: 200px;
	border: none;
	margin-bottom: 10px;
}

.forkbox-outline .row-txt {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	color: #000000;
	margin-top: 10px;
}