@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 {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #eeeeee;
	box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;color: inherit;}
ul,ol{list-style: none;}
img{border: 0;}
input,select,textarea{outline:0;}
textarea{resize:none;}
table{border-collapse: collapse; border-spacing: 0;}
th,var,em{font-weight: normal; font-style: normal;}
a{text-decoration: none;color: inherit;background: none;}
a:hover,a:link{text-decoration: none;color: inherit;}
.wrap {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	box-sizing: border-box;
}
.notes{
    display: block;
    width: 94%;
    margin: 0 auto;
    margin-top: 50px;
}
.prolist {
	padding: 0;
	width: 94%;
    margin: 0 auto;
	list-style: none;
}

.proitem {
	background: #ffffff;
	margin: 20px auto 0;
	padding: 10px;
	color: #333333;
}

.proimg {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(c1.png);
	background-size: 100%;
	position: relative;
	left: -10px;
	top: 0;
}

.c6img {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(c6.png);
	background-size: 100%;
	position: relative;
	left: -10px;
	top: 0;
}


/* .c11img {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(c11.png);
	background-size: 100%;
	position: relative;
	left: 0px;
	top: 4px;
}



.c12img {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(c12.png);
	background-size: 100%;
	position: relative;
	left: 0px;
	top: 4px;
} */

.c5img {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(c5.png);
	background-size: 100%;
	position: relative;
	left: -10px;
	top: 4px;
}

.c4img {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(c4.png);
	background-size: 100%;
	position: relative;
	left: -10px;
	top: 0;
}

.proname {
	padding-left: 10px;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px solid #eee;
}
.prodes{
	line-height: 26px;
	width: 100%;
	height: 26px;
	overflow: hidden;
}
.proa{
	color: #333333;
}
.flr{float:right}
.modele{
    display: none;
    z-index: 999;
    width: 100%;
    /* height: 100%; */
    position: fixed;
    top: 35px;
    background: #eee;
    overflow: auto;
    left: 0;
	bottom: 0;
	box-sizing: border-box;
}
/* 类型 */

.proplist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.propitem {
	background: #ffffff;
	margin: 20px auto 0;
	padding: 20px 0;
	padding-left: 25%;
	color: #333333;
}

.propimg {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(c1.png);
	background-size: 100%;
	position: relative;
	left: -10px;
	top: 0;
}

.propname {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}
.propdes{
	line-height: 26px;
	width: 100%;
	height: 26px;
	color: #333333;
	overflow: hidden;
}
.propa{
	color: #333333;
	list-style: none;
	text-decoration:none;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.headTitle a:hover{
    color: #fff;
	text-decoration:none
}

.red{
	color: red;
}
.headTitle {
	width: 100%;
    max-width: 740px;
    margin: 0 auto;
	background: #BB0208;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	font-family: AlibabaPuHuiTi_2_85_Bold;
	height: 35px;
	line-height: 35px;
	position: fixed;
	top:0;
	z-index: 999999999;
}

.logoWrap {
	width: 100%;
	text-align: center;
}

.logoWrapImg {
	width: 100%;
	margin: 0 auto;
}

.logoWrapImg img {
	width: 100%;
}

.logoWrapTxt {
	color: #edcc06;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	line-height: 1;
}
.sqbtn{
    width: 90%;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    display: block;
    color: #ffffff;
    margin: 20px auto;
    text-align: center;
    background: #0f59a9;
}

.formWrap {
	width: 80%;
	margin: 20px auto 0;

}

.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;
	border:1px solid #eee;
	font-size: 14px;
	padding-right: 10px;
}

.form-group {
	margin: 0 0 20px;
}

.form-control-feedback {
	left: 10px;
	border-right: 1px solid #edcc06;
}

.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: #edcc06;
}

.formtext {
    width: 60%;
    float: right;
    text-align: right;
    border: none;
}
.items{
    line-height: 36px;
    border-bottom: 1px solid #eee;
}
.items .iconfont{
    font-size: 16px;
}
.form-group .checkbox label {
	position: relative;
	font-size: 0.8em;
	height: 40px;
	line-height: 46px;
}

.form-group .checkbox label .new_checkbox {
	display: block;
	width: 12px;
	height: 12px;
	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 {}

.checkbox,
.radio {
	height: 27px;
	line-height: 27px;
}

.my_checkbox {}

.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: #edcc06;
	outline: 0;
	width: 100%;
	color: #fff;
	border-radius: 15px;
	font-size: 14px;
	padding: 3px 15px;
	box-sizing: border-box;
	line-height: 2.6;
}

