* {
	box-sizing: border-box;
}

textarea {
	resize: none;
}

.iContainer, .w1200 {
	width: 1200px;
	margin: 0 auto;
}

.container {
	display: none;
	position: absolute;
	top: 1100px;;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding: 10px 50px 0px 20px;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
	text-align: left;
}

.star-area {
	width: 450px;
	height: 80px;
	resize: none;
}

.form-group {
	text-align: center;
}

.pic-box-in .class-img {
	width: 100%;
	height: 100%;
}

.phoneClear:after {
	content: "";
	display: block;
	clear: both;
}

.menu_box .item-btn-group > * {
	display: inline-block;
	float: left;
	color: #555;
}

.menu_box .item-btn-group > .floatr {
	float: right;
}

.liveinfo-btn-group {
	float: right;
	line-height: 25px;
	width: 225px;
	text-align: right;
}

.panel-body > ul > li:hover .liveinfo-btn-group {
	font-weight: bold;
}

#accordion {
	counter-reset: chapter 0;
}

#accordion > li {
	counter-increment: chapter 1;
}

#accordion > li .chapter-title:before {
	content: "第" counter(chapter) "章";
}

#accordion > li .chapter-title:after {
	content: "";
	float: right;
	width: 10px;
	height: 15px;
	margin-right: 28px;
	display: block;
	background-image: url(${ctx}/static/edu/images/live/icon_point_top.png);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	-webkit-transition: transform 0.2s linear;
	-moz-transition: transform 0.2s linear;
	-ms-transition: transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
}

#accordion > li .chapter-title.collapsed:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-body > ul {
	counter-reset: item 0;
}

.panel-body > ul > li:hover {
	background-color: #daeff7;
}

.panel-body > ul > li {
	counter-increment: item 1;
	padding: 11.5px 30px 11.5px 42px;
	font-size: 12px;
}

.panel-body ul > li .class-name:before {
	content: "第" counter(item) "节";
	margin-right: 10px;
}

#accordion .panel-title > a:hover {
	text-decoration: none;
}

#accordion .panel-body, #accordion .panel-heading, #accordion .panel.panel-default {
	border: none;
	background-color: #fff;
	box-shadow: none;
}

#accordion .panel-heading {
	padding: 0;
}

#accordion .panel-title > a {
	display: block;
	padding: 29px 0;
	font-size: 14px;
	font-weight: bold;
	margin-left: 25px;
	color: #515151;
}

#accordion .panel-body {
	padding: 0;
}

#accordion .panel.panel-default {
	padding: 0 15px;
	margin: 0;
	border-radius: 0;
}

.news-tab-wrapper .nav-tabs {
	/*border-bottom: 1px solid #e8e8e8;*/
	/*background-color: #f5f5f5;*/
    border: none;
    padding-top: 29px;
    padding-left: 56px;
}

.news-tab-wrapper .nav-tabs > li.active > a, .news-tab-wrapper .nav-tabs > li.active > a:focus,
.news-tab-wrapper .nav-tabs > li.active > a:hover {
	border: 0;
	/*border-right: 1px solid #efefef;*/
	border-bottom: 3px solid #E1251B;
	font-weight: bold;
	background: transparent;
}
.news-tab-wrapper .nav-tabs > li.active.fixed > a {
	border-bottom: 3px solid #E1251B;
	border-top: 0;
}
.news-tab-wrapper .nav-tabs > li > a {
	display: flex;
	align-items: center;
	border: 0;
	font-size: 16px;
	color: #666;
	padding: 5px 10px;
	/*margin: 0;*/
	/*width: 100px;*/
	/*height: 43px;*/
	/*line-height: 37px;*/
	text-align: center;
	/*border-right: 1px solid #e8e8e8;*/
	/*border-top: 3px solid transparent;*/
	border-radius: 0;
    margin-right: 72px;
}
.nav-tabs>li>a:hover{
	border-radius: 8px;
}

