#bread-container {
  padding-top: 6rem;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #f2f3f5;
}

#note-container {
  min-height: 59.3vh;
  padding-top: 2.5rem;
  /* padding-left: 0 !important;
  padding-right: 0 !important; */
}

.note-content {
  flex: 1;
  margin: 0;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  color: #1d2129;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 1px;
}
.note-content p {
  margin-bottom: 0;
}

.note-content .work-video-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #1d2129;
  margin-top: 1.5rem;
  line-height: 1.4;
}

.note-top-wrap .top-title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #1d2129;
  line-height: 1.4;
}

.note-top-wrap .read-time {
  font-size: .8125rem;
  color: #86909c;
  line-height: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.note-top-wrap .read-time .address {
  padding-left: .3125rem;
}

.note-top-wrap .read-time {
  margin-top: .5rem;
}

.line {
  height: 1px;
  background: #f2f3f5;
  margin-bottom: .625rem;
  margin-top: .625rem;
}

.note-top-wrap .activity-content {
  display: flex;
  justify-content: space-between;
  padding-left: .3125rem;
  display: flex;
  align-items: center;
  height: 2.1875rem;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e5e6eb;
  color: #1d2129;
  text-decoration: none;
  cursor: pointer;
}

.note-top-wrap .activity-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}

.note-top-wrap .activity-right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.75rem;
  margin-left: .3125rem;
}

.note-tag-wrap {
  margin-top: .625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.note-tag-wrap .note-tag {
  background: #fff4eb;
  border-radius: .25rem;
  padding: 3px 8px;
  font-size: .8125rem;
  color: #ff7200;
  line-height: 1rem;
  margin-right: .3125rem;
  margin-bottom: .3125rem;
  text-decoration: none;
}

.note-tip {
  background: #f7f8fa;
  border-radius: .25rem;
  padding: 3px 5px;
  font-size: .6875rem;
  color: #86909c;
  line-height: 1rem;
  margin-top: .625rem;
}

/* 处理富文本内图片过大的问题 */
.note-content img {
  max-width: 100% !important;
}

/* 评论 */
.comment-container {
  padding: .625rem 2rem 0;
  position: relative;
  z-index: 1;
  margin-bottom: .9375rem;
}

.comment-container .comment-title {
  display: flex;
  justify-content: space-between;
}

.comment-container .comment-num {
  font-size: .9375rem;
  color: #1d2129;
  line-height: 1.25rem;
  font-weight: 600;
}

.comment-container> :nth-last-child(3) .first-list {
  border: none !important;
}

.comment-container .comment-container-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 1;
}

.comment-box .first-list {
  margin-top: .625rem;
  padding-bottom: .625rem;
  border-bottom: 1px solid #e5e6eb;
}

.comment-box .second-list {
  margin-left: 2.8125rem;
  margin-top: .625rem;
}

.comment-box .toggle-box {
  margin-left: 2.8125rem;
  margin-top: .625rem;
  color: #86909c;
  font-size: .8125rem;
  line-height: 1.125rem;
  display: flex;
  justify-content: flex-start;
}

.comment-box .toggle-box .flod {
  cursor: pointer;
  display: flex;
}

.comment-box .toggle-box .flod img {
  width: 20px;
  height: 20px;
  margin-left: .3125rem;
  transform: rotate(90deg);
}

.comment-container .no-comment {
  display: flex;
  flex-direction: column;
  font-size: .9375rem;
  color: #86909c;
  line-height: 1.3125rem;
  padding: 2.5625rem 0 5.125rem;
  align-items: center;
}

.comment-container .no-comment img {
  width: 10rem;
  height: 10rem;
}

.comment-box .user-box {
  display: flex;
  justify-content: flex-start;
}

.comment-box .avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  flex: none;
}

.comment-box .avatar-mini {
  width: 1.4375rem;
  height: 1.4375rem;
}

.comment-box .center-box {
  flex: 1;
  margin-left: .5625rem;
}