: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;
	line-height: 2.6;
}

.btn-login:hover,
.btn-login:active:focus,
.btn-login:focus {
	background: #edcc06;
	box-sizing: border-box;
	outline: 0;
	border-radius: 15px;
	font-size: 14px;
	padding: 3px 15px;
	color: #fff;
	line-height: 2.6;
}

/*弹出框*/
.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;
}


.backbtn {
	display: block;
	background: #a60107;
	border-radius: 12px;
	line-height: 24px;
	height: 24px;
	padding: 0 9px;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	position: absolute;
    left: 16px;
	top: 6px;
}
.backbtn img{
	width: 15px;height: 17px;vertical-align: top;margin-top: 4px;margin-right: 3px;
}

#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: #edcc06;
	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: #edcc06;
}

#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: #edcc06;
	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: #edcc06;
	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: #edcc06;
}

.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: #edcc06;
	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: #edcc06;
	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: #edcc06;
	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: #edcc06;
	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: #edcc06;
}

#finishedModal .modal-footer p {
	margin: 0;
	line-height: 25px;
	font-size: 0.8em;
	color: #666;
}


/*开始听课*/
.starClassWrap {
	width: 90%;
	margin: 10px auto;
	background: #edcc06;
	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: #edcc06;
	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: #edcc06;
	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: #edcc06;
}

.replyCon {
	width: 100%;
	display: none;
}

.replyCon textarea {
	width: 100%;
}

.replyConBtn {
	background: #edcc06;
	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: #edcc06;
	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: #edcc06;
}

.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: #edcc06;
	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;
}



/*项目专员课程列表*/
.proWrap {
	width: 90%;
	padding: 0;
	margin: 50px auto;
	height: 80%;
	overflow-y: auto;
	box-sizing: border-box;
}

.programSpecialistCourseListWrap {
	width: 90%;
	padding: 10px 10px;
	margin: 10px auto;
	height: 80%;
	overflow-y: auto;
	box-sizing: border-box;
}

.programSpecialistCourseListWrap h5 {
	color: #edcc06;
	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 #edcc06;
	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 #edcc06;
	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: #edcc06;
	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 #edcc06;
}

.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: #edcc06;
}

.courseAppliedForm .form-control {
	border-radius: 15px;
}

.sqWrap {
	width: 100%;
	margin-top: 20px;
}

