.right-side-anchor {
  position: fixed;
  right: 55px;
  top: 160px;
  z-index: 70;
  width: 243px;
  text-align: left;
  background-color: #ffffff;
  max-height: calc(100vh - 380px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.right-side-anchor::-webkit-scrollbar {
  display: none;
}
  .right-side-anchor>.title {
    height: 26px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #304265;
    line-height: 26px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .right-side-anchor .item {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #304265;
    line-height: 30px;
    height: 30px;
    border-left: 2px solid #EFEFEF;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
  }
  .right-side-anchor .item.selected {
    border-left: 2px solid #107fff;
    color: #107fff;
  }
  .right-side-anchor .item:hover {
    border-left: 2px solid #107fff;
    color: #107fff;
  }

.fixed-right-side .search-box-wrapper {
  position: fixed;
  z-index: 70;
  right: 100px;
  top: 99px;
}
  .fixed-right-side .search-box-wrapper .search-box {
    width: 200px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DEE0EA;
    padding: 6px 12px 6px 36px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 24px;
    outline: none;
  }
  .fixed-right-side .search-box-wrapper .icon {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    top: 12px;
    left: 12px;
    cursor: pointer;
  }

.fixed-right-side .feedback-collect-wrapper {
  position: fixed;
  z-index: 70;
  right: 75px;
  bottom: 20px;
  width: 225px;
}

  .fixed-right-side .feedback-collect-wrapper .action-wrapper{
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .fixed-right-side .feedback-collect-wrapper .action-wrapper::-webkit-scrollbar-thumb {
    background-color: #DDDDDD;
    border-radius: 8px;
    width: 8px;
  }
  .fixed-right-side .feedback-collect-wrapper .action-wrapper::-webkit-scrollbar {
    width: 8px;
  }
  .fixed-right-side .feedback-collect-wrapper .title {
    height: 26px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #304265;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .fixed-right-side .feedback-collect-wrapper .action {
    height: 40px;
    border-radius: 26px;
    border: 1px solid #C9CCD8;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #304265;
    padding: 8px 20px;
    background-color: #ffffff;
  }
  .fixed-right-side .feedback-collect-wrapper .action:hover {
    background-color: #F2F2F7;
  }
  .fixed-right-side .feedback-collect-wrapper .action.selected {
    border-color: #107fff;
    color: #107fff;
  }
  .fixed-right-side .feedback-collect-wrapper .online-service {
    height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #304265;
    line-height: 24px;
    margin-top: 10px;
  }
    .fixed-right-side .feedback-collect-wrapper .online-service .link {
      color: #107fff;
      cursor: pointer;
    }
    .fixed-right-side .feedback-collect-wrapper .is-helpful {
      margin-top: 24px;
    }
      .fixed-right-side .feedback-collect-wrapper .is-helpful .label {
        height: 24px;
        font-size: 14px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #304265;
        line-height: 24px;
        margin-bottom: 4px;
      }
      .fixed-right-side .feedback-collect-wrapper .is-helpful .label.warning {
        color: red;
      }
      .fixed-right-side .feedback-collect-wrapper .is-helpful .label.warning::before {
        display: none;
      }
        .fixed-right-side .feedback-collect-wrapper .is-helpful .label .required-icon{
          color: red;
        }
      .fixed-right-side .feedback-collect-wrapper .is-helpful .checkbox-group input[type="checkbox"] {
        width: 16px;
        height: 16px;
        background: #FFFFFF;
        border-radius: 2px;
        border: 1px solid #DEE0EA;
        vertical-align: middle;
      }
      .fixed-right-side .feedback-collect-wrapper .is-helpful .checkbox-group label{
        height: 24px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #304265;
        line-height: 24px;
        vertical-align: middle;
      }
      .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper {
        width: 200px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #DEE0EA;
        padding: 6px 10px;
        position: relative;
        height: max-content;
      }
        .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper textarea {
          width: 178px;
          height: 88px;
          border-radius: 4px;
          border: none;
          outline: none;
          resize: none;
          scrollbar-width: none;
          -ms-overflow-style: none;
          font-size: 14px;
          font-family: PingFangSC-Regular, PingFang SC;
          font-weight: 400;
          color: #121933;
          line-height: 24px;
          margin-bottom: 20px;
        }
        .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper textarea::-webkit-scrollbar {
          display: none;
        }
        .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper .img-uploader {
          display: none;
        }
        .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper .img-upload-button {
          position: absolute;
          right: 8px;
          bottom: 8px;
          cursor: pointer;
          font-size: 14px;
          line-height: 14px;
        }
        .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper .img-upload-button:hover {
          color: #107fff;
        }
        .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper .uploaded-img-wrapper {
          width: 144px;
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
          gap: 6px;
        }
          .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper .uploaded-img-wrapper .uploaded-img-wrapper-item {
            width: 24px;
            height: 24px;
            position: relative;
          }
            .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper .uploaded-img-wrapper .uploaded-img-wrapper-item .uploaded-img {
              width: 24px;
              height: 24px;
            }
            .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper .uploaded-img-wrapper .uploaded-img-wrapper-item .icon {
              font-size: 10px;
              position: absolute;
              top: -5px;
              right: -5px;
              color: red;
              background-color: #ffffff;
              display: none;
              cursor: pointer;
              border-radius: 5px;
            }
            .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper .uploaded-img-wrapper .uploaded-img-wrapper-item:hover .icon {
              display: block;
            }


      .fixed-right-side .feedback-collect-wrapper .is-helpful .tips {
        font-size: 12px;
        margin-top: 4px;
        color: crimson;
      }

      .fixed-right-side .feedback-collect-wrapper .is-helpful .tips-enter-active, .fixed-right-side .feedback-collect-wrapper .is-helpful .tips-leave-active{
        transition: opacity .5s;
      }
      .fixed-right-side .feedback-collect-wrapper .is-helpful .tips-enter, .fixed-right-side .feedback-collect-wrapper .is-helpful .tips-leave-to {
        opacity: 0;
      }
      .fixed-right-side .feedback-collect-wrapper .is-helpful .actions {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 8px;
        width: 200px;
      }

      .fixed-right-side .feedback-collect-wrapper .is-helpful .submit {
        margin-top: 8px;
        height: 28px;
        background: #107FFF;
        border-radius: 16px;
        padding: 2px 16px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 24px;
      }

      .fixed-right-side .feedback-collect-wrapper .is-helpful .cancel {
        margin-top: 8px;
        height: 28px;
        background: #ffffff;
        border-radius: 16px;
        padding: 1px 16px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #304265;
        line-height: 24px;
        border: 1px solid #dee0ea;
        margin-right: 10px;
      }

      .fixed-right-side .feedback-collect-wrapper .success .icon {
        font-size: 14px;
        line-height: 14px;
        color: #0abf5b;
      }
      .fixed-right-side .feedback-collect-wrapper .success>span {
        font-size: 14px;
        line-height: 22px;
        color: #304265;
      }

@media screen and (max-width: 1200px) {
  .fixed-right-side .search-box-wrapper {
    display: none;
  }
  .fixed-right-side .feedback-collect-wrapper {
    position: relative;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 20px 16px 60px;
    display: none;
  }
  .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper {
    width: 100%;
  }
  .fixed-right-side .feedback-collect-wrapper .is-helpful .actions {
    width: 100%;
  }
  .fixed-right-side .feedback-collect-wrapper .is-helpful .text-area-wrapper .uploaded-img-wrapper .uploaded-img-wrapper-item .icon {
    display: block;
  }
}