.root[data-v-f66e3b4a] {
  width: 100%;
  height: 100%;
  background: #D8D8D8;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.root .image-content[data-v-f66e3b4a] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.root .image-content img[data-v-f66e3b4a] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.root .video-content[data-v-f66e3b4a] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.root .video-content video[data-v-f66e3b4a] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.root .ref-media-list[data-v-f66e3b4a] {
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 100%;
  display: flex;
  gap: 6px;
  align-items: flex-end;
  pointer-events: none;
}
.root .ref-media-list .ref-media[data-v-f66e3b4a] {
  width: 29%;
  flex: 0 0 29%;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.root .ref-media-list .ref-media img[data-v-f66e3b4a] {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}
.root .time[data-v-f66e3b4a] {
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.27);
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
}
.root .try-btn[data-v-f66e3b4a] {
  position: absolute;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  min-width: 35px;
  height: 29px;
  padding: 0 12px;
  background-color: #ffffff;
  border-radius: 21px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #047AFC;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.root .try-btn.show[data-v-f66e3b4a] {
  opacity: 1;
}