.news-tab-wrapper {
	background-color: #fff;
}
.news-tab-wrapper-fixed {
	display: none;
	position: fixed;
	width: 100%;
	top: 53px;
	left: 0;
	/*border-bottom: 1px solid #f2f2f2;*/
	box-shadow: 0 5px 5px -5px rgba(0,0,0,.6);
	/*background: #f5f5f5;*/
	z-index: 99;
}
.news-tab-wrapper-fixed .news-tab-wrapper-content {
	width: 1200px;
	margin: 0 auto;
}
.news-tab-wrapper-fixed .nav-tabs {
    padding: 15px 0;
}
.news-tab-wrapper-fixed .nav-tabs > li.active > a {
	border-bottom: 3px solid #00aaee;
	border-top: 0;
}
/*返回顶部*/
.to-top {
	/*position: fixed;*/
	/*width: 115px;*/
	/*height: 33px;*/
	/*text-align: center;*/
	/*line-height: 33px;*/
	/*right: 10px;*/
	/*bottom: 50px;*/
	/*box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;*/
	cursor: pointer;
	/*border-radius: 3px;*/
	/*background: #fff;*/
}

.class-name > a {
	color: #666;
}

.unit-list > li:last-child .class-progress:after {
	width: 0;
}

.comment {
	font-size: 0;
}

.comment-content {
	margin-right: 320px;
	font-size: 12px;
	border-right: 1px solid #e8e8e8;
	padding-right: 51px;
	padding-left: 21px;
}

.comment-list {
	margin-bottom: 0;
}

.user-pay-list {
	float: right;
	width: 320px;
}

.comment-all-wrapper {
	padding: 24px 0;
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5
}

.course-score {
	height: 28px;
}

.good-comment:before {
	content: "好评（";
}

.ordinary-comment:before {
	content: "中评（";
}

.bad-comment:before {
	content: "差评（";
}

.good-comment:after, .ordinary-comment:after, .bad-comment:after {
	content: "）";
	margin-right: 20px;
}

.comment-list > li {
}

.buy-record-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	vertical-align: middle;
}

.buy-record-detial {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 14px;
	color: #1d1d1d;
}

.buy-record-detial > p:last-child {
	margin-bottom: 0;
}

.liveinfo-right {
	width: 320px;
	background-color: #fff;
	margin-left: 880px;
	border: 1px solid #e8e8e8;
}

.buy-record-list > li {
	margin-top: 15px;
}

.liveinfo-right-title {
	margin: 0;
	font-size: 14px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 28px;
	display: block;
	color: #666;
	padding: 24px 0 24px 31px;
}

.live-recommmend-list {
	padding: 30px;
}

.live-recommmend-list > li > img {
	width: 100%;
}

