* {
  box-sizing: border-box;
  font-size: 12px;
  font-family: "Microsoft YaHei", BlinkMacSystemFont, -apple-system, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html {
  background: #F5F5F8;
}
br {
  line-height: 0;
}
#app {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 3rem;
  width: 100%;
  height: calc(100% - 50px);
}
.topic-container {
  padding: 1rem 0 1rem 1rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  background: #fff;
}
  
  .topic-container > img {
    border-radius: 4px;
    width: 5rem;
    height: 5rem;
  }

.info-container {
  padding-left: 1rem;
  width: calc(100% - 11rem);
  line-height: 20px;
}

.info-container > .topic {
    font-size: 14px;
    font-weight: bolder;
  }

.info-container > .album, .info-container .user {
    color: #999999;
  }

.label {
  color: #fff;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: 0;
}

.program {
  background-image: linear-gradient(151deg, #FFCF78 5%, #FFA64B 100%, #FFA84F 100%);
}

.original {
  background-image: linear-gradient(153deg, #85D2FF 2%, #61A1E7 100%);
}

.comments-container {
  padding-top: 1rem;
  padding-bottom: 14px;
  margin-bottom: 8px;
  background: #fff;
}

  .comments-container > .title {
    font-size: 16px;
    display: block;
    padding: 0 0 5px 1rem;
    font-weight: bolder;
  }

  .comments-container > .expand-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #5DA8FE;
    margin-top: 14px;
  }

.program-comments-container {
  padding-bottom: 0;
}

.loading-prompt {
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  font-size: 13px;
  color: #B5B5B5;
  margin-bottom: 8px;
}

.hide {
  display: none;
}

.list-container {
  text-align: center;
}

.list-container > img {
    width: 130px;
    height: 110px;
  }

.list-container > div {
    font-size: 13px;
    color: #999999;
    line-height: 18px;
    margin-top: 8px;
  }
.global-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 11px;
}
.global-modal .modal-content {
  width: 80%;
  padding: 25px 20px 20px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.global-modal .modal-content .close {
  position: absolute;
  width: 36px;
  height: 36px;
  top: -50px;
  right: -4px;
}
.global-modal .modal-content .top {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -25px;
}
.global-modal .modal-content .title {
  text-align: center;
  font-weight: 600;
  color: #27293b;
  font-size: 18px;
  margin-bottom: 5px;
}
.global-modal .modal-content .tip,
.global-modal .modal-content .sub-title {
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #27293b;
  margin: auto;
  overflow: hidden;
}
.global-modal .modal-content .tip {
  color: #999999;
  font-weight: normal;
  margin-top: 10px;
  font-size: 11px;
}
.global-modal .modal-content .btn-container {
  overflow: hidden;
}
.global-modal .modal-content .normal-btn {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(136deg, #ff8a8a 0%, #fd5353 100%);
  border-radius: 22px;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
}
.global-modal .modal-content .cancel {
  float: left;
  width: 45%;
  background: none;
  color: #FD5353;
  border: 1px solid #fd5353;
  box-sizing: border-box;
}
.global-modal .modal-content .ok {
  float: right;
  width: 45%;
}

.reply-container {
  padding: 1rem;
  margin-top: 8px;
  background: rgba(0, 0, 0, .05) !important;
  border-radius: 4px;
}

  .reply-container > .more {
    font-size: 13px;
    line-height: 18px;
    color: #4D84BE;
    margin-top: 4px;
    display: block;
  }

.comment-item-container {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  position: relative;
  border-bottom: 1px rgba(239,239,239,.5) solid;
}

  .comment-item-container > img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }

  .comment-item-container .pendant {
    position: absolute;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: center;
            transform-origin: center;
  }

.content-container {
  margin-left: 1rem;
  width: calc(100% - 4rem);
}

.content-container > .user-info{
    display: flex;
    align-items: center;
  }

.content-container > .user-info > .username {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      color: #666666;
    }

.content-container > .content {
    font-size: 15px;
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    line-height: 21px;
    padding-right: 1rem;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    display: -webkit-box;
    text-overflow: ellipsis;
  }

.content-container > .content .hot-label {
      width: 41px;
      margin-right: 4px;
      vertical-align: middle;
    }

.content-container > .content > span {
      font-size: 15px;
      vertical-align: middle;
    }

.content-container .more-option {
    width: 20px;
    margin-left: auto;
  }

.c-foot-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.create-time {
  display: block;
  font-size: 11px;
  color: #999999;
  line-height: 16px;
}

@-webkit-keyframes like-icon {
  to {
    -webkit-transform: translate(0, -15px) rotate(-30deg);
            transform: translate(0, -15px) rotate(-30deg);
    opacity: 0;
  }
}

@keyframes like-icon {
  to {
    -webkit-transform: translate(0, -15px) rotate(-30deg);
            transform: translate(0, -15px) rotate(-30deg);
    opacity: 0;
  }
}

.like-count {
  display: flex;
  align-items: flex-end;
}

.like-count > span {
    font-size: 13px;
    color: #666666;
    line-height: 18px;
  }

.like-count img {
    width: 2rem;
    height: 2rem;
    margin-right: 4px;
    position: relative;
  }

.like-count > div {
    position: relative;
    width: 2rem;
    height: 2rem;
  }

.like-count > div .liked-copy {
      position: absolute;
      left: 0;
      top: 0;
    }

.like-count > .reply-icon {
    margin-right: 2rem;
  }

.like-with-animation {
  -webkit-animation: like-icon 500ms ease-out;
          animation: like-icon 500ms ease-out;
}

.ellipsis {
  display: block;
  margin-top: 6px;
  margin-bottom: 1rem;
  font-size: 13px;
  line-height: 18px;
  color: #4D84BE;
}

.panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel > .option {
    position: absolute;
    padding: 0;
    background-color: black;
    border-radius: 6px;
    font-size: 15px;
    left: 55%;
  }

.panel > .option > span {
      display: inline-block;
      padding: 5px;
      color: white;
    }

.panel > .option ::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid black;
      clear: both;
    }

