.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;
  max-width: unset;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.detail_container.full_screen {
  z-index: 999;
}
.detail_container .header {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  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;
  display: flex;
  align-items: center;
}
.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 .top_left {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
}
.detail_container .header .left_top {
  margin-bottom: 7px;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex: 1;
  width: 0;
}
.detail_container .header .left_top .chapter_btn {
  display: flex;
  align-items: center;
  width: 75px;
  height: 30px;
  line-height: 30px;
  border: 1px solid var(--color-primary);
  border-radius: 99px;
  justify-content: center;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  color: var(--color-primary);
  font-weight: 600;
}
.detail_container .header .left_top .chapter_btn::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background-color: #333;
}
.detail_container .header .left_top .chapter_btn i {
  margin-right: 4px;
}
.detail_container .header .left_top .course_title {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex: 1;
  width: 0;
  margin-right: 20px;
}
.detail_container .header .left_top .course_title .course_name {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #777;
  font-size: 14px;
}
.detail_container .header .left_top .course_title a {
  color: #000;
}
.detail_container .header .left_top .course_title a:hover {
  color: var(--color-primary);
}
.detail_container .header .left_top .course_title .tool_bar {
  margin-left: 20px;
}
.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 {
  max-height: calc(100% - 65px - 55px - var(--header-height-1));
  box-sizing: border-box;
  position: absolute;
  left: 40px;
  top: calc(85px + var(--header-height-1));
  z-index: 1900;
  display: flex;
  flex-direction: column;
}
.detail_container .left_menu .menu_top {
  width: 90px;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  box-sizing: border-box;
  max-height: calc(100% - 65px - 99px - var(--header-height-1) - 80px);
  box-shadow: 1px 2px 10px 0px rgba(212, 212, 212, 0.5);
  overflow-x: hidden;
  overflow-y: scroll;
}
.detail_container .left_menu .menu_top::-webkit-scrollbar {
  width: 0;
}
.detail_container .left_menu .menu_top:hover {
  width: 180px;
}
.detail_container .left_menu .menu_top:hover .certificate-container {
  display: block;
}
.detail_container .left_menu .active_btn {
  display: none;
}
.detail_container .left_menu .certificate-container {
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: none;
  white-space: nowrap;
  margin-top: 20px;
}
.detail_container .left_menu .certificate-container:hover a {
  color: var(--color-primary);
}
.detail_container .left_menu .certificate-container img {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  margin-top: -3px;
  vertical-align: middle;
}
.detail_container .left_menu svg {
  width: 18px;
  height: 18px;
  margin-right: 18px;
  flex-shrink: 0;
}
.detail_container .left_menu .tab_label {
  display: flex;
  align-items: center;
}
.detail_container .left_menu .tool_bar {
  display: inline-flex;
  margin-right: 30px;
  gap: 40px;
  color: #7a7a7a;
  font-size: 18px;
  white-space: nowrap;
  width: 90px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  box-shadow: 1px 2px 10px 0px rgba(212, 212, 212, 0.5);
  padding-left: 30px;
}
.detail_container .left_menu .tool_bar .bar_btn span {
  opacity: 0;
}
.detail_container .left_menu .tool_bar:hover {
  width: 330px;
}
.detail_container .left_menu .tool_bar:hover .bar_btn span {
  opacity: 1;
}
.detail_container .left_menu .tool_bar .iconfont {
  color: #bdbdbd;
  margin-right: 6px;
}
.detail_container .left_menu .tool_bar .comment {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.detail_container .left_menu .tool_bar .share {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 90px;
  line-height: 90px;
}
.detail_container .left_menu .tool_bar .comment:hover,
.detail_container .left_menu .tool_bar .share:hover {
  color: var(--color-primary);
}
.detail_container .left_menu .tool_bar .comment:hover svg,
.detail_container .left_menu .tool_bar .share:hover svg {
  color: var(--color-primary);
}
.detail_container .left_menu .tool_bar svg {
  width: 28px;
  height: 28px;
  margin-top: 2px;
}
.detail_container .left_menu .tool_bar .collect_and_like .bar_btn + .bar_btn {
  margin-left: 30px;
}
.detail_container .left_menu .tool_bar .el-button {
  color: #fff;
}
.detail_container .left_menu .el-tabs .el-tabs__item {
  height: 57px;
  line-height: 57px;
  font-size: 14px;
  padding-left: 22px;
  border-radius: 10px;
}
.detail_container .left_menu .el-tabs .el-tabs__item.is-active {
  background-color: var(--background-color-primary);
}
.detail_container .left_menu .el-tabs .el-tabs__header {
  width: 100%;
}
.detail_container .left_menu .el-tabs .el-tabs__nav-wrap::after {
  background-color: unset;
}
.detail_container .left_menu .el-tabs .icon {
  vertical-align: middle;
}
.detail_container .main {
  flex: 1;
  height: 0;
  overflow: hidden;
  padding-left: 185px;
  box-sizing: border-box;
  background-color: #f6f6f6;
  display: flex;
}
.detail_container .main .left_content {
  flex: 1;
  width: 0;
  margin-right: 55px;
  display: flex;
  flex-direction: column;
}
.detail_container .main .left_content .content_box {
  flex: 1;
  height: 0;
  overflow-y: auto;
}
.detail_container .main .right_content {
  width: 403px;
  border-left: 1px solid #e2e2e2;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: #fff;
}
.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%;
  overflow: auto;
  font-size: 16px;
}
.course_ware .chapter_title {
  font-weight: 600;
  color: #2e2e2e;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
}
.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_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;
}
.chapter_drawer {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: var(--header-height-1);
  box-sizing: border-box;
  z-index: 99;
  left: -410px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 999999;
}
.chapter_drawer .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: -1;
  left: 0;
  top: 0;
}
.chapter_drawer.active {
  width: 100%;
  left: 0;
}
.chapter_drawer.active .mask {
  display: block;
}
.chapter_drawer .el-icon-circle-close {
  position: absolute;
  right: 16px;
  top: 15px;
  font-size: 20px;
  color: #797979;
  cursor: pointer;
}
.chapter_drawer .chapter_drawer_body {
  width: 400px;
  background-color: #fff;
  position: relative;
  flex: 1;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: unset !important;
  }
  #app #main {
    padding-top: 0;
  }
  #app .tabs_view_9_vision_1 .view_centet.view_contet_pc {
    display: none;
  }
  #main {
    margin-top: 50px;
  }
  #main > .chapter_drawer {
    left: -100%;
    padding-top: 0;
  }
  #main > .chapter_drawer.active {
    left: 0;
  }
  #main > .chapter_drawer .chapter_drawer_body {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .course_ware > * {
    font-size: 14px;
  }
  .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: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
  }
  .detail_container .header {
    height: 50px;
  }
  .detail_container .header .left_top {
    margin-bottom: 0;
  }
  .detail_container .header .left_top .course_title {
    font-size: 14px;
  }
  .detail_container .header .left_top .course_title a {
    flex-shrink: 0;
    width: unset;
  }
  .detail_container .header .necessary_modal {
    font-size: 14px;
  }
  .detail_container .header .necessary_modal .iconfont {
    display: none;
  }
  .detail_container .left_menu {
    width: 100%;
    transition: 0.1s;
    position: relative;
    background-color: #fff;
    top: 0;
    left: 0;
  }
  .detail_container .left_menu .menu_top {
    width: 100%;
    max-height: unset;
    padding: 0;
    border-radius: 0;
  }
  .detail_container .left_menu .menu_top:hover {
    width: 100%;
  }
  .detail_container .left_menu .menu_top .el-tabs--left .el-tabs__nav.is-left {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .detail_container .left_menu .menu_top .el-tabs .el-tabs__item {
    height: 46px;
    line-height: 46px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding-left: 15px;
  }
  .detail_container .left_menu .menu_top .el-tabs .el-tabs__item.is-active {
    background-color: transparent!important;
    border-bottom: 2px solid var(--color-primary);
  }
  .detail_container .left_menu .menu_top .el-tabs__nav-wrap::after {
    height: 1px;
  }
  .detail_container .left_menu .tool_bar {
    display: none;
  }
  .detail_container .left_menu .iconfont {
    display: none;
  }
  .detail_container .main {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow-y: auto;
  }
  .detail_container .main .left_content {
    width: 100%;
    flex: unset;
  }
  .detail_container .main .right_content {
    flex: 1;
    height: 0;
    border-left: unset;
    width: 100%;
    padding: 0;
  }
  .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 .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;
  }
  .detail_container .course_ware_container .preview_content .preview_box {
    border-radius: 4px;
    max-height: 100vw;
  }
  .detail_container .course_ware_container .preview_content .preview_box.picture_box .el-image {
    height: auto;
  }
  .detail_container .course_ware_container .preview_content .preview_box .xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-next,
  .detail_container .course_ware_container .preview_content .preview_box .xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-prev {
    display: none;
  }
  .detail_container .course_ware_container .preview_content .preview_box .xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-name {
    white-space: nowrap;
  }
  .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;
  }
  .certification-modal {
    width: 100% !important;
    margin-top: 50vh !important;
    transform: translateY(-80%);
  }
  .certification-modal img {
    width: 100%;
  }
}

