@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconfont.woff2') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

button:hover,
button:active:focus,
button:focus {
	outline: 0;
	border: none !important;
}

/*自定义图标*/

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.wrap {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	height: 100%;
	background: url("../bg.jpg") no-repeat;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
}

.headTitle {
	width: 100%;
	background: #003d81;
	color: #fff;
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}

.logoWrap {
	width: 100%;
	text-align: center;
}

.logoWrapImg {
	width: 160px;
	height: 90px;
	margin: 10px auto;
}

.logoWrapImg img {
	width: 100%;
}

.logoWrapTxt {
	color: #003d81;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	line-height: 1;
}

.formWrap {
	width: 75%;
	margin: 20px auto;
	background: #003d81;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	padding: 30px;
}

.form-horizontal {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}

.form-group {
	box-sizing: border-box;
}

.form-group:nth-child(3),
.form-group:nth-child(4) {
	padding: 0 15px;
}

.formWrap .form-horizontal input {
	height: 40px;
	padding-left: 55px;
	box-sizing: border-box;
	font-size: 14px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	padding-right: 10px;
}

.form-group {
	margin: 0 0 20px;
}

.form-control-feedback {
	left: 10px;
	border-right: 1px solid #003d81;
}

.form-control-feedback {
	position: absolute;
	top: 11px;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	pointer-events: none;
	color: #003d81;
}

.form-control {
	border-radius: 15px;
}

.form-group .checkbox label {
	position: relative;
	color: #fff;
	font-size: 0.8em;
}

.form-group .checkbox label .new_checkbox {
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 0;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.form-group .checkbox label .new_checkbox:hover {
	border-color: #fff;
}

.my_checkbox {
	opacity: 0;
}

.my_checkbox:checked+span {
	border-color: #1890ff;
	background-color: #1890ff;
}

/*关联checkbox的值*/
.my_checkbox:checked+span::before {
	content: "";
	display: block;
	width: 5px;
	height: 8px;
	border-bottom: 1px solid #fff;
	background-color: #1890ff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 3px;
	box-sizing: border-box;
}

.btn-register {
	background: #f45f1e;
	color: #fff;
	border-radius: 15px;
	font-size: 14px;
	padding: 3px 15px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	outline: 0;
	line-height: 1.5;
}

.btn-login {
	background: #00a56e;
	outline: 0;
	color: #fff;
	border-radius: 15px;
	font-size: 14px;
	padding: 3px 15px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	line-height: 1.5;
}

:focus {
	outline: none;
}

.btn-register:hover,
.btn-register:active:focus,
.btn-register:focus {
	outline: 0;
	background: #f45f1e;
	border: none !important;
	box-sizing: border-box;
	color: #fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	line-height: 1.5;
}

.btn-login:hover,
.btn-login:active:focus,
.btn-login:focus {
	background: #00a56e;
	box-sizing: border-box;
	outline: 0;
	color: #fff;
	border: none !important;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	line-height: 1.5;
}

/*弹出框*/
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: 225px;
	margin: 300px auto 0;

}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 15px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	line-height: 75px;
	height: 75px;
}

.modal-title {
	margin: 0;
	text-align: center;
	line-height: 75px;
}

.modal-footer {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	display: none;
}

.leftBtn {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #e5e5e5;
}

.rightBtn {
	width: 50%;
	text-align: center;
}

.leftBtn button {
	background: none;
	color: #009526;
	border: none;
	outline: none;
	line-height: 40px;
}

.rightBtn button {
	background: none;
	color: #009526;
	border: none;
	outline: none;
	line-height: 40px;
}

.leftBtn button:hover,
.leftBtn button:active:focus,
.leftBtn button:focus {
	outline: 0;
	background: none;
	box-shadow: none;
	border: none !important;
	color: #009526;
}

.rightBtn button:hover,
.rightBtn button:active:focus,
.rightBtn button:focus {
	outline: 0;
	background: none;
	box-shadow: none;
	border: none !important;
	color: #009526;
}



#secondmodal .modal-dialog {
	position: relative;
	width: 80%;
	height: 400px;
	margin: 80px auto 0;
	max-width: 600px;

}

#secondmodal .modal-body {
	position: relative;
	padding: 15px;
	height: 350px;
	width: 100%;
	overflow-y: auto;
}

