.quick-operation-box {
  position: fixed;
  right: 5px;
  top: 50%;
  z-index: 9;
}
#twt-chat-container {
  right: -13px!important;
}
.quick-operation {
  width: 44px;
  height: 86px;
  background: #0066ff;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
}
.quick-operation-icon {
  width: 44px;
  height: 44px;
}
.quick-operation-title {
  text-align: center;
  margin-top: 3px;
  line-height: 14px;
}
.quick-operation-modal {
  position: fixed;
  top: 35%;
  right: 70px;
  z-index: 9;
  display: none;
}
.quick-operation-modal .top {
  width: 360px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/quickOperation/quick-operation-modal-bg.png);
  background-repeat: no-repeat; /* 不重复 */
  background-size: 100% 100%; /* 宽高都拉伸填满 */
  background-position: center; /* 居中对齐（可选） */
  padding: 30px 24px;
  padding-bottom: 43px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  border-radius: 8px;
}
.title-close {
  font-size: 22px;
  cursor: pointer;
}
.quick-operation-modal-content {
  width: 360px;
  /* height: 470px; */
  height: 50vh;
  max-height: 470px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  margin-top: -10px;
  padding: 24px;
  /* padding-bottom: 0; */
  padding-right: 10px;
}
.search-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  height: 44px;
  padding-right: 14px;
}
.search-icon {
  position: absolute;
  top: 0;
  right: 14px;
  width: 56px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0066ff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
}
.search-input {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  /* padding-right: 60px; */
  font-weight: 400;
  font-size: 14px;
  color: #121418;
}
.search-icon .icon-sousuo {
  font-size: 20px;
  color: #ffffff;
}

.result-title {
  font-weight: bold;
  font-size: 14px;
  color: #121418;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.search-result-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: auto;
  padding-right: 10px;
  /* padding-bottom: 24px; */
}
/* 滚动条整体 */
.search-result-list::-webkit-scrollbar {
  width: 3px; /* 垂直滚动条宽度 */
}
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #adafb2;
  border-radius: 10px;
}

.result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* height: 42px; */
  background: #f7f7f7;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  padding: 10px 14px;
  cursor: pointer;
}
.result-item-left {
  width: 80%;
  display: flex;
  align-items: center;
}
.result-item-left-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.result-item-left-text {
  max-width: 90%;
}
.result-item .icon-shoucang {
  font-size: 18px;
  color: #d1d1d1;
  cursor: pointer;
}
.result-item .icon-shoucang:hover {
  color: #0066ff;
}
.shoucanged {
  color: #0066ff !important;
}

.scroll-fixbar {
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 9;
  margin-top: 10px;
}

.scroll-btn {
  width: 44px;
  height: 43px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #515762;
  cursor: pointer;
}
.scroll-btn .icon-jiantou03 {
  font-size: 18px;
}
.scroll-btn:hover .icon-jiantou03 {
  color: #0066ff;
  font-size: 18px;
}
.up-btn {
  transform: rotate(-90deg);
}
.up-btn .btn {
  transform: translateY(-1px);
}
.up-btn .btn:active,
.down-btn .btn:active{
  border-color: transparent !important;
}
.down-btn {
  transform: rotate(90deg);
}
.down-btn .icon-jiantou03 {
  position: relative;
  top: -2px;
}
.scroll-btn.btn-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.scroll-btn.btn-disabled .icon-jiantou03 {
  opacity: 0.5;
}
.swiper.notice-swiper {
  z-index: 0;
}