.sqWrap button {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #23527c;
	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 {
	border: none;
	background: none;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: none;
	border-radius: 4px 4px 0 0;
}
.wrap{padding-top: 1px;}
.wrap>*{position: relative;z-index: 1;}
.wrap .headTitle{position: fixed;z-index: 999999999;}
/* 会议选择 */
.hyxz-tips{font-size: 12px;font-weight: 400;color: #525252;width: 87.2%;margin: 53px auto 0;}
.hyxz-tips p{margin-bottom: 9px;}
.hyxz-proplist{width: 90.666%;margin: 17px auto 0;list-style: none;padding: 0;}
.hyxz-proplist .hyxz-proplist-line{height: 1px;width: 90%;margin: 0 auto;display: block;}
.hyxz-proplist .hyxz-proplist-line:nth-last-of-type(1){display: none;}
.hyxz-proplist li{margin: 13px 0;position: relative;padding: 18px 26px;box-sizing: border-box;overflow: hidden;box-sizing: border-box;}
.hyxz-proplist li .list-bg{width: 100%;box-shadow: 1px 1px 3px 0px rgba(7, 0, 2, 0.19);position: absolute;left: 0;top: 0;max-height: 77px;border-radius: 12px;}
.hyxz-proplist li .info{position: relative;}
.hyxz-proplist li .info .list-icon{width: 38px;float: left;}
.hyxz-proplist li .info div{float: left;margin-left: 19.44444444%;position: relative;}
.hyxz-proplist li .info div img{width: 1px;height: 100%;position: absolute;left: 0;top: 0;}
.hyxz-proplist li .name{font-size: 17px;color: #525252;line-height: 17px;margin-top: 2px;}
.hyxz-proplist li .num{font-size: 11px;font-weight: 400;color: #525252;line-height: 11px;margin-top: 9px;}
.hyxz-proplist li .num span{color: #D00303;}
.wrap .hyxz-bottom{position: absolute;width: 100%;bottom: 0;left: 0;right: 0;margin: auto;max-width: 740px;z-index: 0;}
/* 会议列表 */
.meetlist-tips{width: 90.4%;margin: 50px auto 0;font-size: 12px;color: #525252;line-height: 14px;}
.meetlist-search-box{width: 90.4%;margin: 13px auto 0;border-radius: 16px;background: #fff;position: relative;overflow: hidden;}
.meetlist-search-box input{width: 100%;box-sizing: border-box;padding: 0 16px 0 38px;border: none;height: 32px;}
.meetlist-search-box img{width: 20px;position: absolute;top: 6px;left: 16px;}
.meetlist-list{width: 90.666%;margin: 19px auto;}
.meetlist-list .box{background: #FFFFFF;box-shadow: 1px 1px 3px 0px rgba(7, 0, 2, 0.19);border-radius: 12px;text-align: left;}
.meetlist-list .box .time{padding: 0 13px 0 9px;font-size: 14px;color: #525252;line-height: 26px;border-bottom: 1px solid #EEEEEE;}
.meetlist-list .box .time img{width: 20px;vertical-align: top;margin-top: 4px;margin-right: 3px;}
.meetlist-list .box .time span{color: #BC0209;}
.meetlist-list .box .time .type{float: right;}
.meetlist-list .box .con{padding: 9px 10px;font-size: 14px;color: #525252;}
.meetlist-list .box .con p{margin-bottom: 4px;}
.meetlist-list .box .con p:nth-last-of-type(1){margin-bottom: 0;}
.meetlist-list .box .con .name{color: #BC0209;}
/* 添加会议 */
.meadd-tips{width: 90.4%;margin: 49px auto 0;font-size: 12px;color:#525252;line-height: 14px;}
.meadd-tips span{color:#D00303;}
.meadd-form{color: #525252;margin-top: 16px;}
.meadd-form .form-box{width: 90.4%;border-radius: 4px;background: #FFFFFF;box-sizing: border-box;padding: 0 10px;margin: 0 auto 5px;}
.meadd-form .form-box .title{font-size: 17px;color: #525252;line-height: 38px;}
.meadd-form .form-box .title img{height: 18px;vertical-align: top;margin-top: 10px;margin-right: 5px;}
.meadd-form .form-box .title .add-icon{width: 18px;height: 18px;vertical-align: top;margin-top: 10px;margin-right: 0;}
.meadd-form .item{overflow: hidden;line-height: 32px;font-size: 14px;border-bottom: 1px solid #DCDCDC;}
.meadd-form .item:nth-last-of-type(1){border: none;}
.meadd-form .item .formtext{padding: 0;margin: 0;background: none;}
.meadd-form .item img{width: 16px;margin-top: 8px;}
.meadd-sub-btn{width: 88.8%;padding: 0;margin: 26px auto 20px;height: 42px;line-height: 42px;border-radius: 21px;text-align: center;font-size: 15px;color: #FFFFFF;background: #BB0209;display: block;border: none;}
/* 会议详情 */
.meetdetail-box{width: 90.6666%;margin: 9px auto 19px;background: #FFFFFF;border-radius: 4px;overflow: hidden;box-sizing: border-box;padding: 0 10px;}
.meetdetail-box .meetdetail-name{font-size: 20px;color: #BC0008;margin: 20px 15px;text-align: center;}
.meetdetail-box .meetdetail-people-box .title{font-size: 14px;color: #525252;line-height: 18px;}
.meetdetail-box .meetdetail-people-box .title img{width: 13px;vertical-align: top;margin-right: 4px;}
.meetdetail-box .meetdetail-people-box .box{margin-top: 7px;padding-bottom: 6px;border-bottom: 1px solid #DCDCDC;text-align: left;}
.meetdetail-box .meetdetail-people-box .box:nth-last-of-type(1){border: none;}
.meetdetail-box .meetdetail-people-box .box .name{font-size: 14px;line-height: 14px;}
.meetdetail-box .meetdetail-people-box .box div{font-size: 12px;line-height: 12px;margin-top: 6px;}
.meetdetail-box .item{overflow: hidden;line-height: 32px;font-size: 14px;border-bottom: 1px solid #DCDCDC;}
.meetdetail-box .item:nth-last-of-type(1){border: none;}
.meetdetail-box .item .formtext{padding: 0;margin: 0;}
.meetdetail-btn-box{width: 90.6666%;margin: 21px auto 0;overflow: hidden;}
.meetdetail-btn-box button{width: 46.47%;float: left;height: 37px;line-height: 37px;background: #BC0006;border-radius: 8px;border: none;font-size: 15px;color: #FFFFFF;text-align: center;}
.meetdetail-btn-box .meetendbtn{float: right;}
.meetdetail-btn-box .meetendbtn{float: right;}
.meetdetail-upload-box{width: 90.6666%;margin: 0 auto;}
.meetdetail-upload-box .tips{font-size: 12px;margin-top: 5px;}
.meetdetail-upload-box .upload-box{text-align: center;margin-top: 25px;}
.meetdetail-upload-box .upload-box img{width: 86px;height: 86px;}
.meetdetail-sub-btn{display: block;width: 87.4666%;height: 37px;line-height: 37px;background: #BC0006;border-radius: 8px;text-align: center;border: none;font-size: 15px;color: #FFFFFF;margin: 22px auto;}
/* 讲者库 */
.lelist-nav{margin-top: 43px;line-height: 41px;font-size: 17px;color: #C6C6C6;}
.lelist-nav li{width: 50%;float: left;text-align: center;background: #ffffff;margin: 0;}
.lelist-nav li a{padding: 0;line-height: 41px;border: none;border-bottom: 2px solid #E4E4E4;margin: 0;}
.lelist-nav li a:hover{background: #fff;}
.lelist-nav li.active>a, .lelist-nav li.active>a:focus, .lelist-nav li.active>a:hover {color: #BC0108;cursor: default;border-bottom: 2px solid #BC0108;}
.lelist-nav li img{
	width: 13px;height: 17px;vertical-align: top;margin-top: 11px;margin-right: 6px;
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
	_filter:none;
	opacity: 0.5;
}
.lelist-nav .active img{
	-webkit-filter: none; 
	-moz-filter: none; 
	-ms-filter: none; 
	-o-filter: none; 
	filter:none;  
	_filter:none;
	opacity: 1;
}
.lelist-search-box{width: 100%;margin: 10px auto 0;}
.lelist-list-box{width: 90.6666%;margin: 0 auto;}
.lelist-list-box .lcli{background: #FFFFFF;border-radius: 12px;padding: 0;margin-top: 10px;}
.lelist-list-box .lcli .lcname,.lelist-list-box .lcli .lcdesc{font-size: 14px;line-height: 30px;color: #525252;border-bottom: 1px solid #EEEEEE;padding: 0 13px 0 11px;}
.lelist-list-box .lcli .lcname span{color: #BC0108;font-weight: bold;}
.lelist-list-box .lcli .lcname .lcnametext{margin-right: 5px;}
.lelist-list-box .lcli .lcname .lcstatus{float: right;}
.lelist-list-box .lcli .lcdesc{line-height: 32px;overflow: hidden;}
.lelist-list-box .lcli .lcdep{float: left;}
.lelist-list-box .lcli .lcshosp{float: right;}
.lelist-list-box .lcli .lcdesc .c11img,.lelist-list-box .lcli .lcdesc .c12img{display: inline-block;width: 14px;height: 14px;vertical-align: top;margin-top: 8px;margin-right: 5px;}
.lelist-list-box .lcli .lcdesc .c11img{background: url(../img/lelist-ks-icon.png)center no-repeat;background-size: 100% 100%;}
.lelist-list-box .lcli .lcdesc .c12img{background: url(../img/lelist-yy-icon.png)center no-repeat;background-size: 100% 100%;}
.lelist-add-btn{display: block;height: 37px;line-height: 37px;background: #BC0108;border-radius: 8px;font-size: 15px;color: #FFFFFF;text-align: center;margin: 12px 6px;border: none;}
/* 讲者添加 */
.leadd-box{margin-top: 45px;}
.leadd-upload{width: 90.4%;margin: auto;}
/* 课程 */
.course-logo{width: 52.8%;display: block;margin: 63px auto 49px;}
.course-meet-name{text-align: center;width: 87.2%;margin: auto;text-align: center;font-size: 21px;color: #BC0008;line-height: 22px;font-weight: bold;}
.course-btn-box{text-align: center;width: 87.2%;margin: 25px auto;text-align: center;font-size: 15px;color: #fff;}
.course-btn-box button{border: none;width: 48%;float: left;height: 40px;line-height: 40px;background: #BC0209;border-radius: 20px;}
.course-btn-box .end-btn{float: right;}