.wechat-popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
}
.wechat-box{
	position: fixed;
	margin: 50% 5% 0;
	padding: 30px 0;
	width: 90%;
	text-align: center;
	z-index: 999999;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 10px;
}
.wechat-box #closeWechat{
	position: absolute;
	display: block;
	top: -14px;
	right: -10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #000;
	background-color: #fff;
	border-radius: 30px;
}
.wechat-box h6{
	margin-bottom: 36px;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.wechat-box p{
	margin: 0 1% 10px;
	text-align: center;
	font-size: 16px;
}
.wechat-box a{
	display: block;
	margin: 15px 20% 0;
	width: 60%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background-color: #0068b7;
	border-radius: 20px;
}
.header-course-list p{
	font-size: 22px;
	margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
	.wechat-box{
		left: 25%;
		width: 50%;
		margin: 20% 0 0 0;
	}
}

@media screen and (min-width: 1366px) {
	.wechat-box{
		left: 32%;
		width: 36%;
		margin: 20% 0 0 0;
	}
}
