body {
  margin: 0;
}

.mt_10 {
  margin-top: 10px;
}

.color_red {
  color: #d9534f;
}

.color_green {
  color: #22cf6a;
}

.color_blue {
  color: #005499;
}

html, body {
  height: 100%;
  width: 100%;
}

.login-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.login-video .login-image {
  width: 100%;
  height: 100%;
  background: url("../img/background-banner.png") no-repeat center;
  background-size: cover;
}

.login-full {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.login-full .login-image {
  width: 100%;
  height: 100%;
  background: url("../img/background-banner.png") no-repeat center;
  background-size: cover;
}

.login-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  max-height: 750px;
  min-height: 400px;
  box-shadow: 0 5px 5px #333;
}
.login-inner .inner-power {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.login-inner .inner-power .inner-power-image {
  position: relative;
  display: inline-block;
  width: 70%;
  height: 100%;
  overflow: hidden;
  background: url("../img/banner-images.png") no-repeat center;
  background-size: cover;
}
.login-inner .inner-power .inner-power-image .power-image-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 80px;
  background: url("../img/banner-logo.png") #0a51a1 no-repeat center;
  background-size: 100% 100%;
}

.login-inner .inner-power .inner-power-image img {
  position: absolute;
  left: 15px;
  top: 15px;
  max-width: 300px;
  max-height: 80px;
}

.login-inner .inner-power .inner-power-image .lt-name {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  font-size: 32px;
}

.inner-power-login {
  position: relative;
  display: inline-block;
  width: 350px;
  height: 100%;
  padding: 20px 23px;
  font-size: 14px;
  overflow-y: auto;
  background: #fff;
}
.inner-power-login .login-icon1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 34px;
  margin-top: 20px;
  margin-left: 16px;
  background: url("../img/logo-icon1.png") #fff no-repeat center;
  background-size: 100% 100%;
}
.inner-power-login .login-icon2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 16px;
  margin-top: 80px;
  margin-right: 22px;
  background: url("../img/logo-icon3.png") #fff no-repeat center;
  background-size: 100% 100%;
}
.inner-power-login .login-icon3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 49px;
  height: 49px;
  margin-left: 33px;
  margin-bottom: 30px;
  background: url("../img/logo-icon2.png") #fff no-repeat center;
  background-size: 100% 100%;
}

.login-text {
  margin-top: 115px;
}
.login-text h1 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.login-text .login-from {
  position: relative;
  margin-top: 40px;
}
.login-text .login-from ul li {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #bebebe;
}
.login-text .login-from ul li input {
  display: inline-block;
  width: 85%;
  height: 20px;
  margin-left: 17px;
}
.login-text .login-from .from-text {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}
.login-text .login-from .from-text .frame-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-top: -3px;
  vertical-align: middle;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}
.login-text .login-from .from-text .from-password {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}
.login-text .login-from .login-button {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  background-color: #00509f;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.login-text .login-from .login-jump {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 34px;
  margin-bottom: -34px;
}
.login-text .login-from .login-jump .p_btn {
  position: relative;
  /*color: #c2c2c2;*/
  cursor: pointer;
}
.login-text .login-from .login-jump .p_btn.active:after {
  transform: rotate(226deg);
}
.login-text .login-from .login-jump .p_btn::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -8px;
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  transition: all 0.3s;
  transform-origin: 70% 90%;
  vertical-align: middle;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  transform: rotate(45deg);
}
.login-text .login-from .login-jump .filter_list {
  position: absolute;
  right: -25px;
  top: 18px;
  z-index: 99;
  background: #ffffff;
  border-radius: 5px;
  margin-top: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.login-text .login-from .login-jump .filter_list li {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*color: #c2c2c2;*/
  margin-bottom: 0px;
  border: 0px solid #fff;
}
.login-text .login-from .login-jump .filter_list:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  margin-top: -10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.footer-full {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 2px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  height: 50px;
}
.footer-full .full-one {
  padding: 5px 0;
}

.footer-full a {
  color:  #fff !important;
}
.footer-full a :hover {
  color: #fff;
}

/*.main {
  padding: 30px;
  background-color: #f5f5f5;
  min-height: 100vh;
}
.main .main_title {
  margin-top: -10px;
  font-size: 16px;
  color: #888;
}*/

.white_panel {
  margin-top: 20px;
  padding: 15px 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
}

.work_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
}
.work_list .wl_main {
  flex: 1;
}
.work_list .wl_case {
  flex: 0 0 30%;
  width: 30%;
}
.work_list .wl_title {
  font-size: 18px;
  color: #005499;
}
.work_list .wl_abtn {
  display: inline-block;
  margin-right: 20px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #d9534f;
  border-radius: 4px;
  cursor: pointer;
}

