.test-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.test-modal .test-maskBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.test-modal .test-maskWarp {
	width: 330px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFF;
	border-radius: 8px;
	z-index: 999999;
}

.test-modal .test-maskWarp .test-title {
	line-height: 40px;
	font-size: 14px;
	background-color: #F6F6F6;
	text-indent: 15px;
}

.test-modal .test-maskWarp img {
	width: 260px;
	height: 260px;
	margin: 20px 35px;
}

.test-modal .test-maskWarp .test-btns {
	width: 140px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #ffab16;
	color: #FFF;
	font-size: 15px;
	margin: 0 auto;
	border-radius: 5px;
	cursor: pointer;
}
