.blue-highlight {
  border-bottom: 1px solid #41aaf0;
}
.green-highlight {
  border-bottom: 1px solid #60bc64;
}
.yellow-highlight {
  border-bottom: 1px solid #eca147;
}
.pink-highlight {
  border-bottom: 1px solid #fe9899;
}
.yellow-bg {
  background-color: #feed3b;
}
.code-select {
  color: #424242;
  position: relative;
  background-color: #f8f8bc;
  animation: breath linear 0.5s 7 alternate forwards;
}
@keyframes breath {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.disable-select {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*长按划线-弹窗开始*/
.longe-pop {
  position: absolute;
  left: -100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* width: 4rem; */
  height: 1.226667rem;
  background: #222222;
  border-radius: 0.16rem;
  color: #fff;
  font-size: 0.373333rem;
}

.longe-pop::after {
  content: "";
  display: block;
  width: 0.266667rem;
  height: 0.266667rem;
  background: #222222;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  top: 1.17rem;
  left: 50%;
}

.longe-pop .item {
  padding: 0 0.266667rem;
  height: 100%;
  line-height: 1.226667rem;
  text-align: center;
}

.longe-pop .item:nth-child(1) {
  position: relative;
  /* width: 1.626667rem; */
}

.longe-pop .item:nth-child(1)::after {
  position: absolute;
  right: 0;
  top: 0.373333rem;
  display: block;
  content: "";
  width: 1px;
  height: 0.533333rem;
  background-color: #707070;
}

/* .longe-pop .item:nth-child(2){
 flex: 1;
} */
/*长按划线-弹窗结束*/

/*新建批注开始*/
/* .note-pop{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
} */

/* .note{
  position: fixed;
  bottom: 200px;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px 8px 0px 0px;
} */
.note .note-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.28rem;
  padding: 0 0.186667rem;
  border-bottom: 1px solid #dcdcdc;
}

.note-top .close {
  padding: 0.266667rem;
}

.note-top .close img {
  width: 0.346667rem;
  height: 0.346667rem;
}

.note-top .title {
  font-size: 0.426667rem;
  font-family: PingFang SC;
  /* font-weight: bold; */
  color: #424242;
}

.note-top .sub {
  padding: 0.266667rem;
  font-size: 0.4rem;
  font-family: PingFang SC;
  color: #bc281c;
}

.note .note-area {
  position: relative;
  width: 9.2rem;
  height: 3.626667rem;
  margin: 0.506667rem auto 0;
  background: #fafafa;
  border-radius: 0.24rem;
}

.note .area {
  padding: 0.346667rem 0.426667rem;
  width: 100%;
  height: 2.666667rem;
  background: #fafafa;
  border-radius: 0.24rem;
  font-size: 0.4rem;
  font-family: PingFang SC;
  color: #424242;
  border: none;
  resize: none;
  outline: none;
}

.note .total-num {
  position: absolute;
  bottom: 0.2rem;
  right: 0.346667rem;
}

.note .total-num span {
  font-size: 0.32rem;
  font-family: PingFang SC;
  color: #999999;
}

.note .note-online {
  display: flex;
  align-items: center;
  padding: 0.32rem 0.4rem;
  height: 1.233333rem;
  /* border-top: 1px solid #DCDCDC; */
}

.note-online .circle {
  position: relative;
  padding: 0.213333rem;
}

.circle .circle-noselect {
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}

.circle .circle-select {
  position: absolute;
  display: none;
  top: 0.213333rem;
  width: 0.48rem;
  height: 0.48rem;
}

.note-online .tip {
  font-size: 0.4rem;
  font-family: PingFang SC;
  color: #666666;
}

.note .note-group {
  height: 7.466667rem;
  overflow: scroll;
  width: 9.333333rem;
  margin: 0 auto;
  /* padding: 0.426667rem 0.106667rem 0 0.373333rem; */
  border-top: 1px solid #dcdcdc;
}
.note-list {
  margin-top: 1.226667rem;
  overflow-y: auto;
  height: 6rem;
}
.group-tab {
  display: flex;
  align-items: center;
  border-bottom: 0.026667rem solid #dcdcdc;
  position: fixed;
  width: 9.333333rem;
  background: #fff;
}

.group-tab span {
  flex: 1;
  line-height: 0.853333rem;
  font-size: 0.4rem;
  font-family: PingFang SC;
  color: #424242;
  /* border-bottom: .026667rem solid #cd0505; */
}

.group-tab .tab-select {
  border-bottom: 1px solid #cd0505;
  margin-bottom: -1px;
}
.note-group .group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.note-group .group-item img {
  width: 1.013333rem;
  height: 1.013333rem;
  border-radius: 50%;
  margin-right: 0.266667rem;
}

.note-group .group-item span {
  flex: 1;
  font-size: 0.4rem;
  font-family: PingFang SC;
  color: #424242;
  text-align: left;
}

.note-group .group-item .group-circle {
  padding: 0.32rem;
}

.group-item .group-circle .item-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.48rem;
  padding: 0.08rem;
  border: 1px solid #acacac;
  border-radius: 50%;
}

