.page-header[data-v-96d6f7aa] {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  color: #ffffff;
}
.page-header .section-left[data-v-96d6f7aa] {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
}
.page-header .section-center[data-v-96d6f7aa] {
  flex: auto;
  text-align: center;
}
.page-header .section-right[data-v-96d6f7aa] {
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
}
.page-header.transparent .section-left[data-v-96d6f7aa] {
  padding: 4px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.video-js .vjs-big-play-button {
  font-size: 2em;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  margin-left: -1em;
  margin-top: -1em;
  background-color: rgba(0, 0, 0, .2);
  border: 1px solid #fff;
  line-height: 2em;
  border-radius: 2em;
}
.video-js .vjs-time-control{
  display:block;
  padding: 0 4px;
  text-align: center;
}
.video-js .vjs-remaining-time{display: none;}
.video-js .vjs-control-bar {
  background-color: rgba(0, 0, 0, .3);
}
.video-js .vjs-picture-in-picture-control {
  display: none;
}
.video-js .vjs-play-progress:before {
  color: #ff8506;
}
.APP02 .video-js .vjs-play-progress:before {
  color: #2db1ac;
}
.APP02 .ccH5CurrentPro {
  background: #2db1ac;
}
.APP02 .ccH5hdul li.selected {
  color: #2db1ac;
}
.APP03 .video-js .vjs-play-progress:before {
  color: #1175fe;
}
.APP03 .ccH5CurrentPro {
  background: #1175fe;
}
.APP03 .ccH5hdul li.selected {
  color: #1175fe;
}
.ccH5playerBox {
  font-size: 12px !important;
  width: auto;
  padding: 0 8px;
}
.ccH5playerBox .ccH5spul li {
  font-size: 12px !important;
}
.ccH5playerBox .ccH5hdul li {
  font-size: 12px !important;
}
.adrPlayBtn {
  width: 50px;
  height: 50px;
  background-size: 50px;
  margin: -25px 0 0 -25px;
}
.ccH5Info {
  font-size: 20px;
}
.video-wrap[data-v-73f6e9d8] {
  position: relative;
  max-height: 250px;
  width: 100%;
  overflow-x: hidden;
}
.video-wrap .head[data-v-73f6e9d8] {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 1600;
}
.video-wrap .head .video-type[data-v-73f6e9d8] {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  font-size: 12px;
  padding: 4px 8px;
}
.video-wrap video[data-v-73f6e9d8] {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrap .video-tool[data-v-73f6e9d8] {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 9;
}
.video-wrap .video-tool .left-tool[data-v-73f6e9d8] {
  display: flex;
}
.video-wrap .video-tool .center[data-v-73f6e9d8] {
  flex: auto;
  display: flex;
  align-items: center;
  padding: 0 4px;
}
.video-wrap .video-tool .center .line[data-v-73f6e9d8] {
  flex: auto;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.video-wrap .video-tool .center .line .inner-line[data-v-73f6e9d8] {
  position: relative;
  width: 50%;
  background: #fff;
  border-radius: 4px;
  height: 100%;
}
.video-wrap .video-tool .center .line .inner-line[data-v-73f6e9d8]::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.3);
}
.video-wrap .video-tool .center .time[data-v-73f6e9d8] {
  padding: 0 8px;
}
.video-wrap .video-tool .right-tool[data-v-73f6e9d8] {
  display: flex;
}
.video-wrap .video-mask[data-v-73f6e9d8] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 1599;
  transition: all 0.3s ease;
}
.video-wrap .video-mask .exam-wrap[data-v-73f6e9d8] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 20px;
  margin: auto;
}
.video-wrap .video-mask .exam-wrap p[data-v-73f6e9d8] {
  margin-bottom: 20px;
  line-height: 1.6;
}
.video-wrap .video-mask .exam-wrap .btn-wrap[data-v-73f6e9d8] {
  display: flex;
  justify-content: space-evenly;
}
.video-wrap .video-mask .exam-wrap .btn-wrap .btn[data-v-73f6e9d8] {
  width: auto;
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  margin: 0;
}
.video-wrap .video-mask .exam-wrap.tips .btn[data-v-73f6e9d8] {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.video-wrap .video-mask .exam-wrap.video-type .btn[data-v-73f6e9d8] {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 48px;
  padding: 0;
  font-weight: 500;
}
.video-wrap .video-mask .exam-wrap.video-type .btn.active[data-v-73f6e9d8] {
  color: #e6c344;
}
.video-content[data-v-73f6e9d8] {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 210px);
}
.video-content .right-side[data-v-73f6e9d8] {
  position: relative;
}
.video-content .right-side .img-input[data-v-73f6e9d8] {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  height: 100%;
}
.title[data-v-73f6e9d8] {
  font-size: 17px;
}
.title.line[data-v-73f6e9d8] {
  padding-left: 10px;
}
.list[data-v-73f6e9d8] {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  height: 50px;
}
.list span[data-v-73f6e9d8] {
  display: inline-block;
  flex: auto;
}
.list .btn[data-v-73f6e9d8] {
  width: 80px;
  font-size: 14px;
  height: 34px;
}
.video-chapter[data-v-73f6e9d8] {
  display: flex;
  flex: auto;
  background: #F1F2F3;
  padding-top: 8px;
  height: calc(100% - 50px);
}
.video-chapter .left[data-v-73f6e9d8] {
  background: #fff;
  flex: 0 0 100px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.video-chapter .left .chapter-list[data-v-73f6e9d8] {
  padding: 10px 0;
}
.video-chapter .left .chapter-list .chapter-item[data-v-73f6e9d8] {
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 12px;
}
.video-chapter .left .chapter-list .chapter-item.active[data-v-73f6e9d8] {
  color: #ff8506;
}
.video-chapter .left .chapter-list .chapter-item img[data-v-73f6e9d8] {
  width: 12px;
  margin-right: 2px;
}
.video-chapter .left .chapter-list .chapter-item span[data-v-73f6e9d8] {
  display: inline-block;
  max-width: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-chapter .right[data-v-73f6e9d8] {
  flex: auto;
  height: 100%;
  border-radius: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 10px;
}
.video-chapter .right .section-wrap[data-v-73f6e9d8] {
  border-radius: 8px;
}
.video-chapter .right .chapter-title[data-v-73f6e9d8] {
  font-size: 17px;
  padding: 20px 0 0;
  text-align: center;
  color: #ff8506;
  background: #ffffff;
}
.video-chapter .right .chapter-title + .section[data-v-73f6e9d8] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.video-chapter .right .section[data-v-73f6e9d8] {
  position: relative;
  padding: 20px 15px 30px;
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 10px;
}
.video-chapter .right .section .title[data-v-73f6e9d8] {
  display: inline-block;
  margin-bottom: 10px;
}
.video-chapter .right .section .section-list[data-v-73f6e9d8] {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  overflow-y: hidden;
}
.video-chapter .right .section .section-list .section-item[data-v-73f6e9d8] {
  width: 48%;
}
.video-chapter .right .section .section-list .section-item[data-v-73f6e9d8]:nth-of-type(2n+1) {
  margin-right: 4%;
}
.video-chapter .right .section .section-list .section-item.no_study .top[data-v-73f6e9d8]::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.7);
}
.video-chapter .right .section .section-list .section-item .top[data-v-73f6e9d8] {
  height: 72px;
  background: #fca142;
  background-size: cover;
  border-radius: 4px;
  position: relative;
}
.video-chapter .right .section .section-list .section-item .top .status[data-v-73f6e9d8] {
  position: absolute;
  top: 4px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #ff8506;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 8px;
  padding: 0px 6px;
}
.video-chapter .right .section .section-list .section-item .top .status.unread[data-v-73f6e9d8] {
  background: rgba(212, 212, 212, 0.86);
  color: #faf8f8;
}
.video-chapter .right .section .section-list .section-item .top .video-name[data-v-73f6e9d8] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.9);
  color: #ff8506;
  font-size: 10px;
  padding: 2px 4px;
  text-align: center;
  border-radius: 20px;
}
.video-chapter .right .section .section-list .section-item .top .duration[data-v-73f6e9d8] {
  position: absolute;
  bottom: 4px;
  right: 6px;
  color: #fff;
  font-size: 9px;
  padding: 1px;
}
.video-chapter .right .section .section-list .section-item span[data-v-73f6e9d8] {
  display: inline-block;
  padding: 4px 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-chapter .right .section .section-list .section-button[data-v-73f6e9d8] {
  position: absolute;
  bottom: 0;
  border-radius: 8px;
  text-align: center;
  line-height: 30px;
  color: #ff8506;
  font-size: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
}
.video-chapter .right .section .section-list .section-button a[data-v-73f6e9d8] {
  text-decoration: underline;
}
.video-chapter .right .read-status[data-v-73f6e9d8] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffffff;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  font-size: 11px;
  padding: 0;
  background-color: transparent;
  background-image: url(../img/icon-bg-normal.png);
  background-size: cover;
  background-position: center center;
}
.video-chapter .right .read-status .btn[data-v-73f6e9d8] {
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  margin: 0;
  padding: 0 10px;
  background: #ffffff;
  color: #ff8506;
  border-color: transparent;
  flex-shrink: 0;
}
.video-chapter .right .read-status.transparent[data-v-73f6e9d8] {
  opacity: 0.7;
}
.video-chapter .right .read-status.transparent .btn[data-v-73f6e9d8] {
  background: #fca142;
  color: #fff;
  opacity: 0.7;
}
.popup-content[data-v-73f6e9d8] {
  width: 290px;
  padding: 20px;
}
.popup-content .content[data-v-73f6e9d8] {
  line-height: 1.8;
  margin-bottom: 20px;
}
.popup-content .btn-wrap[data-v-73f6e9d8] {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.popup-content .btn-wrap .btn[data-v-73f6e9d8] {
  width: 40%;
}
.popup-content .btn-wrap .right-side[data-v-73f6e9d8] {
  width: 40%;
  position: relative;
  margin: auto;
}
.popup-content .btn-wrap .right-side .btn[data-v-73f6e9d8] {
  width: 100%;
}
.popup-content .btn-wrap .right-side .img-input[data-v-73f6e9d8] {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  height: 100%;
}
.APP02 .video-chapter .left .chapter-list .chapter-item.active[data-v-73f6e9d8] {
  color: #2db1ac;
}
.APP02 .video-chapter .right .chapter-title[data-v-73f6e9d8] {
  color: #2db1ac;
}
.APP02 .video-chapter .right .section .section-list .section-item .top[data-v-73f6e9d8] {
  background: #48d8a0;
}
.APP02 .video-chapter .right .section .section-list .section-item .top .status[data-v-73f6e9d8] {
  color: #48d8a0;
}
.APP02 .video-chapter .right .section .section-list .section-item .top .video-name[data-v-73f6e9d8] {
  color: #48d8a0;
}
.APP02 .video-chapter .right .read-status .btn[data-v-73f6e9d8] {
  background: #ffffff !important;
  color: #2db1ac;
}
.APP02 .video-chapter .right .read-status.transparent .btn[data-v-73f6e9d8] {
  background: #48d8a0;
}
.APP03 .video-chapter .left .chapter-list .chapter-item.active[data-v-73f6e9d8] {
  color: #1175fe;
}
.APP03 .video-chapter .right .chapter-title[data-v-73f6e9d8] {
  color: #1175fe;
}
.APP03 .video-chapter .right .section .section-list .section-item .top[data-v-73f6e9d8] {
  background: #3fadfa;
}
.APP03 .video-chapter .right .section .section-list .section-item .top .status[data-v-73f6e9d8] {
  color: #3fadfa;
}
.APP03 .video-chapter .right .section .section-list .section-item .top .video-name[data-v-73f6e9d8] {
  color: #3fadfa;
}
.APP03 .video-chapter .right .read-status .btn[data-v-73f6e9d8] {
  background: #ffffff !important;
  color: #1175fe;
}
.APP03 .video-chapter .right .read-status.transparent .btn[data-v-73f6e9d8] {
  background: #3fadfa;
}