.user-name {
  font-size: 14px;
  color: #4D84BE;
}

.bold-username {
  font-weight: bold;
}

.tag-container {
  margin-top: 16px;
  text-align: center;
}

.selected-tag {
  width: 22.2rem;
  height: 1.8rem;
  margin-bottom: 4px;
}

.program-comment-entry {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.program-comment-entry > span {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #2f6eeb;
    margin-right: 2px;
  }

.program-comment-entry > img {
    width: 12px;
    height: 12px;
  }

.reply-item {
  display: block;
  color: #2A2A2A;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  overflow: hidden;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  text-overflow: ellipsis;
}

.reply-item > span {
    font-size: 14px;
    line-height: 20px;
  }

.reply-item > .broadcast-label {
    vertical-align: middle;
  }

.label-before-username {
  margin-left: 0;
}

.reply-voice-container {
  margin: 8px 0;
  display: flex;
  align-items: flex-end;
}

.reply-btn {
  width: 36px;
  height: 36px;
  background: #E7EBEF;
  border-radius: 18px;
  margin-left: 1rem;
  padding: 8px;
}

.voice {
  width: 180px;
  height: 36px;
  position: relative;
  background: url(//sss.qtfm.cn/wsq/img/voice-bubble@3x.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 14px;
  color: white;
  line-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 16px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 8px;
}

@-webkit-keyframes loading {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

@keyframes loading {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

.voice-loading {
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 1rem;
  -webkit-animation: 1s loading linear infinite;
          animation: 1s loading linear infinite;
  display: none;
}

@-webkit-keyframes playing {
  from {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-0.png);
    background-size: cover;
  }
  20% {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-1.png);
    background-size: cover;
  }
  40% {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-2.png);
    background-size: cover;
  }
  60% {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-3.png);
    background-size: cover;
  }
  80% {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-4.png);
    background-size: cover;
  }
  to {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-5.png);
    background-size: cover;
  }
}

@keyframes playing {
  from {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-0.png);
    background-size: cover;
  }
  20% {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-1.png);
    background-size: cover;
  }
  40% {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-2.png);
    background-size: cover;
  }
  60% {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-3.png);
    background-size: cover;
  }
  80% {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-4.png);
    background-size: cover;
  }
  to {
    width: 7.5rem;
    height: 16px;
    margin-left: 16px;
    background: url(//sss.qtfm.cn/wsq/img/record-5.png);
    background-size: cover;
  }
}

