.details-main {
  padding: 0 15px;
  max-width: 1470px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.details-main main {
  padding: unset;
  width: 66%;
  max-width: 950px;
  margin: unset;
}

.breadcrumbs {
  font-size: 14px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumbs a,
.breadcrumbs span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  color: #808080;
  text-wrap: auto;
}

.breadcrumbs a:after {
  content: "";
  width: 1px;
  height: 1.1em;
  display: inline-block;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  background-color: #999;
  margin-left: 10px;
}

/*.share-bar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.share-bar span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(136, 136, 136, 1);
}

.share-list {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  margin-bottom: 20px;
}

.share-list img {
  width: 18px;
  height: 18px;
  cursor: pointer;
}*/

.title-bar {
  padding-top: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.title-bar h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  color: rgba(51, 51, 51, 1);
}

.info-tool-bar {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}

.info-bar .time {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(153, 153, 153, 1);
}

.info-bar .tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(56, 152, 208, 1);
}

#audioBox{
  position: fixed;
  display:none;
  top: 50%;
  transform: translateY(-50%);
}
#audioBox img.close{
  position: absolute;
  height: 20px;
  top: -20px;
  right: -20px;
  background: #c9c9c9;
  border-radius: 50%;
  cursor:pointer;
}
.VoiceAndText {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.VoiceAndText .Voice img {
  width: 22px;
}
.VoiceAndText .Text{
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}
.VoiceAndText .Text .setText{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.VoiceAndText .Text .setText img{
  width: 10px;
  margin-left: 3px;
}
.VoiceAndText .Text ul{
  font-weight: 400;
  display: none;
  position: absolute;
  z-index: 9;
  font-size: 14px;
  background-color: #fff;
  width: 101%;
  text-align: center;
  box-shadow: 0px 0px 4px #b5b4b4;
}
.VoiceAndText .Text ul li{
  padding:5px 0;
}
.VoiceAndText .Text ul li.activeText{
  background-color: #c21700;
  color:#fff;
}

.detail {
  padding-top: 17px;
  padding-bottom: 20px;
}

.detail iframe {
  width: 100%;
}

.detail .maxPic .swiper-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.detail .maxPicComment {
  left: 50%;
  transform: translateX(-50%);
}

#richTextContainer figure {
  margin-bottom: 21px;
  width: 100%;
}

#richTextContainer figure img {
  width: 100%;
}

#richTextContainer figure figcaption {
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  color: rgba(153, 153, 153, 1);
}

#richTextContainer p {
  font-size: 18px;
  line-height: 33px;
  color: rgba(51, 51, 51, 1);
  padding-bottom: 21px;
  text-indent: 2em;
}

.editor {
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  text-align: right;
  color: rgba(153, 153, 153, 1);
}

.pdfPath {
  color: #006CBFFF;
}

.pdfPath:before {
  content: "";
  display: inline-block;
  background: url(https://wwp-static.wenweipo.com/img/icon/pdf-icon.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.comments-module .total {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 25px;
}

.comments-module .hide {
  display: none;
}

.comments-module .input-bar {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 31px;
}

.comments-module .user-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.comments-module .text-input-bar {
  flex: 1;
}

.comments-module textarea {
  resize: none;
  width: 100%;
  height: 106px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
  border-radius: 2px;
  background: rgba(245, 245, 245, 1);
  border: 1px solid rgba(228, 233, 234, 1);
}

.comments-module .tip-commit {
  margin-top: 13px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(153, 153, 153, 1);
}

.comments-module .commit {
  padding: 3px 12px;
  color: #ffffff;
  border-radius: 2px;
  background: rgba(0, 108, 191, 1);
  cursor: pointer;
}

.comments-module .comment-item {
  display: flex;
  gap: 15px;
  margin-bottom: 28px;
}

.comment-item .comment-info {
  flex: 1;
}

.comment-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(153, 153, 153, 1);
}

.comment-info .infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-info .infos .like-btn {
  display: inline-block;
  width: 19px;
  height: 17px;
  vertical-align: baseline;
  margin-left: 5px;
  cursor: pointer;
}


.comment-info p {
  margin: 8px 0;
  line-height: 25px;
  color: rgba(51, 51, 51, 1);
}

.comment-info .reply-bar {
  font-size: 14px;
  line-height: 20px;
}

span.reply-btn {
  color: rgba(51, 51, 51, 1);
}

aside {
  width: 30.3%;
  max-width: 437px;
}

aside .tab-bar .tab-name.active {
  padding-left: 10px;
}

aside .tab-bar .tab-name.active:before {
  top: 4.5px;
  left: 0px;
  width: 4px;
  height: 20px;
  border-radius: 0;
  background: rgba(0, 108, 191, 1);
}

.details-main .hottopic-timeline-wrap {
  width: 100%;
  margin-bottom: 37px;
}

.details-main #rankList {
  height: 732px;
}

.relation-module .relations {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9%;
  margin-top: 12px;
}

.tag-bar {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(0, 0, 0, 1);
  border-left: 4px solid rgba(0, 108, 191, 1);
}

.relations .related {
  width: 31.4%;
  margin-bottom: 25px;
}

.related img {
  width: 100%;
  aspect-ratio: 298/170;
  border-radius: 4px;
  transition: all 1s;
}

.related:hover img {
  transform: scale(1.05);
}

.related .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(51, 51, 51, 1);
  margin: 10px 0 5px;
  min-height: 2em;
}

.related .title-info {
  font-size: 12px;
  line-height: 17px;
  color: rgba(153, 153, 153, 1);
}

.details-main .recommend-video-title span {
  font-size: 18px;
  padding-left: 6px;
  border-left: 4px solid #006CBFFF;
}

@media(max-width: 1200px) {
  .details-main {
    max-width: 930px;
  }

  .details-main #rankList {
    height: 464px;
  }

  .title-bar h1 {
    font-size: 18px;
    line-height: 25px;
  }

  aside .tab-bar .tab-name.active:before {
    top: 4px;
    height: 14px;
  }

  .details-main .recommend-video-title span,
  .tag-bar {
    font-size: 14px;
    line-height: 20px;
  }

  #richTextContainer p,
  #details .recommend-video .item .text a,
  .editor,
  .related .title,
  .comment-info,
  .breadcrumbs {
    font-size: 12px;
    line-height: 20px;
  }
}

@media(max-width: 768px) {
  .details-main {
    max-width: 750px;
    flex-direction: column;
    padding-bottom: 45px;
  }

  .details-main main,
  aside {
    width: 100%;
    max-width: 100%;
  }

  .details-main #rankList {
    height: 572px;
  }

  .details-main .hottopic-timeline-wrap {
    display: block;
  }
}

@media(max-width: 576px) {
  .title-bar h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  #richTextContainer p, .editor, .related .title, .comment-info {
    font-size: 18px;
    line-height: 32px;
  }
  #details .recommend-video .item .text a {
    font-size: 16px;
    line-height: 22px;
    min-height: 22px;
  }

  .relation-module .relations {
    flex-direction: column;
  }

  .relations .related {
    width: 100%;
  }
  .details-main #rankList {
    height: 698px;
  }
}