	.popup {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		justify-content: center;
		align-items: center;
	}

	.content {
		/* background: #363636; */
		width: 100%;
		/* background-image: url(zy/tc-1.png); */
		text-align: center;
		position: relative;
	}

	.img1 {
		width: 80%;
		position: absolute;
		bottom: 3vw;
		left: 0;
		left: 10%;
	}

	.btnNo,
	.btnYes {
		width: 31%;
		position: absolute;
		bottom: 9vw;

	}

	.btnNo {
		left: 15%;
	}

	.btnYes {
		right: 15%;
	}

	.img {
		width: 100%;
	}

	.desc {
		width: 100%;
		color: #ffffffab;
		font-size: 16px;
		margin: 10% 0 auto;
		justify-content: center;
		text-align: center;
	}

	.desc a {
		color: #ffffffab;
	}