.recommend-name {
	font-size: 14px;
	color: #1d1d1d;
	margin: 10px 0 14px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rmb:before {
	content: "￥";
}

.rmb {
	font-size: 14px;
	color: #ff4623;
}

.course-info-wrapper {
	/*padding: 25px 0 15px 22px;*/
	/*background-color: #fff;*/
	display: flex;
	justify-content: space-between;
    /*min-height: 255px;*/
}

.single-class-page .course-info-wrapper {
	/*padding: 62px 85px;*/
	/*background-color: #fff;*/
	/*width: 686px;*/
	width: 860px;
	height: 551px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	margin: 0 auto;
}

.course-img-wrapper {
	padding-bottom: 0;
	border-left-width: 2px;
	float: left;
}

.course-img-wrapper > img {
	width: 501px;
	height: 281px;
	vertical-align: middle;
}

.phoneClear .course-detail-wrapper {
	/*margin-left: 521px;*/
	width: 100%;
	position: relative;
	/*height: 281px;*/
	/*flex: 1.0;*/
	/*border-right: 1px solid #ececec;*/
	/*width: 820px;*/
	background: #ffffff;
	border-radius: 8px;
	padding: 36px 55px 48px 55px;
}
.course-detail-wrapper {
	/* margin-left: 521px; */
	position: relative;
	/* height: 281px; */
	/* flex: 1.0; */
	/* border-right: 1px solid #ececec; */
	width: 820px;
	background: #ffffff;
	border-radius: 8px;
	padding: 28px 20px 18px;
}

.single-class-page .course-detail-wrapper {
	height: auto;
	margin-left: 0;
    border: none;
}

.course-right-wrapper {
	width: 360px;
	/*padding: 0 35px;*/
    display: flex;
    align-items: center;
    justify-content: center;
	background: #ffffff;
	border-radius: 8px;
}


.course-detail-title {
	font-size: 24px;
	/*height: 22px;*/
	color: #000000;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.single-class-page .course-detail-title {
	font-size: 20px;
}

.class-row {
	display: flex;
    margin-bottom: 14px;
}
.course-detail-wrapper .class-row:last-child {
    margin-bottom: 0;
}
.class-row .class-label {
	font-size: 16px;
	color: #666666;
	margin-right: 15px;
    padding-top: 6px;
}
.top-class-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.course-detail-text {
	font-size: 14px;
	color: #515151;
	margin-bottom: 12px;
}

.course-detail-text:before {
	color: #8e8e8e;
	margin-right: 15px;
}

.course-detail-time:before {
	content: "开班时间";
}

.course-price-wrapper {
	/*position: absolute;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	margin-bottom: 10px;
}

.single-class-page .course-price-wrapper {
	position: relative;
}

.course-price-wrapper .rmb {
	font-size: 36px;
	color: #ff4623;
	margin-right: 14px;
}

.course-price-wrapper .rmb:before {
	font-size: 18px;
	margin-right: 5px;
}

.course-pay-btn {
    font-weight: bold;
    width: 280px;
    height: 47px;
    line-height: 47px;
    background-image: linear-gradient(-90deg, #ff6b00 0%, #ff3b00 100%);
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    border: none;
    letter-spacing: 2px;
}

.navSignUp .course-pay-btn {
    width: 118px;
    height: 44px;
    line-height: 44px;
}

.single-class-page .course-pay-btn {
	width: 192px;
	height: 52px;
	background: linear-gradient( 270deg, #FF6A00 0%, #EF4023 100%);
	border-radius: 4px 4px 4px 4px;
	margin-top: 120px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 40px;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	-moz-transition: background-color 0.2s linear, color 0.2s linear;
	-ms-transition: background-color 0.2s linear, color 0.2s linear;
	-o-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
}

.single-class-page .course-pay-btn:hover {
	background-color: #0ae;
	color: #fff;
}

.course-icon-wrapper > div {
	margin: 0;
}

.course-process-wrapper > p {
	margin-bottom: 6px;
}

.course-bottom {
	/*padding-top: 30px;*/
}

.liveinfo-left {
	width: 100%;
	/*border: 1px solid #e8e8e8;*/
    background: #fff;
}

.course-score > span, .course-score > img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 21px;
}

.record-time {
	font-size: 14px;
	color: #a2a1a1;
	margin-bottom: 24px;
}

.record-wrapper {
	margin-bottom: 10px;
}

.download-data {
	color: #515151;
	/*line-height: 42px;*/
	float: right;
	margin-right: 22px;
	position: relative;
}

.download-data:hover {
	text-decoration: none;
}
.download-data:hover .connectCourse{
	display:block;
}
#classMaterial.download-data:hover .connectCourse a{
	text-decoration: none;
	color:#515151;
}
#info {
	/*padding: 21px;*/
	background-color: #fff;
	background-image: none !important;
	margin-top: 25px;
	padding-bottom: 1px;
}

.class-point-content {
	border-radius: 0!important;
}

.live-recommmend-list > li {
	margin-bottom: 30px;
}

.live-recommmend-list > li:last-child {
	margin-bottom: 0;
}

.course-process-text > span {
	margin: 0 4px;
}

.advice-hover {
	border: 0;
	font-size: 14px;
	color: #666;
	padding: 0;
	margin: 0;
	width: 170px;
	height: 43px;
	line-height: 37px;
	text-align: center;
	border-right: 1px solid #e8e8e8;
	border-top: 3px solid transparent;
	border-radius: 0;
	position: relative;
}

.class-price {
	font-size: 48px;
	color: #EF4023;
	margin: 40px 0 24px;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
}

.single-class-page .class-price {
    text-align: left;
    margin: 7px 0 7px;
    line-height: normal;
}

.class-price:before {
	content: "￥";
	font-size: 28px;
}
.class-price.noBefore:before{
	content:"";
}

.class-type-text {
	color: #333;
	font-size: 12px;
	display: flex;
}
.class-type-text p {
	padding: 2px 8px;
	margin-right: 12px;
	border-radius: 3px;
	background: #FFF1E9;
	color: #E37318;
	line-height: 20px;
}
.class-type-text p.type1 {
	background: #FFFBFB;
	color: #0052D9;
}
.class-type-text p.type2 {
	background: #E3F9E9;
	color: #2BA471;
}
.class-type-text .label1{
	padding: 6px 8px;
	background: #FFFBFB;
	border-radius: 3px 3px 3px 3px;
	font-size: 12px;
	color: #0052D9;
	margin-right: 12px;

}
.class-type-text .label2{
	padding: 6px 8px;
	background: #E3F9E9;
	border-radius: 3px 3px 3px 3px;
	font-size: 12px;
	color: #2BA471;
	margin-right: 12px;
}
.class-type-text .label3{
	padding: 6px 8px;
	background: #FFF1E9;
	border-radius: 3px 3px 3px 3px;
	font-size: 12px;
	color: #E37318;
	margin-right: 12px;
}