.comment-box .center-box .name-box {
  display: flex;
  font-size: .9375rem;
  color: #212429;
  line-height: 1.125rem;
  height: 1.125rem;
}

.comment-box .center-box .name {
  margin-right: .1875rem;
}

.comment-box .center-box .name-mini {
  font-size: .75rem !important;
}

.comment-box .center-box .reply-name {
  color: #4e5969;
  margin-left: .1875rem;
}

.comment-box .center-box .time {
  font-size: .75rem;
  color: #c9cdd4;
  line-height: 1.0625rem;
  height: 1.0625rem;
}

.comment-box .center-box .time .ip {
  margin-left: .625rem;
}

.comment-box .right-box {
  flex: none;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  z-index: 1;
  flex-basis: 2.5rem;
  height: 2.1875rem;
}

.comment-box .right-box .count {
  font-size: .875rem;
  color: #86909c;
  line-height: 1.0625rem;
  margin-left: .3125rem;
}

.comment-box .right-box .item-img {
  width: 1.25rem;
  height: 1.25rem;
}

.comment-box .comment-txt {
  word-break: break-all;
  /* white-space: pre-wrap; */
  margin-left: 2.8125rem;
  color: #1d2129;
  font-size: .8125rem;
  line-height: 1.125rem;
  margin-top: .625rem;
  display: block;
}

.comment-box .comment-txt.no-first {
  margin-left: 0;
}

.comment-box .comment-txt .pri-tip {
  font-size: 1.375rem;
  color: #86909c;
  font-style: italic;
}

.comment-box .reply-box {
  margin-top: .625rem;
  margin-left: 2.8125rem;
  display: flex;
  justify-content: flex-start;
}

.comment-box .reply-box.no-first {
  margin-left: 0;
}

.comment-box .reply-box .reply-icon {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
}

.comment-box .reply-box .txt {
  margin-left: .3125rem;
  font-size: .8125rem;
  color: #4e5969;
  line-height: 1.125rem;
}

.comment-bottom {
  box-sizing: border-box;
}

.comment-bottom .input-container {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: .625rem;
  /* box-shadow: 0px -2px 5px -2px rgba(0, 0, 0, 0.15); */
  overflow: hidden;
  margin-top: 1.25rem;
}

.comment-bottom .input-container .input-box {
  pointer-events: none;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  border: 1px solid #e5e6eb;
  border-radius: .375rem;
  padding: .375rem;
  height: 2.5rem;
  line-height: 2.5rem;
  box-sizing: border-box;
}

.comment-bottom .input-container .input-box .text {
  font-size: .9375rem;
  color: #c9cdd4;
  line-height: 1.625rem;
  flex: 1;
  width: 100%;
  margin-left: .3125rem;
}

.comment-bottom .input-container .action-box {
  display: flex;
}

.comment-bottom .input-container .action-box .action-item {
  width: 3rem;
  font-size: .75rem;
  color: #86909c;
  line-height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.comment-bottom .input-container .action-box .action-item .item-img {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: .25rem;
}

.comment-bottom .input-container .action-box .action-item .item-num {
  height: 1.0625rem;
}

.download-app .modal-header,
.download-app .modal-footer {
  border: none;
}
.download-app .modal-body {
  text-align: center;
}
.download-app .modal-body .download-qrcode img {
  width: 250px;
  height: 250px;
  margin-top: 10px;
}
.download-app .modal-body .download-qrcode p {
  margin-bottom: 0;
  color: #1d2129;
}
.download-app .download-txt {
  display: none;
}
.download-app .btn1,.download-app .btn2 {
  display: none;
}

#downloadAlert {
  position: fixed;
  top: 10px;
  width: 300px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
  padding: 10px 30px 10px 10px;
  font-size: .875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#downloadAlert .btn-close {
  padding: 20px 15px 5px 5px;
}

#downloadAlert p {
  margin: 0;
}

