/* CSS Document */
.publicTitle {
	border-bottom: solid 1px #e6e6e6;
}
.publicTitle span {
	display: inline-block;
	line-height: 32px;
	border-bottom: solid 3px #ccc;
	font-size: 18px;
	color: #212121;
	position: relative;
}
.publicTitle span:before {
	display: block;
	position: absolute;
	content: " ";
	width: 50%;
	height: 3px;
	background: #fbbd65;
	bottom: -3px;
	left: 0;
}
.audio_detail .pathBox {
	padding: 30px 0 26px 0;
	font-size: 14px;
	color: #666666;
}
.audio_detail .pathBox a {
	color: #666;
}

/*左侧内容样式*/
.audio_detail .lesson_pic {
	width: 560px;
}
.audio_detail .lesson_pic a.pic {
	max-height: 316px;
	overflow: hidden;
	display: block;
}
.audio_detail .lesson_pic .publicTitle {
	border-bottom: none;
	color: #212121;
	margin: 15px 0;
}
.audio_detail .lesson_pic ul {
	margin: 0 0 0 -16px;
}
.audio_detail .lesson_pic li {
	width: 170px;
	height: 154px;
	border: solid 1px #e6e6e6;
	margin: 0 0 15px 18px;
}
.audio_detail .lesson_pic li a {
	display: block;
}
.audio_detail .lesson_pic li a .pic {
	height: 96px;
	overflow: hidden;
}
.audio_detail .lesson_pic li a p {
	padding: 10px;
	font-size: 14p;
	line-height: 20px;
	color: #212121;
}
.audio_detail .lesson_pic li:hover {
	box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
}

/*右侧内容样式*/
.audio_detail .audio_infor {
	width: 605px;
}
.audio_detail .audio_infor h3 {
	font-size: 22px;
	color: #212121;
	line-height: 26px;
	padding: 13px 0;
}
.audio_detail .audio_infor .markItem {
	margin: 0 20px 5px 0;
	line-height: 22px;
	font-size: 14px;
	color: #d94b4b;
}
.audio_detail .audio_infor .btnGroup {
	padding: 20px 0 10px 0;
}
.audio_detail .audio_infor .btnGroup .btnItem {
	display: inline-block;
	width: 136px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	margin: 0 12px 0 0;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	font-size: 14px;
}
.audio_detail .audio_infor .btnGroup .btnItem .icon {
	margin: -3px 2px 0 0;
}
.audio_detail .audio_infor .btnGroup .btnItem01 {
	background: #f5a958;
	border: solid 1px #f5a958;
	color: #fff;
}
.audio_detail .audio_infor .btnGroup .btnItem02 {
	background: #fff;
	border: dashed 1px #ccc;
	color: #212121;
}
.audio_detail .audio_infor .btnGroup .btnItem03 {
	background: #fff;
	border: dashed 1px #f5a958;
	color: #f5a958;
}
.audio_detail .audio_infor .btnGroup .btnItem:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.audio_detail .audio_infor .btnGroup .btnItem .qrcode_box {
	display: none;
	width: 140px;
	height: 134px;
	background: url("../images/audio_details/qrcode_box.png") no-repeat center;
	left: 140px;
	top: 50%;
	margin: -67px 0 0 0;
}
.audio_detail .audio_infor .btnGroup .btnItem .qrcode_box img {
	margin: 19px 0 0 7px;
}
.audio_detail .audio_infor .btnGroup .btnItem:hover .qrcode_box {
	display: block;
}
.audio_detail .audio_infor .lesson_title {
	line-height: 46px;
	font-size: 16px;
	color: #212121;
	border-bottom: solid 1px #e6e6e6;
}
.audio_detail .audio_infor .des_ele {
	line-height: 22px;
	font-size: 14px;
	color: #666;
	margin: 20px 0 0 0;
	max-height: 295px;
	position: relative;
	overflow: hidden;
}
.audio_detail .audio_infor .des_ele p {
	margin: 0 0 25px 0;
}
.audio_detail .audio_infor .heightAuto {
	max-height: none;
}
.audio_detail .audio_infor .showBtn {
	display: inline-block;
	line-height: 24px;
	color: #d94b4b;
	font-size: 14px;
	margin: 10px 0 0 0;
}

