.refiner-feedback-button-css {
    position: fixed;
    bottom: 200px; /* 距离底部的距离 */
    right: 2px; /* 距离右侧的距离 */
    background-color: #002949; /* 蓝色背景 */
    color: white; /* 白色字体 */
    padding: 10px 20px;
    border-radius: 5px;
    transform: rotate(-90deg); /* 文字逆时针旋转90度 */
    transform-origin: bottom right; /* 以右下角为旋转中心 */
    cursor: pointer;
    font-size: medium;
  }