.with_icon {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
}
.with_icon.icon_text {
  background-image: url(../img/icon_text_red.png);
  background-size: 20px;
}
.with_icon.icon_time {
  background-position: 2px center;
  background-image: url(../img/icon_time_red.png);
  background-size: 16px;
}

.ws_panel .ws_sub_title {
  margin: 20px 0 10px;
  font-size: 18px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.ws_panel .ws_sub_title:nth-of-type(1) {
  margin-top: 10px;
  padding-top: 0;
  border-top: none;
}
.ws_panel p {
  margin: 3px 0;
  font-size: 16px;
  line-height: 24px;
}
.ws_panel .a_file {
  color: #005499;
  text-decoration: underline;
}
.ws_panel .icon-link {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: url("../img/icon_link_blue.png") no-repeat center/contain;
}
.ws_panel textarea {
  resize: vertical;
}
.ws_panel .form-group label {
  margin-bottom: 10px;
}
.ws_panel .p_file:hover .file_delete {
  display: inline-block;
}

.img_list li {
  position: relative;
  margin-right: 20px;
  float: left;
  width: 200px;
  height: 200px;
  border-radius: 5px;
  background: #e6e6e6;
}
.img_list li:hover .img_delete {
  display: block;
}
.img_list li img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.img_list .img_delete {
  position: absolute;
  display: none;
  right: -10px;
  top: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  background: url("../img/icon_delete.png") no-repeat center/contain;
}

.icon_plus {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.icon_plus:before, .icon_plus:after {
  content: "";
  border-radius: 3px;
  position: absolute;
  background-color: #bfbdbd;
}
.icon_plus:before {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -3px;
  height: 6px;
}
.icon_plus:after {
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  width: 6px;
}

.image_upload {
  position: relative;
  padding-top: 30px;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 5px;
  background: #e6e6e6;
  cursor: pointer;
}
.image_upload .icon_plus {
  margin-bottom: 10px;
}
.image_upload p {
  margin: 0;
  color: #aeadad;
  font-size: 13px;
  line-height: 1.4;
}

.video_upload {
  position: relative;
  padding-top: 40px;
  width: 640px;
  max-width: 100%;
  height: 360px;
  text-align: center;
  border-radius: 5px;
  background: #e6e6e6;
  cursor: pointer;
}
.video_upload .icon_plus {
  margin-bottom: 10px;
}
.video_upload .v_icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.up_btn {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  background-color: #bfbdbd;
}

.drag_area {
  padding: 15px 0;
  width: 640px;
  max-width: 100%;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.file_delete {
  display: none;
  width: 16px;
  height: 20px;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 10px;
  cursor: pointer;
  background: url("../img/icon_delete.png") no-repeat center/contain;
}

.bottom_btns {
  text-align: center;
}
.bottom_btns .submit_btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  background: #005499;
}
.bottom_btns .submit_btn:hover {
  background: #074b84;
}

.wd_item {
  position: relative;
  padding-left: 60px;
}
.wd_item .wd_avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
}
.wd_item .wd_avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wd_item .wd_content {
  width: 100%;
}
.wd_item .wd_name {
  font-size: 16px;
  color: #005499;
}
.wd_item .wd_text {
  margin: 10px 0;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wd_item .wd_text p {
  font-size: 16px;
}
.wd_item .wd_time {
  float: left;
  width: 20%;
  max-width: 200px;
  color: #ccc;
}
.wd_item .wd_case_btns {
  float: right;
}
.wd_item .wd_case_btns .mini_btn {
  margin-left: 10px;
  padding: 0 14px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 4px;
}
.wd_item.active .wd_text {
  border-color: #005499;
}
.wd_item.active .wd_time {
  color: #005499;
}
.wd_item.active .mini_btn_edit {
  background: #005499;
}
.wd_item.active .mini_btn_edit:hover {
  background: #074b84;
}
.wd_item.active .mini_btn_delete {
  background: #d9534f;
}
.wd_item.active .mini_btn_delete:hover {
  background: #aa4743;
}

.wd_inner_content {
  position: relative;
  padding-left: 60px;
}
.wd_inner_content .wd_avatar {
  width: 40px;
  height: 40px;
  border: none;
}
.wd_inner_content .wd_text {
  background: #ebebeb;
  border: none !important;
}
.wd_inner_content .wd_time {
  color: #ccc !important;
}

.page-main {
  padding: 20px 20px 10px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #f5f5f5;
}

.main-inner {
  position: relative;
  width: 100%;
  padding-right: 350px;
  margin-bottom: 20px;
}
.main-inner .main-content {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.main-inner .main-content .content-point {
  position: relative;
  padding-left: 447px;
  width: 100%;
  min-height: 240px;
}
.main-inner .main-content .content-point .content-picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 427px;
  height: 240px;
  overflow: hidden;
}
.main-inner .main-content .content-point .content-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-inner .main-content .content-point .content-text {
  position: relative;
  width: 100%;
}
.main-inner .main-content .content-point .content-text .words-title {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #656565;
}
.main-inner .main-content .content-point .content-text ul li {
  line-height: 30px;
  font-size: 16px;
  color: #3f3f3f;
}
.main-inner .main-content .content-point .content-text ul li .color-green {
  color: #24c637;
}
.main-inner .main-content .content-point .content-text ul li .color-red {
  color: #c62424;
}
.main-inner .main-content .content-point .content-text ul li .color-blue {
  color: #46a3eb;
}
.main-inner .main-content .content-point .content-text .content-button {
  margin-top: 20px;
}
.main-inner .main-content .content-point .content-text .content-button .button-start {
  display: inline-block;
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background-color: #005499;
  margin-right: 20px;
}
.main-inner .main-content .content-point .content-text .content-button .button-work {
  background-color: #990094;
}
.main-inner .main-words {
  position: absolute;
  padding: 50px 20px 20px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 330px;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 20px;
}
.main-inner .main-words .words-title {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #656565;
}
.main-inner .main-words .words-content {
  position: relative;
  height: 100%;
  overflow-y: auto;
  line-height: 26px;
  font-size: 16px;
  color: #656565;
}

.content-honer {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  clear: both;
}
.content-honer .content-list {
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #005499;
  font-size: 16px;
  border-bottom: 2px solid #005499;
}
.content-honer .content-list span {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  padding: 0 20px;
  cursor: pointer;
}

.content-list .active1 {
  display: block;
  background-color: #005499;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.study-list {
  padding: 26px 30px;
}
.study-list > ul >li h3 {
  margin: 0 0 20px -15px;
  font-weight: bold;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}
.list-item-icon .item-inner {
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.list-item-icon .item-inner .left-main {
  flex: 1;
}
.list-item-icon .item-inner .left-main .left-main-type {
  position: relative;
  padding-left: 25px;
  color: #333;
}
.list-item-icon .item-inner .left-main .left-icon {
  background-position: 2px center;
  background-image: url(../img/course-icon.jpg);
  background-repeat: no-repeat;
  background-size: 14px 10px;
}
.list-item-icon .item-inner .left-main .left-video {
  background-position: 2px center;
  background-image: url(../img/video-icon.png.jpg);
  background-repeat: no-repeat;
  background-size: 14px 10px;
}
.list-item-icon .item-inner .left-main .left-look {
  background-position: 2px center;
  background-image: url(../img/look-icon.png);
  background-repeat: no-repeat;
  background-size: 14px 16px;
}
.list-item-icon .item-inner .left-main .left-exam {
  background-position: 2px center;
  background-image: url(../img/exam-icon.png);
  background-repeat: no-repeat;
  background-size: 14px 16px;
}
.list-item-icon .item-inner .left-main .left-work {
  background-position: 2px center;
  background-image: url(../img/work-icon.png);
  background-repeat: no-repeat;
  background-size: 14px 16px;
}
.list-item-icon .item-inner .left-main-text {
  color: #e5e5e5;
}
.list-item-icon .item-inner .right-main .last-time {
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #2266d9;
  font-size: 16px;
  border: 1px solid #2266d9;
  border-radius: 6px;
}
.list-item-icon .item-inner .right-main .right-main-number {
  display: inline-block;
  margin-left: 20px;
  color: #005499;
  width: 34px;
  text-align: right;
}
.list-item-icon .item-inner .right-main .right-main-number.unfinished {
  color: #e52e2e;
}
.list-item-icon .item-inner .right-main .right-main-no {
  display: inline-block;
  margin-left: 20px;
  color: #e52e2e;
  width: 60px;
  text-align: right;
}
.list-item-icon .item-inner .right-main .right-yes {
  color: #005499;
}
.list-item-icon .item-inner .right-main .right-main-study {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 30px;
  margin-left: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #004ed3;
  border-radius: 5px;
}
.list-item-icon .item-inner .right-main .right-video {
  background-color: #46a3eb;
}
.list-item-icon .item-inner .right-main .right-video-no {
  background-color: #a7a7a7;
}

.left-main-type i {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.comment {
  padding: 26px 20px;
}
.comment .item-border {
  padding-top: 15px;
  border-top: 1px solid #dddddd;
}
.comment .comment-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 15px;
}
.comment .comment-item .comment-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
}
.comment .comment-item .comment-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment .comment-item .comment-content {
  position: relative;
  width: 100%;
}
.comment .comment-item .comment-content .comment-name {
  font-size: 16px;
  color: #333;
}
.comment .comment-item .comment-content .comment-text {
  margin: 10px 0;
  overflow: hidden;
}
.comment .comment-item .comment-content .comment-text textarea {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  resize: none;
  border: 1px solid #ddd;
}
.comment .comment-item .comment-content .comment-case {
  position: relative;
  width: 100%;
}
.comment .comment-item .comment-content .comment-case .face-icon {
  float: left;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/face-icon.jpg);
  background-size: cover;
}
.comment .comment-item .comment-content .comment-case .comment-btn {
  float: right;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #004ed3;
  font-size: 14px;
}
.comment .comment-item .comment-content .text-time {
  position: relative;
  color: #ddd;
  font-size: 13px;
  margin-bottom: 15px;
}
.comment .comment-item .comment-content .text-time .custombtm{
  position: absolute;
  right: 0;
  top: 0;
  color: #004ed3;
}

.comment .comment-item.active .comment_text {
  border-color: #005499;
}
.comment .comment-item.active .comment-btn {
  background: #005499;
}
.comment .comment-item.active .comment-btn:hover {
  background: #074b84;
}

.video-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.video_title {
  position: absolute;
  left: 0;
  top: 0;
  height: 35px;
  color: #fff;
  line-height: 35px;
  margin-left: 20px;
}

.video-image {
  position: relative;
  width: 78%;
  height: 100%;
  background-color: #000;
}
.video-image .video-image-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-image .video-image-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-image .video-image-video .right-button {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 50%;
  width: 20px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/right-buttom.png);
  background-size: cover;
  z-index: 999;
}
.video-image .video-image-video .right-button.active {
  margin-right: -20px;
  transform: rotate(180deg);
}

