.title-content[data-v-330afcbe] {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: rgb(47, 120, 251);
}
@charset "UTF-8";
/* 悬浮窗样式 */
.wish-list-float[data-v-f9b57852] {
  position: fixed;
  right: 1%;
  top: 65%;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  z-index: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.wish-list-float .el-icon-edit-outline[data-v-f9b57852] {
  font-size: 18px;
  margin-bottom: 5px;
}
.wish-list-float .wish-list-text[data-v-f9b57852] {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