.voice-playing {
  width: 2.7rem;
  height: 2.7rem;
  margin-left: 3px;
  background: url(//sss.qtfm.cn/wsq/img/play-btn@3x.png);
  background-size: cover;
  display: none;
  position: relative
}

.voice-playing::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(//sss.qtfm.cn/wsq/img/record-0.png)
      url(//sss.qtfm.cn/wsq/img/record-1.png)
      url(//sss.qtfm.cn/wsq/img/record-2.png)
      url(//sss.qtfm.cn/wsq/img/record-3.png)
      url(//sss.qtfm.cn/wsq/img/record-4.png)
      url(//sss.qtfm.cn/wsq/img/record-5.png);
}

.voice-playing-animationg {
  -webkit-animation: playing 300ms linear infinite alternate;
          animation: playing 300ms linear infinite alternate;
}

.show {
  display: block;
}



.user-label {
  display: inline-block;
  text-align: center;
  margin: 0 0.2rem;
  flex-shrink: 0;
}

.broadcast-label {
  line-height: 16px !important;
  background: #FFA45D;
  border-radius: 2px;
  font-size: 10px !important;
  vertical-align: text-bottom;
  color: #FFFFFF !important;
  padding: 0 1px;
}

.vip-label {
  width: 35px;
  vertical-align: middle;
}

.purchased-label {
  border-radius: 2px;
  border: 1px solid #FD5353;
  color: #FD5353;
  font-size: 10px;
  font-weight: bold;
  padding: 0 1px;
}

.top-label {
  border-radius: 2px;
  border: 0.9px solid #FD5353;
  color: #FD5353;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.8;
  padding: 0 1px;
}


.comment-item-container {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  position: relative;
  border-bottom: 1px rgba(239,239,239,.5) solid;
}

  .comment-item-container > img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }

  .comment-item-container .pendant {
    position: absolute;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: center;
            transform-origin: center;
  }

.content-container {
  margin-left: 1rem;
  width: calc(100% - 4rem);
}

.content-container > .user-info{
    display: flex;
    align-items: center;
  }

.content-container > .user-info > .username {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      color: #666666;
    }

.content-container > .content {
    font-size: 15px;
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    line-height: 21px;
    padding-right: 1rem;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    display: -webkit-box;
    text-overflow: ellipsis;
  }

.content-container > .content .hot-label {
      width: 41px;
      margin-right: 4px;
      vertical-align: middle;
    }

.content-container > .content > span {
      font-size: 15px;
      vertical-align: middle;
    }

.content-container .more-option {
    width: 20px;
    margin-left: auto;
  }

.c-foot-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.create-time {
  display: block;
  font-size: 11px;
  color: #999999;
  line-height: 16px;
}

@-webkit-keyframes like-icon {
  to {
    -webkit-transform: translate(0, -15px) rotate(-30deg);
            transform: translate(0, -15px) rotate(-30deg);
    opacity: 0;
  }
}

@keyframes like-icon {
  to {
    -webkit-transform: translate(0, -15px) rotate(-30deg);
            transform: translate(0, -15px) rotate(-30deg);
    opacity: 0;
  }
}

.like-count {
  display: flex;
  align-items: flex-end;
}

.like-count > span {
    font-size: 13px;
    color: #666666;
    line-height: 18px;
  }

.like-count img {
    width: 2rem;
    height: 2rem;
    margin-right: 4px;
    position: relative;
  }

.like-count > div {
    position: relative;
    width: 2rem;
    height: 2rem;
  }

.like-count > div .liked-copy {
      position: absolute;
      left: 0;
      top: 0;
    }

.like-count > .reply-icon {
    margin-right: 2rem;
  }

.like-with-animation {
  -webkit-animation: like-icon 500ms ease-out;
          animation: like-icon 500ms ease-out;
}

.ellipsis {
  display: block;
  margin-top: 6px;
  margin-bottom: 1rem;
  font-size: 13px;
  line-height: 18px;
  color: #4D84BE;
}

.panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel > .option {
    position: absolute;
    padding: 0;
    background-color: black;
    border-radius: 6px;
    font-size: 15px;
    left: 55%;
  }

.panel > .option > span {
      display: inline-block;
      padding: 5px;
      color: white;
    }

.panel > .option ::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid black;
      clear: both;
    }

.user-name {
  font-size: 14px;
  color: #4D84BE;
}

.bold-username {
  font-weight: bold;
}

.tag-container {
  margin-top: 16px;
  text-align: center;
}

.selected-tag {
  width: 22.2rem;
  height: 1.8rem;
  margin-bottom: 4px;
}

.program-comment-entry {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.program-comment-entry > span {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #2f6eeb;
    margin-right: 2px;
  }

.program-comment-entry > img {
    width: 12px;
    height: 12px;
  }
.panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  .panel > .option {
    position: absolute;
    padding: 0;
    background-color: black;
    border-radius: 6px;
    font-size: 15px;
    left: 55%;
  }

  .panel > .option > span {
      display: inline-block;
      padding: 5px;
      color: white;
    }

  .panel > .option ::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid black;
      clear: both;
    }
.comments-container {
  padding-top: 1rem;
  padding-bottom: 14px;
  margin-bottom: 8px;
  background: #fff;
}

  .comments-container > .title {
    font-size: 16px;
    display: block;
    padding: 0 0 5px 1rem;
    font-weight: bolder;
  }

  .comments-container > .expand-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #5DA8FE;
    margin-top: 14px;
  }

.open-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 0 2px #aaaaaa;
  background: #fff;
  padding: 7px 1rem;
  z-index: 1;
}

  .open-btn > span {
    display: flex;
    width: 100%;
    height: 100%;
    background: #F7F8F9;
    border: 0 solid #B5B5B5;
    border-radius: 100px;
    font-size: 14px;
    color: #999999;
    align-items: center;
    justify-content: center;
    border:0.5px solid #B5B5B5;
  }

  .open-btn img {
    width: 2rem;
    height: 2rem;
    margin-right: 2px;
  }
.dialog-mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .6);
  overflow: hidden;
  z-index: 10;
}

