p {
	margin: 0;
	padding: 0;
}
.model {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index: 999;
}
.model_popup {
	width: 452px;
	background-color: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	padding-bottom: 20px;
	position: absolute;
	top: 50%; 
	left: 50%;
	margin-left: -226px;
	margin-top: -140px;
	overflow: hidden;
}
.model_popup .popup-ts {
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #333333;
    font-size: 16px;
    color: #333333;
}
.model_toast {
	width: 452px;
	background: rgba(0,0,0,.5);
	border-radius: 8px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -226px;
}
.model_toast .popup-toast {
	padding: 38px 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.model_popup .popup-text {
    padding: 25px 40px 35px;
    text-align: center;
    font-size: 16px;
    color: #333333;
	/* border-bottom: 1px solid #f2f2f2; */
	border-top: 1px solid #c6393e;
}
.popup-btn {
	overflow: hidden;
}
.popup-btn .sure{
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #c6393e;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
	/* float: right; */
	margin-right: 40px;
}
.popup-btn .alert_sure {
	margin: 0;
}
.popup-btn .cancel {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
	background-color: #fff;
	border: 1px solid #c6393e;
	color: #c6393e;
	/* float: right;
	margin-right: 40px; */
}
.getCodeModel .popup-con .con2{
	text-align: justify;
}
.getCodeModel .popup-btn .sure{
	margin: 0 0 0 40px;
}
.getCodeModel+.model_toast{
	z-index: 99999;
	width: 100px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	height: 50px;
	line-height: 50px;
	}
	.getCodeModel+.model_toast .popup-toast{
	padding: 0;
}
#pageFooter h3 img{
	max-width: 93px;
}
#courseCodeV{
	font-weight: bold;
	color: #c6393e;
}