.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layui-layer-msg.customTipsPop {
  min-width: auto;
  border: none;
}
.layui-layer-msg.customTipsPop .layui-layer-content {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #FFFFFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-size: 14px;
  color: #001010;
  box-sizing: border-box;
  border: none;
}
.layui-layer-msg.customTipsPop .layui-layer-content:before {
  display: inline-block;
  content: '';
  background: url("../images/bask-Single/checked-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.layui-layer-msg.customTipsPop .layui-layer-content i {
  display: none;
}
.layui-layer-msg.customTipsPop.warn .layui-layer-content:before {
  display: inline-block;
  content: '';
  background: url("../images/bask-Single/warning-circle.svg") no-repeat center;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.new-share-rate * {
  box-sizing: border-box;
}
.new-share-rate .customer-reviews-detail .sideLeft {
  text-align: left;
}
.new-share-rate .r-message img {
  max-width: 200px !important;
}
.new-share-rate .crumbs-row {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 20px;
}
.new-share-rate .crumbs-row span {
  display: block;
  margin: 0 8px;
}
.new-share-rate .crumbs-row a {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  transition: all 0.3s ease-in-out;
}
.new-share-rate .crumbs-row a:hover {
  color: #5BC000;
}
.new-share-rate .crumbs-row a.present {
  font-weight: bold;
  color: #333333;
}
.new-share-rate .crumbs-row a.present:hover {
  color: #333333;
}
.new-share-rate .graphic-product-view {
  background: #fff;
  padding: 24px;
  margin-bottom: 16px;
}
.new-share-rate .graphic-product-view .avatar-view-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-l {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-l .avatar-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-l .avatar-box img {
  max-width: 100%;
  height: inherit;
  object-fit: cover;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-l .avatar-info {
  font-size: 14px;
  color: #666666;
  display: flex;
  text-align: left;
  flex-direction: column;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-l .avatar-info .avatar-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-l .avatar-info .view-row {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-l .avatar-info .view-row .grade-el {
  display: flex;
  align-items: center;
  gap: 0 2px;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-l .avatar-info .view-row .grade-label {
  margin-top: 1px;
  display: inline-block;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-r {
  display: flex;
  align-items: center;
  gap: 0 24px;
  font-size: 14px;
  color: #666666;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-r .preview-el {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-r .preview-el:before {
  display: inline-block;
  content: '';
  background: url("../images/bask-Single/view-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-r .comment-el {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-r .comment-el:before {
  display: inline-block;
  content: '';
  background: url("../images/bask-Single/comment-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-r .upvote-btn {
  height: 28px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #F26622;
  cursor: pointer;
  padding: 0 14px;
  background: transparent;
  color: #F26622;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-r .upvote-btn:before {
  display: inline-block;
  content: '';
  background: url("../images/bask-Single/upvote-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.new-share-rate .graphic-product-view .avatar-view-box .avatar-r .upvote-btn.active:before {
  background: url("../images/bask-Single/upvoted-icon.svg") no-repeat center;
}
.new-share-rate .graphic-product-view .comment-des {
  font-size: 14px;
  color: #FF6803;
  padding: 16px 20px 16px 24px;
  background: rgba(255, 104, 3, 0.05);
  margin-top: 24px;
  position: relative;
  box-sizing: border-box;
}
.new-share-rate .graphic-product-view .comment-des .des-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.new-share-rate .graphic-product-view .comment-des .des-txt.active {
  overflow: visible;
  -webkit-line-clamp: none;
  line-clamp: none;
}
.new-share-rate .graphic-product-view .comment-des .toggle-txt {
  text-align: right;
}
.new-share-rate .graphic-product-view .comment-des .toggle-txt .txt-btn {
  color: #999999;
  cursor: pointer;
  display: inline-block;
}
.new-share-rate .graphic-product-view .comment-des .toggle-txt .txt-btn.active:after {
  transform: rotate(180deg);
}
.new-share-rate .graphic-product-view .comment-des .toggle-txt .txt-btn:after {
  display: inline-block;
  content: '';
  background: url("../images/bask-Single/fold-icon.svg") no-repeat center;
  width: 14px;
  height: 12px;
}
.new-share-rate .graphic-product-view .comment-des:before {
  width: 3px;
  height: 100%;
  background: #FF6803;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.new-share-rate .graphic-product-view .comment-des .bold {
  font-weight: bold;
  font-size: 12px;
}
.new-share-rate .time-line-module {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 10px;
}
.new-share-rate .time-line-module .line-item {
  display: inline-block;
  width: 20%;
  text-align: center;
  position: relative;
}
.new-share-rate .time-line-module .line-item .line-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.new-share-rate .time-line-module .line-item .line-title:before {
  display: block;
  content: '';
  width: 168px;
  border-top: 1px dashed #ccc;
  position: absolute;
  top: 50%;
  left: -116px;
}
.new-share-rate .time-line-module .line-item .line-des {
  font-size: 14px;
  color: #999999;
}
.new-share-rate .time-line-module .line-item .line-icon:after {
  width: 52px;
  height: 52px;
  content: '';
  display: inline-block;
}
.new-share-rate .time-line-module .line-item:nth-child(1) .line-icon:after {
  background: url("../images/bask-Single/order-time-icon.png") no-repeat center;
}
.new-share-rate .time-line-module .line-item:nth-child(1) .line-title:before {
  display: none;
}
.new-share-rate .time-line-module .line-item:nth-child(2) .line-icon:after {
  background: url("../images/bask-Single/pay-time-icon.png") no-repeat center;
}
.new-share-rate .time-line-module .line-item:nth-child(3) .line-icon:after {
  background: url("../images/bask-Single/delivery-time-icon.png") no-repeat center;
}
.new-share-rate .time-line-module .line-item:nth-child(4) .line-icon:after {
  background: url("../images/bask-Single/publication-time-icon.png") no-repeat center;
}
.new-share-rate .client-evaluation {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 24px;
}
.new-share-rate .swiper-product {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.new-share-rate .swiper-product .pro-pic {
  height: 640px;
  background: linear-gradient(136deg, #F7F7F7 0%, #FBFBFB 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.new-share-rate .swiper-product .pro-pic img {
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
}
.new-share-rate .swiper-product .swiper-menu {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.new-share-rate .swiper-product .swiper-menu * {
  box-sizing: border-box;
}
.new-share-rate .swiper-product .swiper-menu .menu-box {
  width: 850px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.new-share-rate .swiper-product .swiper-menu .menu-box::-webkit-scrollbar {
  display: none;
}
.new-share-rate .swiper-product .swiper-menu .menu-box .tab-el {
  flex-shrink: 0;
  width: 160px;
  height: 104px;
  border: 2px solid transparent;
  background: linear-gradient(136deg, #F7F7F7 0%, #FBFBFB 100%);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.new-share-rate .swiper-product .swiper-menu .menu-box .tab-el.active {
  border: 2px solid #5BC000;
}
.new-share-rate .swiper-product .swiper-menu .menu-box .tab-el img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
}
.new-share-rate .swiper-product .swiper-menu .menu-box.little {
  justify-content: center;
}
.new-share-rate .swiper-product .swiper-menu .btn-icon {
  background: url("../images/bask-Single/control-btn.png") no-repeat center;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 1;
  cursor: pointer;
}
.new-share-rate .swiper-product .swiper-menu .btn-icon.left {
  left: 16px;
}
.new-share-rate .swiper-product .swiper-menu .btn-icon.right {
  transform: rotate(180deg);
  right: 16px;
}
.new-share-rate .swiper-product .swiper-menu .btn-icon.disabled {
  background: url("../images/bask-Single/no-control-btn.png") no-repeat center;
}
.new-share-rate .graphic-post-comment {
  background: #fff;
  padding: 24px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.new-share-rate .graphic-post-comment .post-comment-head {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
}
.new-share-rate .graphic-post-comment .post-comment-head:before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 16px;
  background: #5BC000;
  border-radius: 2px;
  margin-right: 8px;
}
.new-share-rate .graphic-post-comment .post-comment-head .amount {
  color: #999999;
  margin-left: 20px;
}
.new-share-rate .graphic-post-comment .post-comment-area {
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  overflow: hidden;
}
.new-share-rate .graphic-post-comment .post-comment-area.active {
  border-color: #5BC000;
}
.new-share-rate .graphic-post-comment .post-comment-area.no-login:active,
.new-share-rate .graphic-post-comment .post-comment-area.no-login:focus,
.new-share-rate .graphic-post-comment .post-comment-area.no-login:focus-within {
  border-color: #DBDBDB;
}
.new-share-rate .graphic-post-comment .post-comment-area.no-login .set-file-btn {
  pointer-events: none;
}
.new-share-rate .graphic-post-comment .post-comment-area.no-login .moxie-shim.moxie-shim-html5 {
  pointer-events: none;
}
.new-share-rate .graphic-post-comment .post-comment-area.no-login .edit-note-area .no-login-box {
  display: flex;
}
.new-share-rate .graphic-post-comment .post-comment-area:active,
.new-share-rate .graphic-post-comment .post-comment-area:focus,
.new-share-rate .graphic-post-comment .post-comment-area:focus-within {
  border-color: #5BC000;
}
.new-share-rate .graphic-post-comment .post-comment-area .upload-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: #F5F6F6;
  border-radius: 4px 4px 0px 0px;
}
.new-share-rate .graphic-post-comment .post-comment-area .upload-row .upload-aside {
  display: flex;
  align-items: center;
}
.new-share-rate .graphic-post-comment .post-comment-area .upload-row .upload-aside .set-file-btn {
  background: url("../images/bask-Single/upload-icon.svg") no-repeat center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.new-share-rate .graphic-post-comment .post-comment-area .upload-row .tips-aside {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area {
  height: auto;
  resize: vertical;
  border-radius: 4px;
  position: relative;
  min-height: 114px;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .no-login-box {
  display: none;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 3;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999999;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .no-login-box .login-btn,
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .no-login-box .register-btn {
  color: #5BC000;
  margin: 0 4px;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .view-graphic-note {
  position: relative;
  min-height: 114px;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .view-graphic-note .placeholder-txt {
  color: #999999;
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 14px;
  pointer-events: none;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note {
  padding: 12px 20px 26px;
  resize: vertical;
  width: 100%;
  font-size: 14px;
  overflow-x: hidden;
  min-height: 114px;
  border: none;
  outline: none;
  overflow-y: auto;
  scrollbar-gutter: stable;
  display: block;
  scrollbar-width: thin;
  font-family: Arial, 'Microsoft YaHei', Helvetica, sans-serif;
  text-align: left;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note .view-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  background: #efefef;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note .view-pic:hover .close-btn {
  opacity: 1;
  visibility: visible;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note .view-pic .close-btn {
  background: url("../images/bask-Single/close-pic-btn.svg") no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 4px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note .view-pic img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note::-webkit-scrollbar-thumb:hover {
  background: #d8d8d8;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note::-webkit-scrollbar-thumb:active {
  background: #5BC000;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note::-webkit-scrollbar-corner {
  background: transparent;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .set-note:focus {
  box-shadow: none;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .post-btn {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 3;
  height: 26px;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 12px;
  background: #5BC000;
  color: #fff;
  cursor: pointer;
}
.new-share-rate .graphic-post-comment .post-comment-area .edit-note-area .post-btn[disabled] {
  opacity: 0.3;
  cursor: default;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .view-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .view-list:last-child {
  margin-bottom: 0;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .view-list .view-client {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .view-list .view-client .client-avatar {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 100%;
  flex-shrink: 0;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .view-list .view-client .client-avatar img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .view-list .view-client .client-name {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .view-list .view-wrap {
  padding-left: 46px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .view-pic {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  background: #efefef;
  gap: 0 10px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .view-pic img {
  display: block;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .txt {
  line-height: 22px;
  font-size: 14px;
  color: #666666;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  margin: 12px 0;
  font-size: 14px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-l {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-l .toggle-views {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-l .toggle-views.active .toggle-count {
  display: none;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-l .toggle-views.active .toggle-hide {
  display: flex;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-l .toggle-views .toggle-count {
  display: flex;
  align-items: center;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-l .toggle-views .toggle-hide {
  align-items: center;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-l .toggle-views:hover {
  color: #5BC000;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-l .toggle-views:hover:before {
  background: url("../images/bask-Single/comment-icon-hover.svg") no-repeat center;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-l .toggle-views:before {
  display: inline-block;
  content: '';
  background: url("../images/bask-Single/comment-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .replay-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .replay-btn:before {
  display: inline-block;
  content: '';
  background: url("../images/bask-Single/comment-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .replay-btn:hover {
  color: #5BC000;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .replay-btn:hover:before {
  background: url("../images/bask-Single/comment-icon-hover.svg") no-repeat center;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .cancel-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .cancel-btn:before {
  display: inline-block;
  content: '';
  background: url("../images/bask-Single/cancel-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .cancel-btn:hover {
  color: #5BC000;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .cancel-btn:hover:before {
  background: url("../images/bask-Single/cancel-icon-hover.svg") no-repeat center;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .delete-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .delete-btn:before {
  display: inline-block;
  content: '';
  background: url("../images/bask-Single/delete-icon.svg") no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .delete-btn:hover {
  color: #5BC000;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .client-foot .tool-r .delete-btn:hover:before {
  background: url("../images/bask-Single/delete-icon-hover.svg") no-repeat center;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .sub-post-lists {
  margin-top: 12px;
  background: #fafafa;
  padding: 24px;
  border-radius: 4px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .sub-post-lists .view-list {
  margin-bottom: 24px;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .sub-post-lists .view-list:last-child {
  margin-bottom: 0;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .word-to {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.new-share-rate .graphic-post-comment .post-comment-wrap .word-to .word-tag {
  color: #999999;
  font-weight: normal;
}
.commentDialogPop .comment-dialog-pop {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
}
.commentDialogPop .comment-dialog-pop * {
  box-sizing: border-box;
}
.commentDialogPop .comment-dialog-pop .comment-dialog-head {
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DBDBDB;
}
.commentDialogPop .comment-dialog-pop .comment-dialog-head .dialog-head-l {
  font-size: 16px;
  font-weight: bold;
}
.commentDialogPop .comment-dialog-pop .comment-dialog-head .dialog-head-r .close-btn {
  background: url("../images/bask-Single/close-icon-pop.svg") no-repeat center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.commentDialogPop .comment-dialog-pop .comment-dialog-wrap {
  padding: 20px 32px;
  margin-bottom: 10px;
}
.commentDialogPop .comment-dialog-pop .comment-dialog-foot {
  display: flex;
  justify-content: right;
  gap: 0 20px;
  padding: 0 32px 20px;
}
.commentDialogPop .comment-dialog-pop .comment-dialog-foot .dialog-btn {
  height: 36px;
  padding: 0 24px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #DBDBDB;
}
.commentDialogPop .comment-dialog-pop .comment-dialog-foot .dialog-btn.cancel {
  color: #999999;
}
.commentDialogPop .comment-dialog-pop .comment-dialog-foot .dialog-btn.submit {
  background: #5BC000;
  color: #fff;
  border-color: #5BC000;
}
[v-cloak] {
  display: none !important;
}
/*# sourceMappingURL=baskSingleDetail.css.map */