.f-main-dialog {
  width: 280px;
  padding: 20px 16px 16px;
  border-radius: 8px;
  background: white;
  margin: 50% auto 0;
  padding: 0 0 16px 0;
}

.f-dialog-img {
  width: 70px;
  height: 70px;
  background: url(//sss.staging.qtfm.cn/wsq/img/succeed-pic@2x.png);
  background-size: cover;
  margin-top: -35px;
  margin-left: 105px;
  position: absolute;
}

.f-dialog-title {
  padding-top: 55px;
  font-size: 17px;
  margin-bottom: 8px;
  text-align: center;
  color: #27293B;
  font-weight: bold;
}

.f-dialog-content {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: center;
  color: #666666;
}

.f-dialog-btn {
  margin: 0 16px;
  text-align: center;
  background: linear-gradient(136deg,#FF8A8A 0,#FD5353 100%);
  border-radius: 20px;
  padding: 9px;
  font-size: 16px;
  color: white;
}

.dialog-close-btn {
  margin: 39px auto 0;
  display: block;
  width: 38px;
  height: 38px;
}

.mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.6);
  z-index: 2;
}
  .mask > .list-panel {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }
  .mask > .list-panel > div {
      background: white;
      font-size: 16px;
      color: #666666;
      line-height:22px;
      text-align: center;
      padding: 14px 0
    }
  .mask > .list-panel > div:not(:last-child) {
  border-bottom: 1px solid rgba(39,41,59,0.1);
}
  .mask > .list-panel > .mark {
      color: #FD5353;
    }
.report {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 3;
}
  .report .mask {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
  }
  .report .report-list {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: white;
    margin: 0;
    padding: 0;
    z-index: 9000;
  }
  .report .report-list .report-list-header {
      font-size: 15px;
      color: #999999;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
  .report .report-list li {
      height: 50px;
      line-height: 45px;
      border-bottom: 1px solid #EFEFEF;
      text-align: center;
      font-size: 15px;
      color: #333333;
      list-style: none;
      padding: 5px;
    }

/*# sourceMappingURL=comments.da620000e2acb5782885.css.map*/