#secondmodal button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
}

#secondmodal .modal-header {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	/* line-height: 75px; */
	height: 35px;
}

#secondmodal .leftBtn {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #e5e5e5;
}

#secondmodal .rightBtn {
	width: 50%;
	text-align: center;
}

#secondmodal .leftBtn button {
	background: none;
	color: #003d81;
	border: none;
	outline: none;
	line-height: 40px;
}

#secondmodal .rightBtn button {
	background: none;
	color: #787878;
	border: none;
	outline: none;
	line-height: 40px;
}

#secondmodal .leftBtn button:hover,
#secondmodal .leftBtn button:active:focus,
#secondmodal .leftBtn button:focus {
	outline: 0;
	background: none;
	box-shadow: none;
	border: none !important;
	color: #003d81;
}

#secondmodal .rightBtn button:hover,
#secondmodal .rightBtn button:active:focus,
#secondmodal .rightBtn button:focus {
	outline: 0;
	background: none;
	box-shadow: none;
	border: none !important;
	color: #787878;
}





@media only screen and (min-width: 600px) {
	#secondmodal .modal-dialog {
		position: relative;
		width: 80%;
		height: 400px;
		margin: 80px auto 0;
		max-width: 600px;

	}

	#secondmodal .modal-body {
		position: relative;
		padding: 15px;
		height: 350px;
		width: 100%;
		overflow-y: auto;
	}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 768px) {
	#secondmodal .modal-dialog {
		position: relative;
		width: 80%;
		height: 400px;
		margin: 80px auto 0;
		max-width: 600px;

	}

	#secondmodal .modal-body {
		position: relative;
		padding: 15px;
		height: 350px;
		width: 100%;
		overflow-y: auto;
	}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#secondmodal .modal-dialog {
		position: relative;
		width: 80%;
		height: 600px;
		max-width: 600px;

	}

	#secondmodal .modal-body {
		position: relative;
		padding: 15px;
		height: 100%;
		width: 100%;
		overflow-y: auto;
	}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#secondmodal .modal-dialog {
		position: relative;
		width: 80%;
		height: 80%;
		margin: 5% auto;
		max-width: 600px;

	}

	#secondmodal .modal-body {
		position: relative;
		padding: 15px;
		height: 500px;
		width: 100%;
		overflow-y: auto;
	}

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#secondmodal .modal-dialog {
		position: relative;
		width: 80%;
		height: 80%;
		margin: 5% auto;
		max-width: 600px;

	}

	#secondmodal .modal-body {
		position: relative;
		padding: 15px;
		height: 500px;
		width: 100%;
		overflow-y: auto;
	}

}

/**/


.logoWrap2 {
	width: 100%;
	text-align: center;
}

.logoWrap2 {
	width: 170px;
	height: 100px;
	overflow: hidden;
	box-sizing: border-box;
	margin: 10px auto;
}

.logoWrapImg2 img {
	width: 100%;
}

.formWrap2 {
	width: 75%;
	margin: 20px auto;
	background: #003d81;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	padding: 10px 30px 40px;
}

.speakerForm {
	width: 100%;
	padding: 0 0;
}

.speakerForm h5 {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}

.speakerForm .form-group {
	margin: 0 auto 10px;
	width: 100%;
	display: block;
}

.speakerForm .form-group .form-control {
	border-radius: 10px;
	padding: 0 10px;
	display: block;
	color: #666;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 0.9em;
}

.speakerForm .form-group:nth-child(3),
.speakerForm .form-group:nth-child(4) {
	padding: 0 0;
}

.speakerForm input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #666;
	font-size: 0.9em;
}

.speakerForm input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
	font-size: 0.9em;
}

.speakerForm input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
	font-size: 0.9em;
}

.speakerForm input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
	font-size: 0.9em;
}

.zcWrap {
	width: 100%;
	margin-top: 20px;
}

