.quote[data-v-443cfc00] {
  width: 85px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -24px;
}
.quote .oblique-text[data-v-443cfc00] {
  color: white;
  text-align: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 2px 0;
  left: 10px;
  top: 3px;
  width: 55px;
  height: 20px;
  line-height: 16px;
  background-color: #ffae00;
  background-image: -o-linear-gradient(top, #ffae00, #e2af42);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
/* switch按钮样式 */
.switch[data-v-443cfc00] {
  width: 50px;
  height: 25px;
  /*关闭时文字位置设置*/
  /* 激活时另一个文字消失 */
  /*开启时文字位置设置*/
}
.switch[data-v-443cfc00].el-switch {
  height: 25px;
}
.switch[data-v-443cfc00] .el-switch__core {
  width: 54px !important;
  height: 24px;
  border-radius: 100px;
  border: none;
}
.switch[data-v-443cfc00] .el-switch__core::after {
  width: 15px;
  height: 15px;
  top: 4px;
}
.switch[data-v-443cfc00] .el-switch.is-checked .el-switch__core::after {
  margin-left: -21px;
}
.switch[data-v-443cfc00] .el-switch__label--right {
  position: absolute;
  z-index: 1;
  right: 7px;
  margin-left: 0px;
  color: rgba(255, 255, 255, 0.90196078);
}
.switch[data-v-443cfc00] .el-switch__label--right span {
  font-size: 12px;
}
.switch[data-v-443cfc00] .el-switch__label.is-active {
  display: none;
}
.switch[data-v-443cfc00] .el-switch__label--left {
  position: absolute;
  z-index: 1;
  left: 7px;
  margin-right: 0px;
  color: rgba(255, 255, 255, 0.90196078);
}
.switch[data-v-443cfc00] .el-switch__label--left span {
  font-size: 12px;
}

