.info-content[data-v-d4d0fbcd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.info-content .user[data-v-d4d0fbcd] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.info-content .user img[data-v-d4d0fbcd] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.info-content .user span[data-v-d4d0fbcd] {
  font-weight: 400;
  font-size: 14px;
  color: #eef7ff;
  line-height: 18px;
  width: 95px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-content .right[data-v-d4d0fbcd] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.info-content .like[data-v-d4d0fbcd] {
  display: flex;
  align-items: center;
  gap: 4px;
  user-select: none;
}
.info-content .like .num[data-v-d4d0fbcd] {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
}
.info-content .more-btn[data-v-d4d0fbcd] {
  width: 28px;
  height: 28px;
  background: #2a2f3a;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.title[data-v-d4d0fbcd] {
  font-weight: 400;
  font-size: 14px;
  color: #a6acb8;
  line-height: 18px;
  margin-bottom: 12px;
}
.time[data-v-d4d0fbcd] {
  font-weight: 400;
  font-size: 12px;
  color: #a6acb8;
  line-height: 18px;
  margin-bottom: 19px;
}
.img-list[data-v-d4d0fbcd] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding-top: 12px;
  margin-bottom: 20px;
}
.img-list .url-item[data-v-d4d0fbcd] {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  font-size: 0;
  border: 2px solid transparent;
}
.img-list .url-item img[data-v-d4d0fbcd] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-list .url-item.active[data-v-d4d0fbcd] {
  border: 2px solid #fff;
}
.input-image[data-v-d4d0fbcd] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.input-image .title[data-v-d4d0fbcd] {
  font-size: 14px;
  color: #a6acb8;
  line-height: 20px;
  margin-bottom: 12px;
}
.input-image[data-v-d4d0fbcd] .ssr-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  cursor: pointer;
}
.row-slice[data-v-d4d0fbcd] {
  width: 382px;
  height: 1px;
  border: 1px solid #ffffff;
  opacity: 0.1;
  margin-bottom: 20px;
}
.row-slice2[data-v-d4d0fbcd] {
  width: 382px;
  height: 1px;
  border: 1px dashed #ffffff;
  opacity: 0.1;
  margin-bottom: 12px;
}
.describe[data-v-d4d0fbcd] {
  font-weight: 500;
  font-size: 14px;
  color: #eef7ff;
  line-height: 20px;
  margin-bottom: 12px;
}
.text[data-v-d4d0fbcd] {
  font-weight: 400;
  font-size: 14px;
  color: #a6acb8;
  line-height: 24px;
  margin-bottom: 12px;
}
.conf[data-v-d4d0fbcd] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #c6ccd7;
  line-height: 24px;
  gap: 16px;
  margin-bottom: 22px;
}
.conf .left[data-v-d4d0fbcd] {
  justify-self: left;
}
.conf div[data-v-d4d0fbcd] {
  justify-self: right;
}
.btns[data-v-d4d0fbcd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  gap: 10px;
}
.btns .btn[data-v-d4d0fbcd] {
  width: 100%;
  height: 40px;
  background: #2a2f3a;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #eef7ff;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.back-btn[data-v-d4d0fbcd] {
  position: absolute;
  top: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -80px;
  transform: translateX(-100%);
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.back-btn[data-v-d4d0fbcd]:hover {
  background: #2a2f3a;
}