.big-ipt{
    min-height: 60px;
    display: inline-block;
    font-size: 14px;
    width: calc(100% - 30px);
    margin: 14px;
    vertical-align: middle;
    color: #000;
    border: 0;
    outline: none;
}
.evaluate-switch-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.evaluate-switch-bar .evaluate-switch-dropdown {
  position: relative;
  display: inline-block;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  background: #F6F6F6;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.2s;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-trigger:hover {
  background: #F0F6FF;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-trigger.is-open {
  border-color: #3A8BFF;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-trigger.is-open .trigger-arrow {
  transform: rotate(180deg);
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-trigger .trigger-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-trigger .trigger-text {
  font-size: 14px;
  color: #131B26;
  line-height: 1;
  white-space: nowrap;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-trigger .trigger-arrow {
  font-size: 12px;
  color: #3A8BFF;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 140px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  z-index: 100;
  padding: 4px 0;
  overflow: hidden;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-menu.is-visible {
  display: block;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-menu .menu-title {
  padding: 6px 14px 4px;
  font-size: 12px;
  color: #8A8B99;
  user-select: none;
  pointer-events: none;
  line-height: 1.4;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  height: 38px;
  font-size: 14px;
  color: #474C59;
  cursor: pointer;
  transition: background 0.15s;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-menu .menu-item:hover {
  background: #F0F6FF;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-menu .menu-item.active {
  color: #3A8BFF;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-menu .menu-item .item-text {
  flex: 1;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-menu .menu-item .js-check-icon {
  font-size: 12px;
  color: #3A8BFF;
  display: none;
  margin-left: 8px;
}
.evaluate-switch-bar .evaluate-switch-dropdown .evaluate-switch-menu .menu-item.active .js-check-icon {
  display: inline-block;
}
.evaluate-switch-bar .evaluate-ai-btn {
  cursor: pointer;
  flex-shrink: 0;
}
.evaluate-switch-bar .evaluate-ai-btn img {
  display: block;
  height: 36px;
  width: auto;
}

.inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}

.color8A8B99 {
  color: #8A8B99;
}

.color131B26 {
  color: #131B26;
}

.color3A8BFF {
  color: #3A8BFF;
}

.edit-imgcomment-box {
  padding-top: 20px;
  margin: 20px 30px 0;
  border-top: 1px solid #F2F2F2;
}
.edit-imgcomment-box .comment-input-textarea {
  margin-top: 20px;
  width: 100%;
  padding: 14px;
  min-height: 120px;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  box-sizing: border-box;
}
.edit-imgcomment-box .comment-input-textarea:focus-within {
  border: 1px solid #3A8BFF;
  /* box-shadow: 0 0 4px 0 #75BAFF; */
}
.edit-imgcomment-box .comment-input-textarea textarea {
  display: inline-block;
  font-size: 14px;
  min-height: 60px;
  width: 100%;
}
.edit-imgcomment-box .comment-input-textarea .quick-comments {
  display: inline-block;
  margin-top: 6px;
  font-size: 0;
}
.edit-imgcomment-box .comment-input-textarea .quick-comments .qc-item {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #474C59;
  background: #F2F4F7;
  border-radius: 30px;
  margin-top:  10px;
}
.edit-imgcomment-box .comment-input-textarea .quick-comments .qc-item:last-child {
  margin-right: 0;
}
.edit-imgcomment-box .comment-input-textarea .quick-comments .qc-item:hover {
  background: #F0F6FF;
  color: #3A8BFF;
}
.edit-imgcomment-box .comment-input-textarea .quick-comments .qc-item.active {
  background: #3A8BFF;
  color: #fff;
}
.edit-imgcomment-box .comment-input-textarea .edit-quick-comments {
  margin-left: 8px;
  margin-top: 6px;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #6B89B3;
  background: #F2F4F7;
  border-radius: 30px;
}
.edit-imgcomment-box .comment-input-textarea .edit-quick-comments:hover {
  color: #3A8BFF;
  background: #F0F6FF;
}
.edit-imgcomment-box .comment-input-textarea .edit-quick-comments i {
  margin-right: 4px;
  display: inline-block;
  font-size: 12px;
}
.edit-imgcomment-box .upload-img {
  margin-top: 16px;
}
.edit-imgcomment-box .upload-img .img-list-wrapper {
  margin-right: 10px;
  width: 70px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.edit-imgcomment-box .upload-img .img-list-wrapper:hover .del-img-icons {
  display: block;
}
.edit-imgcomment-box .upload-img .img-list-wrapper.upload-success {
  border-radius: 2px;
}
.edit-imgcomment-box .upload-img .img-list-wrapper.upload-success .progress {
  display: none;
}
.edit-imgcomment-box .upload-img .img-list-wrapper.upload-success:hover::after {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  background: linear-gradient(0deg, rgba(17, 30, 45, 0.54) 0%, rgba(17, 30, 45, 0.54) 100%);
}
.edit-imgcomment-box .upload-img .img-list-wrapper.upload-success:hover .img-list {
  border: 2px solid #3A8BFF;
}
.edit-imgcomment-box .upload-img .img-list-wrapper.upload-success:hover .magnify-img-icons {
  display: block;
}
.edit-imgcomment-box .upload-img .img-list-wrapper .img-list {
  width: 70px;
  height: 70px;
  border: 2px solid #F2F2F2;
  border-radius: 4px;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.edit-imgcomment-box .upload-img .img-list-wrapper .img-list .icon-closes {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -13px;
  top: -11px;
  background: url("../../../images/common/icon-del-img.png") no-repeat;
  background-size: 100% 100%;
}
.edit-imgcomment-box .upload-img .img-list-wrapper .img-list img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.edit-imgcomment-box .upload-img .img-list-wrapper .del-img-icons {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../../../images/common/icon-del-img.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
  display: none;
  z-index: 3;
}
.edit-imgcomment-box .upload-img .img-list-wrapper .magnify-img-icons {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../../images/magnify.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
  z-index: 3;
}
.edit-imgcomment-box .upload-img .img-list-wrapper .progress {
  position: absolute;
  width: 66px;
  bottom: 6px;
  left: 2px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.edit-imgcomment-box .upload-img .img-list-wrapper .progress .nupercent {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -2;
  background: rgba(33, 126, 255, 0.6);
}
.edit-imgcomment-box .upload-img .img-list-wrapper .progress .percent {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  line-height: 26px;
}
.edit-imgcomment-box .upload-img .img-list-wrapper .progress .half-percent {
  width: 50%;
}
.edit-imgcomment-box .upload-img .add-img {
  cursor: pointer;
  width: 70px;
  height: 70px;
  border: 1px dotted #A3B9D9;
  border-radius: 4px;
  margin: 0px 10px 0 0;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.edit-imgcomment-box .upload-img .add-img .up-files {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.edit-imgcomment-box .upload-img .add-img .addds {
  width: 36px;
  height: 36px;
  margin: 17px;
  font-size: 34px;
  color: #A3B9D9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.edit-imgcomment-box .comment-lists li {
  margin-top: 20px;
  background: #F7F8FA;
  border-radius: 4px;
  padding: 16px 46px 16px 72px;
  position: relative;
}
.edit-imgcomment-box .comment-lists li .icon-voice {
  font-size: 42px;
  color: #0399FF;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.edit-imgcomment-box .comment-lists li .icon-del {
  font-size: 16px;
  color: #ACB4BF;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.edit-imgcomment-box .comment-lists li .title-box .title {
  font-size: 14px;
  color: #131B26;
  line-height: 20px;
  max-width: calc(100% - 55px);
}
.edit-imgcomment-box .comment-lists li .title-box .icon-edit2 {
  font-size: 14px;
  color: #3A8BFF;
  line-height: 20px;
  margin-left: 6px;
  cursor: pointer;
}
.edit-imgcomment-box .comment-lists li .rename-box {
  display: none;
}
.edit-imgcomment-box .comment-lists li .rename-box input {
  vertical-align: middle;
  height: 30px;
  width: 216px;
  border: 1px solid #3A8BFF;
  border-radius: 4px;
  box-sizing: border-box;
  text-indent: 7px;
  margin-right: 14px;
}
.edit-imgcomment-box .comment-lists li .rename-box .yes-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url(../../images/data/rename_ico.png) 0 0 no-repeat;
  cursor: pointer;
}
.edit-imgcomment-box .comment-lists li .rename-box .no-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url(../../images/data/rename_ico.png) -30px 0 no-repeat;
  cursor: pointer;
}
.edit-imgcomment-box .comment-lists li .hint {
  margin-top: 4px;
  font-size: 12px;
  color: #8A8B99;
  line-height: 16px;
}
.edit-imgcomment-box .btm-left-box {
  margin-top: 20px;
}
.edit-imgcomment-box .btm-left-box .icon {
  font-size: 18px;
  color: #A3B9D9;
  margin-right: 30px;
  line-height: 36px;
  cursor: pointer;
}
.edit-imgcomment-box .btm-left-box .icon:before {
  color: #A3B9D9;
}
.edit-imgcomment-box .btm-left-box .icon.active {
  color: #3A8BFF;
}
.edit-imgcomment-box .btm-left-box .icon.active:before {
  color: #3A8BFF;
}
.edit-imgcomment-box .btm-left-box .record-info-box {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  padding: 0 20px;
  border-radius: 18px;
  background: linear-gradient(322.22deg, #5A33FF -34.58%, #6CC7FF 132%);
  font-size: 0;
  color: #fff;
  line-height: 36px;
}
.edit-imgcomment-box .btm-left-box .record-info-box.sta-pause {
  background: #C3CFE2;
}
.edit-imgcomment-box .btm-left-box .record-info-box.sta-pause .btn-edit {
  color: #3A8BFF;
}
.edit-imgcomment-box .btm-left-box .record-info-box.sta-pause .btn-finish {
  display: none;
}
.edit-imgcomment-box .btm-left-box .record-info-box * {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.edit-imgcomment-box .btm-left-box .record-info-box .line {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 20px;
}
.edit-imgcomment-box .btm-left-box .record-info-box .btn {
  cursor: pointer;
}
.edit-imgcomment-box .btm-left-box .record-info-box .btn-finish {
  margin-left: 20px;
}
.edit-imgcomment-box .btm-right-box {
  margin-top: 20px;
}
.edit-imgcomment-box .btm-right-box > a {
  margin-left: 20px;
}
.edit-imgcomment-box .btm-right-box .evaluate-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #6b89b3;
}
.edit-imgcomment-box .btm-right-box .evaluate-btn i {
  font-size: 16px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.edit-imgcomment-box .item-mark-input {
  margin-bottom: 10px;
  font-size: 0;
}
.edit-imgcomment-box .item-mark-input * {
  vertical-align: middle;
}
.edit-imgcomment-box .item-mark-input .max-left {
  max-width: calc(100% - 98px);
}
.edit-imgcomment-box .item-mark-input span {
  font-size: 14px;
}
.edit-imgcomment-box .item-mark-input .ipt {
  width: 60px;
  height: 34px;
  border: 1px solid #D4D6D9;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #131B26;
  margin: 0 10px 0 14px;
}
.edit-imgcomment-box .item-mark-input .ipt:focus {
  border-color: #3A8BFF;
}
.edit-imgcomment-box .item-title {
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pop-edit-imgcomment-content {
  border-top: none;
  max-height: 468px;
  overflow-y: auto;
  margin: 0;
  padding: 20px 30px 30px;
  box-sizing: border-box;
}
.pop-edit-imgcomment-content .pop-hint {
  font-size: 14px;
  color: #8A8B99;
  margin-bottom: 20px;
}
.pop-edit-imgcomment-content .cover-user-box {
  margin-bottom: 20px;
}
.pop-edit-imgcomment-content .cover-user-box .avatar-part {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  float: left;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.pop-edit-imgcomment-content .cover-user-box .avatar-part img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pop-edit-imgcomment-content .cover-user-box .user-info {
  width: calc(100% - 56px);
  margin-left: 14px;
  height: 42px;
  line-height: 42px;
}
.pop-edit-imgcomment-content .cover-user-box .user-info .name-txt {
  display: inline-block;
  vertical-align: middle;
  color: #474C59;
  font-size: 14px;
}
.pop-edit-imgcomment-content .cover-user-box .user-info .handman {
  border-radius: 4px;
  border: 1px solid #ffbe7b;
  border-radius: 4px;
  padding: 0 5px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 12px;
  color: #f28c24;
}

.ai-review-block {
  margin-bottom: 20px;
  border: 1px solid #CCD0FF;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px 20px 20px;
  background: #F5F6FF;
}
.ai-review-block .ai-review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}
.ai-review-block .ai-review-header__left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ai-review-block .ai-review-header__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.ai-review-block .ai-review-header__title {
  font-size: 16px;
  font-weight: 600;
  color: #131B26;
}
.ai-review-block .ai-review-header__title-score {
  font-size: 16px;
  font-weight: 600;
  color: #131B26;
}
.ai-review-block .ai-review-header__title-score .score-num {
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  font-family: 'D-DIN';
  color: #3A8BFF;
}
.ai-review-block .ai-review-header__title-score .score-full {
  font-size: 16px;
  color: #8A8B99;
  font-weight: 600;
}
.ai-review-block .ai-review-header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ai-review-block .ai-adopt-btn {
  height: 28px;
  padding: 0 16px;
  border: 1px solid #8CBBFF;
  border-radius: 14px;
  background: #fff;
  font-size: 13px;
  color: #3A8BFF;
  cursor: pointer;
  line-height: 26px;
  transition: background 0.15s, color 0.15s;
}
.ai-review-block .ai-adopt-btn:hover {
  background: #3A8BFF;
  color: #fff;
}
.ai-review-block .ai-review-toggle {
  font-size: 14px;
  color: #8A8B99;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  user-select: none;
  white-space: nowrap;
}
.ai-review-block .ai-review-toggle .icon {
  font-size: 10px;
  transition: transform 0.2s;
}
.ai-review-block .ai-review-toggle.is-collapsed .icon {
  transform: rotate(180deg);
}
.ai-review-block .ai-review-body.is-collapsed {
  display: none;
}
.ai-review-block .ai-state {
  padding: 0 46px;
}
.ai-review-block .ai-state--empty {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ai-review-block .ai-state--empty .ai-state__icon {
  font-size: 16px;
  color: #3A8BFF;
}
.ai-review-block .ai-state--empty .ai-state__text {
  font-size: 14px;
  color: #3A8BFF;
}
.ai-review-block .ai-state--loading {
  text-align: center;
}
.ai-review-block .ai-state--loading .ai-loading__main {
  font-size: 14px;
  color: #3A6BFF;
}
.ai-review-block .ai-state--loading .ai-loading__sub {
  font-size: 14px;
  color: #3A6BFF;
}
.ai-review-block .ai-state--result {
  padding: 0;
}
.ai-review-block .ai-state--result .ai-result-table-wrap {
  overflow-x: auto;
  margin-top: 10px;
}
.ai-review-block .ai-state--result .ai-result-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border-radius: 8px;
}
.ai-review-block .ai-state--result .ai-result-table th,
.ai-review-block .ai-state--result .ai-result-table td {
  padding: 10px 14px;
  border: 1px solid #E4E9EE;
  vertical-align: middle;
  line-height: 1.6;
}
.ai-review-block .ai-state--result .ai-result-table thead tr {
  background: #F2F4F7;
}
.ai-review-block .ai-state--result .ai-result-table thead tr th {
  font-size: 12px;
  font-weight: 400;
  color: #8A8B99;
  white-space: nowrap;
  text-align: left;
}
.ai-review-block .ai-state--result .ai-result-table tbody {
  background: #fff;
}
.ai-review-block .ai-state--result .ai-result-table tbody td {
  color: #131B26;
}
.ai-review-block .ai-state--result .ai-result-table tbody .col-dimension-cell {
  color: #131B26;
  font-weight: 500;
  white-space: nowrap;
}
.ai-review-block .ai-state--result .ai-result-table tbody .col-score-cell {
  white-space: nowrap;
  color: #131B26;
}
.ai-review-block .ai-state--result .ai-result-table .col-dimension {
  width: 80px;
}
.ai-review-block .ai-state--result .ai-result-table .col-score {
  width: 70px;
}
.ai-review-block .ai-state--result .ai-result-comment {
  padding: 10px 0;
  font-size: 14px;
  color: #131B26;
  line-height: 1.8;
}
.ai-review-block .ai-state--result .ai-result-comment__label {
  font-weight: 500;
  color: #131B26;
}
.ai-review-block .ai-state--result .ai-result-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}
.ai-review-block .ai-state--result .ai-result-footer__tip {
  flex: 1;
  font-size: 12px;
  color: #8A8B99;
  text-align: right;
}
.ai-review-block .ai-state--result .ai-regenerate-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #3A8BFF;
  cursor: pointer;
}
.ai-review-block .ai-state--result .ai-regenerate-btn img {
  width: 14px;
  height: 14px;
}
.ai-review-block .ai-state--result .ai-regenerate-btn:hover {
  opacity: 0.8;
}
.ai-review-block .ai-state--result .ai-feedback {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ai-review-block .ai-state--result .ai-feedback img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.member-selector .member-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.member-selector .member-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  background: #F2F4F7;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.member-selector .member-item:hover {
  background: #F0F6FF;
}
.member-selector .member-item.active {
  background: #F0F6FF;
  border-color: #3A8BFF;
}
.member-selector .member-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.member-selector .member-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.member-selector .member-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.member-selector .member-name-row {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.member-selector .member-name {
  font-size: 14px;
  color: #131B26;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-selector .member-no {
  font-size: 12px;
  color: #8A8B99;
}
.member-selector .member-tag {
  display: inline-block;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  font-size: 10px;
  white-space: nowrap;
}
.member-selector .member-tag--leader {
  font-weight: 500;
  border: 1px solid #FAAF43;
  color: #FAAF43;
  background: transparent;
}
.member-selector .member-tag--rated {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 6px 0 6px;
  border: none;
  color: #00B368;
  background: #EDFFE8;
}

.toolTipBox {
  left: 50%;
  transform: translateX(-50%);
}

.confirm-tip-mask {
  position: absolute;
  inset: 0;
  background: rgba(16, 26, 41, 0.46);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.confirm-tip-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 440px;
  height: 238px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 12px 0px rgba(0, 37, 89, 0.2);
  box-sizing: border-box;
  overflow: hidden;
}

.confirm-tip-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 60px;
  border-bottom: 1px solid #F2F2F2;
  flex-shrink: 0;
}

.confirm-tip-title {
  font-size: 16px;
  font-weight: 500;
  color: #131B26;
}

.confirm-tip-close {
  font-size: 14px;
  color: #ACB4BF;
  cursor: pointer;
}
.confirm-tip-close:hover {
  color: #474C59;
}

.confirm-tip-body {
  flex: 1;
  padding: 26px 30px 0;
  font-size: 16px;
  color: #474C59;
  line-height: 1.8;
}
.confirm-tip-body .confirm-tip-num {
  font-style: normal;
  font-weight: 600;
  color: #F28C24;
}

.confirm-tip-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding: 0 30px;
  height: 70px;
  flex-shrink: 0;
  border-top: 1px solid #F2F2F2;
}
