[v-cloak] { display: none; }
.comment-container { opacity: 1 !important; }
.comment-wrapper{
  background: var(--bg, linear-gradient(292deg, rgba(255, 177, 129, 0.40) -15.24%, rgba(254, 186, 255, 0.40) 44.84%, rgba(154, 255, 249, 0.40) 101.05%), #FFF);
  border-radius: .75rem;
}
.comment-content a{text-decoration: none;transition: none;}
.border-radius-10{border-radius: 10px;}
.color-1{color:#a1a1a1;}
.mr-8{ margin-right: 8px; }
.noLogin{border: 1px solid #7D7D7D;}
.comment-intro{font-size: 16px;box-sizing: border-box;border-radius: 10px;line-height: 1.5;word-break: break-word;color:#000;background: #fff;min-height: 10rem;outline: none;}
.comment-intro:empty:before{content:attr(placeholder);color: #A1A1A1;font-size: 16px;}
.comment-intro:focus:before{content: none;}
.comment-intro:focus{border-color: #266EF2;}
.comment-btn{width: 8.375rem;height: 3rem;line-height: 3rem;border-radius: 4px;background: #006DFF;color: #fff}
.comment-btn:hover{background: rgba(0, 109, 255, .8);text-decoration: none;color: #fff}
.comment-disable{opacity: 0.5;cursor: default;}
.comment-list:not(:last-child){border-top: 1px solid #E3E3E3;}
.user-img{border-radius: 50%;}
.comment-time{color:rgba(0,0,0,.5);}
.comment-con{color:#787878}
.comment-act{color:#a1a1a1;}
.comment-act a:hover{color:#000}
.zan-intro,.zan-intro:hover,.zan-ok,.zan-ok:hover,
.relay-intro,.relay-intro:hover,.relay-intro1{background-image: url(https://images.wondershare.com/filmora/assets/icon/comment/comment-icon.svg);background-repeat: no-repeat;}
.zan-intro{display: inline-block;padding-left: 26px;color:#a1a1a1;background-position: 0 -61px;}
.zan-intro:hover{background-position: 0 -87px;color: #232323;text-decoration: none;}
.relay-intro{background-position: 0 -1px;padding-left: 26px;}
.relay-intro:hover{background-position: 0 -20px;color: #232323;}
.relay-intro1{background-position: 0 -37px;padding-left: 26px;color: #006DFF;}
.zan-ok,.zan-ok:hover{background-position: 0 -112px;color: #006DFF;}
#article-page .page-item .page-link {border: 0;background-color: transparent;padding: 0 1rem;color: #000;}
#article-page .page-item.disabled .page-link{opacity: .2;}
#article-page .page-item.active .page-link {color:#006DFF;cursor: default;}
#article-page .page-item .page-link:focus{box-shadow: none;}
#Modal-pay .modal-content{
  border-radius: .5rem;
}
@media (max-width: 576px) {
  .arc-banner .title {font-size: 28px;white-space: nowrap;}
  .arc-banner .sub {font-size: 22px;}
  .arc-banner .list-disc {padding-left: 20px;}
}
.item-help:first-child {
  background-color: #006DFF;
  color: #ffffff;
}
.item-help {
  min-width: 7.5rem;
  background-color: #ffffff;
  border: 0;
  border-radius: .5rem;
  color: #000000;
  box-shadow: none;
  outline: none;
  transition: all .3s;
}
.item-help:hover {
  transform: scale(1.06);
}