.course{
	padding-top: 5%;
	padding-bottom: 3%;
}
.course li{
	padding: 20px;
	margin-bottom: 30px;
	cursor: pointer;
	background-color: #2c2c2c;
}
.course li .course-img,.course li .course-detail{
	display: inline-block;
	vertical-align: middle;
}
.course li .course-img{
	width: 44%;
	margin-right: 3%;
	position: relative;
}
.course li .course-img span{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #fff;
	padding: 10px 40px 10px 10px;
	border-radius: 0 0 30px 0;
	background-color: #2c2c2c;
}
.course li .course-detail{
	width: 53%;
	padding-top: 30px;
	position: relative;
}
.course li .course-detail:before{
	position: absolute;
	content: '...';
	top: -40px;
	left: 0;
	font-size: 50px;
	color: #fbe6bd;
	letter-spacing: 2px;
}
.course li .course-detail h4{
	font-size: 24px;
	color: #fff;
}
.course li .course-detail>p{
	font-size: 14px;
	line-height: 24px;
	color: #f1f1f1;
	padding: 10px;
	background-color: #3f3f3f;
	margin-top: 2%;
	margin-bottom: 2%;
}
.course li .course-detail>p span{
	font-weight: bold;
}
.course li .course-detail section{
	display: inline-block;
	width: 60%;
	font-size: 20px;
	color: #fbe6bd;
	vertical-align: bottom;
}
.course li .course-detail section del,.course li .course-detail section em{
	display: inline-block;
	vertical-align: bottom;
}
.course li .course-detail section del{
	margin-right: 20px;
}
.course li .course-detail section em i{
	font-size: 32px;
	font-weight: bold;
}
.course li .course-detail section p{
	display: inline-block;
	font-size: 14px;
	color: #434343;
	padding: 2px 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #fff2c8;
}
.course li .course-detail .course-link{
	display: inline-block;
	width: 40%;
	text-align: right;
}
.course li .course-detail .course-link a{
	display: inline-block;
	width: 47%;
	font-size: 14px;
	line-height: 36px;
	border-radius: 20px;
	text-align: center;
}
.course li .course-detail .course-link a:first-of-type{
	color: #2c2c2c;
	background-color: #fbe6bd;
}
.course li .course-detail .course-link a:last-of-type{
	color: #fff2c8;
	background-color: #ff4141;
	margin-left: 6%;
}

.register{
	padding-top: 2%;
	padding-bottom: 2%;
	background: url(images/bg.png) no-repeat top right #131313;
	background-size: 45%;
}
.register img{
	display: block;
	width: 40%;
	margin-left: 5%;
}
.register p{
	display: inline-block;
	width: 20%;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	margin-left: 3%;
	margin-top: 25px;
	text-indent: 10px;
	border-radius: 5px;
	background-color: #fff;
}
.register p:first-of-type{
	margin-left: 5%;
}
.register p input{
	width: calc(100% - 90px);
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}
.register p.tj{
	text-indent: 0;
	text-align: center;
	background-color: #ff4141;
	border-radius: 25px;
}
.register p.tj input{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
