@charset "UTF-8";
.full-page,
.mask,
.masker {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
em,
i {
  font-style: normal;
}
html {
  font-size: 37.5px;
}
body {
  font: 12px Tahoma, '微软雅黑', Verdana, sans-serif;
  color: #333;
  line-height: 1.5;
  background-color: #fff;
  word-break: break-all;
  overflow-y: scroll;
}
a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: inherit;
}
button,
input,
textarea {
  font: inherit;
  line-height: inherit;
  vertical-align: middle;
  outline: 0;
}
input,
textarea {
  padding: 3px 10px;
  line-height: 26px;
  border: 1px solid #dfdfdf;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #666;
  -webkit-appearance: none;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  border-color: #ff6d4b;
}
.xm-selector {
  width: 120px;
}
button {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
img {
  font-size: 10px;
  border: none;
  vertical-align: middle;
}
img,
table {
  max-width: 100%;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
hr {
  height: 1px;
  border: none;
  background-color: #e8e8e8;
  transform: scaleY(0.5);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.1em;
}
em {
  font-style: normal;
}
em,
ins {
  color: #ff6d4b;
}
ins {
  text-decoration: none;
}
del {
  color: #999;
}
.bg-body,
.bg-f {
  background: #fff;
}
.bg-grey {
  background: #eee;
}
.bg-grey1 {
  background: #f6f6f6;
}
.c-theme {
  color: #ff6d4b;
}
.c-theme2 {
  color: #ff9070;
}
.c-weaken {
  color: #999;
}
.c-weaken2 {
  color: #666;
}
.c-tips,
.tips {
  color: #999;
}
.c-err {
  color: #fc5832;
}
.txt-md {
  font-size: 14px;
}
.txt-mid1 {
  font-size: 16px;
}
.bg-f0 {
  background-color: #f0f0f0;
}
.cl:after,
.cl:before,
.mod:after,
.mod:before {
  content: '';
  display: table;
  height: 0;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.ovf {
  overflow: hidden;
}
.tc {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.mg-mod,
.mgtb-10 {
  margin: 10px 0;
}
.mgtb-20 {
  margin: 20px 0;
}
.mgt-5 {
  margin-top: 5px;
}
.mgt-10 {
  margin-top: 10px;
}
.mgt-20 {
  margin-top: 20px;
}
.mgt-30 {
  margin-top: 30px;
}
.mgt-40 {
  margin-top: 40px;
}
.mgb-5 {
  margin-bottom: 5px;
}
.mgb-10 {
  margin-bottom: 10px;
}
.mgb-20 {
  margin-bottom: 20px;
}
.mgr-5 {
  margin-right: 5px;
}
.mgr-10 {
  margin-right: 10px;
}
.mgr-20 {
  margin-right: 20px;
}
.mgl-5 {
  margin-left: 5px;
}
.mgl-10 {
  margin-left: 10px;
}
.mgl-15 {
  margin-left: 15px;
}
.mgl-20 {
  margin-left: 20px;
}
.txt-lg {
  max-width: 60%;
}
.txt-mg {
  max-width: 25%;
}
.page {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
}
.full-page {
  position: absolute;
}
.box {
  padding-left: 5px;
  padding-right: 5px;
}
.inner {
  margin-left: -5px;
  margin-right: -5px;
}
.circle {
  border-radius: 50%;
  overflow: hidden;
}
.udLine {
  position: relative;
}
.udLine:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #dfdfdf;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
}
.elli {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.elli-multi,
.elli-multi3,
.elli-s {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.elli-multi {
  -webkit-line-clamp: 1;
  max-height: 3em;
}
.elli-multi3 {
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}
.flex {
  display: flex;
}
.html-noscroll,
.html-noscroll body {
  height: 100%;
  overflow: hidden;
}
.masker {
  position: fixed;
  overflow-y: auto;
  z-index: 99;
}
.mask,
.masker {
  background-color: rgba(0, 0, 0, 0.7);
}
.mask {
  position: absolute;
  color: #fff;
}
.mask .cont {
  position: absolute;
  margin: 10px;
}
.page-masker {
  overflow-y: auto;
}
.mod {
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 0;
}
.hr-under {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 25px 0 9px;
}
.hr-under:after,
.hr-under:before {
  content: '';
  flex: 1;
  min-width: 12%;
  height: 1px;
  background: #666;
  opacity: 0.2;
}
.hr-under.no-stretch {
  justify-content: center;
}
.hr-under.no-stretch:after,
.hr-under.no-stretch:before {
  flex: none;
}
.hr-under > span {
  padding: 0 10px;
  font-size: 16px;
}
.hr-under > span.wid-190 {
  width: 190px;
}
.btn,
.btn1 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.btn {
  padding: 6px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn-primary {
  color: #fff;
  border-color: #ff6d4b;
  background-color: #ff6d4b;
}
.btn-primary:hover {
  color: #fff;
  border-color: #ff9070;
  background-color: #ff9070;
}
.btn-primary1 {
  color: #ff6d4b;
  border-color: #ff6d4b;
}
.btn-primary1:hover {
  color: #fff;
  border-color: #ff6d4b;
  background-color: #ff6d4b;
}
.btn-normal {
  color: #ff6d4b;
  border-color: #e8e8e8;
  background-color: #fff;
}
.btn-normal:hover {
  color: #ff6d4b;
  border-color: #ccc;
}
.btn-secondary {
  color: #fff;
  border-color: #ccc;
  background-color: #ccc;
}
.btn-secondary:hover {
  color: #fff;
  border-color: #ddd;
  background-color: #ddd;
}
.btn-secondary1 {
  color: #999;
  border-color: #e8e8e8;
  background-color: #fff;
}
.btn-secondary1:hover {
  color: #999;
  border-color: #ccc;
}
.btn-secondary2 {
  color: #999;
  border-color: #e8e8e8;
  background-color: #fff;
}
.btn-secondary2:hover {
  color: #999;
  border-color: #ccc;
  border-color: #999;
  color: #ff6d4b;
}
.btn-secondary3 {
  color: #999;
  border-color: #e8e8e8;
  background-color: #fff;
}
.btn-secondary3:hover {
  color: #999;
  border-color: #ccc;
  color: #fff;
  border-color: #ff6d4b;
  background-color: #ff6d4b;
}
.btn-secondary4 {
  color: #fff;
  border-color: #ccc;
  background-color: #ccc;
}
.btn-secondary4:hover {
  border-color: #ddd;
  background-color: #ddd;
  color: #fff;
  border-color: #ff6d4b;
  background-color: #ff6d4b;
}
.btn-sm,
.btn-ssm {
  line-height: 16px;
}
.btn-ssm {
  padding: 3px 20px;
}
.btn-sssm {
  padding: 0 20px;
  line-height: 16px;
}
.btn-listen {
  font-size: 13px;
  color: #fff;
  padding: 5px 12px;
  width: 90px;
  height: 26px;
  background: #ff6d4b;
  border-radius: 100px;
}
.btn-listen:hover {
  color: #fff;
}
.ic {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.tips {
  font-size: 12px;
  line-height: 1.5;
}
.tips-new {
  display: inline-block;
  height: 16px;
  padding: 2px 5px;
  line-height: 11px;
  font-size: 12px;
  color: #fff;
  background-color: #fc5832;
  border-radius: 30px;
}
.is-error input,
.is-error textarea,
input.is-error,
textarea.is-error {
  border: 1px solid #ff4611;
}
.info-err,
.is-error .tips {
  color: #ff4611;
}
.dialog-alert {
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -170px 0 0 -140px;
  color: #0f0f0f;
  z-index: 100;
  border: 1px solid #eee;
  border-radius: 4px;
}
.dialog-alert .content {
  letter-spacing: 0.3px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 20px;
  width: 280px;
  color: #333;
  font-size: 15px;
}
.dialog-alert .ok-btn {
  color: #2e74fb;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 40px;
  cursor: pointer;
}
.dialog-alert .alert-btn {
  text-align: center;
  line-height: 40px;
}
.dialog-alert .ver-line {
  border-right: 1px solid #eee;
}
.dialog-alert .cancel-btn {
  color: #2e74fb;
  display: inline-block;
  width: 100px;
  height: 40px;
  font-size: 15px;
  cursor: pointer;
}
.mtoast {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.mtoast span {
  padding: 15px !important;
  border-radius: 5px;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  overflow: auto !important;
  white-space: normal !important;
}
.pic-default img,
.pic-l img,
.pic img {
  width: 100%;
}
.grade-star {
  float: left;
}
.comment-star {
  margin-top: -2px;
}
.comment-star,
.grade-star {
  position: relative;
  width: 60px;
  height: 15px;
}
.comment-star:before,
.grade-star:before {
  background-position: 0 -45px;
  z-index: 1;
}
.comment-star:after,
.grade-star:after {
  width: 100%;
  background-position: 0 -30px;
}
.comment-star.is-1-l:before,
.grade-star.is-1-l:before {
  width: 7px;
}
.comment-star.is-1:before,
.grade-star.is-1:before {
  width: 12px;
}
.comment-star.is-2-l:before,
.grade-star.is-2-l:before {
  width: 19px;
}
.comment-star.is-2:before,
.grade-star.is-2:before {
  width: 24px;
}
.comment-star.is-3-l:before,
.grade-star.is-3-l:before {
  width: 31px;
}
.comment-star.is-3:before,
.grade-star.is-3:before {
  width: 36px;
}
.comment-star.is-4-l:before,
.grade-star.is-4-l:before {
  width: 43px;
}
.comment-star.is-4:before,
.grade-star.is-4:before {
  width: 48px;
}
.comment-star.is-5-l:before,
.grade-star.is-5-l:before {
  width: 55px;
}
.comment-star.is-5:before,
.grade-star.is-5:before {
  width: 60px;
}
.comment-star:before {
  background-position: 0 3px;
  z-index: 1;
}
.comment-star:after {
  width: 100%;
  background-position: 0 -13px;
}
.header {
  position: relative;
  height: 108px;
}
.header .logo {
  width: 80px;
  height: 80px;
  background: url('https://pic.qtfm.cn/activity/baolivip/qt_big.png') no-repeat;
  background-size: 100%;
  position: absolute;
  left: 16px;
  top: 20px;
}
.header .header-txt {
  padding-left: 106px;
  overflow: hidden;
}
.header .header-txt .title {
  margin-top: 24px;
  font-size: 20px;
  color: #333333
}
.header .header-txt .title > .header-title {
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
}
.header .header-txt .title span {
  font-family: PingFangSC-Regular;
  display: block;
  font-size: 12px;
  color: #999;
}
.header .header-txt .other {
  margin-top: 4px;
  font-size: 10px;
  color: #a6a6a6;
}
.header .header-right {
  width: 90px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .btn-dload {
  width: 70px;
  height: 30px;
  background-image: linear-gradient(90deg, #ff8a8a 0%, #fd5353 100%);
  border-radius: 20px;
  border-radius: 17px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 30px;
  text-align: center;
}
.header .j-seeDetail {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  padding-left: 5px;
  color: #999;
  display: block;
  margin-top: 10px;
}
.header .comment-star {
  margin: 0 8px;
}
.tab {
  height: 30px;
}
.list-tab {
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
  max-width: 640px;
  border-top: 1px solid #848484;
  border-bottom: 1px solid #848484;
  transition: 0.6s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.list-tab.opct {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-tab .item {
  float: left;
  width: 33.33%;
  text-align: center;
  height: 28px;
  line-height: 26px;
  font-size: 12px;
  color: #848484;
  border-right: 1px solid #848484;
  overflow: hidden;
  background: #fff;
}
.list-tab .item:last-of-type {
  border-right: 0;
}
.list-tab .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-tab .item.on {
  background: #848484;
  color: #fff;
}
.special {
  padding: 0;
  background: #ededed;
  position: relative;
}
.special .title {
  padding: 14px 0;
  font-size: 16px;
  color: #000;
}
.scroll-panel {
  font-size: 0;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 400px;
  display: block
}
.scroll-panel > img {
  height: 100%;
  max-width: 960px;
}
.abstract {
  padding: 0 15px;
}
.abstract .title {
  padding: 14px 0;
  font-size: 20px;
  color: #333;
}
.abstract .content {
  font-size: 13px;
  color: #666666;
  text-align: justify;
  line-height: 20px;
}
.abstract .content p {
  margin-bottom: 20px;
}
.footer,
.footer-panel {
  height: 57px;
}
.footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background-image: linear-gradient(90deg, #ff8a8a 0%, #fd5353 100%);
  color: #fff;
  text-align: center;
  min-width: 320px;
  max-width: 640px;
  margin: auto;
  line-height: 57px;
  font-size: 20px;
}
.listWrap {
  padding: 22px 16px;
}
.listWrap .listTit {
  margin-bottom: 16px;
  font-size: 20px;
  color: #333333;
}
.listWrap .forMore {
  font-size: 11px;
  color: #666;
}
.listWrap .playWrap {
  display: table-cell;
  vertical-align: middle
}
.listWrap .playWrap > .download-btn {
  width: 64px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  border: 1px solid #fd5353;
  border-radius: 13.5px;
  font-size: 12px;
  color: #fd5353;
  text-align: center;
}
.listItem {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.listItem:last-of-type {
  margin-bottom: 0;
}
.listItem .albPic {
  width: 80px;
  height: 80px;
  margin-right: 12px;
  background-color: #747474;
  background-size: 100% 100%;
  border: 1px solid #e1e1e1;
  border-radius: 3.81px;
}
.listItem .albPic img {
  width: 100%;
  height: 100%;
}
.albInfo {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.albInfo .albTit {
  font-size: 16px;
  color: #333;
}
.albInfo .albSub {
  margin-bottom: 6px;
  font-size: 12px;
  color: #999999;
}
.albInfo .albSub2 {
  white-space: nowrap;
}
.icListen:before {
  width: 14px;
  height: 14px;
  background-position: -43px 0;
  background-size: 57px;
}
.icPlay:before {
  width: 14px;
  height: 11px;
  background-size: 40px;
}
.grade-body {
  height: 83px;
}
.grade-left {
  display: block;
  width: 76px;
  height: 100%;
  float: left;
}
.grade-left .grade-score {
    font-family: DIN-Bold;
    font-size: 55px;
    color: #333333;
    height: 65px;
    white-space: nowrap;
  }
.grade-left .grade-desc {
    font-size: 14px;
    color: #999999;
    margin-top: 0;
    text-align: center;
  }
.grade-right {
  display: block;
  float: right;
  width: 210px;
  padding-top: 20px
}
.grade-right::after {
  content: '';
  height: 83px;
  clear: both;
}
.grade-right .grade-right-img {
    width: 100%;
    height: 36px;
}
.grade-right > div {
  font-size: 13px;
  color: #666666;
  margin-top: 10px;
  text-align: right;
}
.gradebar {
  margin-bottom: 6px;
}
.gradebar .name {
  font-size: 14px;
}
.proBar {
  position: relative;
  display: block;
  margin: 6px 0 0 70px;
  height: 3px;
  background: #f4f4f4;
  border-radius: 1px;
}
.proBar .bar {
  position: absolute;
  height: 100%;
  background: #8f8f8f;
}
.proBar .bar.bar1 {
  width: 90%;
}
.proBar .bar.bar2 {
  width: 70%;
}
.proBar .bar.bar3 {
  width: 40%;
}
.proBar .bar.bar4 {
  width: 5%;
}
.proBar .bar.bar5 {
  width: 1%;
}
.count {
  font-size: 10px;
  color: #8f8f8f;
}
.auth-flag {
  width: 33px;
  height: 13px;
  margin-left: 7px;
  text-align: center;
  border: 1px solid #fd5353;
  border-radius: 3px;
  font-size: 9px;
  color: #fd5353;
}
.comtList {
  margin-bottom: 30px;
}
.comtTit {
  margin-bottom: 10px;
  font-size: 16px;
  color: #161616;
}
.comtInfo {
  color: #747474;
}
.album-mark-star {
  padding: 14px 20px 14px 10px;
  font-size: 14px;
}
.album-mark-star .comment-grade {
  color: inherit;
}
.album-mark-star .album-playNum {
  color: #999;
}
.album-tabWrp {
  height: 52px;
}
.album-tabs {
  height: 52px;
  align-items: stretch;
  border-bottom: 1px solid #e8e8e8;
}
.album-tabs a {
  flex: 0 0 33.3%;
  padding-top: 13px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.album-tabs a.on {
  color: #fc5832;
}
.album-tabs a.on:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  border-bottom: 2px solid #fc5832;
}
.album-model {
  padding-bottom: 10px;
}
.album-model.pd-reset {
  padding: 0;
}
.album-model.pd-reset .hr-under {
  padding-bottom: 10px;
}
.album-model.pd-reset .comt-tit {
  padding: 15px 15px 5px;
  font-size: 15px;
  color: #666;
}
.album-model.album-lists-wrap {
  padding-bottom: 20px;
}
.album-model.album-lists-wrap .hr-under {
  padding-bottom: 10px;
}
.album-model.pdlr-20 {
  padding: 20px;
}
.album-model .hr-under {
  margin: 0;
  padding: 19px 0 17px;
}
.album-list-sound .item-tp1 {
  margin-left: 68px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f2f2;
}
.album-list-sound .item-tp1:last-of-type {
  border: none;
}
.album-list-sound .item-tp1.mgl-75 {
  margin-left: 0;
  text-align: center;
}
.album-list-sound .item-tp1.mgl-75 .pic {
  margin-left: -62px;
}
.album-list-sound .pic {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -54px;
  overflow: hidden;
}
.album-list-sound .pic.no-mask:after {
  display: none;
}
.album-list-sound .pic:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(58, 58, 58, 0.2);
}
.album-list-sound .pic.wid-48 {
  width: 48px;
  height: 48px;
}
.album-list-sound .pic img {
  border-radius: 50%;
}
.album-list-sound .info {
  padding-right: 10px;
}
.album-list-sound .tit {
  margin-bottom: 10px;
  font-size: 16px;
  overflow: hidden;
}
.album-list-sound .count-cont {
  color: #999;
}
.album-list-sound .icon-player1 {
  width: 21px;
  height: 21px;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  background-position: 0 -140px;
}
.album-list-sound .is-paused .icon-player1 {
  background-position: 0 -140px;
}
.album-list-sound .is-playing .icon-player1 {
  background-position: 0 -165px;
}
.album-list-sound .tag-pre-lis,
.album-list-sound .tag-pre-notice {
  line-height: 1.2;
  font-size: 9px;
  padding: 1px 1px 0;
}
.album-list-sound .tag-pre-lis {
  color: #5eb300;
  border: 1px solid #5eb300;
}
.album-list-sound .tag-pre-notice {
  color: #efcf9f;
  border: 1px solid #efcf9f;
}
.album-lists li {
  position: relative;
  padding: 10px 12px 7px 0;
  margin-left: 74px;
  border-bottom: 1px solid #f1f2f2;
}
.album-lists li > a {
  width: 100%;
}
.album-lists .album-item-pic {
  width: 48px;
  height: 48px;
  left: -60px;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 60%, 0.75);
}
.album-lists .album-item-pic.wid-64 {
  width: 64px;
  height: 64px;
}
.album-lists .album-item-tit {
  margin-bottom: 10px;
  line-height: 19px;
  font-size: 16px;
}
.album-lists .album-item-cont {
  min-height: 18px;
  color: #999;
  margin-bottom: 5px;
}
.album-lists .album-item-tags {
  color: #999;
  width: 100%;
}
.album-lists .tag-album-whole {
  font-size: 11px;
  padding: 1px;
  line-height: 1;
  color: #5eb300;
  border: 1px solid #5eb300;
  margin-top: -2px;
}
.album-comment-lists {
  padding: 0 15px;
}
.album-comment-lists.noComt {
  padding: 20px 15px;
}
.album-comment-lists .alb-li {
  display: table;
  width: 100%;
  padding: 10px 0 0;
}
.album-comment-lists .alb-li:last-of-type {
  border-bottom: none;
}
.album-comment-lists .alb-com-user {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.album-comment-lists .alb-com-user .pic {
  width: 100%;
  height: 100%;
}
.album-comment-lists .com-user-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 12px;
}
.album-comment-lists .com-user-info .user-tit {
  font-size: 15px;
  color: #818181;
}
.album-comment-lists .alb-com-word {
  margin: 10px 0;
  font-size: 13px;
  line-height: 20px;
}
.album-comment-lists .alb-com-reply {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 10px;
  font-size: 13px;
  position: relative;
  margin-top: 10px;
}
.album-comment-lists .alb-com-reply:before {
  content: '';
  position: absolute;
  top: -16px;
  left: 70px;
  border: 8px solid transparent;
  border-bottom-color: #f7f7f7;
}
.album-comment-lists .alb-reply-info {
  position: relative;
  padding-left: 5px;
  margin-bottom: 5px;
}
.album-comment-lists .alb-reply-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 2px solid #fc5832;
}
.album-comment-lists .alb-reply-time {
  font-size: 12px;
}
.album-comment-lists .alb-reply-word {
  line-height: 23px;
}
.album-newBtn-buy .buyintro-buy {
  max-width: 640px;
}
.album-newBtn-buy .btn-intro-buy {
  font-size: 15px;
}
.albNoData {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.albNoData .noDataTxt {
  font-size: 14px;
  color: #999;
}
.memberAlb .btn-intro-buy {
  border: none;
  line-height: 50px;
  color: #996d12;
  background: linear-gradient(135deg, #eed29a, #dfb96b);
}
.addMember {
  position: relative;
}
.addMember .oldPrice {
  font-size: 24px;
}
.addMember .memPrice {
  font-size: 20px;
}
.addMember .onlyMem {
  color: #b68725;
}
.addMember .memEnter {
  display: table;
  vertical-align: middle;
  position: absolute;
  bottom: 7px;
  left: 102%;
  padding: 0 6px;
  font-size: 9px;
  color: #fee9be;
  padding-top: 3px;
  background: linear-gradient(138deg, #c19c52, #b8892a 79%, #b6841f);
  border-radius: 100px;
}
.addMember .memEnter:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  border: 6px solid transparent;
  border-bottom-color: #c19c52;
}
.buyintro-cont {
  padding: 0 15px 10px;
  font-size: 13px;
  color: #333;
}
.downLogo {
  padding: 12px 10px;
  background: #fff;
}
.downLogo .logoTit {
  font-size: 14px;
  margin: -2px 0 2px;
  color: #ff4612;
}
.downLogo .logoTit2 {
  font-size: 11px;
  color: #999;
}
.downLogo .downApp {
  padding: 6px 5%;
  margin: 6px 2% 0 0;
  background: #fff;
  color: #ff4612;
  border: 1px solid #ff4612;
  border-radius: 100px;
}
.seoTit {
  padding: 15px 0 10px 15px;
  font-size: 16px;
  color: #2a2a2a;
}
.albNum {
  font-size: 10px;
  color: #6b6b6b;
  margin-top: 2px;
}
.bannerDot {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.bannerDot .dot {
  width: 6px;
  height: 3px;
  margin: 0 3px;
  background: hsla(0, 0%, 85%, 0.5);
}
.bannerDot .dot.on {
  background: hsla(0, 0%, 100%, 0.82);
}
.btn-left {
  left: 10px;
  background-position: 0 -27px;
}
.btn-right {
  right: 10px;
  background-position: -25px -27px;
}
.btn-left:hover {
  background-position: 0 0;
}
.btn-right:hover {
  background-position: -25px 0;
}
.alb-tit {
  padding: 10px 0;
  font-size: 16px;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.alb-more {
  margin-right: 15px;
  color: #aaa;
}
.icon-arrow2 {
  width: 8px;
  height: 12px;
  background-position: 0 -395px;
}
.icon-time1 {
  width: 10px;
  height: 12px;
  background-position: 0 -364px;
}
.alb-tab {
  display: table;
  width: 100%;
}
.alb-cover {
  width: 120px;
  height: 120px;
  border: 3px solid #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
}
.alb-infos {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 25px;
}
.alb-infos .info-tit {
  margin-bottom: 10px;
  font-size: 16px;
}
.alb-infos .host {
  color: #333;
}
.alb-infos .info-sub {
  margin-bottom: 3px;
}
.audience-comment .btn-openApp {
  display: block;
  padding: 7px 10px;
  margin: 20px 0 5px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  background: #fc5832;
  border: 1px solid #fc5832;
}
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.btn.disabled {
  background-color: #ccc;
  border-color: #ccc;
}
.none-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