.group-item .group-circle .item-select {
  background-image: radial-gradient(0.2rem, #bc281c 75%, #fff 90%);
}

.new_content {
  color: #cd0505;
  background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*新建批注结束*/
/*删除提示框开始*/
/* .note_alert_mask {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
} */

/* .note_alert {
  display: block;
  font-size: 0.8rem;
  width: 90%;
  position: fixed;
  background: #fff;
  left: 5%;
  top: 33%;
  z-index: 999;
  border-radius: .133333rem;
} */

.note_alert .exchange_title {
  border: none;
  text-align: center;
  padding: 0.533333rem 0 0.133333rem;
}

.note_alert .exchange_title span {
  font-weight: normal;
  font-size: 0.533333rem;
}

.note_alert .exchange_text {
  text-align: center;
  padding: 0.133333rem 0.4rem 0.4rem;
  line-height: 0.666667rem;
}

.note_alert .exchange_text span {
  font-size: 0.373333rem;
}

.note_alert .exchange_btnlist {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0.25rem 0.75rem;
}

.note_alert .exchange_btnlist .note_alert_true,
.note_alert .exchange_btnlist .note_alert_false {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.note_alert .exchange_btnlist .note_alert_true {
  margin: 0 0 0.266667rem;
}

.note_alert .exchange_btnlist .note_alert_true a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #cd0505;
  border: 1px solid transparent;
  padding: 0.266667rem 0.4rem;
  font-size: 0.4rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.note_alert .exchange_btnlist .note_alert_false a {
  font-size: 0.4rem;
  line-height: 0.666667rem;
  color: #424242;
}

/*删除提示框结束*/
.lineOperateTool {
  background-color: #222222;
  border-radius: 1.87vw;
  padding: 3.47vw 4vw;
  position: absolute;
  /* left: 5vw; */
  left: 12vw;
  display: none;
}
.lineOperateTool::after {
  content: "";
  display: block;
  width: 3.73vw;
  height: 3.73vw;
  border-radius: 0.53vw;
  background-color: #222222;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  bottom: -2.93vw;
  left: 50%;
}
.lineOperateTool.active {
  display: inline-flex;
}
.lineOperateTool .lineOperateToolItem {
  font-family: PingFang SC;
  font-size: 3.73vw;
  color: #fcfcfc;
  line-height: 4.27vw;
  border-left: 1px solid #383838;
  padding-left: 3.47vw;
  padding-right: 3.47vw;
  display: flex;
  align-items: center;
}
.lineOperateTool .lineOperateToolItem:first-child {
  border-left: none;
  padding-left: 0;
}
.lineOperateTool .lineOperateToolItem:last-child {
  padding-right: 0;
}
.lineOperateTool .colorChoice {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.lineOperateTool .colorChoice .colorChoiceItem {
  width: 5.33vw;
  height: 5.33vw;
  box-sizing: border-box;
  border-radius: 50%;
  margin-left: 3.2vw;
}
.lineOperateTool .colorChoice .colorChoiceItem:first-child {
  margin-left: 0;
}
.lineOperateTool .colorChoice .colorChoiceItem.active {
  border: 1px solid #fff;
}
.lineOperateTool .colorChoice .colorChoiceItem[data-color="blue"] {
  background-color: #41aaf0;
}
.lineOperateTool .colorChoice .colorChoiceItem[data-color="green"] {
  background-color: #60bc64;
}
.lineOperateTool .colorChoice .colorChoiceItem[data-color="yellow"] {
  background-color: #eca147;
}
.lineOperateTool .colorChoice .colorChoiceItem[data-color="pink"] {
  background-color: #fe9899;
}
.lineOperateTool.oldVersion {
  left: 31vw;
}
.lineOperateTool.oldVersion .lineOperateToolItem:first-child {
  display: none;
}
.lineOperateTool.oldVersion .lineOperateToolItem[data-type="delete"] {
  padding-left: 0;
  border-left: none;
}

.noteEditPopUp {
  position: relative;
  z-index: 9999;
  display: none;
}
.noteEditPopUp.active {
  display: block;
}
.noteEditPopUp .noteEditPopUpMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.noteEditPopUp .noteEditPopUpContent {
  position: fixed;
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 1;
  transition: bottom 0.3s ease-out;
}
.noteEditPopUp .noteEditPopUpContent.common {
  top: 12vw;
  border-radius: 2.67vw;
}
.noteEditPopUp .noteEditPopUpContent.inIOS {
  bottom: 0;
  border-radius: 2.67vw 2.67vw 0 0;
}
.noteEditPopUp .noteEditPopUpContent.inAndroid {
  bottom: 0;
  border-radius: 2.67vw 2.67vw 0 0;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpHeader {
  font-size: 4.27vw;
  line-height: 5.07vw;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 3.2vw;
  border-bottom: 1px solid #f1f3f3;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpHeader .noteEditPopUpClose {
  background-image: url(/resource/images/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 6.4vw;
  height: 6.4vw;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpHeader .noteEditPopUpTitle {
  color: #424242;
  font-family: PingFang TC;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpHeader .noteEditPopUpPublish {
  color: #c13022;
  font-family: PingFang SC;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpMain {
  padding: 5.33vw 4vw 4vw;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpMain .noteEditInputContainer {
  width: 92vw;
  height: 36vw;
  border-radius: 2.13vw;
  background-color: #fafafa;
  box-sizing: border-box;
  position: relative;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpMain .noteEditInputContainer .noteEditInput {
  width: 100%;
  background: #fafafa;
  border-radius: 2.13vw;
  outline: 0;
  border: 0;
  resize: none;
  color: #424242;
  font-size: 4vw;
  font-family: PingFang TC;
  padding: 3.47vw 4.27vw;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpMain .noteEditInputContainer .noteEditWordCount {
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  position: absolute;
  bottom: 2.67vw;
  right: 2.67vw;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpMain .noteEditQuote {
  padding: 1.6vw 3.2vw;
  background: #fdfdfd;
  border-radius: 1.07vw;
  border: 1px solid #eeeeee;
  font-size: 3.47vw;
  font-family: PingFang TC, PingFang TC;
  color: rgba(66, 66, 66, 0.6);
  line-height: 5.33vw;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpMain .noteEditQuote .noteEditQuoteContainer {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.noteEditPopUp
  .noteEditPopUpContent
  .noteEditPopUpMain
  .noteEditPublicSwitch
  .noteEditPublicSwitchButton {
  display: flex;
  padding: 1.07vw 1.6vw;
  border-radius: 1.07vw;
  background-color: #f7f7f7;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 3.2vw;
  font-family: PingFang TC;
  color: #8e8e8e;
  line-height: 4.8vw;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpMain .noteEditPublicSwitch .noteEditPublicImage {
  width: 4.8vw;
  height: 4.8vw;
  margin-right: 0.8vw;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpMain .noteEditInputContainer + .noteEditQuote {
  margin-top: 2.67vw;
}
.noteEditPopUp .noteEditPopUpContent .noteEditPopUpMain .noteEditQuote + .noteEditPublicSwitch {
  margin-top: 2.4vw;
}
.noteEditPopUp.oldVersion .noteEditPopUpContent .noteEditPopUpMain .noteEditPublicSwitch {
  display: none;
}

.noteListWindow {
  position: relative;
  z-index: -100;
  font-family: PingFang TC;
}
.noteListWindow.active {
  z-index: 9998;
}
.noteListWindow .noteListWindowMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.noteListWindow .noteListWindowMask.active {
  opacity: 1;
}
.noteListWindow .noteListWindowContent {
  --height: 85vh;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: var(--height);
  background-color: #fff;
  border-radius: 4vw 4vw 0 0;
  z-index: 1;
  transform: translateY(var(--height));
  transition: transform 0.4s ease-out;
  color: #424242;
  display: flex;
  flex-flow: column nowrap;
}
.noteListWindow .noteListWindowContent.active {
  transform: translateY(0);
}
.noteListWindow .noteListWindowContent .noteListWindowHeader {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 4.27vw 5.33vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f3f3;
}
.noteListWindow .noteListWindowContent .noteListWindowHeader .noteListWindowTitle {
  font-size: 4.53vw;
  font-weight: 600;
}
.noteListWindow .noteListWindowContent .noteListWindowHeader .noteListCount {
  margin-left: 1.33vw;
}
.noteListWindow .noteListWindowContent .noteListWindowHeader .noteListWindowClose {
  background-image: url(/resource/images/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 6.4vw;
  height: 6.4vw;
}
.noteListWindow .noteListWindowContent .noteListWindowMain {
  flex: 1;
  overflow: auto;
}
.noteListWindow .noteListWindowContent .noteListWindowMain .noteItem {
  width: 100%;
  font-size: 4vw;
  border-bottom: 1px solid #f1f3f3;
}
.noteListWindow .noteListWindowContent .noteListWindowMain .noteItem:last-child {
  /* border-bottom: none; */
}
.noteListWindow .noteListWindowContent .noteListWindowMain .noteItem .noteItemHeader {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.13vw;
}
.noteListWindow
  .noteListWindowContent
  .noteListWindowMain
  .noteItem
  .noteItemHeader
  .noteItemUserInfo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.noteListWindow
  .noteListWindowContent
  .noteListWindowMain
  .noteItem
  .noteItemHeader
  .noteListAvatar {
  flex-grow: 0;
  flex-shrink: 0;
  width: 6.67vw;
  height: 6.67vw;
  border-radius: 50%;
}
.noteListWindow
  .noteListWindowContent
  .noteListWindowMain
  .noteItem
  .noteItemHeader
  .noteListUsername {
  margin-left: 2.67vw;
  display: inline-block;
  max-width: 66.67vw;
  line-height: 4.8vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.noteListWindow
  .noteListWindowContent
  .noteListWindowMain
  .noteItem
  .noteItemHeader
  .noteListOperate {
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.noteListWindow
  .noteListWindowContent
  .noteListWindowMain
  .noteItem
  .noteItemHeader
  .noteListPolicy,
.noteListWindow .noteListWindowContent .noteListWindowMain .noteItem .noteItemHeader .noteListEdit {
  width: 5.33vw;
  height: 5.33vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border: none;
  outline: none;
  background-color: transparent;
}
.noteListWindow
  .noteListWindowContent
  .noteListWindowMain
  .noteItem
  .noteItemHeader
  .noteListPolicy.privacy {
  background-image: url(/resource/images/privacy_note.svg);
}
.noteListWindow
  .noteListWindowContent
  .noteListWindowMain
  .noteItem
  .noteItemHeader
  .noteListPolicy.public {
  background-image: url(/resource/images/public_note.svg);
}
.noteListWindow
  .noteListWindowContent
  .noteListWindowMain
  .noteItem
  .noteItemHeader
  .noteListPolicy
  + .noteListEdit {
  margin-left: 2.67vw;
}
.noteListWindow .noteListWindowContent .noteListWindowMain .noteItem .noteItemHeader .noteListEdit {
  background-image: url(/resource/images/edit_note.svg);
}
.noteListWindow .noteListWindowContent .noteListWindowMain .noteItem .noteItemMain {
  line-height: 6.13vw;
}
.noteListWindow .noteListWindowContent .noteListWindowMain .myNote {
  padding: 0 5.33vw;
  border-bottom: 10px solid #f5f5f5;
}
.noteListWindow .noteListWindowContent .noteListWindowMain .myNote .noteItem {
  padding: 4vw 0 4.8vw;
}
.noteListWindow .noteListWindowContent .noteListWindowMain .noteList {
  padding: 0 5.33vw;
}
.noteListWindow .noteListWindowContent .noteListWindowMain .noteList .noteItem {
  padding: 4vw 0 5.33vw;
}
.noteListWindow .noteListWindowContent .noteListWindowFooter {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 4.8vw;
  margin-bottom: 4vw;
}
.noteListWindow .noteListWindowContent .noteListWindowFooter .noteListWindowNote {
  width: 100%;
  height: 11.2vw;
  border-radius: 8vw;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 4.27vw;
  color: #424242;
  padding-left: 4vw;
  text-align: left;
}

/* 文章页-底部操作栏-笔记提示样式 */
.fix_footer .check-note .note_tip {
  position: absolute;
  right: 7.2vw;
  top: 2.13vw;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 50%;
  background-color: #cd0505;
}

/* 文章页-修改笔记弹窗-气泡提示 */
.bubbleTip {
  position: relative;
}
.bubbleTip .bubbleTipContent {
  position: absolute;
  font-size: 3.2vw;
  font-family: PingFang TC;
  font-weight: 400;
  color: #ffffff;
  line-height: 4.8vw;
  background: #4c4c4c;
  border-radius: 1.33vw;
  padding: 1.6vw 2.67vw;
  display: none;
  align-items: center;
}
.bubbleTip .bubbleTipContent .bubbleTipClose {
  display: block;
  width: 3.73vw;
  height: 3.73vw;
  background-image: url(/resource/images/icon_close.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 2.4vw;
}
.bubbleTip .bubbleTipContent::after {
  content: "";
  display: block;
  width: 2.13vw;
  height: 2.13vw;
  background-color: #4c4c4c;
  transform: rotate(45deg);
  position: absolute;
  border-radius: 0.27vw;
}
.bubbleTip.active .bubbleTipContent {
  display: flex;
}
.bubbleTip.p-t .bubbleTipContent {
  top: calc(-100% - 3.47vw);
}
.bubbleTip.p-t .bubbleTipContent::after {
  left: 4.53vw;
  bottom: -1.07vw;
}

/* 段落标签下标 */
.noteIcon {
  width: 25px;
  height: 14px;
  background-color: #b2b3b7;
  border-radius: 2px;
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 5px; */
  cursor: pointer;
}
.noteIcon > i {
  width: 3px;
  height: 3px;
  background-color: #fefefe;
  border-radius: 50%;
  margin-left: 1px;
}
.noteIcon > i:first-of-type {
  margin-left: 0;
}
.noteIcon.number {
  width: 21px;
  height: 17px;
  font-size: 12px;
  font-weight: 600;
  color: #999999;
  background-image: url(/resource/images/note_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent;
}
.noteIcon.number.withUser {
  color: #cd0505;
  background-image: url(/resource/images/note_bg_active.svg);
}
.errorPrompt {
  width: 17px;
  height: 17px;
  outline: none;
  border: none;
  position: relative;
}
.errorPrompt::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(/resource/images/error_prompt.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: transparent;
  position: absolute;
  top: -5px;
  left: 0px;
}
.errorPrompt + .noteIcon {
  margin-left: 6px;
}

.editLinePromptPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  font-family: "Noto Sans TC Regular", PingFang TC;
}
.editLinePromptPopup.active {
  display: block;
}
.editLinePromptPopup .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.editLinePromptPopup .container {
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.editLinePromptPopup .container .content {
  width: 330px;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 15px 25px;
}
.editLinePromptPopup .container .content .top {
  display: flex;
  justify-content: flex-end;
}
.editLinePromptPopup .container .content .middle {
  margin-top: 8px;
}
.editLinePromptPopup .container .content .bottom {
  margin-top: 25px;
  text-align: center;
}
.editLinePromptPopup .button {
  outline: none;
  border: none;
  background-color: transparent;
}
.editLinePromptPopup .button.close {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.editLinePromptPopup .button.close::before,
.editLinePromptPopup .button.close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: center;
}
.editLinePromptPopup .button.close::before {
  transform: rotate(45deg);
}
.editLinePromptPopup .button.close::after {
  transform: rotate(-45deg);
}
.editLinePromptPopup .button.confirm {
  background-color: #cd0505;
  border-radius: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  padding: 12px 56px;
}
.editLinePromptPopup .text {
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #424242;
  line-height: 19px;
}

.editLinePromptBar {
  height: 40px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Noto Sans TC Regular", PingFang TC;
  display: none;
  z-index: 9998;
}
.editLinePromptBar.active {
  display: block;
}
.editLinePromptBar .container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 10px;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editLinePromptBar .container .right {
  display: flex;
  align-items: center;
}
.editLinePromptBar .text {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
}
.editLinePromptBar .button {
  outline: none;
  border: none;
  background-color: transparent;
}
.editLinePromptBar .button.close {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  background-color: #ccc;
  padding: 4px 8px;
  border-radius: 2px;
}
/* 提示弹窗 */
.article_dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
}
.article_dialog.active {
  display: block;
}
.article_dialog_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.article_dialog_window {
  width: 99.47vw;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 12px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #ffffff;
}
.article_dialog_window .article_dialog_title {
  font-size: 20px;
  line-height: 1.5;
  color: #424242;
  text-align: center;
  margin-bottom: 10px;
}
.article_dialog_window .article_dialog_text {
  font-size: 14px;
  color: #424242;
  text-align: center;
  margin-bottom: 5px;
}
.article_dialog_window .article_dialog_confirm {
  display: block;
  width: 100%;
  background-color: #cd0505;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  outline: none;
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 20px;
}
