
.v-html-content{
  width: 100%;
  overflow-x: auto;
}
.v-html-content h1 {
  font-size:25px;
  font-weight:600;
  line-height:45px;
  padding: 30px 0 10px;
  color: #555;
}
.v-html-content h2 {
  font-size:20px;
  font-weight:600;
  margin: 20px 0 10px;
  position: relative;
  color: #555;
}
.v-html-content h3 {
  font-size:18px;
  font-weight:600;
  margin: 20px 0 10px;
  position: relative;
  color: #555;
}
.v-html-content h4 {
  font-size:16px;
  font-weight:600;
  margin: 20px 0 10px;
  position: relative;
  color: #555;
}
.v-html-content h5 {
  font-size: 16px;
}
.v-html-content p {
  font-size:18px;
  font-weight:400;
  line-height:28px;
  color: #304265;
  margin: 10px 0;
  /*text-indent: 30px;*/
  font-family: PingFangSC-Regular, PingFang SC;
}
.v-html-content ul, .v-html-content ol {
  padding-left: 2em;
}
.v-html-content ul li, .v-html-content ol li {
  font-size:18px;
  line-height:20px;
  position: relative;
  margin: 10px 0;
}
.v-html-content ul li p{
  padding-left: 1em;
}
.v-html-content ul li:before{
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C9CCD8;
  display: inline-block;
  position: absolute;
  top: 9px;
  /* transform: translateY(-50%); */
}
.v-html-content a {
  font-size:18px;
  font-weight:500;
  color:rgba(16,127,255,1);
  line-height:20px;
}
.v-html-content h4 {
  font-size:18px;
  font-weight:500;
  line-height:24px;
  padding: 0 23px 0 10px;
  display: inline-block;
  margin: 5px 0;
  color:rgba(102,102,102,1);
  background-color: #f3f4f6;
}
.v-html-content table{
  border-collapse: collapse;
  margin: 10px 0 15px 0;
  width: 100%;
  overflow-x: auto;
}
.v-html-content table tr th{
  background: #C9CCD8;
  border: 1px solid #C9CCD8;
  font-size:18px;
  color:rgba(255,255,255,1);
  line-height:20px;
  padding: 10px;
}
.v-html-content table tbody tr:first-child td {
  border: 1px solid #B2B9BF;
  font-size:18px;
  line-height:20px;
  padding: 10px;
}
.v-html-content table tbody tr td {
  border: 1px solid #C9CCD8;
  font-size:18px;
  color:rgba(51,51,51,1);
  line-height:24px;
  padding: 18px 10px;
}

.v-html-content table tbody tr td p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0px 0;
    text-indent: 0px;
    color: #666666;
}

