@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-menu-drawer[data-v-abdeb5ac] {
  color: #999999;
  height: calc(100vh - 0.3125rem - 0.36458rem - 0.15625rem);
  display: flex;
  flex-direction: column;
  margin: 0 -15px;
}
.uni-menu-drawer .course-list[data-v-abdeb5ac] {
    height: 100%;
    overflow: auto;
}
.uni-menu-drawer .course-list[data-v-abdeb5ac]::-webkit-scrollbar {
      display: none;
}
.uni-menu-drawer .course-list .item[data-v-abdeb5ac] {
      padding: 5px 0.10417rem;
      font-size: 16px;
      color: #666;
      cursor: pointer;
}
.uni-menu-drawer .course-list .item[data-v-abdeb5ac]:hover {
        color: #f60;
}
.uni-menu-drawer .course-list .item.active[data-v-abdeb5ac] {
        color: #fb5300;
        background: #f5f7fa;
}
.uni-menu-drawer .uni-ico[data-v-abdeb5ac] {
    z-index: 100;
}
.uni-menu-drawer .uni-collapse[data-v-abdeb5ac] {
    position: relative;
}
.uni-menu-drawer .collapse-line[data-v-abdeb5ac] {
    position: absolute;
    top: 10px;
    bottom: 0.10417rem;
    left: 0.15625rem;
    width: 10px;
    border-left: 1px solid #f0f0f0;
    z-index: 10;
}
.uni-menu-drawer[data-v-abdeb5ac] .el-collapse-item__header {
    font-size: 0.09375rem;
    border-bottom: none;
    padding: 0 0.10417rem;
    position: relative;
}
.uni-menu-drawer[data-v-abdeb5ac] .el-collapse-item__header .el-collapse-item__arrow {
      display: none;
}
.uni-menu-drawer[data-v-abdeb5ac] .el-collapse-item__wrap {
    border-bottom: 0;
}
.uni-menu-drawer[data-v-abdeb5ac] .el-collapse-item__content {
    padding-bottom: 10px;
    padding-top: 10px;
}
.uni-menu-drawer[data-v-abdeb5ac] .uni-collapse .el-collapse-item__header {
    align-items: flex-start;
    height: auto;
    line-height: 0.15625rem;
}
.uni-menu-drawer[data-v-abdeb5ac] .el-collapse-item__wrap {
    margin-left: 0.15625rem;
}

@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.ori-uni-notes-drawer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ori-uni-notes-drawer .el-tabs--border-card {
    border: none;
    box-shadow: none;
}
.ori-uni-notes-drawer .el-tabs__nav {
    width: 100%;
}
.ori-uni-notes-drawer .el-tabs__item {
    width: calc(100% / 4);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 !important;
}
.ori-uni-notes-drawer .el-tabs__content {
    flex: 1 1 auto;
}
.ori-uni-notes-drawer .el-tab-pane {
    height: 100%;
}
.ori-uni-notes-drawer .ej-tab {
    height: 100%;
}
.ori-uni-notes-drawer .ej-tab .el-tabs {
      display: flex;
      flex-direction: column;
      height: 100%;
}
.coursewareUl li {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  padding: 0.10417rem 0;
  position: relative;
}
.coursewareUl li .PDFImg {
    width: 0.29167rem;
    height: 0.34375rem;
    margin-right: 0.10417rem;
}
.coursewareUl li .coursewareUlDiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.coursewareUl li .coursewareUlDiv p:first-child {
      font-size: 16px;
      color: #333;
      font-weight: bold;
}
.coursewareUl li .dowData {
    width: 0.3125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 10px;
    bottom: 7px;
    cursor: pointer;
}
.coursewareUl li .dowData em {
      width: 0.10417rem;
      height: 0.10417rem;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAYAAAArdgcFAAABsElEQVRIS+3UPYxMYRTG8d8Z8RWVaLaxgkRBREUMBSHYikJE46vauQiNDoVEL9nCzkxEMhFbaTYUPiJEJDZbKEiUvkMtQrI2sa/ca1ayk5k1k92o3PY8z/+97znPeUOXX8oclJzGhagb68YW3YhyTap4I6zG/agZ6MbXC/y90C95HHW75heeeYdVeBQ1u//Diw6k+WxLOmm5KQN+uBsNX1rh6YQ+S+w0YTQaJtrNoGNaUuYB9uC5KWUlr7EyT4tJhy0yJqxFNWpO9Qq/h31NU0OyWdiQ51wSwt5m7VrUDPYGH9SvZBx9LcaE3zdOXvlmW4z42hO8uZWbRLHqS9uYPykpx7CPnTIf6ZgVllkfVU/biVLFAWF0Ri35ju1R96LVky4p+WwHxiNlXmKjcC6qrrQ9YNBZJUN/asn+qLvTVpu5SjHg2zl8EgsxEjVHOl0xVVwWzkjOR91wR11WzGmL5EMOzzO6WHIz6o7O9makQxbELT9n1WTFjLZK3vYE7+axSv8eHm5E1fFu/u4vbXmG8sy28ATX5wqXXBTWTcOn0zJnbssuFGnJH6Q180suaA9/AZnJqKK/Q4hSAAAAAElFTkSuQmCC) no-repeat;
      background-size: cover;
}
.coursewareUl li .dowData span {
      font-size: 12px;
      color: #333;
}

