@charset "utf-8";

/***************************/
.coursebg {
	float: none;
	background: #fff;
	margin-bottom: 0;
	/* background: url(../icon/topbg.jpg); */
}

.coursebg .content-place {
	background-color: transparent;
}

.coursetopbox {
	padding: 15px 15px 20px;
}

.coursetopbox .left {
	position: relative;
	float: left;
	;
	height: 320px;
}

.coursetopbox .left img {
	width: 580px;
	height: 320px;
	display: block;
}

.coursetopbox .left i {
	position: absolute;
	top: 0;
	left: 0;
	width: 77px;
	height: 77px;
	background: url(../icon/taoke_i.png) 0 0 no-repeat;
}

.coursetopbox .right {
	position: relative;
	float: left;
	margin-left: 30px;
	height: 320px;
	width: 560px;
}

.coursetopbox h3 {
	margin-bottom: 35px;
	color: #333;
	font-size: 24px;
	line-height: 1;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.coursetopbox .info {
	margin-bottom: 25px;
	color: #888;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.coursetopitem .new_price {
	margin-right: 10px;
	font-size: 26px;
	line-height: 1;
}

.coursetopitem .new_price.red {
	color: #EE5347;
}

.coursetopitem .new_price.green {
	color: #56b02a;
}

.coursetopbox .coursetopitem-people {
	width: 50%;
	color: #888888;
	font-size: 14px;
	line-height: 1;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.coursetopbox .coursetopFlex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 35px;
}

.coursetopbox .coursetopPrice {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.coursetopitem .old_price {
	float: left;
	color: #888;
	font-size: 16px;
	text-decoration: line-through;
	vertical-align: bottom;
}

.coursetopitem .old_price span {
	text-decoration: line-through;
}

.coursetopitem.btn {
	margin-top: 48px;
	float: left;
	clear: both;
}

.coursetopitem .buy {
	display: block;
	width: 107px;
	height: 40px;
	background-color: #00BED4;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}

.coursetopitem i {
	width: 20px;
	height: 17px;
}

.coursetopitem.btn div {
	float: left;
	line-height: 50px;
}

.coursetopitem .icon-01 {
	background-position: -15px -417px;
}

.coursetopitem .icon-02 {
	background-position: -65px -417px;
}

.coursetopbox .hybtn {
	position: absolute;
	top: 120px;
	right: 80px;
	width: 154px;
	height: 24px;
	border: dashed 1px #ff5400;
	border-radius: 12px;
	color: #ff5400;
	text-align: center;
	line-height: 24px;
}

.coursetopbox .hybtn:hover {
	border: solid 1px #ff5400;
	background-color: #ff5400;
	color: #fff;
}

.coursemain {
	float: left;
	width: 880px;
	background: #fff;
	min-height: 460px;
}

.coursemain-hd li {
	float: left;
	margin-right: 60px;
}

.coursemain-hd ul {
	overflow: hidden;
	margin: 0 15px;
	border-bottom: 1px solid #edf2f2;
	height: 60px;
	line-height: 58px;
	background-color: white
}

.coursemain-hd li a {
	display: block;
	padding: 0 10px;
	color: #333;
	font-size: 16px;
}

.coursemain-hd li a:hover {
	color: #00BED4;
}

.coursemain-hd li.on a {
	border-bottom: solid 2px #00BED4;
	color: #00BED4;
}

.coursemain-hd ul li a:hover {
	border-bottom: solid 2px #00BED4;
}

.coursemain-hd li i {
	margin: -3px 3px 0 0;
	width: 20px;
	height: 18px;
}

.coursemain-hd li .icon-01 {
	background-position: -115px -416px;
}

.coursemain-hd li .icon-02 {
	background-position: -215px -416px;
}

.coursemain-hd li .icon-03 {
	background-position: -315px -416px;
}

.coursemain-hd li a:hover .icon-01,
.coursemain-hd li.on .icon-01 {
	background-position: -165px -416px;
}

.coursemain-hd li a:hover .icon-02,
.coursemain-hd li.on .icon-02 {
	background-position: -265px -416px;
}

.coursemain-hd li a:hover .icon-03,
.coursemain-hd li.on .icon-03 {
	background-position: -365px -416px;
}

.classside.course {
	float: right;
	width: 290px;
	border: solid 2px #f1f1f1;
}

.classside.course .classsideitem {
	border-bottom: solid 10px #f2f2f2;
}

.classside.course .classsideitem:last-child {
	border-bottom: 0;
}

.coursemain-bd {
	padding: 0px 30px;
}

.coursemain-bd,
.coursemain-bd p {
	font-size: 14px;
	color: #888;
	line-height: 1.5;
}

.coursetip {
	margin-bottom: 10px;
	border: dashed 1px #00BED4;
	color: #00BED4;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}

.coursemainlist li {
	position: relative;
	padding: 35px 0px 35px 163px;
	border-bottom: solid 1px #e2e2e2;
}

.coursemainlist li:last-child {
	border: 0;
}

.coursemainlist img {
	position: absolute;
	left: 0;
	top: 35px;
	width: 148px;
	height: 81px;
}

.coursemainlist h3 {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.coursemainlist h3 a {
	font-size: 16px;
	color: #333;
}

.coursemainlist p {
	color: #888;
	font-size: 14px;
}

.coursemainlist .coursemain-lake {
	margin-top: 10px;
	line-height: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.coursemain-before {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}

.coursemainlist .coursemain-lake .price {
	color: #EE5347;
	font-size: 16px;
	width: 100px;
}

.coursemainlist .coursemain-lake .info {
	color: #888;
	font-size: 16px;
}

.coursemainlist .shiting {
	width: 80px;
	background: #02C1D0;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}

.coursemainlist label {
	position: absolute;
	right: 0;
	bottom: 40px;
	height: 30px;
	color: #fb7d30;
	line-height: 30px;
	cursor: pointer;
}

.coursemainlist label span {
	font-size: 18px;
}

.coursemainlist label i {
	margin: -7px 3px 0 0;
	width: 20px;
	height: 20px;
	background-position: -465px -415px;
}

.coursemainlist label.no i {
	background-position: -415px -415px;
}

.comment_list {
	padding: 10px 0;
}

.comment_list li {
	font-size: 14px;
	padding: 25px 0;
	position: relative;
	border-bottom: 1px solid #F0F0F0;
	padding-left: 60px;
}

.comment_list .pic {
	overflow: hidden;
	width: 44px;
	height: 44px;
	float: left;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 25px;
}

.comment_list .name a {
	color: #333;
	font-size: 16px;
}

.comment_list .name {
	text-align: left;
	margin: 0 0 10px 0;
	line-height: 1;
}

.comment_list .text {
	color: #888;
	font-size: 14px;
	clear: both;
	line-height: 1.5;
	margin-bottom: 15px;
}

.comment_list .info {
	/* padding-bottom:10px;border-bottom:dashed 1px #ebebeb; */
	color: #888;
	font-size: 14px;
}

.comment_list .info .shanxhu-ico {
	width: 12px;
	height: 13px;
	background: url(../images/ico.png) no-repeat -70px -319px;
	display: block;
	float: left;
	margin: 4px 10px 0 0;
}

.comment_list .info a {
	float: right;
	margin-left: 20px;
	color: #888;
	font-size: 14px;
}

.comment_list .info a.on {
	color: #26C3D7;
}

.comment_list .info span {
	float: left;
	width: 24px;
	height: 24px;
}

.comment_list .info .icon-zan {
	background-position: -13px -513px;
	width: 20px;
	height: 20px
}

.comment_list .info .icon-pl {
	background-position: -63px -513px;
}

.comment_list .info em {
	margin-left: 15px;
	color: #298aea;
}

.classside.course {
	float: right;
	width: 290px;
	border: solid 2px #f1f1f1;
}

.classside.course .classsideitem {
	border-bottom: solid 10px #f2f2f2;
	background-color: #FFF;
}

.classside.course .classsideitem:last-child {
	border-bottom: 0;
}

.classsidetit {
	border-bottom: solid 1px #edf2f2;
	color: #333;
	font-size: 16px;
	line-height: 58px;
	height: 58px;
	text-indent: 20px;
}

.classsidecon {
	padding: 20px 16px;
}

.class_jg_dl {
	overflow: hidden;
}

.class_jg_dl dt {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.class_jg_dl dt img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.class_jg_dl dd h3 {
	margin: 10px 0;
}

.class_jg_dl dd h3 a {
	color: #333;
	font-size: 16px;
	line-height: 20px;
	display: block;
	text-align: center;
}

.class_jg_dl dd p span {
	width: 70px;
	height: 26px;
}

.class_jg_dl dd p span.icon-star {
	margin-right: 15px;
	background-position: -200px -363px;
}

.class_jg_dl dd p span.icon-cert {
	background-position: -300px -362px;
}

.class_jg_ul {
	overflow: hidden;
	height: 60px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eee;
	background: #fafeff;
	margin: 0 20px;
}

.class_jg_ul li {
	float: left;
	width: 33.333%;
	color: #666;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.class_jg_ul li:nth-child(2) {
	margin: 0 -1px;
	border: solid 1px #eee;
	border-width: 0 1px;
	margin-top: 10px;
}

.class_jg_ul li p {
	color: #666;
}

.class_jg_txt {
	margin: 0 20px 10px;
	color: #888;
	font-size: 14px;
}

.class_jg_btn {
	text-align: center;
	font-size: 14px;
}

.class_jg_btn a {
	display: inline-block;
	margin: 0 5px;
	width: 98px;
	height: 36px;
	border: solid 1px #c6c6c6;
	border-radius: 3px;
	background-color: #f7f7f7;
	color: #333;
	font-size: 14px;
	line-height: 36px;
}

.class_js_dl dt {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
}

.class_js_dl dt img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.class_js_dl dd h3 {
	margin: 10px 0;
}

.class_js_dl dd h3 a {
	font-size: 16px;
	line-height: 20px;
	color: #333;
	display: block;
	text-align: center;
}

.class_js_dl dd .tag {
	margin: 10px 0;
	color: #666;
	font-size: 14px;
}

.class_js_dl dd .info {
	color: #666;
	font-size: 14px;
}

.class_js_dl dd .info span {
	color: #00BED4;
}

.class_js_dl dd .info i {
	margin: -2px 3px 0 0;
	width: 16px;
	height: 16px;
	background-position: -417px -367px;
}

.class_js_txt {
	margin: 10px 20px;
	color: #888;
	font-size: 14px;
}

/*课程/套餐详细页购买弹出层*/
.buyOperating {
	display: block;
	width: 460px;
	height: 280px;
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -230px;
	border: 1px solid #ccc;
	background: #fff
}

.w-close a {
	float: right;
	font-size: 29px;
	cursor: pointer;
	margin: 5px 12px;
	color: #02C1D0
}

.w-notice {
	clear: both;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #cecece;
	padding: 20px 20px
}

.w-notice .coin_num_l {
	color: #02C1D0
}

.agreement {
	text-align: center;
	padding: 30px;
	font-size: 14px;
	olor: #656565
}

.buy-btn {
	display: block;
	text-align: center;
	height: auto
}

.agreement .no-agree {
	width: 16px;
	height: 16px;
	background: url(../images/ico.png) no-repeat -125px 0;
	position: absolute;
	top: 163px;
	left: 95px;
	cursor: pointer
}

.agreement .agree {
	width: 16px;
	height: 16px;
	background: url(../images/ico.png) no-repeat -151px 0;
	position: absolute;
	margin-left: -20px;
	cursor: pointer
}

.btn {
	color: #fff;
	height: auto;
	line-height: 10px;
	padding: 6px;
	cursor: pointer;
	margin-right: 15px
}

.qa-comment-input {
	padding: 10px 0 0 0;
	height: auto;
	float: left;
	position: relative;
}

.qa-comment-input img {
	border-radius: 50%;
	width: 40px
}

.qa-ci-avator {
	text-align: center;
	width: 80px;
}

.qa-ci-iarea {
	background: #F7F7F7;
	width: 100%;
	border-radius: 4px;
	height: 80px;
	padding: 1%;
	color: #888;
	font-size: 14px;
	border: none;
}

.quesdetail .qa-ci-iarea {
	padding: 12px 13px;
	width: 746px;
	vertical-align: middle;
	background: none;
	border: #eeeeee 1px solid;
	color: #999999;
	font-size: 12px;
	margin: 0;
}

.qa-ci-wrap {
	width: 100%;
	background: none;
	color: #999999;
	font-size: 12px;
}

.qa-reply-footright {
	padding: 10px 0px 0px 0;
}

.qa-tips {
	font-size: 12px;
	line-height: 29px;
	color: #666;
}

.qa-tips-error {
	background: url(/static/img/wenda-sprite.png?1) no-repeat -5px -182px;
	padding-left: 16px;
}

.qa-tips-ok {
	background: url(/static/img/wenda-sprite.png?1) no-repeat -5px -158px;
	color: #3ab94e;
	padding-left: 16px;
}

.btn-mc-light {
	background-color: #AAAAAA;
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	line-height: 28px;
	padding: 0 23px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	border-radius: 3px;
	color: #fff;
	*overflow: visible;
	/*IE 7 button width bug fixed*/
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	transition: border-color 0.25s;
	-webkit-transition: border-color 0.25s;
	-moz-transition: border-color 0.25s;
	-o-transition: border-color 0.25s;
}

.btn-mini {
	cursor: pointer;
	background: #26C3D7;
	border: none;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	width:48px;
	padding: 0;
	border-radius: 4px;
}

.zhuang-left:hover ._share_my_firends {
	display: block;
}

._share_my_firends {
	position: absolute;
	top: 0;
	right: 44px;
	bottom: 3px;
	left: 0;
	display: none;
	margin-top: 20px;
	width: 168px;
	height: 62px
}

._share_all_channel {
	margin-top: 13px;
	margin-top: 10px;
	width: 155px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(83, 87, 88, .2)
}

.side-ills-fell {
	position: absolute;
	top: 8px;
	left: 11px;
	width: 0 !important;
	height: 0 !important;
	border-right: 6px solid transparent;
	border-bottom: 5px solid #FFF;
	border-left: 6px solid transparent
}

.children {
	background-color: #F7F7F7;
	margin-top: 20px;
}

.children li {
	position: relative;
	padding: 15px 15px 15px 80px;
	border-bottom: solid 1px #F0F0F0;
}

.children li:last-child {
	margin: 0;
	border: 0;
}

.children .pic {
	width: 44px;
	height: 44px;
	position: absolute;
	left: 15px;
	top: 15px;
}

.children .info {
	border: 0;
	text-align: right;
}

.children .name {
	float: none;
	margin: 0;
	margin-bottom: 10px;
}

.children .info a {
	color: #888;
}

.children .childrenform {
	padding: 10px 0 0 15px;
}

.children .item {
	padding: 10px 15px;
}

.children .item.pl {
	position: relative;
	background-color: #fff;
	border-radius: 4px;
}

.children .item.pl:before {
	position: absolute;
	top: 0;
	left: -15px;
	width: 15px;
	height: 15px;
	background: url(../icon/icon.png) -585px -350px no-repeat;
	content: '';
}

.children textarea {
	width: 100%;
	height: 100px;
	border: 0;
}

.children .item.btn {
	text-align: right;
	margin-right: 0;
	padding: 10px 0px 0;
}

.children button {
	margin-left: 15px;
	width: 48px;
	height: 22px;
	border: solid 1px #26C3D7;
	border-radius: 3px;
	background-color: #26C3D7;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.coursemain_con strong {
	font-weight: 700;
}

p em {
	font-style: italic;
}

.activityDiv {
	width: 100%;
	height: 39px;
	background: linear-gradient(90deg, rgba(221, 36, 70, 0.89), rgba(251, 92, 88, 0.89), rgba(251, 92, 88, 0.89));
	box-sizing: border-box;
	padding: 9px 7px;
	line-height: 21px;
	position: relative;
	margin-top: 39px;
	margin-bottom: 20px;
}

.activityDiv div {
	width: 33%;
	float: left;
}

.activityDiv .activityRight {
	font-size: 12px;
}

.activityDiv div span {
	color: #FFE134;
}

.activityDiv .activityLeft i {
	font-size: 22px;
	line-height: 21px;
}

.activityDiv .activityLeft i {
	color: #FFE134;
	vertical-align: middle;
}

.activityDiv i,
.activityDiv span {
	vertical-align: middle;
}

.activityDiv .activityCenter i,
.activityDiv .activityRight i {
	color: white;
}

.activityDiv .activityCenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.threeD div {
	width: auto;
}

.threeD .activityLeft {
	float: left;
}

.threeD .activityRight {
	float: right;
}

.threeD .activityRight .white {
	color: white;
}

.threeD .Discount {
	font-size: 12px;
	color: white;
	padding: 2px 7px;
	border: 1px solid white;
}

.ProgressBar {
	display: inline-block;
	width: 136px;
	height: 12px;
	background: rgba(249, 251, 251, 1);
	border-radius: 6px;
	line-height: 12px;
	position: relative;
	overflow: hidden;
}

.threeD .ProgressBar i {
	text-align: right;
	font-style: normal;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 12px;
	color: #333333;
	display: inline-block;
	background: rgba(215, 206, 39, 1);
	border-radius: 6px;
	width: 30%;
	height: 12px;
	padding-right: 5px;
}