.v-html-content ol{
  counter-reset: li; /* 创建一个计数器 */
  *list-style: decimal; /* 让IE6/7具有默认的编码 */
}
.v-html-content ol li p::before {
  content: counter(li)'.';
  counter-increment: li;
  font-weight:500;
  color:#333;
  line-height:20px;
  font-size:18px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.v-html-content *{
  max-width: 100% !important;
  height: auto;
}



.v-html-content video {
  width: 100% !important;
  height: auto !important;
}
.v-html-content img {
  padding: 10px 0px 15px;
}


.content-container {
    width: calc(100vw - 720px);
    margin: 0px auto;
    padding-top: 23px;
}

  .content-container .title {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #304265;
    line-height: 47px;
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .content-container .basic-info {
    margin-bottom: 40px;
  }

    .content-container .basic-info .label {
      height: 20px;
      font-size: 12px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #778299;
      line-height: 20px;
    }

    .content-container .basic-info .value {
      height: 20px;
      font-size: 12px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #304265;
      line-height: 20px;
      margin-right: 24px;
    }
  .content-container .select-text-and-feedback-button {
    width: 64px;
    height: 24px;
    background: #107FFF;
    box-shadow: 0px 2px 12px 0px rgba(52, 94, 184, 0.15);
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    text-shadow: 0px 2px 12px rgba(52, 94, 184, 0.15);
    text-align: center;
    padding: 2px 0;
    z-index: 999;
    border-radius: 4px;
  }
.bread-crumb {
  margin-bottom: 32px;
}
.bread-crumb-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
  .bread-crumb>span>span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
  }
  .bread-crumb .bread-crumb-text {
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8893A7;
    line-height: 22px;
  }
  .bread-crumb .bread-crumb-icon {
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8893A7;
    line-height: 22px;
    margin: 0px 4px 0px 3px;
  }
  .bread-crumb .bread-crumb-text:hover {
    color: #107fff;
    cursor: pointer;
  }
  .bread-crumb .bread-crumb-current {
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    color: #304265;
    font-family: PingFangSC-Semibold, PingFang SC;
    cursor: text;
  }

.feedback-modal-title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #304265;
  line-height: 24px;
  margin-bottom: 24px;
}
.feedback-modal-item-title {
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #304265;
  line-height: 20px;
  margin-bottom: 12px;
}
.feedback-modal-item-title .marker {
  color: red;
}
.feedback-modal-item-title.warning {
  color: red;
}
.feedback-modal-item-title.warning::before {
  display: none;
}
.feedback-modal-problems {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.feedback-modal-problem {
  width: 138px;
  height: 36px;
  border-radius: 20px;
  border: 1px solid #D4D7E0;
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #304265;
  line-height: 18px;
  padding: 8px 0px;
  background-color: #ffffff;
}
.feedback-modal-problem.selected {
  background-color: #107fff;
  color: #ffffff;
}
.feedback-modal-textarea-wrapper {
  width: 432px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DEE0EA;
  position: relative;
  padding: 6px 10px;
}
.feedback-modal-textarea {
  border: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  outline: none;
  resize: none;
  height: 88px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #121933;
  line-height: 24px;
  margin-bottom: 20px;
}
.feedback-modal-img-uploader {
  display: none;
}
.img-upload-button {
  position: absolute;
  right: 8px;
  bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
}
.feedback-modal-actions {
  margin-top: 10px;
  text-align: right;
}
.feedback-modal-cancel {
  width: 65px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #D4D7E0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #304265;
  line-height: 22px;
  padding: 4px 0;
  text-align: center;
  border-radius: 4px;
}
.feedback-modal-ok {
  width: 65px;
  height: 32px;
  background: #107fff;
  border: 1px solid #D4D7E0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  padding: 4px 0;
  text-align: center;
  border-radius: 4px;
}
.feedback-modal-uploaded-img-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.feedback-modal-uploaded-img-wrapper-item {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.feedback-modal-uploaded-img {
  width: 24px;
  height: 24px;
}
.feedback-modal-uploaded-img-wrapper-item .icon {
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: -5px;
  color: red;
  background-color: #ffffff;
  display: none;
  cursor: pointer;
  border-radius: 5px;
}
.feedback-modal-uploaded-img-wrapper-item:hover .icon {
  display: block;
}
.feedback-modal-tips {
  font-size: 12px;
  margin-top: 4px;
  color: crimson;
}

@media screen and (max-width: 1200px) {
  .main-content .mask {
    position: fixed;
    top: 58px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 58px);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 98;
  }
  .right-side-anchor {
    display: none !important;
  }
  .content-container {
    width: 100%;
    padding: 16px;
  }
  .bread-crumb {
    width: 100%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 16px;
  }
  .bread-crumb .icon {
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 14px;
    line-height: 14px;
  }
  .bread-crumb .icon-pc {
    display: none;
  }
  .bread-crumb .icon-mobile {
    -webkit-tap-highlight-color: transparent;
  }
  .bread-crumb .icon-mobile.floded {
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 14px;
    line-height: 14px;
  }
  .bread-crumb .icon-mobile:not(.floded) {
    position: fixed;
    left: 265px;
    top: 87px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    z-index: 99;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    font-size: 10px;
    line-height: 10px;
  }
  .bread-crumb-content {
    overflow-x: auto;
    padding-bottom: 5px;
    text-overflow: unset;
  }
    .content-container .title {
      font-size: 20px;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: #304265;
      line-height: 28px;
    }
    .content-container .basic-info {
      margin-bottom: 32px;
    }
}

@media screen and (min-width: 1200px) {
  .main-content .mask {
    display: none;
  }
  .bread-crumb .icon-mobile {
    display: none;
  }
  .bread-crumb .icon-pc {
    position: fixed;
    top: 100px;
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    z-index: 99;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    transition: all .5s;
  }
  .bread-crumb .icon-pc:hover {
    color: #107fff;
    border-color: #107fff;
  }
  .bread-crumb .icon-pc.floded {
    left: 0px;
    border-radius: 15px 0px 0px 15px;
    transform: rotate(180deg);
  }
  .bread-crumb .icon-pc:not(.floded) {
    position: fixed;
    left: 265px;
    border-radius: 15px;
  }
}


