.tc {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 10000;
	top: 0%;
	display: none;
}
.tc_content {
	width: 90%;
	height: 50%;
	text-align: center;
	border-radius: 10px;
	margin: 35% 0px 0px 5%;
	padding: 10px 5px;
	position: relative;
	background-color: #FAF9F8;
}

.tc_content_2 {
	height: 40%;
	
}

.content_success {
	margin-top: 20px;
}

.content_gg {
	width: 90%;
	margin-left: 4%;
	margin-bottom: 30px;
	color: #999;
	font-weight: 800;
	text-align: center;
}

.close_tc {
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	text-align: center;
	line-height: 170%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.go_wx {
	color: white;
	padding: 10px 20px;
	margin-right: 5%;
	background-color: rgb(1, 185, 1);
	border-radius: 6px;
}

.go_line {
	color: white;
	margin-left: 10%;
	padding: 10px 30px;
	background-color: rgb(247, 144, 157);
	border-radius: 6px;
}

#iframe_div {
	width: 100%;
	height: 500px;
	border: 3px solid rgb(255, 246, 250);
	border-radius: 10px;
	box-shadow: 5px 5px 5px 5px rgba(247, 144, 157,0.2);
	background-color: rgb(255, 246, 250);
	margin-bottom: 30px;
}

#headerIframe {}