.single-class-page .class-type-text {
	color: #333;
	font-size: 14px;
	padding-bottom: 34px;
	/*border-bottom: 1px solid #efefef;*/
	margin-bottom: 0;
}

span.teacher-phone {
	position: absolute;
	top: 80px;
	left: 115px;
	font-size: 22px;
	color: #515151;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

span.teacher-name {
	position: absolute;
	top: 30px;
	left: 115px;
	font-size: 22px;
	color: #515151;
	width: 100%;
	font-weight: bold;
	text-align: left;
}

.no-qq .teacher-name {
	top: 68px;
}

.no-qq .teacher-phone {
	top: 118px;
}

.teacher-card {
	width: 452px;
	height: 223px;
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	z-index: 100;
}

.advice-hover:hover .teacher-card {
	display: block;
}

.class-modal {
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	text-align: center;
	min-width: 1200px;
}

.class-modal:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle;
}

.class-modal-main {
	display: inline-block;
	vertical-align: middle;
	background-color: #F2F6FA;
	text-align: left;
	margin-top: 40px;
	border-radius: 10px;
}

.class-more-modal .class-modal-main {
	background-color: #fff;
}

.class-modal-header {
	padding: 20px 44px;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	position: relative;
	border-radius: 10px 10px 0 0;
}

.class-modal-header > span {
	font-size: 14px;
	color: #515151;
	margin-right: 20px;
}

.search-input-wrapper {
	border: 1px solid #e8e8e8;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.search-input-wrapper > span {
	line-height: 34px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
}

.search-input-wrapper button {
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border: 0;
	height: 34px;
}

.search-input-wrapper input {
	height: 34px;
	border: 0;
	outline: none;
	display: inline-block;
	vertical-align: top;
}

.class-modal-header > select {
	width: 243px;
	height: 36px;
	padding-left: 10px;
	border-color: #e8e8e8;
	margin-right: 20px;
}

.class-more-modal .class-modal-content {
	width: 700px;
	text-align: center;
}

.class-modal-content {
	padding: 31px 23px;
}

.class-content-wrapper {
	background-color: #fff;
	padding: 20px;
	padding-top: 0;
	border: 1px solid #e8e8e8;
}

.class-content-wrapper table {
	width: 100%
}

.class-content-wrapper {
	border-collapse: collapse;
}

.class-content-wrapper thead {
	font-weight: bold;
}

.class-content-wrapper tbody,
.class-content-wrapper thead {
	display: block;
	width: 100%;
}

.class-content-wrapper tbody {
	max-height: 200px;
	overflow-y: auto;
}

.class-content-wrapper thead td {
	padding: 15px 10px;
	text-align: center;
}

.class-content-wrapper td {
	border-bottom: 1px solid #f3f6f9;
	padding: 10px 10px;
	width: 100px;
	text-align: center;
}

.class-content-wrapper tbody tr {
	cursor: pointer;
}

.class-content-wrapper tbody tr:hover {
	background-color: #FAFAFA;
}

.class-type-table tr > td:nth-child(2) {
	width: 250px;
	text-align: center;
	/*text-align: left;*/
}

.class-type-table tr > td:nth-child(3) {
	width: 200px;
	text-align: center;
	/*text-align: left;*/
}

.class-type-table tr > td:nth-child(7) {
	text-align: center;
}

.class-addr-table tr > td:nth-child(1) {
	width: 450px;
	text-align: center;
}
.class-addr-table tr > td{
	text-align: center;
}

.choose-btn-wrapper {
	text-align: center;
	margin-top: 20px;
}

