[data-v-6d9a1fc0]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-6d9a1fc0]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-6d9a1fc0]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-6d9a1fc0],
body[data-v-6d9a1fc0] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-6d9a1fc0] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-6d9a1fc0] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-6d9a1fc0] {
    border: none;
    outline: none;
}
}
input[data-v-6d9a1fc0]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-6d9a1fc0],
textarea[data-v-6d9a1fc0] {
  border: none;
  outline: none;
}
textarea[data-v-6d9a1fc0] {
  font-family: "microsoft yahei";
}
em[data-v-6d9a1fc0] {
  color: #e80000;
  font-style: normal;
}
i[data-v-6d9a1fc0] {
  font-style: normal;
}
.v-enter-active[data-v-6d9a1fc0],
.v-leave-active[data-v-6d9a1fc0] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-6d9a1fc0],
.v-leave-to[data-v-6d9a1fc0] {
  opacity: 0;
}
[v-cloak][data-v-6d9a1fc0] {
  display: none;
}
.f-e80000[data-v-6d9a1fc0] {
  color: #e80000;
}
.flex[data-v-6d9a1fc0] {
  display: flex;
}
.flex-a[data-v-6d9a1fc0] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-6d9a1fc0] {
  font-family: fangsong;
}
.pingfang[data-v-6d9a1fc0] {
  font-family: pingfang sc !important;
}
.underline[data-v-6d9a1fc0] {
  text-decoration: underline;
}
.t-over[data-v-6d9a1fc0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-6d9a1fc0] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-6d9a1fc0] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-6d9a1fc0] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-6d9a1fc0] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-6d9a1fc0] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-6d9a1fc0] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-6d9a1fc0] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-6d9a1fc0] {
  cursor: pointer;
}
.trans1[data-v-6d9a1fc0] {
  transition: ease 0.1s;
}
.trans2[data-v-6d9a1fc0] {
  transition: ease 0.2s;
}
.trans3[data-v-6d9a1fc0] {
  transition: ease 0.3s;
}
.trans4[data-v-6d9a1fc0] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-6d9a1fc0] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-6d9a1fc0]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-6d9a1fc0] {
  text-align: center;
}
.icon-pay-way-wx[data-v-6d9a1fc0] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-6d9a1fc0] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-6d9a1fc0]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-6d9a1fc0] {
  animation: slide-down-in-6d9a1fc0 ease 0.3s;
}
.dialog-fade-leave-active[data-v-6d9a1fc0] {
  animation: slide-down-out-6d9a1fc0 ease 0.3s;
}
.icon-loading-circle[data-v-6d9a1fc0] {
  animation: loading-circle-6d9a1fc0 1s linear infinite;
}
@keyframes slide-down-in-6d9a1fc0 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-6d9a1fc0 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-6d9a1fc0 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-6d9a1fc0] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-6d9a1fc0] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-6d9a1fc0] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-6d9a1fc0] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-6d9a1fc0] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-6d9a1fc0] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-6d9a1fc0] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-6d9a1fc0] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-6d9a1fc0] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-6d9a1fc0] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-6d9a1fc0] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-6d9a1fc0] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-6d9a1fc0] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-6d9a1fc0] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-6d9a1fc0] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-6d9a1fc0] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-6d9a1fc0] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-6d9a1fc0] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-6d9a1fc0] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-6d9a1fc0] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-6d9a1fc0] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-6d9a1fc0] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-6d9a1fc0] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-6d9a1fc0] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-6d9a1fc0] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-6d9a1fc0] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-6d9a1fc0] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-6d9a1fc0] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-6d9a1fc0] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-6d9a1fc0] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-6d9a1fc0] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-6d9a1fc0] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-6d9a1fc0] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-6d9a1fc0] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-6d9a1fc0] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-6d9a1fc0] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-6d9a1fc0] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-6d9a1fc0] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-6d9a1fc0] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-6d9a1fc0] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-6d9a1fc0] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-6d9a1fc0] {
  background-position: -218px -553px;
}
.v-enter-active[data-v-6d9a1fc0],
.v-leave-active[data-v-6d9a1fc0] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-6d9a1fc0],
.v-leave-to[data-v-6d9a1fc0] {
  opacity: 0;
}
.emoji-mask[data-v-6d9a1fc0] {
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.content-comment[data-v-6d9a1fc0] {
  width: 100%;
  padding: 30px 30px 0 30px;
  background-color: #fff;
  border-radius: 4px;
}
.content-comment .bg-url[data-v-6d9a1fc0] {
  margin-right: 3px;
}
.content-comment[data-v-6d9a1fc0] .w-e-toolbar {
  height: 40px;
}
.content-comment[data-v-6d9a1fc0] .w-e-text-container {
  background-color: #f4f4f4;
}
.content-comment[data-v-6d9a1fc0] .w-e-full-screen-container {
  z-index: 11111;
}
.content-comment[data-v-6d9a1fc0] .w-e-full-screen-container .w-e-text-container {
  height: calc(100vh - 40px) !important;
}
.content-comment[data-v-6d9a1fc0] .w-e-toolbar {
  height: 40px;
}
.content-comment .big-cate-title[data-v-6d9a1fc0] {
  margin-bottom: 14px;
}
.content-comment .big-cate-title > .title[data-v-6d9a1fc0] {
  font-size: 16px;
}
.content-comment .rich-text[data-v-6d9a1fc0] {
  width: 780px;
  height: 180px;
  background-color: #f5f5f5;
  padding: 16px;
}
.content-comment .p1[data-v-6d9a1fc0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.content-comment .p1 .comment-num[data-v-6d9a1fc0] {
  font-size: 16px;
  font-weight: bold;
  color: #202020;
}
.content-comment .p1 .publish-btn[data-v-6d9a1fc0] {
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ffe032;
  border-radius: 3px;
  cursor: pointer;
}
.content-comment .p1 .publish-btn[data-v-6d9a1fc0]:hover {
  background-color: #ffd132;
}
.content-comment .comment-list > ul > li[data-v-6d9a1fc0] {
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.content-comment .comment-list > ul > li .user-info[data-v-6d9a1fc0] {
  display: flex;
  align-items: center;
  position: relative;
}
.content-comment .comment-list > ul > li .user-info img[data-v-6d9a1fc0] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.content-comment .comment-list > ul > li .user-info .nickname[data-v-6d9a1fc0] {
  margin: 0 10px 0 12px;
}
.content-comment .comment-list > ul > li .user-info .accept-btn-wrap[data-v-6d9a1fc0] {
  flex-grow: 1;
}
.content-comment .comment-list > ul > li .user-info .accept-btn-wrap .accept-btn[data-v-6d9a1fc0] {
  display: inline-block;
  float: right;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 3px;
  cursor: pointer;
}
.content-comment .comment-list > ul > li .user-info .accept-btn-wrap .accept-btn[data-v-6d9a1fc0]:hover {
  color: #202020;
  background-color: #ffe032;
}
.content-comment .comment-list > ul > li .user-info .best-answer-icon[data-v-6d9a1fc0] {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 0;
  width: 84px;
  height: 52px;
  background-position: -179px -116px;
}
.content-comment .comment-list > ul > li .comment-text[data-v-6d9a1fc0] {
  padding: 14px 0 18px 44px;
  word-break: break-word;
  line-height: 22px;
}
.content-comment .comment-list > ul > li .comment-text p[data-v-6d9a1fc0],
.content-comment .comment-list > ul > li .comment-text h2[data-v-6d9a1fc0],
.content-comment .comment-list > ul > li .comment-text h3[data-v-6d9a1fc0],
.content-comment .comment-list > ul > li .comment-text h4[data-v-6d9a1fc0],
.content-comment .comment-list > ul > li .comment-text h5[data-v-6d9a1fc0] {
  line-height: 24px;
}
.content-comment .comment-list > ul > li .comment-text h1[data-v-6d9a1fc0] {
  line-height: 36px;
}
.content-comment .comment-list > ul > li .comment-text .emoji_icon[data-v-6d9a1fc0] {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.content-comment .comment-list > ul > li .comment-text img[data-v-6d9a1fc0] {
  max-width: 100%;
}
.content-comment .comment-list > ul > li .operate[data-v-6d9a1fc0] {
  display: flex;
  align-items: center;
  padding-left: 44px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.content-comment .comment-list > ul > li .operate > li[data-v-6d9a1fc0] {
  position: relative;
  cursor: pointer;
}
.content-comment .comment-list > ul > li .operate > li[data-v-6d9a1fc0]:first-of-type {
  margin-right: 18px;
}
.content-comment .comment-list > ul > li .operate > li:first-of-type:hover > span[data-v-6d9a1fc0],
.content-comment .comment-list > ul > li .operate > li:first-of-type.active > span[data-v-6d9a1fc0] {
  color: #e89300;
}
.content-comment .comment-list > ul > li .operate > li:first-of-type:hover > span[data-v-6d9a1fc0]:first-of-type,
.content-comment .comment-list > ul > li .operate > li:first-of-type.active > span[data-v-6d9a1fc0]:first-of-type {
  background-position: -320px -92px;
}
.content-comment .comment-list > ul > li .operate > li:nth-of-type(2):hover > span[data-v-6d9a1fc0],
.content-comment .comment-list > ul > li .operate > li:nth-of-type(2).active > span[data-v-6d9a1fc0] {
  color: #e89300;
}
.content-comment .comment-list > ul > li .operate > li:nth-of-type(2):hover > span[data-v-6d9a1fc0]:first-of-type,
.content-comment .comment-list > ul > li .operate > li:nth-of-type(2).active > span[data-v-6d9a1fc0]:first-of-type {
  background-position: -336px -92px;
}
.content-comment .comment-list > ul > li .operate > li > span[data-v-6d9a1fc0]:first-of-type {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.content-comment .comment-list > ul > li .operate .like[data-v-6d9a1fc0] {
  background-position: -320px -77px;
}
.content-comment .comment-list > ul > li .operate .check-comment[data-v-6d9a1fc0] {
  background-position: -336px -77px;
}
.content-comment .comment-list > ul > li .reply-wrap[data-v-6d9a1fc0] {
  width: 736px;
  margin-left: 44px;
  background-color: #f6f6f6;
  border-radius: 4px;
  display: none;
  margin-top: 14px;
}
.content-comment .comment-list > ul > li .reply-wrap textarea[data-v-6d9a1fc0] {
  height: 48px;
  line-height: 22px;
  padding: 12px 18px;
  font-family: inherit;
  font-size: 14px;
  color: #666;
  overflow-y: auto;
  background-color: #eee;
  border-radius: 4px;
  resize: none;
}
.content-comment .comment-list > ul > li .reply-wrap .self-reply[data-v-6d9a1fc0] {
  position: relative;
  padding: 18px 18px 0 18px;
}
.content-comment .comment-list > ul > li .reply-wrap .self-reply[data-v-6d9a1fc0]::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 88px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 12px solid #f6f6f6;
}
.content-comment .comment-list > ul > li .reply-wrap .self-reply > textarea[data-v-6d9a1fc0] {
  width: 700px;
}
.content-comment .comment-list > ul > li .reply-wrap .other-reply .reply-list > li[data-v-6d9a1fc0] {
  padding: 16px 18px 12px 18px;
  border-top: 1px solid #eee;
}
.content-comment .comment-list > ul > li .reply-wrap .other-reply .reply-list > li .reply-others[data-v-6d9a1fc0] {
  margin-top: 12px;
  display: none;
}
.content-comment .comment-list > ul > li .reply-wrap .other-reply .reply-list > li .reply-others > textarea[data-v-6d9a1fc0] {
  width: 658px;
  margin-left: 44px;
}
.content-comment .comment-list > ul > li .reply-wrap .other-reply .reply-list > li .reply-bottom[data-v-6d9a1fc0] {
  margin-left: 44px;
}
.content-comment .comment-list > ul > li .reply-wrap .hide-reply[data-v-6d9a1fc0] {
  width: 100%;
  height: 58px;
  border-top: 1px solid #eee;
  cursor: pointer;
}
.content-comment .comment-list > ul > li .reply-wrap .hide-reply:hover > span[data-v-6d9a1fc0] {
  color: #e89300;
}
.content-comment .comment-list > ul > li .reply-wrap .hide-reply .arrow-up[data-v-6d9a1fc0] {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 6px;
  background-position: -305px -66px;
}
.content-comment .comment-list > ul > li .reply-wrap .reply-bottom[data-v-6d9a1fc0] {
  position: relative;
  height: 50px;
  padding: 10px 0;
  line-height: 30px;
}
.content-comment .comment-list > ul > li .reply-wrap .reply-bottom[data-v-6d9a1fc0]:after {
  content: '';
  display: block;
  clear: both;
}
.content-comment .comment-list > ul > li .reply-wrap .reply-bottom .add-expression[data-v-6d9a1fc0] {
  font-size: 14px;
  color: #666;
  background-color: transparent;
  cursor: pointer;
}
.content-comment .comment-list > ul > li .reply-wrap .reply-bottom .add-expression[data-v-6d9a1fc0]::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -375px -91px;
  vertical-align: text-bottom;
}
.content-comment .comment-list > ul > li .reply-wrap .reply-bottom .p-r[data-v-6d9a1fc0] {
  float: right;
}
.content-comment .comment-list > ul > li .reply-wrap .reply-bottom .p-r .reply-btn[data-v-6d9a1fc0] {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  margin-left: 14px;
  color: #333;
  text-align: center;
  background-color: #ffe032;
  border-radius: 3px;
  cursor: pointer;
}
.content-comment .comment-list > ul > li .reply-wrap .reply-bottom .p-r .reply-btn[data-v-6d9a1fc0]:hover {
  background-color: #ffd132;
}
.content-comment .comment-list > ul > li .open-reply[data-v-6d9a1fc0] {
  display: block !important;
}
.content-comment .comment-list > ul > li .open-reply[data-v-6d9a1fc0] {
  animation: height-animation-6d9a1fc0;
  animation-duration: 200ms;
  animation-timing-function: linear;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
  animation-delay: 200ms;
}
.content-comment .comment-list .checkmore[data-v-6d9a1fc0] {
  display: none;
  width: 100%;
  height: 84px;
  border-top: 1px solid #eee;
}
.content-comment .comment-list .checkmore .checkmore-btn[data-v-6d9a1fc0] {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  border-radius: 4px;
  cursor: pointer;
}
.content-comment .comment-list .checkmore .checkmore-btn[data-v-6d9a1fc0]:hover {
  color: #202020;
  background-color: #ffd132;
}
.content-comment .comment-list .pagination[data-v-6d9a1fc0] {
  display: none;
  border-top: 1px solid #eee;
}
.content-comment .comment-list .pagination li > span[data-v-6d9a1fc0] {
  cursor: pointer;
}
.content-comment .comment-list .nodata[data-v-6d9a1fc0] {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #eee;
}
@keyframes height-animation-6d9a1fc0 {
0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}