/* 视频 */
.work-video {
  max-height: 600px;
  /* background: linear-gradient(180deg, rgba(6, 7, 22, .6) 0%, rgba(6, 7, 22, 0) 100%); */
  background-color: #000;
  border-radius: 10px;
  position: relative;
  margin-top: 3rem;
  overflow: hidden;
}

.work-video .video-play-box {
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.video-info-box {
  width: 100%;
  position: absolute;
  bottom: 4rem;
  padding: 0 .9375rem;
  z-index: 1;
  box-sizing: border-box;
}

.video-info-box .user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.video-info-box .user-info .ava-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.video-info-box .user-info .user-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-right: .625rem;
}

.video-info-box .user-info .user-name {
  font-weight: 800;
  font-size: .9375rem;
  color: #ffffff;
  line-height: 1.3125rem;
  flex: 1;
}

.video-info-box .user-desc {
  font-size: .8125rem;
  line-height: 1.25rem;
  color: #fff;
}

.video-info-box .desc-topic {
  width: calc(100% - 4rem);
  /* max-height: 1.25rem; */
  overflow: hidden;
  margin-top: .625rem;
}

.desc-topic .user-desc,
.desc-topic .expand {
  font-size: .8125rem;
  line-height: 1.25rem;
}

.desc-topic .expand {
  display: none;
}

.video-info-box .coll-list {
  position: relative;
  width: calc(100% - 4rem);
  height: 2.25rem;
  margin-top: .625rem;
}

.coll-list .coll-list-mask,
.coll-list .coll-list-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.coll-list .coll-list-mask {
  background: #ffffff;
  border-radius: .375rem;
  opacity: 0.16;
}

.coll-list .coll-list-content {
  z-index: 2;
  padding: 0 .625rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.coll-list .coll-list-content .coll-left {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  color: #fff;
  align-items: center;
}

.coll-list .coll-list-content .coll-left .coll-name {
  margin-left: .3125rem;
}

.coll-list .coll-list-content .coll-left .dot-num {
  flex: 1;
  min-width: 3.125rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.coll-list .coll-list-content .coll-left .dot-num .dot {
  width: .1875rem;
  height: .1875rem;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 .3125rem;
}

.coll-list .coll-list-content .coll-right {
  margin-left: .625rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}

.coll-list .coll-list-content .coll-right .cool-next {
  margin-right: .3125rem;
}

.coll-list .coll-list-content .coll-right img {
  width: 1.25rem;
  height: 1.25rem;
}


.work-video .action-box {
  position: absolute;
  right: .9375rem;
  bottom: 5.625rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.work-video .action-box .action-item {
  width: 3rem;
  font-size: .75rem;
  color: #fff;
  line-height: 1rem;
  margin-top: .8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.work-video .action-box .action-item .item-img {
  width: 2.4375rem;
  height: 2.25rem;
}

.work-video .action-box .action-item .item-img-heart {
  height: 2.1875rem;
}

.work-video .action-box .action-item .item-img-coll {
  height: 2.375rem;
}

.work-video .action-box .action-item .item-img-share {
  width: 2.25rem;
}

.work-video .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: 5px;
}



.mt10 {
  margin-top: .625rem;
}

@media screen and (max-width: 540px) and (min-width: 320px) {
  .comment-bottom .input-container {
    padding: .625rem 0 !important;
  }

  .comment-bottom .action-box {
    margin-left: 5px;
  }

  .comment-bottom .action-box .action-item {
    width: 1.8rem !important;
  }

  .download-app .modal-body {
    text-align: left;
  }
  .download-app .download-txt {
    display: block;
  }
  .download-app .download-qrcode {
    display: none;
  }
  .download-app .btn1,.download-app .btn2 {
    display: block;
  }
  .download-app .btn3 {
    display: none;
  }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  .note-content {
    margin: 0;
  }

  .work-video {
    height: 600px;
  }

  .video-info-box .user-info,
  .video-info-box .desc-topic {
    width: calc(100% - 3rem);
  }
}