.audio_detail .lesson_eval {
	padding: 25px 0 25px 0;
}
.audio_detail .lesson_eval .mytextarea {
	background: #f6f6f6;
	font-size: 14px;
	color: #212121;
	padding: 12px 14px;
	border: solid 1px #e6e6e6;
	line-height: 22px;
	display: block;
	width: 1170px;
	height: 66px;
	margin: 20px 0;
}
.audio_detail .lesson_eval .btnItem {
	width: 82px;
	height: 28px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	background: #d94b4b;
	font-size: 14px;
	color: #fff;
}

.audio_detail .eval_list {
	padding: 10px 0 25px 0;
}
.audio_detail .eval_list .title {
	font-size: 16px;
	color: #212121;
	border-bottom: solid 1px #e6e6e6;
	line-height: 42px;
}
.audio_detail .eval_list .evalList {
	margin: 20px 0;
	max-height: 500px;
	overflow: hidden;
}
.audio_detail .eval_list .evalList li {
	min-height: 42px;
	padding: 0 0 20px 58px;
	
}
.audio_detail .eval_list .evalList li .pic {
	left: 0;
	top: 0;
}
.audio_detail .eval_list .evalList li .eval_infor {
	background: #eff1f3;
	padding: 18px 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
}
.audio_detail .eval_list .evalList li .eval_infor h2 {
	font-size: 16px;
	padding: 0 0 10px 0;
	color: #d84847;
	font-weight: normal;
}
.audio_detail .eval_list .evalList li .eval_infor p {
	font-size: 14px;
	color: #666;
}

/*底部播放器*/
.bottomSpace {
	height: auto;
	padding: 0 0 70px 0;
}
.bottomFixed {
	width: 100%;
	position: fixed;
	z-index: 100;
	height: 70px;
	border-top: solid 1px #e6e6e6;
	left: 0;
	bottom: 0;
	background: #f6f6f6;
}
.bottomFixed .audioPlayer {
	width: 1000px;
	height: 70px;
}
.bottomFixed .controlBox .addListBtn {
	margin: 23px 30px 0 0;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url("../images/audio_details/icon05.png") no-repeat center;
}
.bottomFixed .controlBox span.active {
	background: url("../images/audio_details/active_icon.png") no-repeat center;
}
.bottomFixed .controlBox .shareBox {
	height: 70px;
	line-height: 70px;
}
.bottomFixed .shareList {
	display: none;
	width: 182px;
	height: 42px;
	top: -60px;
	left: 50%;
	margin: 0 0 0 -100px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.bottomFixed .controlBox .shareBox:hover .shareList {
	display: block;
}
.bottomFixed .shareList .shareItem {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 10px !important;
	padding: 0 !important;
	float: left;
}
.bottomFixed .shareList .shareItem:hover {
	opacity: 0.8;
}



/*分享插件样式覆写*/
.bottomShare .social-share .social-share-icon {
  width: 40px;
  height: 40px;
  border: none;
  margin: 0 10px;
}
.bottomShare .social-share .social-share-icon:hover {
  border: none;
}
.bottomShare .social-share .social-share-icon:before {
	content: " " !important;
}
.bottomShare .social-share .icon-wechat,
.bottomShare .social-share .icon-wechat:hover {
	background: url("../images/share/share_icon01.png") no-repeat center;
	background-size: cover;
}
.bottomShare .social-share .icon-qq,
.bottomShare .social-share .icon-qq:hover {
	background: url("../images/share/share_icon03.png") no-repeat center;
	background-size: cover;
}
.bottomShare .social-share .icon-weibo,
.bottomShare .social-share .icon-weibo:hover {
	background: url("../images/share/share_icon04.png") no-repeat center;
	background-size: cover;
}
#share_01 {background: #fff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}