@charset "UTF-8";
.ori-uni-notes-drawer .notes-pane[data-v-02192bdc] {
  overflow: auto;
}
.ori-uni-notes-drawer .notes-pane[data-v-02192bdc]::-webkit-scrollbar {
    display: none;
}

/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.ori-uni-notes-drawer[data-v-02192bdc] {
  width: 100%;
}
.ori-uni-notes-drawer .note-refer[data-v-02192bdc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.ori-uni-notes-drawer .note-btn[data-v-02192bdc] {
    display: block;
    width: 220px;
    height: 30px;
    padding: 0;
}
.ori-uni-notes-drawer .notes-pane[data-v-02192bdc] {
    height: 100%;
}
.ori-uni-notes-drawer .note-lists .item[data-v-02192bdc] {
    margin-bottom: 30px;
}
.ori-uni-notes-drawer .note-lists .item .date[data-v-02192bdc] {
      display: flex;
      align-items: center;
      height: 30px;
      justify-content: space-between;
      border-bottom: 1px solid #eeeeee;
}
.ori-uni-notes-drawer .note-lists .item .date .iconfont[data-v-02192bdc] {
        margin-left: 10px;
        cursor: pointer;
}
.theme-blue .ori-uni-notes-drawer .note-lists .item .date .iconfont[data-v-02192bdc] {
          color: #2E58FF !important;
}
.theme-red .ori-uni-notes-drawer .note-lists .item .date .iconfont[data-v-02192bdc] {
          color: #AB1212 !important;
}
.ori-uni-notes-drawer .note-lists .item .other-date[data-v-02192bdc] {
      display: flex;
      align-items: center;
      padding: 5px 0;
      border-bottom: 1px solid #eeeeee;
}
.ori-uni-notes-drawer .note-lists .item .con[data-v-02192bdc] {
      padding: 6px 0;
      line-height: 25px;
      border-bottom: 1px solid #eeeeee;
      word-break: break-all;
}
.ori-uni-notes-drawer .answer-box[data-v-02192bdc] {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ori-uni-notes-drawer .answer-box .coursewareUl[data-v-02192bdc],
    .ori-uni-notes-drawer .answer-box .answer-lists[data-v-02192bdc] {
      flex: 1;
      overflow: auto;
}
.ori-uni-notes-drawer .answer-box .coursewareUl[data-v-02192bdc]::-webkit-scrollbar,
      .ori-uni-notes-drawer .answer-box .answer-lists[data-v-02192bdc]::-webkit-scrollbar {
        display: none;
}
.ori-uni-notes-drawer .answer-box .answer-types[data-v-02192bdc] {
      display: flex;
      padding-bottom: 10px;
}
.ori-uni-notes-drawer .answer-lists .item[data-v-02192bdc] {
    margin-bottom: 20px;
}
.ori-uni-notes-drawer .answer-lists .item .date[data-v-02192bdc] {
      padding: 10px 0;
      border-bottom: 1px solid #eeeeee;
}
.ori-uni-notes-drawer .answer-lists .item .con[data-v-02192bdc] {
      padding: 6px 0;
      line-height: 25px;
}
.ori-uni-notes-drawer .answer-lists .item .con .row[data-v-02192bdc] {
        display: flex;
}
.ori-uni-notes-drawer .answer-lists .item .con .answer-con[data-v-02192bdc] {
        width: 260px;
        background: #eaeef1;
        padding: 10px;
}

@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: green;
  color: #fff;
}
#tcView {
  width: 100%;
  height: 100%;
}

@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-course-notes[data-v-5c4f3b9e] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.uni-course-notes .video-header[data-v-5c4f3b9e] {
    width: 100%;
    height: 0.36458rem;
    background: #2E2E36;
    color: #fff;
    display: flex;
    align-items: center;
}
.uni-course-notes .video-header .left[data-v-5c4f3b9e] {
      flex: 1;
      font-size: 16px;
      padding: 0 0.10417rem;
}
.uni-course-notes .video-header .right[data-v-5c4f3b9e] {
      width: 2.34375rem;
      padding: 0 0.10417rem;
}
.uni-course-notes .video-header .iconfont[data-v-5c4f3b9e] {
      font-size: 16px;
      vertical-align: middle;
      margin-right: 4px;
}
.uni-course-notes .video-header .title[data-v-5c4f3b9e] {
      font-size: 0.09375rem;
      margin-left: 0.15625rem;
}
.uni-course-notes .video-header .opera[data-v-5c4f3b9e] {
      cursor: pointer;
}
.uni-course-notes .video-wrap[data-v-5c4f3b9e] {
    height: calc(100vh - 0.36458rem);
    background: #000;
    display: flex;
    position: relative;
    overflow: hidden;
}
.uni-course-notes .video-wrap .video-box[data-v-5c4f3b9e] {
      flex: 1;
}
.uni-course-notes .notes-box[data-v-5c4f3b9e] {
    width: 2.34375rem;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.uni-course-notes .notes-box.hide[data-v-5c4f3b9e] {
      width: 0;
}


/*# sourceMappingURL=42-1760075386701.css.map*/