.theme_6 #app .detail_container {
  width: 100%;
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}
.theme_6 #head_container .header {
  background-color: #0546d2;
}
.theme_6 #head_container + .detail_container {
  padding-top: 4.375rem;
}
.theme_6 .chapter_tree_node .section_item .left .child_item_title .tag {
  background-color: #61a0ff33;
  color: #61a0ff;
}

.chapter_container {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-right: 1px solid #E7E7E7;
}
.chapter_container .search_input {
  width: 70%;
  margin: 10px 0;
  margin-left: 20px;
}
.chapter_container .chapter_tree {
  flex: 1;
  height: 0;
  overflow: auto;
}
.chapter_container .chapter_tree .el-tree-node {
  box-sizing: border-box;
  position: relative;
}
.chapter_container .chapter_tree .el-tree-node.is-expanded .progress_span {
  height: 26px;
}
.chapter_container .chapter_tree .el-tree-node.is-expanded .chapter_title.progress {
  margin-bottom: 26px;
}
.chapter_container .chapter_tree .el-tree-node.is-current {
  background-color: var(--color-primary-5);
}
.chapter_container .chapter_tree .el-tree-node:focus > .el-tree-node__content {
  background-color: transparent;
}
.chapter_container .chapter_tree::-webkit-scrollbar {
  width: 5px;
}
.chapter_container .chapter_tree::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 99px;
}
.chapter_container .chapter_tree .el-tree-node__content {
  height: auto;
  flex-direction: row-reverse;
  padding-left: 20px!important;
  padding-right: 16px!important;
}
.chapter_container .chapter_tree .el-tree-node__children .title_span {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #525252;
}
.chapter_container .chapter_tree .el-tree-node__expand-icon.is-leaf {
  display: none;
}
.chapter_tree_node {
  width: 100%;
  height: auto;
}
.chapter_tree_node .chapter_title {
  color: #333;
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
}
.chapter_tree_node .chapter_title .el-progress {
  display: inline-block;
  width: 80px;
  margin-left: 8px;
}
.chapter_tree_node .chapter_title > span {
  overflow: unset !important;
}
.chapter_tree_node .chapter_title > span:first-child {
  overflow: hidden !important;
  width: 100%;
  flex: 1;
  width: 0;
  text-overflow: ellipsis;
}
.chapter_tree_node .chapter_title .title_span {
  font-size: 16px;
  font-weight: 600;
}
.chapter_tree_node .chapter_title .progress_span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 0;
  line-height: 26px;
  position: absolute;
  top: 56px;
  overflow: hidden!important;
  z-index: 1;
  transition: 0.3s;
  color: #868686;
}
.chapter_tree_node .chapter_title .progress_span > span + span {
  margin-left: 20px;
}
.chapter_tree_node .section_item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.chapter_tree_node .section_item > img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.chapter_tree_node .section_item .left {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
  padding-right: 40px;
  margin-left: 14px;
}
.chapter_tree_node .section_item .left .child_item_title {
  color: #909399;
  font-size: 11px;
  width: 100%;
}
.chapter_tree_node .section_item .left .child_item_title .tag {
  display: inline-block;
  border-radius: 4px;
  padding: 0 6px;
  background-color: #f4f4f5;
}
.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;
}
.chapter_tree_node .section_item .left .child_item_type {
  width: 70px;
  display: inline-block;
  text-align-last: justify;
  font-weight: bold;
  white-space: nowrap;
}
.chapter_tree_node .section_item .left .course_type {
  display: flex;
  align-items: center;
}
.chapter_tree_node .section_item .left .complate_btn {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 2px;
  font-size: 12px;
  height: 17px;
  line-height: 17px;
  margin-left: 4px;
  padding: 0 4px;
}
.chapter_tree_node .section_item .progress {
  display: flex;
  align-items: center;
}
.chapter_tree_node .section_item .progress .status_lable {
  font-size: 12px;
  font-weight: 400;
  color: #868686;
  margin-right: 10px;
}
.chapter_tree_node .section_item .progress .progress_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  background-color: unset;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
}
.chapter_tree_node .section_item .progress .progress_icon.full {
  background-color: var(--color-primary);
  border: var(--color-primary) 2px solid;
  border-width: 1px;
  position: relative;
}
.chapter_tree_node .section_item .progress .progress_icon.full:before {
  content: "";
  width: 8px;
  height: 3px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.chapter_tree_node .section_item .el-progress .el-progress-circle__path {
  stroke: var(--color-primary) !important;
}

.course_ware_container .preview_content {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.course_ware_container .preview_content .preview_box {
  position: relative;
  border-radius: 8px;
}
.course_ware_container .preview_content .preview_box.not_suport_box {
  text-align: center;
}
.course_ware_container .preview_content .preview_box .video_right_bar {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.course_ware_container .preview_content .preview_box .video_right_bar .add_note_btn,
.course_ware_container .preview_content .preview_box .video_right_bar .add_question_btn,
.course_ware_container .preview_content .preview_box .video_right_bar .resource_qa_btn {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  pointer-events: auto;
  margin-top: 20px;
}
.course_ware_container .preview_content .preview_box .video_right_bar .add_note_btn .iconfont,
.course_ware_container .preview_content .preview_box .video_right_bar .add_question_btn .iconfont,
.course_ware_container .preview_content .preview_box .video_right_bar .resource_qa_btn .iconfont {
  font-size: 20px;
}
.course_ware_container .preview_content .preview_box .player_watermark {
  position: absolute;
  z-index: 1800;
  width: 8%;
  pointer-events: none;
  user-select: none;
}
.course_ware_container .preview_content .preview_box .player_watermark.position_0 {
  left: 0;
  top: 0;
}
.course_ware_container .preview_content .preview_box .player_watermark.position_1 {
  left: 0;
  bottom: 50px;
}
.course_ware_container .preview_content .preview_box .player_watermark.position_2 {
  right: 0;
  top: 0;
}
.course_ware_container .preview_content .preview_box .player_watermark.position_3 {
  right: 0;
  bottom: 50px;
}
.course_ware_container .preview_content .preview_box.case {
  flex: 1;
  height: 0;
}
.course_ware_container .preview_content .preview_title {
  padding-bottom: 2rem;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.course_ware_container .preview_content .preview_title svg {
  width: 1.1rem;
  height: 1.1rem;
  vertical-align: middle;
}
.course_ware_container .preview_content .video_box {
  overflow: hidden;
}
.course_ware_container .preview_content .video_box .xgplayer-progress .deny_drag {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 999;
  cursor: not-allowed;
}
.course_ware_container .preview_content .xgplayer-skin-default.xgplayer-miniplayer-active {
  position: fixed !important;
  top: unset !important;
}
.course_ware_container .preview_content #h5player {
  position: relative;
  overflow: hidden;
  padding-top: unset !important;
  height: auto !important;
}
.course_ware_container .preview_content #h5player .icon {
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 1000;
  position: absolute;
  font-size: 25px;
  right: 10px;
  top: 0px;
}
.course_ware_container .preview_content #h5player .xgplayer-controls .xgplayer-texttrack ul li.selected {
  color: #00a8ff !important;
}
.course_ware_container .preview_content #h5player .xgplayer-controls .xgplayer-texttrack .name {
  border-radius: 0px;
  background: url("/learn/static/imgs/tracks.png") no-repeat center center;
  width: 60px;
  font-size: 0px;
}
.course_ware_container .preview_content #h5player .xgplayer-controls .xgplayer-texttrack .no_tracks {
  background: url("/learn/static/imgs/noTracks.svg") no-repeat center center;
}
.course_ware_container .preview_content #h5player .xgplayer-controls .xgplayer-texttrack .on_tracks {
  background: url("/learn/static/imgs/trackshover.png") no-repeat center center;
}
.course_ware_container .preview_content #h5player .xg-text-track xg-text-track-inner {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.course_ware_container .preview_content #h5player video {
  max-height: calc(100vh - 170px);
  position: relative !important;
}
.course_ware_container .preview_content #h5player.xgplayer-is-fullscreen video {
  max-height: unset;
}
.course_ware_container .preview_content .picture_box .el-image {
  height: calc(100vh - 170px);
  width: 100%;
}
.course_ware_container .preview_content .picture_box .el-image img {
  height: 100%;
}
.course_ware_container .preview_content .document_box iframe {
  width: 100%;
  height: calc(100vh - 200px);
  position: relative !important;
}
.course_ware_container .preview_content .pagination {
  display: flex;
  justify-content: space-between;
  line-height: 5rem;
}
.course_ware_container .preview_content .pagination .prev::before {
  content: "<";
}
.course_ware_container .preview_content .pagination .next::after {
  content: ">";
}
.course_ware_container .preview_content .pagination a {
  color: #1587e3;
}
.course_ware_container #wm_div_id {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.right_panel {
  height: 100%;
  width: 100%;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.right_panel.active {
  width: 385px;
}
.right_panel.active .tab_content {
  padding: 0 10px;
}
.right_panel.active .close_btn svg {
  transform: rotate(-90deg);
}
.right_panel .close_btn {
  width: 20px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  text-align: center;
}
.right_panel .close_btn svg {
  transform: rotate(90deg);
}
.right_panel .el-tabs {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.right_panel .el-tabs .el-tabs__content {
  height: calc(100% - 55px);
}
.right_panel .el-tabs .el-tabs__content .el-tab-pane {
  height: 100%;
}
.right_panel .el-tabs .el-tab-pane > div {
  padding: 0 1rem;
}
.right_panel .el-tabs .question_answer_panel {
  height: 100%;
  overflow: auto;
}
.right_panel .el-tabs .el-tab-pane.user_note > div {
  height: 100%;
  overflow-y: auto;
}
.right_panel .el-tabs .el-tab-pane.user_note > div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.right_panel .el-tabs .el-tab-pane.user_note > div::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.right_panel .el-tabs .el-tab-pane.user_note > div .voice_list {
  overflow-y: unset;
}
.right_panel .tab_content {
  flex: 1;
  height: 0;
  overflow-y: auto;
  box-sizing: border-box;
}
.right_panel .tab_content::-webkit-scrollbar {
  width: 6px;
}
.right_panel .tab_content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.right_panel .el-select + .voice_list {
  margin-top: 12px;
}
.right_panel .voice_list {
  height: 100%;
  overflow-y: auto;
}
.right_panel .voice_list .course_attach_wrapper {
  position: relative;
}
.right_panel .voice_list .paragraph {
  margin-bottom: 12px;
  font-size: 14px;
}
.right_panel .voice_list .paragraph span:hover {
  background-color: #f1f1f1;
}
.right_panel .voice_list .paragraph .selected {
  background-color: #dcf0f8;
  color: #000000;
}
.right_panel .voice_list .paragraph .active {
  color: #5da979;
}


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