.choose-btn-wrapper > button {
	/*background-color: #0ae;*/
	background: linear-gradient(90deg, #EF4023 0%, #EF6A23 100%);
	border-radius: 2px;
	border: none;
	color: #fff;
	width: 144px;
	height: 42px;
	font-size: 14px;
}
.page-box .page-wrapper > ul > li.active {
	background: #FFFBFB;
	border-color: #E1251B;
	color: #E1251B;
}

.class-item-check {
	width: 15px;
	height: 15px;
	background-image: url(../images/class_uncheck.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: center center;
	display: inline-block;
}
tr.not-optional .class-item-check {
	background-image: url(../images/not-optional.png) !important;
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	margin-left: -5px;
	vertical-align: middle;
}
tr.checked .class-item-check {
	background-image: url(../images/class_check.png);
}

tr.buy .class-item-check {
	background-image: url(../images/class_buy.png);
}

.class-modal-header > .close-modal {
	float: right;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
	margin: 0;
	font-size: 42px;
	cursor: pointer;
}

.choose-position-btn,
.choose-class-btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #DCDCDC;
    width: 298px;
    height: 32px;
    text-align: left;
    padding-left: 8px;
    padding-right: 22px;
	color: #999999;
    font-size: 14px;
    position: relative;
}

.choose-position-btn:after,
.choose-class-btn:after {
    content: '';
    display: inline-block;
    background: url(/static/edu/images/class-addr-choose.png) center center no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.single-class-page .choose-position-btn,
.single-class-page .choose-class-btn {
	width: 412px;
	/*margin-top: 16px;*/
	background: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #DCDCDC;
	padding: 5px 8px;
}
.course-price-wrapper .choose-price-title{
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	margin-right: 12px;
}
.course-price-wrapper .choose-position-wrapper{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.class-item-wrapper {
	font-size: 0;
    flex: 1.0;
	/*margin-top: 10px;*/
	/*padding-bottom: 16px;*/
	/*border-bottom: 1px solid #EFEFEF;*/
	/*background-color: #fff;*/
	/*position: relative;*/
	/*z-index: 10;*/
	/*-webkit-transition: box-shadow 0.2s linear;*/
	/*-moz-transition: box-shadow 0.2s linear;*/
	/*-ms-transition: box-shadow 0.2s linear;*/
	/*-o-transition: box-shadow 0.2s linear;*/
	/*transition: box-shadow 0.2s linear;*/
	max-height: 160px;
	overflow-y: auto;
}

.class-item-wrapper::-webkit-scrollbar {
	width:5px;
	background-color:#F5F5F5;
}
.class-item-wrapper::-webkit-scrollbar-thumb {
	background-color: #D9D9D9;
	border-radius: 10px;
}

.class-item-box {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	/*width: 612px;*/
	/*overflow: hidden;*/
	padding-left: 0;
	-webkit-transition: max-height linear 0.4s, padding-left linear 0.2s;
	-moz-transition: max-height linear 0.4s, padding-left linear 0.2s;
	-ms-transition: max-height linear 0.4s, padding-left linear 0.2s;
	-o-transition: max-height linear 0.4s, padding-left linear 0.2s;
	transition: max-height linear 0.4s, padding-left linear 0.2s;
	position: relative;
}

/*.class-item-wrapper:hover .class-item-box,*/
/*.class-item-wrapper.active .class-item-box {*/
	/*max-height: 500px;*/
	/*padding-left: 10px;*/

/*}*/

/*.class-item-wrapper:hover,*/
/*.class-item-wrapper.active {*/
	/*-webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);*/
	/*-moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);*/
	/*box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.class-item-wrapper:hover .class-item-more > a,*/
/*.class-item-wrapper.active .class-item-more > a {*/
	/*-webkit-transform: rotate(180deg);*/
	/*-moz-transform: rotate(180deg);*/
	/*-ms-transform: rotate(180deg);*/
	/*-o-transform: rotate(180deg);*/
	/*transform: rotate(180deg);*/
/*}*/

/*.class-item-more {*/
	/*display: inline-block;*/
/*}*/

.class-package-item {
	color: #666666;
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
	padding: 5px 15px 5px 15px;
	text-align: center;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #F1F1F1;
	margin-bottom: 10px;
	position: relative;
}

.class-package-item.course-item:before {
	content: '';
	display: inline-block;
	background: url('../../../static/edu/images/course-logo.png') center center no-repeat;
	background-size: 33px 20px;
	width: 33px;
	height: 20px;
	position: absolute;
	right: -5px;
	top: -13px;
}

.class-package-item.active {
	border: solid 1px #E1251B;
	 color: #666666;
	padding: 4px 15px 4px 15px;
	border-radius: 4px;
	box-shadow: 0px 0px 8px 0px rgba(16,60,231,0.12);
}
.class-package-item.active:after {
	content: '';
	display: inline-block;
	background: url(/static/edu/images/class-type-active.png) center center no-repeat;
	background-size: 17px 17px;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.class-package-item:hover {
	border: solid 1px #E1251B;
	color:#333333;
	text-decoration: none;
}
.class-package-item.active:hover {
	border: solid 1px #E1251B;
}
.class-package-item:focus {
	text-decoration: none;
}

.class-more-modal .class-list {
	font-size: 0;
	width: 555px;
	display: inline-block;
	text-align: left;
}

.class-more-modal .class-list > li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 25px;
}

.class-more-modal .class-list > li:nth-child(4n) {
	margin-right: 0;
}

.class-more-modal .class-list > li > a {
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #E8E8E8;
	font-size: 14px;
	color: #515151;
	line-height: 38px;
	text-align: center;
}

.class-more-modal .class-list > li > a:hover,
.class-more-modal .class-list > li.active > a {
	text-decoration: none;
	border-color: #00AAEE;
}

.class-more-modal .price {
	font-size: 28px;
	color: #ff4623;
}

.class-more-modal .price:before {
	content: "￥";
	font-size: 18px;
}

#SL-container.single-class-page {
	background-color: #f3f5f7;
	padding-top: 52px;
	padding-bottom: 90px;
}

.connectCourse {
	position: absolute;
	top: 20px;
	left: -150px;
	display:none;
	z-index: 99;
}

.connectCourse > .tab_img {
	width: 355px;

}

.connectCourse > .tab_img1 {
	height: 16px;
	background-image: url(../images/tab_img1.png);
}

.connectCourse > .tab_img2 {
	background-image: url(../images/tab_img2.png);
	padding: 15px 30px;
	max-height:200px;
	overflow-y: auto;
}
.connectCourse > .tab_img2 > div:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #0ae;
}

.connectCourse > .tab_img2 > div {
	line-height: 30px;
	font-size:0;
}
.connectCourse > .tab_img2 > div>a{
	display: inline-block;
	width: 95%;
	padding-left: 18px;
	line-height: 30px;
	vertical-align: top;
	font-size: 12px;
	color:#515151;
}
.connectCourse > .tab_img2 > div>a:hover{
	color:#0ae;
}
.connectCourse > .tab_img3 {
	height: 7px;
	background-image: url(../images/tab_img3.png);
}
.info-wrapper td {
	border: 1px solid #eee!important;
}

.course-right-bottom {
    margin: 28px 0 0;
	font-size: 16px;
	/*background-color: #fafafa;*/
}
.course-bottom-tips {
    padding: 0 0 22px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	color: #999999;
}
.course-bottom-tips.has-sign {
	display: none;
}
.course-bottom-detail {
    /*height: 82px;*/
    text-align: center;
	margin-bottom: 12px;
}


/*赠送网课&推荐网课模块*/
.present-course {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.present-course .live-box {
    width: 370px;
    height: 256px;
    background-color: #ffffff;
    margin-right: 24px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,.1) 0 0 10px;
    display: block;
    position: relative;
}
.present-course .live-box:hover {
	text-decoration: none;
}
.present-course .live-box:nth-child(3n) {
    margin-right: 0;
}
.present-course .live-info {
    padding: 15px 0 0;
}
.present-course .live-header {
    height: 76px;
    margin-bottom: 20px;
}
.present-course .live-title {
    padding: 0 22px;
    font-size: 20px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #555;
    overflow: hidden;
    margin-bottom: 12px;
    min-height: 34px;
}
.present-course .live-detail {
    display: flex;
    align-items: center;
    margin-bottom: 13px!important;
    padding: 0 12px 0 22px;
}
.present-course .live-detail span {
    margin-right: 4px!important;
    color: #999;
}
.present-course .arrow-right {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #c9c9c9;
    margin-right: 5px;
}
.present-course .live-teacher-list {
    height: 84px;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0!important;
    flex-wrap: wrap;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}
.present-course .teacher-item {
    width: 50px;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 12px;
}
.present-course .teacher-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 5px;
    border: solid 1px #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.present-course .teacher-pic img {
    height: 100%;
}
.present-course .teacher-name {
    color: #818a92;
}
.present-course .live-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    margin-bottom: 0!important;
    padding: 0 22px;
}
.present-course .has-buy {
    color: #818a92;
    font-size: 14px;
}
.present-course .live-price {
    color: #ff4623;
    font-size: 24px;
}
.present-course .live-price:before {
    content: "￥";
    font-size: 16px;
}
.present-course .try-video {
    width: 42px;
    height: 58px;
    margin-right: 5px;
    margin-top: -3px;
    position: absolute;
    right: -10px;
    top: -7px;
}

