.el-tabs--left .el-tabs__item.is-left {
  text-align: left;
}
.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right,
.el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
  width: 4px;
  display: none;
}
.share_popover_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.share_popover_content p {
  margin: 10px 0;
}
.share_popover_content a {
  color: var(--color-primary);
}
.detail_container {
  width: 100%;
  min-width: 1280px;
  height: 100vh;
  display: flex;
  padding-top: 60px;
  flex-wrap: wrap;
}
.detail_container.full_screen {
  z-index: 999;
}
.detail_container .header {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
  z-index: 1;
}
.detail_container .header .course_cover {
  display: block;
  width: 103px;
  height: 58px;
  border-radius: 4px;
  object-fit: cover;
  margin-left: 32px;
  margin-right: 20px;
}
.detail_container .header .header_left {
  flex: 1;
  width: 0;
}
.detail_container .header .certification {
  text-align: center;
  display: flex !important;
  align-items: center;
}
.detail_container .header .certification .type {
  height: 32px;
  display: flex;
  align-items: center;
  background: linear-gradient(134deg, #ffdd4f 0%, #ffa43c 100%);
  border-radius: 100px;
  margin: 0 22px;
}
.detail_container .header .certification .type .circle {
  font-size: 18px;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 27px;
  text-align: center;
  background: linear-gradient(149deg, #ffd74a 0%, #ff9718 100%);
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.detail_container .header .certification .type .name {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.detail_container .header .certification .isbn {
  font-size: 14px;
  font-weight: 400;
  color: #4a4f64;
  margin-top: 4px;
}
.detail_container .header .tool_bar {
  display: flex;
  margin-right: 30px;
  gap: 40px;
  color: #7a7a7a;
  font-size: 16px;
}
.detail_container .header .tool_bar .iconfont {
  color: #bdbdbd;
  margin-right: 6px;
}
.detail_container .header .tool_bar .comment {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.detail_container .header .tool_bar .share {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.detail_container .header .tool_bar .comment:hover,
.detail_container .header .tool_bar .share:hover {
  color: var(--color-primary);
}
.detail_container .header .tool_bar .comment:hover svg,
.detail_container .header .tool_bar .share:hover svg {
  color: var(--color-primary);
}
.detail_container .header .tool_bar svg {
  width: 28px;
  height: 28px;
  margin-top: 2px;
}
.detail_container .header .tool_bar .collect_and_like .bar_btn + .bar_btn {
  margin-left: 30px;
}
.detail_container .header .top_left {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
}
.detail_container .header .left_top {
  margin-bottom: 7px;
  max-width: 100%;
  display: flex;
}
.detail_container .header .left_top .course_title {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail_container .header .left_top .course_title a {
  font-size: 20px;
  font-weight: 500;
}
.detail_container .header .left_top .course_title a:hover {
  color: var(--color-primary);
}
.detail_container .header .offline_btn {
  color: var(--color-primary);
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  font-size: 14px;
}
.detail_container .header .offline_btn .btn_content svg,
.detail_container .header .offline_btn .btn_content span {
  display: inline-block;
  vertical-align: bottom;
}
.detail_container .header .offline_btn .btn_content span {
  text-decoration: underline;
}
.detail_container .header .teacher_name {
  margin-top: 0;
  font-size: 14px;
  color: #525252;
}
.detail_container .header .teacher_name a[target=_self] {
  cursor: not-allowed;
}
.detail_container .left_menu {
  width: 260px;
  border-right: 1px solid #dfdfdf;
  position: relative;
  height: calc(100% - 75px);
  padding-top: 20px;
  box-sizing: border-box;
}
.detail_container .left_menu .active_btn {
  display: none;
}
.detail_container .left_menu .certificate-container {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  text-align: center;
}
.detail_container .left_menu .certificate-container a {
  color: var(--color-primary);
}
.detail_container .left_menu .certificate-container img {
  width: 28px;
  height: 27px;
  margin-right: 5px;
  vertical-align: middle;
}
.detail_container .left_menu svg {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.detail_container .left_menu .tab_label {
  display: flex;
  align-items: center;
}
.detail_container .el-tabs .el-tabs__item {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 32px;
  margin-bottom: 12px;
}
.detail_container .el-tabs .el-tabs__item.is-active {
  background-color: var(--background-color-primary);
  border-right: var(--color-primary) 4px solid;
}
.detail_container .el-tabs .el-tabs__header {
  width: 100%;
}
.detail_container .el-tabs .el-tabs__nav-wrap::after {
  background-color: unset;
}
.detail_container .el-tabs .icon {
  vertical-align: middle;
}
.detail_container .main {
  flex: 1;
  height: calc(100% - 75px);
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f6f6f6;
}
.detail_container .main .notice-container {
  overflow: auto;
  height: 100%;
  padding: 30px 30px 0 30px;
}
.detail_container .main .notice-container .el-card {
  margin-bottom: 60px;
}
.detail_container .main .notice-container .el-card .el-card__header {
  font-size: 20px;
  padding: 20px 20px 0 20px;
  color: #4a4f64;
  font-weight: 500;
  border: none;
}
.detail_container .main .notice-container .el-card .el-card__body {
  padding: 10px 20px 20px 20px;
}
.detail_container .main .notice-container .el-card .teacher-container {
  color: #a4a4a4;
  font-size: 14px;
  margin-bottom: 16px;
}
.detail_container .main .notice-container .el-card .teacher-container span {
  margin-right: 10px;
  display: inline-block;
}
.detail_container .main .notice-container .el-card .content-container {
  line-height: 26px;
}
.detail_container .main .notice-container .el-card .content-container.isOverflow {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.detail_container .main .notice-container .el-card .btn-container {
  display: flex;
  justify-content: end;
  font-size: 14px;
  cursor: pointer;
  margin-top: 16px;
}
.detail_container .main .notice-container .el-card .btn-container span {
  color: var(--color-primary);
}
.detail_container .main .notice-container .live-card .el-card__header {
  padding: 10px 20px 0 0px;
}
.detail_container .main .notice-container .live-card .el-card__header .live-tag {
  font-size: 12px;
  display: inline-block;
  background: #ff4d4f33;
  padding: 5px 10px;
  color: #ff4d4f;
}
.detail_container .main .notice-container .live-card .live-c-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.detail_container .main .notice-container .live-card .live-c-container p {
  margin-bottom: 15px;
  margin-right: 20px;
  display: flex;
}
.detail_container .main .notice-container .live-card .live-c-container p > span:first-child {
  min-width: 42px;
}
.detail_container .main .notice-container .live-card .live-c-container p:nth-child(2n + 1) {
  width: calc(40% - 20px);
}
.detail_container .main .notice-container .live-card .live-c-container p:nth-child(2n) {
  width: calc(60% - 20px);
}
.detail_container .main .notice-container .live-card .live-c-container p.remark {
  width: 100%;
}
.detail_container .main .notice-container .live-card .live-c-container .el-icon-document-copy {
  display: inline-block;
  margin-left: 5px;
}
.detail_container .main .notice-container .live-card .live-c-container .el-icon-document-copy:hover {
  color: var(--color-primary);
}
.detail_container .main .notice-container .live-card .bottom-container .teacher-container {
  margin: 0;
}
.comment_box {
  max-height: 60vh;
  overflow-y: scroll;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
}
.comment_box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}
.comment_box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #ebebeb;
}
.comment_box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fafafa;
}
.course_ware {
  width: 100%;
  height: 100%;
  padding: 30px;
  overflow: auto;
  font-size: 16px;
  background-color: #fff;
}
.course_ware .chapter_title {
  font-weight: 600;
  color: #2e2e2e;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
}
.course_ware .chapter_tree > .el-tree-node > .el-tree-node__content {
  background-color: #f5f7fa;
}
.course_ware * {
  font-size: 14px;
}
.course_ware .el-tree-node__content {
  width: 100%;
}
.course_ware .chapter_name {
  font-size: 18px;
}
.course_ware .el-tree-node__content {
  height: auto;
}
.course_ware .el-tree-node__content:hover .course_name {
  color: var(--color-primary) !important;
}
.course_ware .chapter_tree_node {
  width: 100%;
  height: auto;
}
.course_ware .chapter_tree_node .chapter_title {
  display: flex;
  justify-content: space-between;
}
.course_ware .chapter_tree_node .chapter_title .el-progress {
  display: inline-block;
  width: 80px;
  margin-left: 8px;
}
.course_ware .chapter_tree_node .chapter_title > span {
  overflow: unset !important;
}
.course_ware .chapter_tree_node .chapter_title > span:first-child {
  overflow: hidden !important;
  width: 100%;
  flex: 1;
  width: 0;
  text-overflow: ellipsis;
}
.course_ware .chapter_tree_node .section_item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.course_ware .chapter_tree_node .section_item > img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 10px;
}
.course_ware .chapter_tree_node .section_item .left {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
  padding-right: 40px;
}
.course_ware .chapter_tree_node .section_item .left .child_item_title {
  color: #868686;
  font-size: 12px;
  width: 100%;
}
.course_ware .chapter_tree_node .section_item .left .child_item_title .tag {
  display: inline-block;
  border-radius: 99px;
  padding: 0 6px;
}
.course_ware .chapter_tree_node .section_item .left .course_name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  color: #525252;
  font-size: 14px;
}
.course_ware .chapter_tree_node .section_item .left .child_item_type {
  width: 70px;
  display: inline-block;
  text-align-last: justify;
  font-weight: bold;
  white-space: nowrap;
}
.course_ware .chapter_tree_node .section_item .left .course_type {
  display: flex;
  align-items: center;
}
.course_ware .chapter_tree_node .section_item .progress {
  display: flex;
  align-items: center;
}
.course_ware .chapter_tree_node .section_item .progress .status_lable {
  font-size: 12px;
  font-weight: 400;
  color: #868686;
  margin-right: 10px;
}
.course_ware .chapter_tree_node .section_item .progress .progress_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: unset;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
}
.course_ware .chapter_tree_node .section_item .progress .progress_icon.half {
  width: 24px;
  height: 24px;
  background-color: unset;
  border: 6px solid var(--color-primary-11);
  position: relative;
  overflow: unset;
}
.course_ware .chapter_tree_node .section_item .progress .progress_icon.half::before,
.course_ware .chapter_tree_node .section_item .progress .progress_icon.half:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 6px solid var(--color-primary);
  box-sizing: border-box;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.course_ware .chapter_tree_node .section_item .progress .progress_icon.half:after {
  transform: translate(-50%, -50%) rotate(70deg);
}
.course_ware .chapter_tree_node .section_item .progress .progress_icon.full {
  background-color: #37b042;
  border: #0cc29c 2px solid;
  border-width: 1px;
  position: relative;
}
.course_ware .chapter_tree_node .section_item .progress .progress_icon.full:before {
  content: "";
  width: 10px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.course_ware .course_ware_search_wrap {
  display: flex;
  justify-content: space-between;
}
.course_ware .course_ware_search_wrap .el-input {
  width: 300px;
  margin-bottom: 20px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.course_ware .course_ware_search_wrap .el-input .el-input-group__append {
  background-color: transparent;
  border: 0;
}
.course_ware .course_ware_search_wrap .el-input input {
  border: 0;
}
.course_review {
  width: 100%;
  height: 100%;
  border: #f6f6f6 24px solid;
  font-size: 16px;
}
.interaction {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: #f6f6f6;
  padding: 0 24px;
}
.interaction .interaction_title {
  margin-bottom: 10px;
  width: 100%;
  height: 60px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0px 0px 4px 4px;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.interaction .panel {
  flex: 1;
  height: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  width: 100%;
  background: #ffffff;
  padding: 30px 40px;
}
.interaction .search_box .keywords {
  display: inline-block;
  width: 200px;
}
.interaction .search_box .keywords .el-input__suffix-inner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.course_map,
.question_and_answer,
.homework {
  width: 100%;
  height: 100%;
}
.offline_list_modal .el-dialog {
  width: 460px;
}
.offline_list_modal .el-dialog__header,
.offline_list_modal .el-dialog__body {
  font-size: 14px !important;
}
.offline_list_modal .el-dialog__header svg {
  width: 20px !important;
  height: 20px !important;
}
.offline_list_modal .offline_list .offline_item {
  line-height: 40px !important;
}
.offline_list_modal .offline_list .offline_item .label {
  width: 80px !important;
}
@font-face {
  font-family: myFont;
  src: url(/learn/static/imgs/xiaobiaosong.ttf);
}
.certification-modal {
  z-index: 999999999;
}
.certification-modal p {
  margin: 0;
}
.certification-modal .el-dialog__body {
  padding: 0;
}
.certification-modal .el-dialog__header .el-dialog__headerbtn {
  margin-top: 2px;
}
.certification-modal .modal-header {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  align-items: center;
}
.certification-modal .modal-header a {
  color: var(--color-primary);
  font-size: 12px;
}
.certification-modal .certificate-wrp {
  font-family: KaiTi;
  height: 740px;
  position: relative;
}
.certification-modal .certificate-wrp.scu-certificate {
  font-family: myFont;
}
.certification-modal .certificate-wrp .logo {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
.certification-modal .certificate-wrp .logo img {
  width: 100%;
  height: 100%;
}
.certification-modal .certificate-wrp .title {
  margin-bottom: 10px;
  text-align: center;
}
.certification-modal .certificate-wrp .title p {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}
.certification-modal .certificate-wrp .title p:first-child {
  line-height: 60px;
}
.certification-modal .certificate-wrp .title p:last-child {
  font-size: 44px;
}
.certification-modal .certificate-wrp .content {
  padding: 0 144px 0 160px;
}
.certification-modal .certificate-wrp .content .student-name {
  display: inline-block;
  font-weight: 600;
  font-size: 30px;
  padding: 0 16px 6px;
  border-bottom: 3px solid #686868;
  margin-bottom: 26px;
}
.certification-modal .certificate-wrp .content .text,
.certification-modal .certificate-wrp .content .organization-wrp,
.certification-modal .certificate-wrp .content .subject {
  font-size: 28px;
  font-weight: 400;
  color: #666565;
}
.certification-modal .certificate-wrp .content .subject {
  margin: 10px 0;
  text-indent: 48px;
}
.certification-modal .certificate-wrp .content .subject .big {
  font-size: 38px;
  font-weight: 600;
  margin: 0 10px;
}
.certification-modal .certificate-wrp .content .subject .text {
  line-height: 55px;
}
.certification-modal .certificate-wrp .bottom-wrp {
  width: calc(100% - 304px);
  position: absolute;
  left: 160px;
  bottom: 80px;
  display: flex;
  justify-content: space-between;
  color: #2e2e2e;
  z-index: 9;
}
.certification-modal .certificate-wrp .bottom-wrp .left-wrp {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.certification-modal .certificate-wrp .bottom-wrp .left-wrp > div:first-child {
  margin-bottom: 10px;
}
.certification-modal .certificate-wrp .bottom-wrp .right-item {
  display: flex;
  align-items: center;
}
.certification-modal .certificate-wrp .bottom-wrp .right-item img {
  height: 55px;
}
.certification-modal .certificate-wrp .bottom-wrp .right-wrp {
  font-size: 28px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.certification-modal .certificate-wrp .bottom-wrp .right-wrp .seal {
  right: 0;
  bottom: -30px;
  height: 190px;
  z-index: -1;
  position: absolute;
}
.certification-modal .certificate-wrp .bottom-wrp .right-wrp .right-text {
  display: inline-block;
  max-width: 450px;
}
.certification-modal .certificate-wrp .bottom-wrp .right-wrp .right-label {
  line-height: 44px;
  margin-right: 20px;
  font-size: 20px;
  display: inline-block;
  width: 120px;
  text-align: right;
}
.certification-modal1 {
  max-width: 1356px;
}
.certification-modal1 .certificate-wrp {
  background: url("/learn/static/imgs/certificate-bg1.jpg");
  padding: 40px 0 70px 0;
}
.certification-modal1 .title {
  color: #254c7e;
}
.certification-modal1 .content .student-name {
  color: #1c385c;
}
.certification-modal1 .content .subject .big {
  color: #1c385c;
}
.certification-modal1 .content .bottom-wrp {
  bottom: 55px;
  color: #2e2e2e;
}
.certification-modal1 .content .bottom-wrp .right-wrp .right-label {
  color: #666565;
}
.certification-modal2 .certificate-wrp {
  background: url("/learn/static/imgs/certificate-bg2.jpg");
  padding: 60px 0 70px 0;
}
.certification-modal2 .certificate-wrp .title {
  color: #cc8b24;
}
.certification-modal2 .certificate-wrp .content .student-name {
  color: #2e2e2e;
}
.certification-modal2 .certificate-wrp .content .subject {
  color: #605c5c;
}
.certification-modal2 .certificate-wrp .content .subject .big {
  font-weight: normal;
  color: #2e2e2e;
}
.certification-modal3 .certificate-wrp {
  background: url("/learn/static/imgs/certificate-bg3.jpg");
  padding: 60px 0 82px 0;
}
.certification-modal3 .certificate-wrp .title {
  color: #1e2c2a;
  display: flex;
  justify-content: center;
}
.certification-modal3 .certificate-wrp .title .left-icon {
  margin-right: -63px;
}
.certification-modal3 .certificate-wrp .title .right-icon {
  margin-left: -63px;
}
.certification-modal3 .certificate-wrp .title .icon {
  margin-top: 45px;
}
.certification-modal3 .certificate-wrp .title .title-text {
  margin: 0 10px;
}
.certification-modal3 .certificate-wrp .content .student-name {
  color: #b48e4d;
}
.certification-modal3 .certificate-wrp .content .subject .big {
  color: #b48e4d;
}
.certification-modal3 .certificate-wrp .bottom-wrp {
  color: #1e2c2a;
}
.comment_modal .comment_item {
  display: flex;
}
.comment_modal .comment_item .comment_info {
  position: relative;
  flex: 1;
  margin-left: 18px;
  padding-bottom: 18px;
}
.comment_modal .comment_item .comment_info .comment_username {
  margin-bottom: 6px;
}
.comment_modal .comment_item .comment_info .el-rate {
  margin-bottom: 6px;
}
.comment_modal .comment_item .comment_info .input_box {
  margin-top: 12px;
  display: flex;
}
.comment_modal .comment_item .comment_info .input_box .publish_btn {
  margin-left: 11px;
}
.mce-content-body .custom_time {
  display: inline-flex;
  max-width: 308px;
  margin-right: 30px;
}
#app.iframe .tabs_view {
  display: none !important;
}
#app.iframe .tabs_view.tabs_view + #main {
  padding-top: 0;
}
#app.iframe .detail_container .header {
  display: none;
}
#app.iframe .detail_container .left_menu {
  display: none;
}
#app.iframe .detail_container .main {
  height: 100%;
}
iframe.full_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: unset !important;
  }
  #app #main {
    padding-top: 0;
  }
  .course_ware > * {
    font-size: 14px;
  }
  .course_ware .chapter_tree_node {
    flex: 1;
    width: 0;
  }
  .course_ware .chapter_tree_node .chapter_title {
    line-height: 40px;
  }
  .course_ware .chapter_tree_node .chapter_title .el-progress {
    width: 40px;
  }
  .course_ware .chapter_tree_node .section_item {
    width: 100%;
  }
  .course_ware .chapter_tree_node .section_item .left {
    padding-right: 4px;
  }
  .course_ware .chapter_tree_node .section_item img {
    width: 28px;
    height: 28px;
  }
  .course_ware .chapter_tree_node .section_item .progress .progress_icon {
    width: 18px;
    height: 18px;
    margin-left: 6px;
  }
  .course_ware .chapter_tree_node .section_item .progress .progress_icon.full:before {
    width: 10px;
    height: 4px;
  }
  .course_ware .chapter_tree_node .section_item .progress .status_lable {
    margin-right: 4px;
  }
  .course_ware .course_ware_search_wrap {
    margin-left: 5%;
    margin-top: 10px;
    width: 90%;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .course_ware .course_ware_search_wrap .el-input {
    margin-bottom: 10px;
  }
  .tabs_view.tabs_view_1 + #main {
    margin-top: 50px;
    padding-top: 0;
    box-sizing: border-box;
  }
  #app .tabs_view.tabs_view_2.active + #main {
    position: relative;
    margin-top: 120px;
    padding-top: 0;
  }
  .detail_container {
    position: relative;
    height: calc(100% - 50px);
  }
  .detail_container .header {
    height: 60px;
  }
  .detail_container .header .course_cover {
    width: 70px;
    height: 39px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .detail_container .header .teacher_name {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .detail_container .header .left_top .course_title a {
    font-size: 14px;
  }
  .detail_container .header .offline_btn {
    font-size: 16px;
  }
  .detail_container .header .offline_btn .btn_content {
    margin-top: -8px;
  }
  .detail_container .header .offline_btn .btn_content span {
    display: none !important;
  }
  .detail_container .header .tool_bar {
    gap: 10px;
    margin-right: 10px;
  }
  .detail_container .header .tool_bar svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .detail_container .header .tool_bar .comment span,
  .detail_container .header .tool_bar .share span {
    display: none;
  }
  .detail_container .header .tool_bar .collect_and_like .bar_btn span {
    display: none;
  }
  .detail_container .header .tool_bar .collect_and_like .bar_btn + .bar_btn {
    margin-left: 10px;
  }
  .detail_container .header .certification .type {
    height: 18px;
  }
  .detail_container .header .certification .type .circle {
    width: 22px;
    height: 22px;
  }
  .detail_container .header .certification .type .name {
    font-size: 12px;
  }
  .detail_container .left_menu {
    width: 46px;
    transition: 0.1s;
    position: absolute;
    left: 0;
    top: 60px;
    background-color: #fff;
    z-index: 999;
    height: calc(100% - 60px);
  }
  .detail_container .left_menu.active {
    width: 120px;
  }
  .detail_container .left_menu.active .el-tabs .el-tabs__item .tab_label span {
    display: inline-block;
  }
  .detail_container .left_menu.active svg {
    margin-right: 6px;
  }
  .detail_container .left_menu.active .course_cover {
    width: 100%;
  }
  .detail_container .left_menu.active .certification {
    width: 100%;
    display: block !important;
  }
  .detail_container .left_menu.active .certificate-container * {
    display: block !important;
  }
  .detail_container .left_menu.active .certificate-container img {
    margin-right: 5px;
  }
  .detail_container .left_menu.active .el-badge::before {
    display: none;
  }
  .detail_container .left_menu.active .el-badge .el-badge__content {
    display: inline-block;
  }
  .detail_container .left_menu .el-badge .el-badge__content {
    display: none;
  }
  .detail_container .left_menu .el-badge::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -4px;
  }
  .detail_container .left_menu .course_cover {
    width: 0%;
    margin: 0;
  }
  .detail_container .left_menu svg {
    width: 14px;
    height: 14px;
    margin-right: 0;
  }
  .detail_container .left_menu .active_btn {
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    background-color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
  }
  .detail_container .left_menu .el-tabs .el-tabs__item {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
  }
  .detail_container .left_menu .el-tabs .el-tabs__item .tab_label {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .detail_container .left_menu .el-tabs .el-tabs__item .tab_label span {
    display: none;
  }
  .detail_container .left_menu .certification {
    overflow: hidden;
    margin: 0;
    padding: 10px;
    display: none !important;
  }
  .detail_container .left_menu .certification .type {
    width: auto;
    height: 24px;
  }
  .detail_container .left_menu .certification .type .name {
    padding: 0 6px;
  }
  .detail_container .left_menu .certification .type .circle {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .detail_container .left_menu .certification .type .circle svg {
    display: inline-block;
    margin-right: 0;
    margin-top: -6px;
  }
  .detail_container .left_menu .certification .isbn {
    font-size: 14px;
    margin-top: 4px;
  }
  .detail_container .left_menu .certificate-container {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .detail_container .left_menu .certificate-container * {
    display: none;
  }
  .detail_container .left_menu .certificate-container img {
    display: block;
    margin-right: 0;
  }
  .detail_container .main {
    flex: unset;
    height: calc(100% - 60px);
    overflow: unset;
    width: calc(100vw - 46px);
    padding: 0;
    margin-left: 46px;
  }
  .detail_container .main .course_ware {
    padding: 0;
    border: unset;
  }
  .detail_container .main .course_ware .el-tree {
    width: 100%;
    overflow: auto;
  }
  .detail_container .main .course_ware .el-tree .chapter_tree_node {
    display: flex;
  }
  .detail_container .main .course_ware .el-tree .chapter_tree_node .chapter_title {
    flex: 1;
    width: 0;
  }
  .detail_container .main .course_ware .el-tree .chapter_tree_node .chapter_title span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .detail_container .main .course_ware .course_title a {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .detail_container .main .course_ware .course_ware_list {
    margin-top: 10px;
  }
  .detail_container .main .course_ware .course_ware_list * {
    font-size: 14px;
  }
  .detail_container .main .course_ware .course_ware_list .el-collapse-item__header {
    height: 48px !important;
    line-height: 48px !important;
    position: relative;
    display: flex;
    align-items: center;
  }
  .detail_container .main .course_ware .course_ware_list .el-collapse-item__header .chapter_name {
    display: inline-block;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .detail_container .main .course_ware .course_ware_list .el-collapse-item__header .header_left {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 10px;
  }
  .detail_container .main .course_ware .course_ware_list .el-collapse-item__header .header_left span {
    line-height: 48px;
    font-size: 14px;
  }
  .detail_container .main .course_ware .course_ware_list .section_item {
    line-height: 50px;
  }
  .detail_container .main .course_ware .course_ware_list .section_item .left .child_item_type {
    width: 60px;
  }
  .detail_container .main .course_ware .course_ware_list .section_item .left .progress_icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .detail_container .main .notice-container {
    padding: 15px;
  }
  .detail_container .main .notice-container .live-card {
    margin-bottom: 15px;
  }
  .detail_container .main .notice-container .live-card .live-c-container p {
    display: block;
    width: 100% !important;
  }
  .interaction {
    justify-content: unset;
  }
  .interaction .interaction_title {
    font-size: 16px;
    padding: 0 10px;
  }
  .interaction .panel {
    flex: 1;
    height: 0;
    padding: 10px;
  }
  .interaction .search_box {
    display: flex;
    flex: unset;
    height: unset;
  }
  .interaction .search_box .el-select {
    width: 120px;
    margin-left: 10px;
  }
  .offline_btn .iconfont {
    width: 16px !important;
    height: 16px !important;
    margin-top: 10px;
  }
  .offline_list_modal .offline_list .offline_item {
    line-height: 40px !important;
  }
  .offline_list_modal .offline_list .offline_item .label {
    width: 80px !important;
  }
  .detail_container .header .certification {
    position: absolute;
    left: 94px;
  }
  .detail_container .header .certification .name {
    display: none;
  }
  .detail_container .header .certification .type {
    margin: 0;
  }
  .detail_container .header .certification .type .circle {
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .detail_container .header .certification .type .circle svg {
    width: 12px;
    height: 12px;
  }
  .el-tree-node__expand-icon.is-leaf {
    display: none;
  }
  .el-tree > .el-tree-node > .el-tree-node__content > .el-tree-node__expand-icon.is-leaf {
    display: inline-block;
  }
  .detail_container .header .left_top .course_title {
    width: 100%;
  }
  .detail_container .header .left_top .course_title a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .certification-modal {
    width: 100% !important;
    margin-top: 50vh !important;
    transform: translateY(-80%);
  }
  .certification-modal img {
    width: 100%;
  }
}

.theme_6 .detail_container {
  padding: 0 100px;
  padding-top: 64px;
  background-color: #f7f9fa;
}
.theme_6 .detail_container .header {
  height: 158px;
  color: #fff;
}
.theme_6 .detail_container .header a:hover {
  color: #f9a837 !important;
}
.theme_6 .detail_container .header::before {
  content: "";
  width: 100%;
  height: 266px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/learn/static/imgs/npu/header_bg.png);
  background-size: 100% 100%;
}
.theme_6 .detail_container .header .course_cover {
  height: 78px;
  width: 130px;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-left: 0;
}
.theme_6 .detail_container .header .teacher_name {
  color: #fff;
}
.theme_6 .detail_container .header .left_top {
  margin-bottom: 23px;
}
.theme_6 .detail_container .header .tool_bar {
  color: #fff;
}
.theme_6 .detail_container .header .tool_bar .iconfont {
  color: #fff;
}
.theme_6 .detail_container .header .tool_bar .collect_and_like .bar_btn.active,
.theme_6 .detail_container .header .tool_bar .collect_and_like .bar_btn:hover,
.theme_6 .detail_container .header .tool_bar .collect_and_like .bar_btn.active .iconfont,
.theme_6 .detail_container .header .tool_bar .collect_and_like .bar_btn:hover .iconfont,
.theme_6 .detail_container .header .tool_bar .share:hover,
.theme_6 .detail_container .header .tool_bar .share:hover .iconfont,
.theme_6 .detail_container .header .tool_bar .comment:hover,
.theme_6 .detail_container .header .tool_bar .comment:hover .iconfont {
  color: #f9a837 !important;
}
.theme_6 .detail_container .header .offline_btn {
  color: #fff;
}
.theme_6 .detail_container .left_menu {
  height: calc(100% - 158px - 20px);
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: -10px;
}
.theme_6 .detail_container .left_menu .el-tabs .el-tabs__item {
  padding-left: 14px;
}
.theme_6 .detail_container .left_menu .el-tabs .el-tabs__item.is-active {
  border: unset;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 10px;
}
.theme_6 .detail_container .left_menu .el-tabs .el-tabs__item.is-active .tab_label .iconfont {
  color: #fff;
}
.theme_6 .detail_container .left_menu .el-tabs .tab_label .iconfont {
  color: var(--color-primary);
}
.theme_6 .detail_container > .main {
  height: calc(100% - 158px - 20px);
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding: 0;
  margin-left: 20px;
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  margin-top: -10px;
  bacckground-color: #fff;
}
.theme_6 .detail_container > .main .course_ware::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_6 .detail_container > .main .course_ware::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_6 .detail_container > .main .notice-container {
  background-color: #fff;
}
.theme_6 .detail_container > .main iframe {
  background-color: #fff;
}
.theme_6 .detail_container > .main .course_review {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .theme_6 .detail_container {
    width: 100%;
    max-width: unset !important;
    height: 100%;
    padding: 0;
  }
  .theme_6 .detail_container > .main {
    margin-left: 46px;
    height: calc(100% - 67px);
    margin-top: 0;
  }
  .theme_6 .detail_container .left_menu {
    position: absolute;
    padding: 0;
    z-index: 2;
    top: 77px;
    height: calc(100% - 67px);
    border-radius: 0;
  }
  .theme_6 .detail_container .left_menu .el-tabs .el-tabs__item.is-active {
    border-radius: 0;
    color: var(--color-primary);
    background-color: var(--color-primary-11);
  }
  .theme_6 .detail_container .left_menu .el-tabs .el-tabs__item.is-active .iconfont {
    color: var(--color-primary) !important;
  }
  .theme_6 .detail_container .left_menu .el-tabs .el-tabs__item .tab_label .iconfont {
    color: #666;
  }
  .theme_6 .detail_container .header {
    height: 67px;
    padding: 10px;
    background-color: #fff;
    color: #111;
    display: flex;
    align-items: center;
  }
  .theme_6 .detail_container .header::before {
    display: none;
  }
  .theme_6 .detail_container .header .teacher_name {
    color: #8f8f8f;
  }
  .theme_6 .detail_container .header .tool_bar .collect_and_like .bar_btn,
  .theme_6 .detail_container .header .tool_bar .comment,
  .theme_6 .detail_container .header .tool_bar .share {
    width: 28px;
    height: 28px;
    border-radius: 99px;
    background-color: #f5f5f5;
    justify-content: center;
  }
  .theme_6 .detail_container .header .tool_bar .collect_and_like .bar_btn.active .iconfont,
  .theme_6 .detail_container .header .tool_bar .comment.active .iconfont,
  .theme_6 .detail_container .header .tool_bar .share.active .iconfont {
    color: #afafaf !important;
  }
  .theme_6 .detail_container .header .tool_bar .iconfont {
    color: #111;
    margin-left: 0;
    margin-right: 0;
  }
  .theme_6 .detail_container .header .tool_bar svg {
    width: 16px;
    height: 16px;
  }
  .theme_6 .detail_container .header .course_cover {
    width: 77px;
    height: 47px;
    border-radius: 8px;
  }
  .theme_6 .detail_container .header .left_top {
    margin-bottom: 0;
  }
  .theme_6 .detail_container .header .top_left {
    height: 100%;
  }
  .theme_6 .detail_container .header .top_left .header_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .theme_6 .detail_container .header .top_left .header_left .course_title a {
    line-height: 2;
  }
  .theme_6 .course_ware .course_ware_search_wrap .el-input {
    width: 100%;
    border: unset;
    background-color: #f1f3f6;
    border-radius: 99px;
  }
  .theme_6 .course_ware .course_ware_search_wrap .el-input input {
    background-color: transparent;
    padding-left: 50px;
  }
  .theme_6 .course_ware .course_ware_search_wrap .el-input .el-input-group__append {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}


/*# sourceMappingURL=dock_course_detail.css.map*/