.video-list {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  padding: 30px 10px;
  width: 400px;
  max-width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.video-list.active {
  display: block;
}
.video-item {
  padding: 0 10px;
  cursor: pointer;
}
.video-list p {
  margin: 15px 0 15px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.video-list .progress-box p {
  margin: 0;
}
.video-list ul li .video-item-inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items:center;
  width: 100%;
  height: 38px;
  line-height: 38px;
}
.video-list ul li .video-item-inner .video-item-time {
  display: inline-block;
  margin-right: 10px;
}
.video-list ul li .video-item-inner .video-item-circle {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 4.5px;
  background-color: #8c8c8c;
}
.video-list ul li .video-item-inner .video-item-text {
  display: inline-block;
  width: 130px;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-list ul li .video-item-inner .video-item-status {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}

.video-item:hover,
.video-item.active {
  background-color: #e5e5e5;
}

.video-item.active .video-item-time {
  font-weight: bold;
  color: #fa6705;
}
.video-item.active .video-item-circle {
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 4.5px;
  background-color: #fa6705 !important;
}
.video-item.active .video-item-text {
  font-weight: bold;
  color: #fa6705;
}
.video-item.active .video-item-status {
  font-weight: bold;
  color: #fa6705;
}

.course-icon {
  display: inline-block;
  margin-right: 8px;
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.course-icon.icon-text {
  background-image: url("../img/course-icon.jpg");
}
.course-icon.icon-video {
  background-image: url("../img/video-icon.png.jpg");
}
.course-icon.icon-exam {
  background-image: url("../img/exam-icon.png");
}
.course-icon.icon-work {
  background-image: url("../img/work-icon.png");
}
.course-icon.icon-look {
  background-image: url("../img/look-icon.png");
}


.progress-box {
  position: relative;
  left: unset;
  top: unset;
  transform: none;
  margin-bottom: 20px;
}
.progress-box p {
  margin-top: 0;
}

.is-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.is-scroll::-webkit-scrollbar-button {
  display: none;
}
.is-scroll::-webkit-scrollbar-thumb {
  background-color: #c9c9c9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.is-scroll::-webkit-scrollbar-track {
  background-color: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.is-scroll::-webkit-scrollbar-track-piece {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