/*已报班提示*/
.has-sign-box .class-modal-content {
	background: #fff;
	padding: 0!important;
}
.has-sign-box .tips {
	font-size: 18px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	padding: 0 80px;
}
.has-sign-box .row {
	display: flex;
	border-top: 1px solid #e5e5e5;
	text-align: center;
	justify-content: space-around;
	align-items: center;
	margin: 0!important;
}
.has-sign-box .row-btn {
	flex: 0.5;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #999;
	cursor: pointer;
}
.has-sign-box .row-btn:visited,
.has-sign-box .row-btn:hover,
.has-sign-box .row-btn:link,
.has-sign-box .row-btn:active {
	text-decoration: none;
}
.has-sign-box .link-order {
	border-left: 1px solid #e5e5e5;
	/*color: #29a1f7;*/
	color: #333333;
}
.order-list {
	padding-bottom: 10px;
}
.order-row {
	padding: 0 30px 10px;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}
.order-btn {
	color: #29a1f7;
	cursor: pointer;
	width: 80px;
	text-align: right;
}

/*左侧班级推荐弹窗*/
.class-recommend-box {
	position: fixed;
	left: 20px;
	top: 25%;
	/*display: flex;*/
	align-items: start;
	display: none;
	z-index: 99;
}
.class-recommend-box .class-recommend-bar {
	background-image: linear-gradient(180deg, #00aaee 0%, #4189f8 100%), linear-gradient(#00aaee, #00aaee);
	background-blend-mode: normal, normal;
	border-radius: 6px;
	border: solid 1px #0085dd;
	padding: 8px 6px 14px;
	position: relative;
	margin-top: 25px;
	text-align: center;
}
.class-recommend-box .class-recommend-icon {
	position: absolute;
	left: 53px;
	top: 0;
}
.class-recommend-box .class-recommend-logo {
	margin-top: -45px;
	margin-left: -18px;
}
.class-recommend-box .recommend-bar-list {
	margin-bottom: 14px;
	background: #fff;
}
.class-recommend-box .recommend-bar-item {
	position: relative;
	border: 1px solid #fff;
	height: 45px;
	width: 104px;
	margin-top: -1px;
	padding-top: 1px;
}
.class-recommend-box .recommend-bar-item:last-child {
	height: 44px;
}
.class-recommend-box .bar-title {
	cursor: pointer;
	color: #00a1e2;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	background: #fff;
}
.class-recommend-box .bar-title.active {
	display: none;
	position: absolute;
	width: 112px;
	background-color: #f2fcff;
	border-top: solid 1px #a9e6ff;
	border-left: solid 1px #a9e6ff;
	border-bottom: solid 1px #a9e6ff;
	left: -1px;
	top: 0;
	color: #ff4623;
	height: 45px;
}
.class-recommend-box .bar-name {
	border-bottom: 1px solid #0ae;
	padding: 10px;
	margin: 1px 5px 0;
	width: 92px;
}
.class-recommend-box .recommend-bar-item .bar-title.active .bar-name,
.class-recommend-box .recommend-bar-item:last-child .bar-name {
	border: none;
}
.class-recommend-box .class-recommend-content {
	background-color: #f2fcff;
	border-radius: 10px 20px 20px 10px;
	border: solid 1px #a9e6ff;
	padding: 42px 32px 18px;
	width: 742px;
	display: none;
}
.class-recommend-list {
	display: flex;
	flex-wrap: wrap;
}
.class-recommend-box .recommend-item {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 29px 13px 18px 20px;
	box-shadow: rgba(0,170,238,0.2) 0 0 10px;
	margin-right: 23px;
	margin-bottom: 24px;
	width: 325px;
	cursor: pointer;
	transition: all 0.5s;
}
.class-recommend-box .recommend-item:hover {
	box-shadow: rgba(0,170,238,0.5) 0 0 10px;
}
.class-recommend-box .recommend-item:hover,
.class-recommend-box .recommend-item:visited,
.class-recommend-box .recommend-item:link,
.class-recommend-box .recommend-item:active {
	text-decoration: none;
}
.class-recommend-box .recommend-item:nth-child(2n) {
	margin-right: 0;
}
.class-recommend-box .live-title {
	color: #000;
	font-size: 16px;
	margin-bottom: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-weight: bold;
}
.class-recommend-box .live-info-content {
	height: 110px;
	overflow: hidden;
}
.class-recommend-box .live-label {
	display: flex;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.class-recommend-box .live-label-item {
	border-radius: 2px;
	padding: 5px 1px 3px;
	margin-right: 10px;
}
.class-recommend-box .lable1 {
	background-color: #ebf8ff;
	color: #00aaee;
}
.class-recommend-box .lable2 {
	background-color: #fff3f3;
	color:#ff5151;
}
.class-recommend-box .lable3 {
	background-color: #ecfff3;
	color: #18c86f;
}
.class-recommend-box .live-class {
	display: flex;
	flex-wrap: wrap;
}
.class-recommend-box .class-item {
	padding: 0 7px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #c7d1da;
	color: #818a92;
	margin-right: 12px;
	margin-bottom: 10px;
	height: 28px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 130px;
	position: relative;
}
.class-recommend-box .live-bottom {
	color: #ff4623;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}
.class-recommend-box .live-price {
	font-size: 20px;
}
.class-recommend-box .class-recommend-more {
	width: 151px;
	height: 46px;
	background-color: #00aaee;
	border-radius: 23px;
	color: #ffffff;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	line-height: 44px;
}

.download-app-txt {
	text-align: center;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
	margin-top: 12px;
}

/*教师系统适配主题*/
.teacher-theme .class-package-item.active:after {
	content: '';
	display: inline-block;
	background: url(/static/edu/images/newIndex2024/course-checked-teacher.png) center center no-repeat;
	background-size: 17px 17px;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.teacher-theme .class-package-item.active {
	border: solid 1px #01BAB4;
	color: #01BAB4;
}
.teacher-theme .download-app-txt,
.teacher-theme .pagination ul .active a,
.teacher-theme .pagination ul .active span{
	color: #01BAB4;
}
.comment-uer-score-teacher,
.teacher-theme .comment-user-score {
	display: none;
}
.teacher-theme .comment-uer-score-teacher {
	display: inline-block;
	vertical-align: middle;
	width: 99px;
	height: 16px;
	margin-right: 5px;
}
.teacher-theme .comment-uer-score-teacher.score0 {
	background: url(/static/edu/images/live/icon_star0-teacher.png) center center no-repeat;
	background-size: cover;
}
.teacher-theme .comment-uer-score-teacher.score1 {
	background: url(/static/edu/images/live/icon_star1-teacher.png) center center no-repeat;
	background-size: cover;
}
.teacher-theme .comment-uer-score-teacher.score2 {
	background: url(/static/edu/images/live/icon_star2-teacher.png) center center no-repeat;
	background-size: cover;
}
.teacher-theme .comment-uer-score-teacher.score3 {
	background: url(/static/edu/images/live/icon_star3-teacher.png) center center no-repeat;
	background-size: cover;
}
.teacher-theme .comment-uer-score-teacher.score4 {
	background: url(/static/edu/images/live/icon_star4-teacher.png) center center no-repeat;
	background-size: cover;
}
.teacher-theme .comment-uer-score-teacher.score5 {
	background: url(/static/edu/images/live/icon_star5-teacher.png) center center no-repeat;
	background-size: cover;
}

.teacher-theme .news-tab-wrapper .nav-tabs > li.active > a,
.teacher-theme .news-tab-wrapper .nav-tabs > li.active > a:focus,
.teacher-theme .news-tab-wrapper .nav-tabs > li.active > a:hover {
	border-bottom: 3px solid #01BAB4;
}
.news-tab-wrapper .nav-tabs > li.active.fixed > a {
	border-bottom: 3px solid #01BAB4;
}

.teacher-theme .nav-icon,
.nav-icon-teacher {
	display: none;
	margin-top: -4px;
}

.teacher-theme .nav-icon-teacher {
	display: inline-block;
}
