/*! Build time: 2025/6/24 14:21:25
Package: ad-browse-task
Version: 0.7.0
Env: production
 */
*[data-v-44371010] {
  border: none !important;
  margin: 0;
  padding: 0;
}
.root[data-v-44371010] {
  position: relative;
}
.root *[data-v-44371010] {
  box-sizing: border-box;
}
@media screen and (max-width: 450px) {
#container[data-v-44371010] {
    width: 54px;
    height: 80px;
}
#container .text[data-v-44371010] {
    font-size: 9px;
    line-height: 13px;
}
}
@media screen and (min-width: 451px) {
#container[data-v-44371010] {
    width: 108px;
    height: 160px;
}
#container .text[data-v-44371010] {
    font-size: 18px;
    line-height: 25px;
}
}
#container[data-v-44371010] {
  position: fixed !important;
  z-index: 1000;
  cursor: move;
  top: 80px;
  right: 10px;
}
#container .image[data-v-44371010] {
  width: 100%;
  height: 47.5%;
}
#container .image > img[data-v-44371010] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .progress[data-v-44371010] {
  width: 100%;
  height: 10%;
  background: #000;
  border-radius: 46px;
  overflow: hidden;
  position: relative;
}
#container .progress .progress-bar[data-v-44371010] {
  height: 100%;
  background: #fff;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
}
#container .text[data-v-44371010] {
  background: #000;
  height: 42.5%;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 2px;
}