/*影片載入發生問題_區塊*/
.loading_problem {
  width: 100%;
  min-width: 280px;
  height: 100%;
  padding: 30px;
  font-size: 0;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 9;
}

.loading_problem::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.loading_problem_text {
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.loading_problem_text a {
  color: #009fda;
  text-decoration: underline;
}

.note_confirm_box {
  display: none;
}