.zcWrap button {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #f45f1e;
	color: #fff;
	outline: none;
	border: none;
	box-sizing: border-box;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/*课程列表*/

.courseListWrap {
	width: 90%;
	margin: 10px auto;
	background: #003d81;
	box-sizing: border-box;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.courseListWrap h5 {
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 0;
}

.courseListWrap ul {
	width: 100%;
	list-style: none;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px 15px;
}

.courseListWrap ul .courseList {
	list-style: none;
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
}

.courseListTitle {
	width: 45%;
	float: left;
	text-align: center;
	font-size: 0.8em;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 5px;
}

.courseListUser {
	width: 15%;
	float: left;
	text-align: center;
	font-size: 0.8em;
	color: #003d81;
}

.courseListDate {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 0.8em;
	color: #333;
}

.courseListNumber {
	width: 10%;
	float: left;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	line-height: 20px;
}

.courseListNumber span {
	color: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #003d81;
	margin-top: 10px;
}

.applicationWrap {
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
	text-align: center;
}

.applicationBtn {
	box-sizing: border-box;
	border-radius: 15px;
	background: #003d81;
	color: #fff;
	text-align: center;
	outline: none;
	border: none;
	padding: 3px 20px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
}



/*听众答题页面*/

.audienceAnswerWrap {
	width: 90%;
	margin: 10px auto;
	background: #003d81;
	box-sizing: border-box;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.audienceAnswerWrap h5 {
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 0;
}

.audienceAnswerWrap ul {
	width: 100%;
	list-style: none;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px 25px;
}

.audienceAnswerWrap ul li {
	margin-bottom: 30px;
}

.audienceAnswerWrap ul li:last-child {
	margin-bottom: 0;
}

.questionWrap {
	position: relative;
	/*height: 80px;*/
	width: 100%;
	list-style: none;
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
}

.question {
	width: 35px;
	height: 35px;
	background: url("../images/question.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: -22px;
	left: 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
}

.questionTxt {
	font-size: 0.9em;
	color: #333;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.5;
}

.answerWrap {
	width: 100%;
	list-style: none;
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	width: 100%;
	margin-bottom: 5px;
	padding: 1px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
}

.answer {
	width: 20%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #003d81;
	box-sizing: border-box;
	line-height: 38px;
	border-radius: 20px;
	float: left;
}

.Select {
	width: 80%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
}

.answerWrap .btn {
	outline: none;
	border: none;
	box-shadow: none;
	font-size: 0.9em;
}

.answerWrap .btn:hover,
.answerWrap .btn:active:focus,
.answerWrap .btn:focus {
	outline: 0;
	background: none;
	box-shadow: none;
	border: none !important;
}


#finishedModal .countdown {
	font-size: 40px;
	text-align: center;
	color: #003d81;
}

#finishedModal .modal-footer p {
	margin: 0;
	line-height: 25px;
	font-size: 0.8em;
	color: #666;
}


/*开始听课*/
.starClassWrap {
	width: 90%;
	margin: 10px auto;
	background: #003d81;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 10px 0 10px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.starClassWrap h5 {
	color: #fff;
	text-align: center;
	line-height: 1;
	margin: 0 0;
}

.starClassTxt {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.starClassTxt p {
	margin: 0;
	line-height: 1.5;
}

.starClassTxtCon {}

.jobs {
	margin-left: 30px;
}

.videoWrap {
	width: 80%;
	margin: 10px auto;
	box-sizing: border-box;
	background: #333;
	border-radius: 15px;
	height: 150px;
	text-align: center;
}

.confirmWrap {
	width: 80%;
	margin: 20px auto;
	background: #fff;
	box-sizing: border-box;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	height: 40px;
	padding: 2px;
}

.confirmLeft {
	width: 70%;
	text-align: center;
	box-sizing: border-box;
}

.confirmRight {
	width: 30%;
	text-align: center;
	box-sizing: border-box;
}

.confirmWrap input {
	width: 100%;
	border: none;
	box-sizing: border-box;
	border-radius: 13px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}

.confirmWrap button {
	background: #003d81;
	box-sizing: border-box;
	border-radius: 13px;
	width: 100%;
	outline: none;
	border: none;
	color: #fff;
	font-size: 0.9em;
	line-height: 36px;
	height: 36px;
}



/*课程评论*/
.curriculumReviewWrap {
	width: 90%;
	margin: 10px auto;
	background: #003d81;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 10px 0 10px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	height: 74%;
	overflow-y: auto;
}

.curriculumReviewWrap h5 {
	color: #fff;
	text-align: center;
	line-height: 1;
	margin: 0 0;
}

.curriculumReviewTxt {
	width: 90%;
	margin: 10px auto;
	box-sizing: border-box;
	border-radius: 15px;
	background: #fff;
	color: #333;
	padding: 15px;
	font-size: 0.9em;
	line-height: 1.5;
}

.curriculumReviewTxt ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.curriculumReviewTxt ul li {
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #999;
	padding: 5px 0;
	position: relative;
	overflow: hidden;
}

.curriculumReviewTxt ul li:last-child {
	border-bottom: none;
}

.answered {
	color: #c5dfea;
	padding: 3px 15px;
	box-sizing: border-box;
	border: 1px solid #c5dfea;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 1em;
	border-radius: 5px;
	font-weight: 600;
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: rotate(-15deg);
	/*兼容-moz-引擎浏览器*/
}

.curriculumReviewCon {
	font-size: 1em;
	color: #999;
}

.curriculumReviewCon span {
	color: #333;
}

.reply {
	text-align: right;
}

.reply button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	font-size: 0.9em;
	color: #003d81;
}

.replyCon {
	width: 100%;
	display: none;
}

.replyCon textarea {
	width: 100%;
}

.replyConBtn {
	background: #003d81;
	border: none;
	margin: 0;
	line-height: 1;
	padding: 5px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: right;
	box-shadow: none;
	font-size: 0.9em;
	color: #fff;
}

/*课程列表*/

.audienceCourseListWrap {
	width: 90%;
	margin: 10px auto;
	background: #003d81;
	box-sizing: border-box;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.audienceCourseListWrap h5 {
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 0;
}

.audienceCourseListWrap ul {
	width: 100%;
	list-style: none;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px 15px;
}

.audienceCourseListWrap ul .audienceCourseList {
	list-style: none;
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
}

.audienceCourseListTitle {
	width: 55%;
	float: left;
	text-align: center;
	font-size: 0.9em;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 5px;
}

.audienceCourseListUser {
	width: 15%;
	float: left;
	text-align: center;
	font-size: 0.9em;
	color: #003d81;
}

.audienceCourseListDate {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 0.9em;
	color: #333;
}


/*生成二维码*/
.generateCodeWrap {
	width: 90%;
	padding: 20px 10%;
	margin: 10px auto;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.generateCodeWrap h5 {
	font-size: 1.2em;
	color: #003d81;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.generateCodeWrap ul {
	list-style: none;
	width: 100%;
	margin: 15px auto 0;
	padding: 0;
	box-sizing: border-box;
}

.generateCodeWrap ul li {
	list-style: none;
	font-size: 1em;
	color: #333;
}

.generateCodeImg {
	width: 210px;
	height: 210px;
	margin: 10px auto 0;
	box-sizing: border-box;
}

.generateCodeImg img {
	width: 100%;
	height: 100%;
}

.generateCodeWrap p {
	text-align: center;
	width: 100%;
	font-size: 0.8em;
	color: #666;
	margin: 0;
	line-height: 1.5;
}



/*项目专员课程列表*/
.programSpecialistCourseListWrap {
	width: 96%;
	padding: 10px 10px;
	margin: 10px auto;
	height: 80%;
	overflow-y: auto;
	box-sizing: border-box;
}

.programSpecialistCourseListWrap h5 {
	color: #003d81;
	width: 100%;
	text-align: center;
	margin-top: 0;
}

.box {

	font-size: 0.9em;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

/**
  *label标签样式 放在.box下，不至于影响其他的label
  *采取绝对定位，位置根据需求确定
*/
.box label {
	z-index: 2;
	position: absolute;
	left: 50%;
	margin-left: -8%;
	color: #B2B2B2;
	top: 0;
	line-height: 34px;
	font-weight: normal;
}

/**
  *input标签样式
  *宽度适应外层div
  *隐藏边框
  *这里有个小技巧，height与line-height值相等，可保证文字垂直居中；但我发现文字比图标略偏下，进行了微调；
*/
.box input {
	text-indent: 10px;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 3px solid #003d81;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/**
  *图标样式
  *绝对定位，自定义颜色
*/
.box i {
	position: absolute;
	line-height: 34px;
	top: 0;
	left: 50%;
	margin-left: -15%;
	color: #B2B2B2;
}

.searchWrap .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 3px solid #003d81;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.searchWrap .has-feedback {
	position: relative;
}

.searchWrap .has-feedback .form-control-feedback {
	top: 0;
}

.searchWrap label {
	display: inline;
}

.searchWrap .form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
	color: #999;
}

.searchWrap input::-webkit-input-placeholder {
	text-align: center;
	content: "&#xe60a;";
}

.searchWrap input:-moz-placeholder {
	text-align: center;
	content: "&#xe60a;";
}

.searchWrap input::-moz-placeholder {
	text-align: center;
	content: "&#xe60a;";
}

.searchWrap input:-ms-input-placeholder {
	text-align: center;
	content: "&#xe60a;";
}


.tableWrap {
	width: 100%;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 5px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
}

.table,
.table tr th,
.table tr td {
	border: 1px solid #999;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}

.table tr th {
	font-size: 0.9em;
}

.table tr td {
	font-size: 0.8em;
}

.table tr td button {
	background: #0493d2;
	color: #fff;
	border: none;
	background: #0493d2;
	padding: 3px 10px;
	font-size: 0.8em;
	line-height: 1;
}

table thead tr:nth-child(odd) {
	background: #eaeaea;
}

table thead tr:nth-child(even) {
	background: #fff;
}

table tbody tr:nth-child(even) {
	background: #eaeaea;
}

table tbody tr:nth-child(odd) {
	background: #fff;
}

.tableWrap .table {
	min-height: 25px;
	line-height: 25px;
	text-align: center;
	border-collapse: collapse;
}

.monthNumber {}

.courseCode {}

.courseName {}

.courseStatus {}

.finishedStatus {}

.erweima {}



/**/
.formWrap3 {
	width: 85%;
	margin: 20px auto;
	background: #003d81;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	padding: 10px 30px 40px;
}

.courseAppliedForm {
	width: 100%;
	box-sizing: border-box;
	/*padding: 0 15px;*/
}

.courseAppliedForm h5 {
	font-size: 1.2em;
	color: #fff;
	line-height: 1.5;
	margin: 0 0 10px;
}

.courseAppliedForm .form-group {
	box-sizing: border-box;
}

.courseAppliedForm .form-group:nth-child(3),
.courseAppliedForm .form-group:nth-child(4) {
	padding: 0 0;
}

.formWrap3 .form-horizontal .form-group input,
.formWrap3 .form-horizontal .form-group select {
	height: 40px;
	padding-left: 55px;
	padding-right: 10px;
	box-sizing: border-box;
	font-size: 0.9em;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	color: #666;
}

.courseAppliedForm .form-group {
	margin: 0 0 20px;
}

.courseAppliedForm .form-control-feedback {
	left: 10px;
	border-right: 1px solid #003d81;
}

.courseAppliedForm .form-control-feedback {
	position: absolute;
	top: 11px;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	pointer-events: none;
	color: #003d81;
}

.courseAppliedForm .form-control {
	border-radius: 15px;
}

.sqWrap {
	width: 100%;
	margin-top: 20px;
}

.sqWrap button {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #f45f1e;
	color: #fff;
	outline: none;
	border: none;
	box-sizing: border-box;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.courseAppliedForm input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-size: 0.9em;
	color: #666;
}

.courseAppliedForm input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 0.9em;
	color: #666;
}

.courseAppliedForm input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 0.9em;
	color: #666;
}

.courseAppliedForm input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 0.9em;
	color: #666;
}

/*关注的课程*/
.courseListWrap {
	width: 90%;
	margin: 0.5% auto 10px;
	background: #1a73c5;
	box-sizing: border-box;
	border-radius: 0 0 15px 15px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.courseListWrap ul {
	width: 100%;
	list-style: none;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15px 15px;
}

#kcTab li {
	background: #06408a;
	width: 49.75%;
}

#kcTab li:last-child {
	margin-left: 0.5%;
}

#kcTab li a {
	color: #fff;
	text-align: center;
}

#kcTab li.active {
	background: #1a73c5;
}

#kcTab li:first-child {
	border-radius: 15px 0 0 0;
}

#kcTab li:last-child {
	border-radius: 0 15px 0 0;
}

#kcTab li:first-child a {
	border-radius: 15px 0 0 0;
}

#kcTab li:last-child a {
	border-radius: 0 15px 0 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #1a73c5;
	border: none;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: none;
	border-radius: 4px 4px 0 0;
}
