.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.suggestions {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0.72rem;
  width: 100%;
  color: #999;
  background-color: white;
}
.suggestions.showSuggestion {
  height: auto;
}
.suggestions .suggestions-title {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 25px;
}
.suggestions .suggestionsResultList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.suggestions .suggestionsResultList-item {
  padding: 12px 25px;
  line-height: 22px;
  font-size: 16px;
  cursor: pointer;
}
.suggestions .suggestionsResultList-item:hover {
  color: #fff;
  background-color: #F55B23;
}
.suggestions .suggestionsResultList-item .itemCon {
  padding-left: 30px;
  background: url(/app/castbox/static/images/searchIcon.png) no-repeat left center;
  background-size: auto 100%;
}
.suggestions .suggestionsResultList-item .itemCon span {
  color: black;
}
@media (min-width: 960px) {
  .suggestions {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 50px;
    width: 100%;
  }
  .suggestions.showSuggestion {
    height: auto;
  }
  .suggestions .suggestions-title {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 25px;
  }
  .suggestions .suggestionsResultList {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .suggestions .suggestionsResultList-item {
    padding: 12px 25px;
    line-height: 22px;
    font-size: 16px;
    cursor: pointer;
  }
  .suggestions .suggestionsResultList-item .itemCon {
    padding-left: 30px;
    background-size: auto 100%;
  }
}
.loginPage {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.loginPage-bottom {
  padding-top: .32rem;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}
.loginPage-bottom .loginPage-bottom-link {
  color: #4a90e2;
}
.loginPage-spilitLine {
  display: inline-block;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.32);
  padding: 0 12px;
  margin: 0.2rem auto 0.16rem;
  position: relative;
}
.loginPage-spilitLine::after,
.loginPage-spilitLine::before {
  border-radius: 0.5px;
  margin-top: -0.5px;
  position: absolute;
  content: ' ';
  top: 50%;
  width: 0.6rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.32);
}
.loginPage-spilitLine::before {
  left: -0.6rem;
}
.loginPage-spilitLine::after {
  right: -0.6rem;
}
.loginPage-img {
  width: 0.56rem;
  height: 0.56rem;
}
.loginPage-title {
  width: 100%;
  text-align: center;
  height: 22px;
  margin-top: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.loginPage-con {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.32);
  margin: 0.1rem auto 0.2rem;
  width: 100%;
  padding: 0 15px;
  line-height: 130%;
}
.loginPage .loginBox {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.loginPage .loginBox .loginItem {
  cursor: pointer;
  text-align: center;
  margin: 12px 16px 0;
  float: none;
  display: block;
}
.loginPage .userNav-list {
  position: fixed;
}
.loginBtn {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  width: 223px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 24px 0;
  border: 0;
  color: #fff;
  display: inline-block;
}
.loginBtn-img {
  height: 26px;
  margin: 8px 0 6px;
  width: auto;
  line-height: 40px;
  line-height: auto;
}
.loginBtn-text {
  font-size: 16px;
  margin-left: 14px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
}
.loginBtn.facebook {
  background-color: #3b5998;
}
.loginBtn.google {
  margin: 0;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.54);
}
.loginBtn.twitter {
  background-color: #6ab3ea;
}
.loginBtn.line {
  background-color: #3acf01;
}
.loginBtn.email {
  background-color: #f55b23;
}
.loginBtn.email .loginBtn-img {
  height: 16px;
  margin: 5px 0 6px;
}
.loginBtn.facebook,
.loginBtn.twitter,
.loginBtn.email,
.loginBtn.line {
  width: 40px;
  margin: 0 12px 14px;
  border-radius: 50%;
}
.loginBtn.facebook .loginBtn-text,
.loginBtn.twitter .loginBtn-text,
.loginBtn.email .loginBtn-text,
.loginBtn.line .loginBtn-text {
  display: none;
}
.userNav {
  position: relative;
  cursor: pointer;
  height: 50px;
  padding: 8px 15px;
}
.userNav.showNav .userNav-list {
  display: block;
}
.userNav-icon {
  height: 34px;
}
.userNav-img {
  width: 34px;
  height: 34px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
}
.userNav-name {
  vertical-align: top;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 12px;
  /* &:active, &:hover{
      text-decoration: underline;
    } */
}
.userNav-list {
  display: none;
  background-color: white;
  color: black;
  position: absolute;
  right: 0;
  top: 50px;
  width: 280px;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 4px 4px;
  text-align: left;
}
.userNav-list a {
  color: inherit;
}
.userNav-list a:active,
.userNav-list a:hover {
  color: #f55b23;
}
.userNav-list .userNav-item {
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.userNav-list .userNav-item:active,
.userNav-list .userNav-item:hover {
  color: #f55b23;
  background-color: white;
}
.userNav-list .userNav-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
  background: #f2f2f2;
}
.userNav-list .userNav-header-text {
  margin-left: 10px;
}
.userNav-list .userNav-body {
  padding: 15px;
}
.userNav .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 26px;
  margin-right: 24px;
}
.userNav .icon.creator {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAABMlBMVEUAAAD/gID/gED/gCv/bST/YED/XS7/aiv/WyT/YDD/aS3/Yyv/XS7/YCv2YSP3Yyn3YCj3XSf4Yib4XyT4XCP4Xij5YCb5XSX5XyT5Xif6XiT1XSf2Xib2XCP3Xib3XCb1XCP2WyT2XCT2XSb2XCX3XCT3WyT3XSX1XSP2XCX2XSP2XCP2XSX3XSX1XCT1XST1XCP1WyP2XST2XCT2WyP2XCP2XCP2WyT2XCT2WyT2XCP2WyP2XCP2XCT3XCT3WyP3XCP1XCP1WyT1XCP1XCT2XCT2XCP2XCP2XCT2XCT2XCP4XCP2XCP2XCT1WyP1XCP1WyT1XCT2XCP2WyP2WyP2XCT2WyT1XCT1WyP1XCT2WyT2XCT2WyP2XCP2XCT2WyT2WyP1XCP2XCP2WiP2WyP1WyMO2XnsAAAAZXRSTlMAAgQGBwgLDA4QERIWGB0fICEiIyQmKCkrLjE0Njo8PVBUVlhZW1xgZm9zdHZ8gIGCg4eIiYqLjI2PkJGTlZaXmJmaoKGjpqeqq66uwsXS09TV2Nrf5OXq7vHz9Pb3+Pn7/P3+/iklgK4AAAHlSURBVDjLzVRhW9JgFD3DzGoaVJjpoolghYqosyAIYoklBWIETCeuWpz//xf6MPZuvJt86Xl6ej/de3ee5+7ce88B/pen6Ea7Oxh024auzIElmxbFs8zkLTC17JB9I5tJpTJZo086ZTUOpw3pttaCfK3lcqRFcfkxO+uzpfUOxzkZlyMbCbmYaJB5qe+YO3H/s8PxTHd1xLpI9CNDF0mdwzCjCjui7z5J7ovuHZZD83NcwWNj4pRKzmRDMHKdYJ4mT0S8yxpQ464otNgUe7P4VNTfcA/Y43EwT1r+NnX2g984loHo0+dm0JgHDD63mZ0HzLI9jbrMTNezDRyyCBR5COReetUMu1PggCkvuPxxB1s8X17ucQuJm2uvmuJABl7wBRZ6dF32FvCc32WgaH3AD8DKmW2frQA1n0PQWpBZpZ0GoCgAHl3xmUwm4H/Kb2kvetzjZzEHIzLwpXPaHzc1bdO0eXEvMnDFoi+Bu6eTqbY+LUVXCJMtMd4npa+/f305SMcdxcyZAYu8CQsnfGYoi8N9UKq+589q9ehh3OFCHbLhRdu+/ote3uBIjRXX4qtC4d3bQuH1/VhxAXmyHpVrnYwKO94A8jGWMqJ7IlnKUIs1qYpsUhX1Ntszw7bXTP69kf7b9wdAz3wroZPSNAAAAABJRU5ErkJggg==);
}
.userNav .icon.history {
  background-image: url(https://s3.castbox.fm/webstatic/images/history.bd6741a8.png);
}
.userNav .icon.favorites {
  background-image: url(https://s3.castbox.fm/webstatic/images/favorite.cb3de495.png);
}
.userNav .icon.signOut {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAjVBMVEUAAACfn5+qqqqzs7Oenp6fn5+fn5+bm5udnZ2fn5+cnJycnJyenp6bm5udnZ2bm5uenp6bm5ucnJybm5udnZ2bm5ucnJybm5ucnJydnZ2cnJybm5ucnJycnJybm5ubm5ucnJybm5ucnJybm5ubm5ucnJybm5ucnJybm5ubm5ubm5ubm5ucnJybm5ubm5uKNx6hAAAALnRSTlMACAkKHSUtLi84Oz4/Sk5SVFdnaWt4fICEio2PlZacrrHAxMXMzNnt9vf6+/z9hCN3EQAAAKxJREFUOMvl1MkOgkAQBFBwBTdwX0BxQVGQ+v/P84aRLpKKV+rYeQM9Sfc4Tsvj+rNafJe5IINJFljn5UjPtaTIPQNjRPZ0hNjULphYOERiajeMSOPTnildKST5H/Yfaw0O3thqv55zSXrkkl2Gyi8cL6ucSuwbYaf4mYtX8xcXxyp3lBulxx2KULkMdQRyZ+GKOwsPz1Ccni6fHnlw5VWQl0teV/kB0J+UNuUDaHUjFnVBrCMAAAAASUVORK5CYII=);
}
.userNav .icon.subscribe {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAABGlBMVEUAAAD///////+qqqrMzMy2traqqqqdnZ2fn5+cnJympqaioqKdnZ2kpKSenp6ioqKcnJyhoaGfn5+enp6fn5+dnZ2fn5+enp6dnZ2cnJycnJydnZ2enp6dnZ2enp6enp6cnJybm5udnZ2cnJydnZ2dnZ2bm5ucnJybm5ubm5ucnJybm5ucnJydnZ2dnZ2cnJycnJydnZ2cnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJybm5ucnJycnJybm5ucnJybm5ucnJybm5ucnJybm5ubm5ucnJycnJybm5ubm5ucnJybm5ucnJybm5ucnJybm5ucnJybm5ubm5ubm5ucnJybm5ucnJybm5ugx1+BAAAAXXRSTlMAAQIDBQcMDRASFBYaHB0eHyYoKi00NTc5Oz5BQkZUWWRpa2xtcnN0eHt8fYSFh4mLjI6TnaKlp62ytLa+v8PEy8zQ0dTW2drc3d7k5+jp6+3u7/Dx8/T2+vv8/f78Md88AAAA8ElEQVQ4y2NgGJZAxNovCA34WgljquMJjMUC/LkxFKrG2vBxoAF+u1glDIXGsSqY1qjHGmBRqIypUC3WkCoKpSSJU8gYGkCcQubYKGoqlNHR0Y2N1tHRkSKg0BMWJ64EFEpqamrFRmtqaorT3TOgcAzxJzJmxEWpHdcDp1Dc3EyUCIXM2pGxsREaTIQUCtjHRusbxcTa8uJXKB8c6y3DwCDrExsoh0chu2lsrAUniMdlGRtrwoZLoYRXbJgCjK8YHusuhl2hQ1SsoyBCQNgpNsIRi0K9WKAvWJBFWIF+itXBUCjo7CaNLibr4iE0LAtkAGnmUgnVuPYLAAAAAElFTkSuQmCC);
}
.userNav .icon.releases {
  background-image: url(https://s3.castbox.fm/webstatic/images/new_release.53a15243.png);
}
.userNav .icon.playlist {
  background-image: url(https://s3.castbox.fm/webstatic/images/playlist.cb2e6f46.png);
}
.box-ellipsis {
  overflow: hidden;
  display: inline-block;
  word-break: break-word;
  width: 100%;
}
.box-ellipsis-lines {
  position: relative;
}
.box-ellipsis-lines-shadow {
  display: block;
  position: relative;
  color: transparent;
  opacity: 0;
  z-index: -999;
}
.box-ellipsis-lineClamp {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  position: relative;
}
.cookies-conf {
  position: fixed;
  z-index: 999;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.cookies-conf a {
  color: #f55b23;
}
.cookies-conf-main {
  margin: 0 auto;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0;
}
.cookies-conf-text {
  height: 100%;
}
.cookies-conf-btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
.cookies-conf-btn button {
  cursor: pointer;
  display: inline-block;
  height: 38px;
  width: 140px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.25px;
  border-radius: 19px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(80, 39, 0, 0.65);
          box-shadow: 0 4px 8px 0 rgba(80, 39, 0, 0.65);
  vertical-align: middle;
  color: #fff;
  border: none;
  background-color: #f55b23;
  margin: 12px 0 12px 20px;
}
.cookies-conf-btn button:active,
.cookies-conf-btn button:hover {
  color: #f55b23;
  background-color: #fff;
}
.cookies-conf-btn button.disAllowed {
  background-color: inherit;
  border: #fff solid 1px;
  font-weight: 400;
  opacity: 0.45;
}
.cookies-conf-btn button.disAllowed:active,
.cookies-conf-btn button.disAllowed:hover {
  background-color: #f2f2f2;
  color: #000;
}
@media (max-width: 720px) {
  .cookies-conf-main {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.textPage {
  padding: 10px 12px;
}
.textPage-t-lg {
  color: #000;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.textPage-t-sm {
  color: #000;
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.textPage-des {
  font-size: 14px;
  line-height: 19px;
  margin-top: 12px;
}
.faq-body {
  padding: 0.2rem 0;
}
.faq-body .connect-us {
  border: #e2e2e2 solid 0.02rem;
  border-radius: 8px;
  margin: 0.32rem 0.24rem 0;
  font-size: 0.32rem;
  font-weight: 500;
  color: #000;
  padding: 20px;
  text-align: center;
}
.faq-body .connect-us a {
  display: block;
  margin: 0.2rem 0.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.4rem;
  color: #fff;
  text-decoration: none;
  background: #f55b23;
}
.faq-body .connect-us a:active,
.faq-body .connect-us a:focus {
  outline: none;
  opacity: 0.6;
}
.faq-body-nav {
  padding: 0 0.3rem;
  text-align: center;
}
.faq-body-nav-item {
  cursor: pointer;
  font-size: 0.22rem;
  font-weight: bold;
  color: #f55b23;
  display: inline-block;
  height: 0.52rem;
  line-height: 0.52rem;
  margin: 0.12rem;
  padding: 0 0.18rem;
  border: 1px solid #f55b23;
  border-radius: 8px;
}
.faq-body-content {
  text-align: center;
}
.faq-body-content .textPage {
  text-align: left;
  padding: 0 0.3rem;
}
.faq-body-content .textPage-t-sm {
  margin-top: 0.4rem;
  font-size: 0.32rem;
  line-height: 0.42rem;
  font-weight: 700;
}
.faq-body-content .textPage-des,
.faq-body-content .textPage-iosdes {
  font-size: 0.28rem;
  line-height: 0.36rem;
  margin-top: 0.1rem;
}
.faq-body-title {
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
  display: inline-block;
  margin: 0.6rem 0 0.3rem;
}
@media (min-width: 1024px) {
  .faq-body {
    padding: 58px 0;
  }
  .faq-body-nav {
    float: left;
    width: 325px;
    text-align: right;
    margin-top: -30px;
  }
  .faq-body-nav-item {
    padding: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    display: block;
    height: 18px;
    line-height: 18px;
    border-radius: 0;
    margin: 30px 0;
    border: 0;
    background: none;
  }
  .faq-body-nav-item.active {
    border-right: 3px solid #000;
    color: #000;
  }
  .faq-body-content {
    margin-top: -40px;
    float: left;
    width: 699px;
    text-align: center;
  }
  .faq-body-content .textPage {
    text-align: left;
    padding: 0 0.3rem;
  }
  .faq-body-content .textPage .qa-item a {
    color: #000000;
  }
  .faq-body-content .textPage .qa-item a:hover,
  .faq-body-content .textPage .qa-item a:active {
    text-decoration: none;
  }
  .faq-body-content .textPage-t-sm,
  .faq-body-content .textPage-des,
  .faq-body-content .textPage-iosdes {
    position: relative;
    margin-left: 36px;
  }
  .faq-body-content .textPage-t-sm::before,
  .faq-body-content .textPage-des::before,
  .faq-body-content .textPage-iosdes::before {
    position: absolute;
    top: 0;
    width: 36px;
    height: 32px;
    left: -36px;
    color: #f55b23;
  }
  .faq-body-content .textPage-t-sm {
    margin-top: 40px;
    font-size: 22px;
    line-height: 36px;
  }
  .faq-body-content .textPage-t-sm::before {
    content: 'Q:';
  }
  .faq-body-content .textPage-des,
  .faq-body-content .textPage-iosdes {
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
  }
  .faq-body-content .textPage-des::before {
    content: 'A:';
    font-weight: 700;
  }
  .faq-body-title {
    display: none;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main {
  display: block;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(158, 158, 158, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(158, 158, 158, 0.9);
}
[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  margin: 10px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 10px;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding: 10px;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 5px;
  margin-left: 0;
}
blockquote {
  margin: 0 0 10px;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 10px;
  overflow: auto;
}
figure {
  margin: 0 0 10px;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
button {
  border-radius: 0;
}
button:focus {
  outline: none;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.clearfix:before,
.clearfix:after,
.modal .modal-content .modal-header:before,
.modal .modal-content .modal-header:after,
.modal .modal-content .modal-footer:before,
.modal .modal-content .modal-footer:after {
  display: table;
  content: ' ';
}
.clearfix:after,
.modal .modal-content .modal-header:after,
.modal .modal-content .modal-footer:after {
  clear: both;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal.fade.in {
  opacity: 1;
}
.modal .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.modal .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.modal .modal-header .close {
  margin-top: -2px;
}
.modal .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal .modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal .modal-content .modal-header .modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal .modal-content .modal-header .close {
  margin-top: -2px;
}
.modal .modal-content .modal-body {
  position: relative;
  padding: 15px;
}
.modal .modal-content .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal .modal-content .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal .modal-content .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal .modal-content .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-open {
  overflow: hidden;
  padding-right: 6px !important;
}
.modal-open .castboxMain #castboxHeader {
  padding-right: 6px;
}
.modal-open .indexMain .indexPage .main-header .header-pc {
  padding-right: 6px;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code,
pre {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.modal-header .close {
  margin-top: -2px;
}
/*
* base.less
*
* 此处存放基础设置下项：
* 1. 跟字号和rem缩放比例设置；
* 2. media查询区间变量
* 3. 一些字号的设置
*
*/
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.font-xs-t1 {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 500;
  font-family: inherit;
}
.font-xs-t2 {
  font-size: 14px;
  line-height: 160%;
  font-weight: inherit;
  color: #9B9B9B;
  text-align: center;
  font-family: inherit;
}
.font_lg_t2 {
  font-size: 18px;
  line-height: 160%;
  font-weight: inherit;
  color: #9B9B9B;
  text-align: left;
  font-family: inherit;
}
html {
  font-size: 100px;
}
html #root {
  font-size: 14px;
}
@media (min-width: 200px) {
  html {
    font-size: 45px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 53px;
  }
}
@media (min-width: 425px) {
  html {
    font-size: 60px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 100px;
  }
}
@keyframes myopacityin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes myopacityin {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes play {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes play {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loadingBox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.loadingBox .loadingMain {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem 0 0 -0.8rem;
  text-align: center;
}
.loadingBox .loadingMain .loadImg {
  width: 52px;
  height: 67px;
}
.loadingBox .loadingMain .loadtext {
  color: #919191;
  font-size: 1em;
}
@media (min-width: 720px) {
  .loadingBox .loadingMain {
    width: 160px;
    height: 160px;
    margin: -80px 0 0 -80px;
  }
  .loadingBox .loadingMain .loadImg {
    width: 80px;
    height: 104px;
  }
  .loadingBox .loadingMain .loadtext {
    margin-top: -6px;
  }
}
.opacityinAnimate {
  -webkit-animation: myopacityin .3s linear forwards;
  animation: myopacityin .3s linear forwards;
}
button,
input,
select,
textarea {
  outline: none;
}
input,
button {
  outline: none;
  border: 0;
}
input:active,
button:active,
input:focus,
button:focus,
input:hover,
button:hover {
  outline: none;
  border: 0;
}
/* public */
body {
  color: #565a5f;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 14px;
  font-family: 'Hind Siliguri', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(158, 158, 158, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(158, 158, 158, 0.9);
}
*:focus {
  outline: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  border: 0;
  color: inherit;
  outline-offset: 0;
}
.form-control:active,
.Select-control:active,
.form-control:focus,
.Select-control:focus,
.form-control:hover,
.Select-control:hover {
  outline: 0;
  border: #f55b23 solid 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 91, 35, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 91, 35, 0.6);
}
.left {
  float: left;
}
.right {
  float: right;
}
.childContent {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 20px 10px;
  border-radius: 4px;
}
.childContent .guru-breadcrumb {
  border-bottom: 1px solid #dcdcdc;
}
.guru-btn-big {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 45px;
  border-radius: 4px;
}
.guru-btn-big.focus,
.guru-btn-big:focus,
.guru-btn-big:hover {
  color: #fff;
  /* transform: scale(1.05); */
  /* font-size: 12px; */
  text-decoration: none;
}
.childrenMain {
  margin-top: 42px;
}
.logo-btn {
  background-color: #f55b23;
  color: #fff;
  outline: none;
  border: 0;
  outline-offset: 0;
}
.logo-btn.focus,
.logo-btn:focus,
.logo-btn:hover {
  color: #fff;
  text-decoration: none;
}
.big-margin-top {
  margin-top: 50px;
}
.small-margin-top {
  margin-top: 20px;
}
.textRight {
  text-align: right;
}
.A_link {
  position: fixed;
  left: -500px;
  width: 100px;
}
.s-alert-wrapper .s-alert-effect-scale {
  border-radius: 6px;
  padding: 1em 1.5em;
  z-index: 9999;
}
.s-alert-wrapper .s-alert-effect-scale .s-alert-close {
  right: 0;
  top: 0;
}
.modal-dialog {
  margin: 50px auto 30px;
}
.categoritesSel.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.searchTypeSel.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.categoritesSel.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label,
.searchTypeSel.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #F55B23;
}
.categoritesSel.Select--single > .Select-control .Select-value,
.searchTypeSel.Select--single > .Select-control .Select-value,
.categoritesSel .Select-placeholder,
.searchTypeSel .Select-placeholder {
  color: #F55B23;
}
.categoritesSel .Select-control,
.searchTypeSel .Select-control,
.categoritesSel.is-focused:not(.is-open) .Select-control,
.searchTypeSel.is-focused:not(.is-open) .Select-control,
.categoritesSel.is-open .Select-control,
.searchTypeSel.is-open .Select-control {
  border: 3px solid #F55B23;
  border-color: #F55B23;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.categoritesSel .Select-control .Select-value,
.searchTypeSel .Select-control .Select-value,
.categoritesSel.is-focused:not(.is-open) .Select-control .Select-value,
.searchTypeSel.is-focused:not(.is-open) .Select-control .Select-value,
.categoritesSel.is-open .Select-control .Select-value,
.searchTypeSel.is-open .Select-control .Select-value {
  color: #F55B23;
}
.categoritesSel .Select-control .Select-arrow,
.searchTypeSel .Select-control .Select-arrow,
.categoritesSel.is-focused:not(.is-open) .Select-control .Select-arrow,
.searchTypeSel.is-focused:not(.is-open) .Select-control .Select-arrow,
.categoritesSel.is-open .Select-control .Select-arrow,
.searchTypeSel.is-open .Select-control .Select-arrow {
  border-color: #F55B23 transparent transparent;
}
@media (max-width: 768px) {
  body {
    position: relative;
    font-size: 16px;
  }
  body h1 {
    font-size: 22px;
    margin: 0;
  }
  body .childrenMain {
    margin-top: 0.7rem;
  }
  body .big-margin-top {
    margin-top: 30px;
  }
  body .small-margin-top {
    margin-top: 12px;
  }
  body .modal-dialog {
    margin: 30px auto;
  }
}
@media (min-width: 768px) {
  body {
    position: relative;
    font-size: 22px;
  }
  body h1 {
    font-size: 26px;
    margin: 0;
  }
  body .feedPage {
    background: url('/app/castbox/static/images/WEB-Background.jpg') repeat 0 0;
  }
}
.textLeft {
  display: inline-block;
  text-align: left;
}
.textLeft .textTwoClamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ellipsis {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
/*
* base.less
*
* 此处存放基础设置下项：
* 1. 跟字号和rem缩放比例设置；
* 2. media查询区间变量
* 3. 一些字号的设置
*
*/
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.font-xs-t1 {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 500;
  font-family: inherit;
}
.font-xs-t2 {
  font-size: 14px;
  line-height: 160%;
  font-weight: inherit;
  color: #9B9B9B;
  text-align: center;
  font-family: inherit;
}
.font_lg_t2 {
  font-size: 18px;
  line-height: 160%;
  font-weight: inherit;
  color: #9B9B9B;
  text-align: left;
  font-family: inherit;
}
html {
  font-size: 100px;
}
html #root {
  font-size: 14px;
}
@media (min-width: 200px) {
  html {
    font-size: 45px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 53px;
  }
}
@media (min-width: 425px) {
  html {
    font-size: 60px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 100px;
  }
}
#findAppBar {
  height: 1.2rem;
  background-color: rgba(53, 53, 53, 0.9);
  padding: 0.2rem 0;
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 10;
}
#findAppBar .findAppBar_con {
  height: 0.8rem;
  margin: 0 auto;
  width: 96%;
  max-width: 320px;
}
#findAppBar .findAppBar_con .text {
  padding: 0 .2rem 0 .85rem;
  width: 100%;
  font-size: 14px;
  color: #fff;
  height: 0.8rem;
  line-height: 0.8rem;
  background: url(/app/castbox/static/images/logo.png) no-repeat left center;
  background-size: .65rem .74rem;
}
#DownloadApp {
  height: 1.2rem;
  padding: 0.45rem 0;
  color: #fff;
  margin-top: -1.2rem;
}
#DownloadApp .logoText {
  height: 0.3rem;
}
#DownloadApp .downlink {
  font-size: 1.2em;
  margin-right: 0px;
}
#DownloadApp .downlink .DownloadApp_logo {
  height: 0.3rem;
  margin-left: 12px;
  font-size: 1.14em;
}
@media (max-width: 321px) {
  #findAppBar .findAppBar_con .text {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  #DownloadApp {
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(53, 53, 53, 0.9);
  }
}
/*
* base.less
*
* 此处存放基础设置下项：
* 1. 跟字号和rem缩放比例设置；
* 2. media查询区间变量
* 3. 一些字号的设置
*
*/
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.font-xs-t1 {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 500;
  font-family: inherit;
}
.font-xs-t2 {
  font-size: 14px;
  line-height: 160%;
  font-weight: inherit;
  color: #9B9B9B;
  text-align: center;
  font-family: inherit;
}
.font_lg_t2 {
  font-size: 18px;
  line-height: 160%;
  font-weight: inherit;
  color: #9B9B9B;
  text-align: left;
  font-family: inherit;
}
html {
  font-size: 100px;
}
html #root {
  font-size: 14px;
}
@media (min-width: 200px) {
  html {
    font-size: 45px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 53px;
  }
}
@media (min-width: 425px) {
  html {
    font-size: 60px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 100px;
  }
}
.textFontL {
  font-size: 2.5em;
  line-height: 120%;
}
.textFont3 {
  font-size: 1.875em;
  line-height: 120%;
}
.textFont5 {
  font-size: 1.5em;
  line-height: 120%;
}
.textFont6 {
  font-size: 1.25em;
  line-height: 120%;
}
.textFont8 {
  font-size: 1em;
  line-height: 120%;
}
.castboxMain {
  min-width: 960px;
  font-size: 14px;
  font-size: 10px;
}
.castboxMain a {
  color: inherit;
  text-decoration: none;
}
.castboxMain .mainBoxFooter {
  position: fixed;
}
.castboxMain #castboxHeader {
  width: 100%;
}
.castboxMain .childrenBox {
  width: 100%;
  padding-top: 0.7rem;
}
.castboxMain .childrenBox .castboxIndex {
  background-color: #f2f2f2;
}
#error404 {
  width: 100%;
  margin: 2.02rem auto 0;
  text-align: center;
}
#error404 #btn-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#error404 #btn-box .self_btn .retry {
  text-align: center;
  width: 33vw;
  padding: 0.18rem 0;
}
#error404 .top {
  margin: 0 auto;
  width: 2.26rem;
  height: 2.4rem;
  overflow: hidden;
}
#error404 .top img {
  width: 100%;
}
#error404 .title h1 {
  margin-top: 0.14rem;
  font-size: 1.875em;
  line-height: 120%;
  font-weight: 500;
}
#error404 .title p {
  margin-top: 0.14rem;
  font-size: 1.5em;
  line-height: 120%;
  color: #919191;
}
#error404 .self_btn {
  margin: 0.42rem auto;
}
#error404 .self_btn .retry {
  font-size: 1.875em;
  line-height: 120%;
  /* Rectangle 103: */
  border-radius: 4px;
  color: #f55b23;
  padding: 0.18rem 1.04rem;
  background-color: rgba(0, 0, 0, 0);
  border: #f55b23 solid 2px;
  -webkit-box-shadow: 0 1px 2px 1px rgba(245, 91, 35, 0.25);
          box-shadow: 0 1px 2px 1px rgba(245, 91, 35, 0.25);
}
#error404 .self_btn .retry:active,
#error404 .self_btn .retry:hover {
  -webkit-box-shadow: 0 1px 2px 1px rgba(245, 91, 35, 0.55);
          box-shadow: 0 1px 2px 1px rgba(245, 91, 35, 0.55);
}
#error404 .container {
  position: fixed;
  bottom: 0;
  background-color: #343434;
}
.coverRowLeft {
  width: 100%;
  height: 1.58rem;
}
.coverRowLeft .topCover {
  float: left;
  margin: 0.14rem 0 0;
  width: 1.3rem;
  height: 1.3rem;
}
.coverRowLeft .topCover img {
  width: 100%;
  height: 100%;
}
.coverRowLeft .bottomCon {
  height: 1.58rem;
  margin-left: 1.58rem;
  border-bottom: rgba(0, 0, 0, 0.12) solid 1px;
}
.coverRowLeft .bottomCon .title {
  margin-top: 0.41rem;
  font-size: 1.5em;
  line-height: 120%;
  font-weight: 500;
  width: 100%;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.coverRowLeft .bottomCon .author {
  margin-top: 0.16rem;
  font-size: 1.25em;
  line-height: 120%;
  color: #666666;
  width: 100%;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.castboxIndex {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
.castboxIndex .coverBox {
  margin-bottom: 0.2rem;
  background-color: #fff;
  padding: 0.1rem 12px;
}
.castboxIndex .coverBox .coverBoxHead {
  margin: 20px 1.6%;
  height: 0.28rem;
}
.castboxIndex .coverBox .coverBoxHead .coverBoxTitle {
  font-size: 20px;
  color: black;
  font-weight: 600;
  line-height: 0.28rem;
  height: 0.28rem;
  float: left;
}
.castboxIndex .coverBox .coverBoxHead .more {
  font-size: 16px;
  color: #777;
  font-weight: 400;
  line-height: 0.28rem;
  height: 0.28rem;
  float: right;
  text-decoration: underline;
}
.castboxIndex .coverBox .coverBoxHead .more a:focus,
.castboxIndex .coverBox .coverBoxHead .more a:active,
.castboxIndex .coverBox .coverBoxHead .more a:hover {
  color: #000;
}
.searchMain {
  width: 100%;
  color: #fff;
}
.searchMain .newkeywords {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
}
.searchMain .newkeywords .keyword,
.searchMain .newkeywords .keyword_new {
  font-size: 16px;
  font-weight: 500;
}
.searchMain .newkeywords .keyword {
  color: #f55b23;
}
.searchMain .serchForm {
  position: relative;
  width: 5.6rem;
  height: 0.72rem;
  padding: 0;
  margin: 0.88rem auto 0;
  border-bottom: #939393 solid 1px;
}
.searchMain .serchForm .searchTypeSel {
  display: none;
}
.searchMain .serchForm .input {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  height: 0.72rem;
  width: 100%;
  padding: 0 0.88rem 0 0.16rem;
  font-size: 2.5em;
  line-height: 120%;
  font-weight: 300;
  line-height: 0.72rem;
}
.searchMain .serchForm .handleSubmit {
  position: absolute;
  top: -6px;
  right: 0;
  width: 0.65rem;
  height: 0.72rem;
  background: url('/app/castbox/static/images/searchIcon.png') no-repeat center center;
  background-size: 0.58rem 0.64rem;
  cursor: pointer;
}
.searchMain .searchResult {
  padding-top: 0.2rem;
}
.searchMain .searchResult .genreList {
  padding: 30px 0 0;
  text-align: left;
}
.searchMain .searchResult .genreList .genreRow {
  display: block;
  margin: 0 0 30px;
  background-color: #fff;
}
.searchMain .searchResult .genreList .genreRow .coverRow {
  width: 100%;
  height: 80px;
  margin: 0;
}
.searchMain .searchResult .genreList .genreRow .coverRow .indexNum {
  height: 80px;
  width: 40px;
  text-align: left;
  float: left;
  font-size: 20px;
  line-height: 28px;
  padding-top: 20px;
}
.searchMain .searchResult .genreList .genreRow .coverRow .topCover {
  float: left;
  margin: 0;
  width: 80px;
  height: 80px;
}
.searchMain .searchResult .genreList .genreRow .coverRow .topCover img {
  width: 100%;
  height: 100%;
}
.searchMain .searchResult .genreList .genreRow .coverRow .bottomCon {
  text-align: left;
  width: 395px;
  float: left;
  height: 80px;
  padding: 0 20px;
  margin: 0;
  border-bottom: 0;
}
.searchMain .searchResult .genreList .genreRow .coverRow .bottomCon .title {
  margin-top: 12px;
  font-size: 14px;
  color: black;
  font-weight: 400;
  width: 100%;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
}
.searchMain .searchResult .genreList .genreRow .coverRow .bottomCon .author {
  margin-top: 8px;
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
  font-weight: normal;
  width: 100%;
  height: 2.4em;
  line-height: 1.2em;
  overflow: hidden;
}
.searchMain .searchResult .genreList .genreRow .coverRow .row-sub {
  float: right;
  margin-right: 30px;
  width: 30px;
  height: 80px;
  position: relative;
}
.searchMain .searchResult .genreList .genreRow .coverRow .row-sub-img {
  cursor: pointer;
  background-image: url(https://s3.castbox.fm/webstatic/images/subBtn.efc6508f.png);
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
.searchMain .searchResult .genreList .genreRow .coverRow .row-sub .is-subed .row-sub-img {
  background-image: url(https://s3.castbox.fm/webstatic/images/subedBtn.32dc06bf.png);
}
.searchMain .searchResult .empty {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 3rem;
  margin-left: -1.5rem;
  font-size: 1.5em;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 0.2rem;
  text-align: center;
}
.searchMain .searchResult .keywords {
  text-align: left;
}
.searchMain .searchResult .keywords .keyword {
  margin: 12px 15px;
  padding: 0.12rem 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4em;
  vertical-align: top;
}
.leftContainer {
  width: 599px;
  float: left;
  border-right: 1px solid #dcdcdc;
}
.rightContainer {
  width: 320px;
  float: left;
}
.castboxMain {
  background-color: #f2f2f2;
}
.castboxMain .childrenBox {
  padding-top: 60px;
}
.castboxMain .childrenBox .castboxIndex .coverBoxHead,
.castboxMain .childrenBox .castboxIndex .coverBoxList,
.castboxMain .childrenBox .categoriesMain,
.castboxMain .childrenBox .networksMain {
  width: 960px;
  margin: 0 auto;
}
.castboxMain .childrenBox .genreMain,
.castboxMain .childrenBox .searchMain {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
.castboxMain #error404 #btn-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.castboxMain #error404 #btn-box .self_btn {
  margin: 30px 20px;
}
.castboxMain #error404 #btn-box .self_btn .retry {
  text-align: center;
  width: 200px;
  padding: 13px 0;
}
.castboxMain #error404 .top {
  width: 168px;
  height: 180px;
  overflow: hidden;
}
.castboxMain #error404 .top img {
  width: 100%;
}
.castboxMain #error404 .title h1 {
  font-size: 24px;
  font-weight: 500;
}
.castboxMain #error404 .title p {
  margin-top: 8px;
  font-size: 20px;
}
.castboxMain #error404 .self_btn {
  margin: 30px auto;
}
.castboxMain #error404 .self_btn .retry {
  font-size: 20px;
  /* Rectangle 103: */
  border-radius: 4px;
  padding: 14px 74px;
}
.castboxMain #error404 .container {
  display: none;
}
.castboxMain #castboxHeader {
  position: fixed;
  z-index: 98;
}
.castboxIndex .recommendation {
  margin-top: 0;
}
.castboxIndex .topBoxLink {
  height: 86px;
  padding-bottom: 20px;
  text-align: center;
}
.castboxIndex .topBoxLink-btn {
  font-size: 20px;
  color: black;
  font-weight: 600;
  width: 200px;
  height: 46px;
  display: inline-block;
  color: #fdfdfd;
  line-height: 46px;
  background-color: #F55B23;
  border-radius: 4px;
}
.castboxIndex .recommendation,
.castboxIndex .topPodcast {
  padding-top: 0;
}
.castboxIndex .recommendation .coverBoxHead,
.castboxIndex .topPodcast .coverBoxHead {
  height: auto;
  padding: 20px;
}
.castboxIndex .recommendation .coverBoxHead .coverBoxTitle,
.castboxIndex .topPodcast .coverBoxHead .coverBoxTitle,
.castboxIndex .recommendation .coverBoxHead .more,
.castboxIndex .topPodcast .coverBoxHead .more {
  height: 28px;
  line-height: 28px;
}
.castboxIndex .recommendation .coverBoxHead coverBoxTitle,
.castboxIndex .topPodcast .coverBoxHead coverBoxTitle {
  font-size: 20px;
  font-weight: bold;
}
.castboxIndex .recommendation .coverBoxList,
.castboxIndex .topPodcast .coverBoxList {
  padding: 0 5px 42px;
  text-align: left;
}
.castboxIndex .recommendation .coverBoxList .coverRow,
.castboxIndex .topPodcast .coverBoxList .coverRow {
  text-align: left;
}
.castboxIndex .recommendation .coverBoxList .coverRow {
  text-align: left;
}
.castboxIndex .recommendation .coverBoxList .coverRow:last-child .bottomCon {
  border-bottom: rgba(0, 0, 0, 0) solid 1px;
}
.castboxIndex .topPodcast .coverBoxList .coverRow .bottomCon {
  background-color: rgba(0, 0, 0, 0);
  color: #505050;
}
.castboxIndex .coverBox {
  padding: 0;
  margin-bottom: 0;
}
.castboxIndex .coverBox:nth-child(3n + 4) {
  border-radius: 4px;
  background-color: #f6f6f6;
}
.castboxIndex .coverBox:nth-child(3n + 4) .coverBoxList .coverRow .bottomCon {
  padding: 10px 0;
}
.castboxIndex .coverBox:nth-child(3n + 4) .coverBoxList .coverRow.rowLeft .bottomCon {
  padding: 0 20px;
}
.castboxIndex .episode_list .coverBoxList {
  padding: 0 20px 0 30px;
}
.castboxIndex .episode_list .coverBoxList .episodeRow {
  width: 455px;
  float: left;
  margin: 0 0 20px;
  padding: 0;
  height: 100px;
  border: none;
}
.castboxIndex .episode_list .coverBoxList .episodeRow:nth-child(2n + 1) {
  padding-right: 10px;
}
.castboxIndex .episode_list .coverBoxList .episodeRow .ep-item {
  margin: 0;
}
.castboxIndex .episode_list .coverBoxList .episodeRow .ep-item-con-des {
  font-size: 12px;
}
.genreMain {
  padding: 20px 20px 10px;
}
.genreMain .topCategory {
  padding-top: 20px;
}
.genreMain .genreList {
  padding: 30px 0 0;
  text-align: left;
}
.genreMain .genreList .genreRow {
  display: block;
  margin: 0 0 30px;
  background-color: #fff;
}
.genreMain .genreList .genreRow .coverRow {
  width: 100%;
  height: 80px;
  margin: 0;
}
.genreMain .genreList .genreRow .coverRow .indexNum {
  height: 80px;
  width: 40px;
  text-align: left;
  float: left;
  font-size: 20px;
  line-height: 28px;
  padding-top: 20px;
}
.genreMain .genreList .genreRow .coverRow .topCover {
  float: left;
  margin: 0;
  width: 80px;
  height: 80px;
}
.genreMain .genreList .genreRow .coverRow .topCover img {
  width: 100%;
  height: 100%;
}
.genreMain .genreList .genreRow .coverRow .bottomCon {
  text-align: left;
  width: 395px;
  float: left;
  height: 80px;
  padding: 0 20px;
  margin: 0;
  border-bottom: 0;
}
.genreMain .genreList .genreRow .coverRow .bottomCon .title {
  margin-top: 12px;
  font-size: 14px;
  color: black;
  font-weight: 400;
  width: 100%;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
}
.genreMain .genreList .genreRow .coverRow .bottomCon .author {
  margin-top: 8px;
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
  font-weight: normal;
  width: 100%;
  height: 2.4em;
  line-height: 1.2em;
  overflow: hidden;
}
.genreMain .genreList .genreRow .coverRow .row-sub {
  float: right;
  margin-right: 30px;
  width: 30px;
  height: 80px;
  position: relative;
}
.genreMain .genreList .genreRow .coverRow .row-sub-img {
  cursor: pointer;
  background-image: url(https://s3.castbox.fm/webstatic/images/subBtn.efc6508f.png);
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
.genreMain .genreList .genreRow .coverRow .row-sub .is-subed .row-sub-img {
  background-image: url(https://s3.castbox.fm/webstatic/images/subedBtn.32dc06bf.png);
}
.networksMain .genreList {
  padding: 22px;
  text-align: left;
}
.networksMain .genreList .genreRow {
  display: inline-block;
  width: 180px;
  height: 260px;
  margin: 0 8px 16px;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.networksMain .genreList .genreRow .coverRow {
  display: inline-block;
  width: 180px;
  height: 260px;
}
.networksMain .genreList .genreRow .coverRow .topCover {
  width: 180px;
  height: 180px;
}
.networksMain .genreList .genreRow .coverRow .topCover img {
  width: 100%;
  height: 100%;
}
.networksMain .genreList .genreRow .coverRow .bottomCon {
  text-align: left;
  width: 180px;
  height: 80px;
  padding: 0 14px;
  margin: 0;
  position: relative;
}
.networksMain .genreList .genreRow .coverRow .bottomCon .count {
  font-size: 1em;
  line-height: 120%;
  position: absolute;
  width: 26px;
  height: 26px;
  max-width: 32px;
  max-height: 32px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #f59716;
  top: 8px;
  right: 8px;
  text-align: center;
  color: #fff;
}
.networksMain .genreList .genreRow .coverRow .bottomCon .title {
  margin-top: 14px;
  font-size: 1.25em;
  line-height: 120%;
  padding-right: 32px;
  font-weight: 500;
  width: 100%;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.networksMain .genreList .genreRow .coverRow .bottomCon .author {
  margin-top: 10px;
  font-size: 1em;
  line-height: 120%;
  font-weight: normal;
  width: 100%;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.searchMain {
  position: relative;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.searchMain .serchForm {
  position: relative;
  width: 550px;
  height: 37px;
  padding: 0;
  margin: 40px auto 0;
}
.searchMain .serchForm .searchTypeSel {
  display: block;
  position: absolute;
  bottom: 0;
}
.searchMain .serchForm .searchTypeSel .Select-control {
  background-color: #dcdcdc;
  border-radius: 4px 0 0 4px;
}
.searchMain .serchForm input:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0);
  color: initial;
}
.searchMain .serchForm .input {
  position: absolute;
  left: 96px;
  background-color: rgba(0, 0, 0, 0);
  height: 37px;
  width: 418px;
  padding: 0 15px;
  border: #939393 solid 1px;
  font-size: 2.5em;
  line-height: 120%;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 37px;
}
.searchMain .serchForm .handleSubmit {
  position: absolute;
  border: #939393 solid 1px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  top: 0;
  right: 0;
  padding: 6px;
  width: 37px;
  height: 37px;
  background: url('/app/castbox/static/images/searchIcon.png') no-repeat center center;
  background-size: auto 23px;
}
.searchMain .searchResult {
  padding-top: 0.2rem;
}
.searchMain .searchResult .genreList {
  padding: 30px 0 0;
  text-align: left;
  color: #000;
}
.searchMain .searchResult .genreList .genreRow {
  display: block;
  margin: 0 0 30px;
  background-color: #fff;
}
.searchMain .searchResult .genreList .genreRow .coverRow {
  width: 100%;
  height: 80px;
  margin: 0;
}
.searchMain .searchResult .genreList .genreRow .coverRow .indexNum {
  height: 80px;
  width: 40px;
  text-align: left;
  float: left;
  font-size: 20px;
  line-height: 28px;
  padding-top: 20px;
}
.searchMain .searchResult .genreList .genreRow .coverRow .topCover {
  float: left;
  margin: 0;
  width: 80px;
  height: 80px;
}
.searchMain .searchResult .genreList .genreRow .coverRow .topCover img {
  width: 100%;
  height: 100%;
}
.searchMain .searchResult .genreList .genreRow .coverRow .bottomCon {
  text-align: left;
  width: 395px;
  float: left;
  height: 80px;
  padding: 0 20px;
  margin: 0;
  border-bottom: 0;
}
.searchMain .searchResult .genreList .genreRow .coverRow .bottomCon .title {
  margin-top: 12px;
  font-size: 14px;
  color: black;
  font-weight: 400;
  width: 100%;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
}
.searchMain .searchResult .genreList .genreRow .coverRow .bottomCon .author {
  margin-top: 8px;
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
  font-weight: normal;
  width: 100%;
  height: 2.4em;
  line-height: 1.2em;
  overflow: hidden;
}
.searchMain .searchResult .genreList .genreRow .coverRow .row-sub {
  float: right;
  margin-right: 30px;
  width: 30px;
  height: 80px;
  position: relative;
}
.searchMain .searchResult .genreList .genreRow .coverRow .row-sub-img {
  cursor: pointer;
  background-image: url(https://s3.castbox.fm/webstatic/images/subBtn.efc6508f.png);
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
.searchMain .searchResult .genreList .genreRow .coverRow .row-sub .is-subed .row-sub-img {
  background-image: url(https://s3.castbox.fm/webstatic/images/subedBtn.32dc06bf.png);
}
.searchMain .searchResult .empty {
  font-size: 1.5em;
  line-height: 120%;
  color: #000;
  padding-top: 0.2rem;
  text-align: center;
}
.searchMain .searchResult .keywords {
  width: 550px;
  margin: 0 auto;
  padding: 0;
}
.searchMain .searchResult .keywords .keyword {
  color: #000;
  margin: 12px 0;
  padding: 0.12rem 0;
}
#castboxHeader {
  background-color: white;
  height: 50px;
  color: black;
  border-bottom: 2px solid #f55b23;
}
#castboxHeader .castboxHeaderContainer {
  width: 960px;
  height: 100%;
  margin: 0 auto;
}
#castboxHeader .nav-item {
  height: 50px;
  vertical-align: top;
  margin: 0 15px;
  font-size: 14px;
  line-height: 50px;
}
#castboxHeader .nav-item.link.active,
#castboxHeader .nav-item.link:hover {
  color: #f55b23;
}
#castboxHeader .nav-item .text {
  margin-left: 10px;
  font-size: 14px;
  line-height: 50px;
}
#castboxHeader .nav-item .text:active,
#castboxHeader .nav-item .text:hover {
  text-decoration: underline;
}
#castboxHeader .nav-item.right {
  float: right;
}
#castboxHeader .nav-item.left {
  float: left;
}
#castboxHeader .nav-item.upload .img {
  width: 34px;
}
#castboxHeader .nav-item.search .img {
  cursor: pointer;
  width: 34px;
}
#castboxHeader .navLogo .logoTextCover {
  height: 35px;
  margin-right: 15px;
}
#castboxHeader .topUserNav {
  margin: 0;
  padding: 0;
}
#castboxHeader .navSearch {
  width: 370px;
  float: right;
}
#castboxHeader .navSearch .searchForm .input {
  padding: 2px 50px;
}
.searchForm {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 100%;
}
.searchForm .input {
  line-height: 22px;
  background-color: transparent;
  width: 100%;
  padding: 2px 80px;
  font-size: 18px;
  font-weight: 400;
  color: black;
  border: none;
  height: 100%;
}
.searchForm .handleSubmit {
  position: absolute;
  padding: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAAEXYOuTAAAAkFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADDIYgjAAAAL3RSTlMAAQIEDA0iJik4OkBBREVGUlddXmRmbW+DkJmaoqOlra6/wsPE2eft7u/y8/b8/bEVRWgAAAIgSURBVBgZjcGLYhlbAEDRrYQMRqtuERGPBB3RY///3/WMGY+ZJnHXApI1keQSIlkTyYmAEbBtACkgZJz0OBGYACq51KzTU3JSErYdSkJDShJJbiIV/5FbvE8p6OjhxYzIAbl9gLcNBUFKTZEzkTORUn9HIgUBAzmPREtz7RC4+k3h1bOEiyfdUOqqFHTAreCSSKlZOYOFP6lTePeBOoWpc+oU0C5VmhJl7rnxS9sUgq6a5Prq0cDFsye7lCj4m1Jjuj5sFwlViWev3MjUl16rM8rUlDO1S2mjTxSCe66+a0puaeDWQMkpVRvfgGdX1CigTWoyE1DqRi5Aqeu4BaXuwXdQ6nquQal7cQo7+9RoA1KlqqtEOqFCE6K2PnLjaMbJWCdcBB1SGKt9cs2VHnVIoe3VkqEOKaU7T56JhvqNj/z4Q1U623ljN0v5THvph5Zt/jUO5lb9JhfN/spcGFM1NgoTPjAJRmOu2pm6f+QTj3s1a1NKjCZ8YWKUcJIadflS1yglauzUPnf01V0DmKpz7pqrU2Ct9rirp66Bg9rirpZ6ALZqh7s66hZYqCPuGqkLIFGzJnc0MzUhmqkr7lipM05e1Q1f2qivlJZqGPCpQVCXXKRB3Q/40Pejeky59WRu06Wmu7EQhlSkmSfZ/Gev02p1eqN55kmWDoMahlQlb/7jLSE3DGr4QV0jmS7W28Nhu15MkwZXw6B/mvx/35rwF4lyYfyjBTFKAAAAAElFTkSuQmCC);
}
.searchForm .handleCancel {
  cursor: pointer;
  position: absolute;
  padding: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAAGh2Vg8AAAAZlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwbJTWAAAAInRSTlMADhAcHiI6PUJERUhKTFGChIWdoaLDxdjZ2tvc3d7l5+j6QH/IVwAAARhJREFUOMu1kd1SwyAQRk+0WismWutPDf1Cef+X9IJQ2DTUKzOTZOfM4WNZALgH4QACgEMA5N9c1W/+OqXazaqT5ezmgA7v07qBVGoA8H4uwMch7xY8WU7LNCQ3y96zk6d60s6+QKdLcIIFzNACwMUYWIQOdWbJyNBkJLh/MhledBtDeAapr8moF3rDRp3AsERqlklhhWRWk8QsgV4xWAJTjL0lo8JVz6d/6vl92fOW7mPR8xvdp46LJs3dfevrjs1Rkm9obpT08wD0vqG5UdIpX/GqZpVV7Vq50tYVo7WVizZNtxSAfooxxnBLwY0KMZ6bcyvtNudmT9TSFida01YOvdQac6m1x/boivZ6a3S9l3Tgr2d72He/lrgo7RHTaVIAAAAASUVORK5CYII=);
}
.searchForm .suggestions {
  width: 100%;
}
.searchForm .suggestions.showSuggestion {
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0.02rem 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.02rem 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
}
.msg-nav {
  position: relative;
  height: 50px;
  padding: 8px 0;
}
.msg-nav-icon {
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.msg-nav-icon .img {
  vertical-align: top;
  width: 34px;
  height: 34px;
}
.msg-nav .msglist {
  display: none;
  position: absolute;
  right: -64px;
  top: 50px;
  width: 280px;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 4px 4px;
}
.msg-nav.show .msglist {
  display: block;
}
.msglist {
  max-height: 483px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 12px 0 12px 12px;
}
.msglist::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.msglist::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.msglist::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(158, 158, 158, 0.6);
}
.msglist::-webkit-scrollbar-thumb:hover {
  background-color: rgba(158, 158, 158, 0.9);
}
.msg-item {
  width: 100%;
  padding: 10px 12px 10px 0;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: #ccc solid 1px;
}
.msg-item:first-child {
  border-top: none;
}
.msg-item-cover {
  height: 40px;
  width: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.msg-item-cover .img {
  vertical-align: top;
  overflow: hidden;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  width: 100%;
}
.msg-item-info {
  padding-left: 10px;
  display: block;
  overflow: hidden;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.msg-item-info-t {
  font-size: 14px;
  opacity: 0.7;
}
.msg-item-info-d {
  margin-top: 6px;
  font-size: 12px;
}
.msg-item-info-date {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.6;
}
.msg-item-link {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.msg-item-link .img {
  width: 100%;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.castboxFooterBar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 46px;
  zoom: 1;
  -webkit-box-shadow: 0 -5px 8px 0 rgba(240, 240, 240, 0.8);
          box-shadow: 0 -5px 8px 0 rgba(240, 240, 240, 0.8);
  background-color: #fafafa;
  z-index: 111;
}
.castboxFooterBar .footemain {
  width: 960px;
  margin: 0 auto;
  padding: 0 12px;
  /* overflow: hidden; */
}
.castboxFooterBar .footemain .PlayControl {
  float: left;
  width: 168px;
  height: 18px;
  margin: 13px -21px;
}
.castboxFooterBar .footemain .PlayControl .icon {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 18px;
  margin: 0 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
}
.castboxFooterBar .footemain .PlayControl .back {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAYAAAAWl4iLAAACIElEQVRIDa2Wy2oUQRSGY0az9pYLipoEo0meQOND+AQ+gaAMMqiIZCPqawQjggQSEiIxSzcqrtwk4kMkXsZbEPT7Rk4703b3WDP54Zvqqj71z+nqqjNTG+hPJ5h+Gb7CTn9Wf2ePcfkAPsJjsN+3RnG4D3vwCz7DI3C8Zzn5HvwATYMm14swDAODfiRohNir0ICh3LwD9A9BLTfetavpPOQzNeMv8AROQpJ8vLvwHeLRo9X0KSSbHmfSHfgGYRat22wJTkGSNL0NGoRZtI4tw2lI0jGib4KPGmbRmv0KTECSNG2AWyjMotV0FSYhSUeJvgFu+jCL1pe3BmchSUeIrkOZ6TPunUtyJFjT6/AJIsNozXQDzkOSDhN9DSwoYRatB+I5zECS3Ni3oOjxwzQ5U2uFZ1zKVHWvbE423m0pNomczaITL6penkviy5tO9MzCNa9D0Xq7M9xuyevNnJbigBSdOs3XYepPaPlnUVH2yL4Hs74EFu/QQS4sOhq/gdIf0CJj4lsl8h2tWc9Bkbkn8DXswj8qMzbQzDW3PJaZWzNewQfoUJWxgZpug1+iuUsR8voMhLmnNlM3YwOrzF0izS2hZp6Z/48x8S1zl8VdYebt8zQfB81fgkWsI8B+lfwlcVl+wgXIm08w5rK8gGb7TfpdpfkWaH4R2ud7Ot/CBrh8PWmMWfm/WAuMDffklpuk+UPwhS2C/X2TtfwKuLYd+g1kfq4MP3lRAwAAAABJRU5ErkJggg==);
  background-size: 10px 16px;
}
.castboxFooterBar .footemain .PlayControl .forward {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAYAAAAWl4iLAAABvUlEQVRIDa2W6UpCQRiGTQKz5VL6VRStRlSY+KOVCipb7qbLilaUaKEfYUTZvtxB6/OKHygoNp++8PjpeObhnDln5kwkUpkOfo7CbGVzY7/a6J6GPFzCNDScGIYUSPoLP3AOSXBHl68zvQZJDcnPYAqCE6VHC7SWKBeovRt2YKL8j5DvGt8ZuAE7Y6vftJ3COLgSp5fkt2BSq5KfwBi4Ivk8FMCkViXPgR5HV9rptQAPYFKrX7RlYQRckXwZHsGkViU/hiFwRY/hCjyBSa1KfgQD4Irkq/AMJrUq+QH0gyud9FqHVzCp1U/a9qEPXOmiVwbewKRWJd+DXnBF8i14B5NalXwXesAVDcsGfIBJrUquG1oclihfQqL1o17+c0yFQ0OxDbXO1jUUkm5CU2+exjUDTX3cJF2DF7CbZFUT5BCCJ0i9Waf1YhCCYutEraks6XCQkYO1si1BtZVNa3IWgpdNSReh2losaQ4SEJQ4R2uBL4DdIKuSul5Nkmr3c1dD6nqZ6pGS9L6KVHsLSSchOBrXFFyBXbqqpNoNuTYs9CsmxmcSTC7pRamN0lgkT0MetCnUVTQtmhgJmGvU+AcW7rvkQgVbkwAAAABJRU5ErkJggg==);
}
.castboxFooterBar .footemain .PlayControl .playBtn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.castboxFooterBar .footemain .PlayControl .loading {
  background-size: 14px 14px;
}
.castboxFooterBar .footemain .PlayControl .pause {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAoCAYAAACfKfiZAAACnUlEQVRYCcWXa4tNYRiGl2MOyZlxbEQRkSIGv8M3n+QH+EmbJqeQ8AGJ8kGRIiFkjJmIHMdhzDi7rre9VtuYba+197uWp671rqZp7ns9636fd02S/OeaVNdfVV+/sv6q0lNqYB+iS2AIhuEnVFKpgf2o7YXZ8AHeg90ovVIDu1HqgW2wAX6AJj7V71nKqUYDCk+A5bALFoMm7MgolJKNsQbQCTWd62bYAv6OJuQ7RK1mBlKRRdzYjZUwAnbENVpIWxlAK5kC68B8zAJNfIQoIc1jAK1Qc7huh7WguK/EkHbUjSIG0EomQjfshAVgN0RDbYW0qAF0Qs3kakANqjtHE3bE7Vuo2jWQinRxY0hXgLnQhCHN3Y1ODaCVTIX1YEinwRDk3rIxDKAXah7XHbAGvoCvpeW5EtMAemForWbVyFxIs9E0pLENoBnKebEVNoLbVCPjnitlGUAv7I5lrIbUsKbd8PVkIS3TADqhDOYmsCNOVQMq3yC8M1ePY0/DMmshf9xudEN6rtiNUMe42pYqMBN3YA/Mn8ylyvLJB+Ac3IeRqgw4ol/BVTgIl8DJmVRhQKFH4Gs+AoOQnaBlGjDlL8CnrcE18BX8UWUZeIvKXTgEJ+EljFuxDYyi8gzOwgHQhGO4acUy4Dt9DdfBkF0AJ1/LimHAGd8PJ+Aw9EHuD5NODPiJbsiuQA3cYsNQqNo1YHvvgdvqODyH7IDhPncVNWCgDNl5qMEtyOY594UrrwGf7g3chF44A++g48pj4DMqT+A0KP4Aov2L9i8DJtkBYrjc05fBxEetZgb8YHgIzu+j8BSy+c19tBprwJCZ6IvgU9+Av+Y3P4tWjQac37fB+X0KPD5Lr9TAY5Q8JnvB+R2+11grq6UozahMrUHoN80HxB1aexEOAAAAAElFTkSuQmCC);
}
.castboxFooterBar .footemain .PlayControl .pause.loading {
  background-image: url(https://s3.castbox.fm/webstatic/images/footerloading3.8c0a6964.gif);
}
.castboxFooterBar .footemain .PlayControl .play {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAiCAMAAAB7o0l7AAAAQlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO4fbyAAAAFXRSTlMACAkXGCYxYGGInKSlvL3D2Nnq8/ahrtgNAAAAWklEQVQoz+3TSQ6AIBQEURxAxVmp+1/VhX6TJl7AhF7WW7dzdT90lcv2xHYHtkbN4gTAqGjxAOBQtMg9RYsFC/4RTwBORYszAIuixZCAFBTf6OMaff7Pz6i7AGDUIztR1wJpAAAAAElFTkSuQmCC);
}
.castboxFooterBar .footemain .PlayControl .play.loading {
  background-image: url(https://s3.castbox.fm/webstatic/images/footerloading3.8c0a6964.gif);
}
.castboxFooterBar .footemain .sticker {
  float: left;
}
.castboxFooterBar .footemain .sticker #PlayerStickBar {
  width: 445px;
  height: 46px;
  padding: 0 20px 0 30px;
}
.castboxFooterBar .footemain .sticker #PlayerStickBar .currentTime,
.castboxFooterBar .footemain .sticker #PlayerStickBar .duration {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  width: 70px;
  height: 46px;
  line-height: 46px;
}
.castboxFooterBar .footemain .sticker #PlayerStickBar #PlayerStick_coat {
  margin: 0 70px;
  height: 100%;
  padding: 21px 0;
  vertical-align: middle;
}
.castboxFooterBar .footemain .sticker #PlayerStickBar #PlayerStick_coat .PlayerStickBar {
  width: 100%;
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #dcdcdc;
  padding: 0;
  height: 4px;
  margin: 0;
}
.castboxFooterBar .footemain .sticker #PlayerStickBar #PlayerStick_coat .PlayerStickBar .playerStick {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #F55B23;
  width: 0;
  margin: 0 -1px;
  height: 4px;
}
.castboxFooterBar .footemain .sticker #PlayerStickBar #PlayerStick_coat .PlayerStickBar .circleBar {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: #F55B23;
  border: #fff solid 2px;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.castboxFooterBar .footemain .playbackRate {
  float: left;
  width: 30px;
  margin: 0 20px 0 0;
  height: 46px;
  font-size: 14px;
  position: relative;
}
.castboxFooterBar .footemain .playbackRate-value {
  cursor: pointer;
  height: 46px;
  width: 100%;
  line-height: 46px;
}
.castboxFooterBar .footemain .playbackRate-list {
  position: absolute;
  left: 50%;
  height: ;
  top: -8px;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: height 500ms;
  -o-transition: height 500ms;
  transition: height 500ms;
  width: 50px;
  background-color: #fafafa;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(240, 240, 240, 0.8);
          box-shadow: 0 2px 4px 0 rgba(240, 240, 240, 0.8);
}
.castboxFooterBar .footemain .playbackRate-list.hide {
  height: 0;
}
.castboxFooterBar .footemain .playbackRate-list-item {
  padding: 0;
  text-align: center;
  cursor: pointer;
  line-height: 25px;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}
.castboxFooterBar .footemain .playbackRate-list-item:hover,
.castboxFooterBar .footemain .playbackRate-list-item:active {
  color: #000;
  background-color: #ccc;
}
.castboxFooterBar .footemain .footerFeed {
  margin-left: 30px;
  width: 256px;
  float: left;
}
.castboxFooterBar .footemain .footerFeed .leftImg {
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 4px;
}
.castboxFooterBar .footemain .footerFeed .rightText {
  float: left;
  width: 210px;
  padding-left: 12px;
  padding-top: 6px;
}
.castboxFooterBar .footemain .footerFeed .rightText .title,
.castboxFooterBar .footemain .footerFeed .rightText .author {
  width: 100%;
  height: 18px;
  line-height: 18px;
}
.castboxFooterBar .footemain .footerFeed .rightText .title {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.castboxFooterBar .footemain .footerFeed .rightText .author {
  margin-top: 2px;
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
/*
* base.less
*
* 此处存放基础设置下项：
* 1. 跟字号和rem缩放比例设置；
* 2. media查询区间变量
* 3. 一些字号的设置
*
*/
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.font-xs-t1 {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 500;
  font-family: inherit;
}
.font-xs-t2 {
  font-size: 14px;
  line-height: 160%;
  font-weight: inherit;
  color: #9B9B9B;
  text-align: center;
  font-family: inherit;
}
.font_lg_t2 {
  font-size: 18px;
  line-height: 160%;
  font-weight: inherit;
  color: #9B9B9B;
  text-align: left;
  font-family: inherit;
}
html {
  font-size: 100px;
}
html #root {
  font-size: 14px;
}
@media (min-width: 200px) {
  html {
    font-size: 45px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 53px;
  }
}
@media (min-width: 425px) {
  html {
    font-size: 60px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 100px;
  }
}
.volumeCtrl {
  float: left;
  width: 20px;
  position: relative;
}
.volumeCtrl-img {
  margin-top: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.volumeCtrl-sliderCon {
  -webkit-transition: height 100ms;
  -o-transition: height 100ms;
  transition: height 100ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  background-color: #FAFAFA;
  position: fixed;
  bottom: 48px;
  margin-left: -6px;
  width: 30px;
  height: 120px;
  padding: 10px 7px;
}
.volumeCtrl-sliderCon .rc-slider-vertical .rc-slider-rail {
  width: 2px;
}
.volumeCtrl-sliderCon .rc-slider-vertical .rc-slider-track {
  width: 2px;
  background-color: #F55B23;
}
.volumeCtrl-sliderCon .rc-slider-vertical .rc-slider-step {
  width: 2px;
}
.volumeCtrl-sliderCon .rc-slider-vertical .rc-slider-handle {
  width: 10px;
  height: 10px;
  margin-left: -4px;
}
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 5px #57c5f7;
          box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 0 5px #96dbfa;
          box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px #d9d9d9;
          box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
#PlayerStickBar {
  padding: 0 .15rem;
  height: .42rem;
}
#PlayerStickBar .currentTime,
#PlayerStickBar .duration {
  width: 3.5em;
  font-size: 100%;
  line-height: .42rem;
  text-align: center;
  color: #fff;
}
#PlayerStickBar .currentTime {
  float: left;
  text-align: left;
}
#PlayerStickBar .duration {
  float: right;
  text-align: right;
}
#PlayerStickBar #PlayerStick_coat {
  margin: 0 3.5em;
  padding: .17rem 0;
}
#PlayerStickBar #PlayerStick_coat .PlayerStickBar {
  position: relative;
  border-radius: 0.03rem;
  -moz-border-radius: 0.03rem;
  -webkit-border-radius: 0.03rem;
  background-color: #fff;
  padding: 0;
  height: 0.06rem;
  margin: 0;
}
#PlayerStickBar #PlayerStick_coat .PlayerStickBar .playerStick {
  border-radius: 0.03rem;
  -moz-border-radius: 0.03rem;
  -webkit-border-radius: 0.03rem;
  background-color: #F55B23;
  width: 0%;
  margin: 0 -1px;
  height: 0.06rem;
}
#PlayerStickBar #PlayerStick_coat .PlayerStickBar .circleBar {
  position: absolute;
  top: -0.13rem;
  left: -0.13rem;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: -0.16rem;
  background-color: #fff;
  border: #fff solid 1px;
  border-radius: 0.16rem;
}
.userTopCover {
  max-width: 960px;
  margin: 0 auto;
  height: 200px;
  background-image: -webkit-linear-gradient(135deg, #fbc861, #f7843a);
  background-image: -webkit-linear-gradient(315deg, #fbc861, #f7843a);
  background-image: -o-linear-gradient(315deg, #fbc861, #f7843a);
  background-image: linear-gradient(135deg, #fbc861, #f7843a);
  border-radius: 4px;
}
.userTopCover-cover {
  margin-left: 60px;
  margin-top: 40px;
  width: 120px;
}
.userTopCover-cover-img {
  border-radius: 50%;
  border: #dcdcdc solid 4px;
  width: 120px;
  height: 120px;
}
.userTopCover-name {
  margin-left: 30px;
  margin-top: 75px;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 4px;
  color: #fafafa;
}
.userTopCover-edit {
  padding: 5px;
  margin: 15px;
  color: white;
}
.userTopCover-edit-btn {
  border: 10px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  height: 36px;
  line-height: 38px;
  min-width: 88px;
  color: white;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.userTopCover-edit-btn:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.userTopCover-edit-btn:hover,
.userTopCover-edit-btn:active {
  color: white;
  background-color: rgba(153, 153, 153, 0.2);
}
.userTopCover-edit-btn-txt {
  position: relative;
  padding-left: 8px;
  padding-right: 16px;
  vertical-align: middle;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.userTopCover-edit-btn-icon {
  width: 22px;
  height: 22px;
  margin-left: 12px;
  display: inline-block;
}
.profileModalTitle {
  background: #f2f2f2;
  padding: 13px 20px;
}
.profilModalContent {
  border-radius: 4px;
}
.profileModalBody {
  padding: 46px 20px;
}
.profileForm-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.profileForm .f-btn.cancel {
  color: #f55b23;
}
.profileForm .f-btn.cancel:hover {
  border: 1px solid #DCDCDC;
}
.profileForm .f-btn.sub:disabled {
  background-color: #f5f5f5 !important;
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed !important;
}
.profileForm .f-btn.sub.loadding {
  cursor: progress !important;
}
.profileForm .editBtn {
  bottom: 0;
  right: 0;
}
.edit-profile-modal {
  max-width: 768px;
}
.edit-profile-modal.modal-dialog {
  margin: 150px auto 30px;
}
.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%;
  background-color: #000;
}
.ReactCrop:focus {
  outline: none;
}
.ReactCrop--disabled {
  cursor: inherit;
}
.ReactCrop__image {
  display: block;
  max-width: 100%;
}
.ReactCrop--crop-invisible .ReactCrop__image {
  opacity: 0.5;
}
.ReactCrop__crop-selection {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: move;
  -webkit-box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
  border: 1px solid;
  border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
  border-image-slice: 1;
  border-image-repeat: repeat;
}
.ReactCrop--disabled .ReactCrop__crop-selection {
  cursor: inherit;
}
.ReactCrop__drag-handle {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 1px solid transparent;
}
.ReactCrop .ord-nw {
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: nw-resize;
}
.ReactCrop .ord-n {
  top: 0;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: n-resize;
}
.ReactCrop .ord-ne {
  top: 0;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: ne-resize;
}
.ReactCrop .ord-e {
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: e-resize;
}
.ReactCrop .ord-se {
  bottom: 0;
  right: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  cursor: se-resize;
}
.ReactCrop .ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}
.ReactCrop .ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}
.ReactCrop .ord-w {
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: w-resize;
}
.ReactCrop__disabled .ReactCrop__drag-handle {
  cursor: inherit;
}
.ReactCrop__drag-bar {
  position: absolute;
}
.ReactCrop__drag-bar.ord-n {
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -3px;
}
.ReactCrop__drag-bar.ord-e {
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  margin-right: -3px;
}
.ReactCrop__drag-bar.ord-s {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-bottom: -3px;
}
.ReactCrop__drag-bar.ord-w {
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  margin-left: -3px;
}
.ReactCrop--new-crop .ReactCrop__drag-bar,
.ReactCrop--new-crop .ReactCrop__drag-handle,
.ReactCrop--fixed-aspect .ReactCrop__drag-bar {
  display: none;
}
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
  display: none;
}
@media (max-width: 768px) {
  .ReactCrop__drag-handle {
    width: 17px;
    height: 17px;
  }
  .ReactCrop .ord-nw {
    margin-top: -9px;
    margin-left: -9px;
  }
  .ReactCrop .ord-n {
    margin-top: -9px;
    margin-left: -9px;
  }
  .ReactCrop .ord-ne {
    margin-top: -9px;
    margin-right: -9px;
  }
  .ReactCrop .ord-e {
    margin-top: -9px;
    margin-right: -9px;
  }
  .ReactCrop .ord-se {
    margin-bottom: -9px;
    margin-right: -9px;
  }
  .ReactCrop .ord-s {
    margin-bottom: -9px;
    margin-left: -9px;
  }
  .ReactCrop .ord-sw {
    margin-bottom: -9px;
    margin-left: -9px;
  }
  .ReactCrop .ord-w {
    margin-top: -9px;
    margin-left: -9px;
  }
  .ReactCrop__drag-bar.ord-n {
    height: 14px;
    margin-top: -7px;
  }
  .ReactCrop__drag-bar.ord-e {
    width: 14px;
    margin-right: -7px;
  }
  .ReactCrop__drag-bar.ord-s {
    height: 14px;
    margin-bottom: -7px;
  }
  .ReactCrop__drag-bar.ord-w {
    width: 14px;
    margin-left: -7px;
  }
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.userCerterTopNavBar {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #dcdcdc;
}
.userCerterTopNavBar .topNavBar-con {
  list-style: none;
  text-align: left;
  color: #000;
  padding-bottom: 0.02rem;
}
.userCerterTopNavBar .topNavBar-con .topNavBar-item {
  font-size: 20px;
  color: #777;
  font-weight: 400;
  padding: 0 2px;
  margin: 0 13px;
  height: 68px;
  line-height: 68px;
  display: inline-block;
}
.userCerterTopNavBar .topNavBar-con .topNavBar-item.epl {
  position: relative;
}
.userCerterTopNavBar .topNavBar-con .topNavBar-item {
  font-weight: 400;
}
.userCerterTopNavBar .topNavBar-con .topNavBar-item:hover,
.userCerterTopNavBar .topNavBar-con .topNavBar-item a:focus,
.userCerterTopNavBar .topNavBar-con .topNavBar-item a:hover {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
  font-weight: 400;
}
.userCerterTopNavBar .topNavBar-con .topNavBar-item .active {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.userCerterTopNavBar .topNavBar-con .topNavBar-item .active:hover,
.userCerterTopNavBar .topNavBar-con .topNavBar-item .active:focus {
  font-weight: 600;
}
.playlists-modal {
  height: 68px;
  width: 23px;
  display: inline-block;
}
.playlists-modal-target {
  display: inline-block;
}
.playlists-modal-btn {
  font-size: 12px;
  width: 17px;
  height: 13px;
  padding: 0 7px;
  display: inline;
  vertical-align: middle;
}
.playlists-modal-list {
  background: #fff;
  width: 200px;
  padding: 15px 0 0;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.playlists-modal-list .list-item {
  padding: 8px 23px;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.54);
}
.playlists-modal-list .list-item.hover:hover {
  background: #f55b23;
  color: #fff;
}
.playlists-modal-list .new-playlist {
  padding: 8px 0 0;
  border-top: 1px solid #dcdcdc;
}
.playlists-modal-list .new-playlist-btn {
  padding: 8px 23px;
  margin: 0 -23px;
}
.playlists-modal-list .new-playlist-btn:hover {
  background: #f55b23;
  color: #fff;
}
.userCerterTopNavBar .topNavBar-con .topNavBar-item .active + .playlists-modal #epl-select-icon {
  fill: #f55b23;
}
.userCerterTopNavBar .topNavBar-con .playlists-modal-btn:hover #epl-select-icon {
  fill: #f55b23;
}
.userCerterTopNavBar .topNavBar-con #epl-select-icon {
  fill: #777;
}
.rc-tooltip.playlists-modal-overlay {
  padding: 0;
  opacity: 1;
  z-index: 100;
}
.rc-tooltip.playlists-modal-overlay .rc-tooltip-arrow {
  display: none;
}
.rc-tooltip.playlists-modal-overlay .rc-tooltip-inner {
  padding: 0;
  background: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rc-tooltip.playlists-modal-overlay .playlists-modal-list {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
}
.rc-tooltip.playlists-modal-overlay.playlists-sel-tooltip .playlists-modal-list {
  margin: -16px 0 0 -68px;
}
.new-playlist-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -126px 0 0 -180px;
  width: 360px;
  height: 252px;
}
.new-playlist-modal .modal-content,
.new-playlist-modal .modal-body {
  width: 100%;
  height: 100%;
  padding: 0;
}
.new-playlist-modal .modal-content {
  overflow: hidden;
}
.new-playlist-title {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  color: #000;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
}
.new-playlist-con {
  padding: 0 20px;
}
.new-playlist-con .ctrls {
  margin-top: 70px;
  text-align: right;
}
.new-playlist-con .ctrls .c-btn {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  padding: 0 14px;
  border-radius: 4px;
}
.new-playlist-con .ctrls .ok {
  background: #f55b23;
  color: #fff;
  border: #f55b23 solid 1px;
}
.new-playlist-con .ctrls .ok:hover,
.new-playlist-con .ctrls .ok[disabled] {
  color: #f55b23;
  background: #fff;
}
.new-playlist-con .ctrls .ok[disabled] {
  cursor: progress;
}
.new-playlist-con .ctrls .cancel {
  border: 1px solid #dcdcdc;
  background: #f2f2f2;
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.54);
}
.new-playlist-con .ctrls .cancel:hover {
  background: #fff;
}
.new-playlist-input {
  margin: 30px 0 0;
  font-size: 14px;
  width: 100%;
  padding: 0 14px;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.32);
  text-align: left;
  border: 1px solid #dcdcdc;
}
.new-playlist-input:active,
.new-playlist-input:hover,
.new-playlist-input:focus {
  border: 1px solid #f55b23;
  color: rgba(0, 0, 0, 0.6);
}
.new-playlist-msg {
  position: relative;
  height: 0;
  width: 100%;
}
.new-playlist-err {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: rgba(255, 0, 0, 0.8);
  font-size: 0.1rem;
  line-height: 14px;
  margin-top: 8px;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
          animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
          animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn;
          animation-name: rcToolTipZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut;
          animation-name: rcToolTipZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.rightFooter {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 44px;
  width: 100%;
  padding: 10px 20px;
}
.rightFooter .footerLinks {
  height: 24px;
  line-height: 24px;
  list-style: none;
  padding: 0;
  float: left;
}
.rightFooter .footerLinks-item {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  margin-right: 20px;
  display: inline-block;
}
.rightFooter .footerLinks-item a {
  color: inherit;
}
.rightFooter .footerLinks-item a:active,
.rightFooter .footerLinks-item a:hover {
  text-decoration: underline;
  color: #000;
}
.rightFooter .footerCounrtySel {
  float: right;
}
.rightFooter .footerCounrtySel .countryCover {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: top;
}
.rightFooter .footerCounrtySel .countryName {
  text-align: right;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.rightContainer {
  border-left: 1px solid #dcdcdc;
  margin-left: -1px;
}
.rightContainer .rightContainer-item {
  width: 300px;
  overflow-x: hidden;
  font-size: 14px;
  margin-left: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(220, 220, 220, 0.3);
}
.rightContainer .rightContainer-item:first-child {
  border: 0;
}
.rightContainer .adBanner {
  width: 300px;
  padding: 12px 0;
}
.rightContainer .downloadPlay-title {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
}
.rightContainer .downloadPlay-title-empty {
  margin-top: -24px;
}
.rightContainer .downloadPlay-title strong {
  font-weight: 700;
  font-style: italic;
}
.rightContainer .downloadPlay-item {
  margin-top: 24px;
}
.rightContainer .downloadPlay-item .link,
.rightContainer .downloadPlay-item .text {
  float: left;
  width: 50%;
  padding: 0 12px;
}
.rightContainer .rightFooter {
  height: auto;
}
.countryListSelModal {
  max-width: 500px;
}
.countryListSelModal .modal-title {
  font-size: 18px;
}
.countryListSelModal .countryItem {
  border-bottom: #ccc solid 1px;
  margin: 0 24px;
  padding: 24px 0;
}
.countryListSelModal .countryItem .icon,
.countryListSelModal .countryItem .countryName {
  float: left;
}
.countryListSelModal .countryItem .icon {
  width: 48px;
  margin-right: 20px;
}
.countryListSelModal .countryItem .countryName {
  color: #000;
  line-height: 48px;
}
.footer_select_country {
  cursor: pointer;
}
.footer_select_country .countryName {
  color: #757575;
  font-size: 14px;
}
.footer_select_country .countryName:hover {
  color: #000;
  text-decoration: underline;
}
.castboxMain .childrenBox .historyList .genreMain,
.castboxMain .childrenBox .subListPage .genreMain,
.castboxMain .childrenBox .historyList .networksMain,
.castboxMain .childrenBox .subListPage .networksMain {
  padding: 0;
  margin: 0;
}
.castboxMain .childrenBox .historyList .genreList,
.castboxMain .childrenBox .subListPage .genreList {
  padding: 20px 0 0;
}
.castboxMain .childrenBox .historyList .no-result,
.castboxMain .childrenBox .subListPage .no-result {
  height: 200px;
  line-height: 120px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}
.checkbox-terms {
  font-size: 14px;
  margin: 10px 0 25px 0;
}
.checkbox-terms a {
  color: #1890ff;
}
.checkbox-terms .confirm-terms-txt {
  padding: 0 8px;
}
.checkbox-terms-txt {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
}
.btn-org {
  padding: 0.1rem 0.4rem;
  font-size: 14px;
  color: #ffffff !important;
  background: #f55b23;
  border-radius: 4px;
}
.btn-org[disabled] {
  background: #ccc;
  cursor: not-allowed;
}
.claim-page {
  max-width: 960px;
  padding: 0.3rem 0 0 0;
  margin: 0px auto;
  background-color: #ffffff;
}
.claim-page input {
  height: 0.36rem;
  padding: 0.25rem 0.48rem;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 14px;
  color: #565a5f;
}
.claim-page input:focus {
  color: #565a5f;
}
.claim-page .claim-content {
  width: 80%;
  padding: 0.2rem 0 0.5rem 0;
  margin: 0 auto;
}
.claim-page .channel-info {
  height: 1.26rem;
  padding: 0.2rem 0 0 0.2rem;
  border-radius: 4px;
  font-size: 0px;
  background: #f6f6f6;
}
.claim-page .channel-info .channel-face {
  display: inline-block;
  width: 0.86rem;
  height: 0.86rem;
}
.claim-page .channel-info .channel-detail {
  display: inline-block;
  vertical-align: top;
  height: 0.86rem;
  padding: 0.2rem 0 0 0.2rem;
  border-radius: 4px;
  background: #f6f6f6;
}
.claim-page .channel-info .channel-detail .channel-name {
  font-size: 16px;
  font-weight: 700;
  color: #171f31;
}
.claim-page .channel-info .channel-detail .channel-author {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.32);
}
.claim-page .form-tip {
  margin: 0.2rem 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 425px) {
  .claim-page .email-form div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.15rem;
  }
  .claim-page .email-form div > div {
    -webkit-flex: 0.45 1 0%;
        -ms-flex: 0.45 1 0%;
            flex: 0.45 1 0%;
  }
  .claim-page .email-form div > div .input-icon {
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    margin: 0.06rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .claim-page .email-form div > div input {
    width: 100%;
    padding: 0.1rem 0.35rem;
  }
  .claim-page .email-form div > div input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.32);
  }
  .claim-page .email-form div > div input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.32);
  }
  .claim-page .email-form div > div input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.32);
  }
  .claim-page .email-form div > div input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.32);
  }
  .claim-page .email-form div > div .to-black {
    -webkit-filter: brightness(0.25);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .claim-page .btn-g {
    text-align: center;
    margin-top: 0.3rem;
  }
}
@media (max-width: 424px) {
  .claim-page .email-form div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .claim-page .email-form div > div {
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-bottom: 0.26rem;
  }
  .claim-page .email-form div > div .input-icon {
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    margin: 0.14rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .claim-page .email-form div > div input {
    width: 100%;
  }
  .claim-page .email-form div > div input:focus + .input-icon {
    -webkit-filter: brightness(0.25);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .claim-page .btn-g {
    text-align: center;
    margin-top: 0;
  }
}
.tip-page {
  margin: 0 auto;
  max-width: 13rem;
}
.tip-page .tip-content {
  width: 100%;
  height: 6.2rem;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tip-page .tip-content .tip {
  text-align: center;
}
.tip-page .tip-content .tip img {
  width: 1rem;
}
.tip-page .tip-content .tip .status {
  padding: 0.1rem 0;
  font-size: 20px;
  font-weight: 700;
}
.tip-page .tip-content .tip p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.32);
}
.tip-page .tip-content .tip p a {
  color: #4a90e2;
  font-weight: 700;
}
.tip-page .tip-content .tip p a:hover {
  text-decoration: underline;
}
.tip-page .tip-content .tip .btn-g {
  padding-top: 1rem;
}
@media (max-width: 424px) {
  .tip-page .tip-content {
    height: 11rem;
  }
}
.claim-modal-claim-btn {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.54);
  color: #ffffff;
  border-radius: 20px;
  padding: 8px 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.claim-modal-claim-btn-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  text-align: center;
  line-height: 24px;
}
.claim-modal-claim-btn-icon img {
  display: inline-block;
  width: 14px;
  height: 18px;
}
.claim-modal-claim-btn span {
  vertical-align: middle;
}
.claim-modal-content {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 700px;
  margin-left: -350px;
  font-size: 14px;
}
.claim-modal-content.modal-dialog .modal-header {
  height: 50px;
  width: 100%;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px;
  padding: 0 20px;
  line-height: 50px;
}
.claim-modal-content.modal-dialog .modal-body {
  padding: 20px;
  padding-top: 0;
}
.claim-modal-content ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(0, 0, 0, 0.32);
}
.claim-modal-content :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.32);
}
.claim-modal-content ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.32);
}
.claim-modal-content :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.32);
}
.claim-modal-content .claim-text {
  margin: 20px 0;
}
.claim-modal-content .claim-text-href {
  color: #f55b23;
  text-decoration: underline;
}
.claim-modal-content .input-box {
  margin-bottom: 30px;
}
.claim-modal-content .input-box-value {
  width: 100%;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  padding: 0 14px;
}
.claim-modal-content .input-box-value:hover {
  border: 1px solid #f55b23;
}
.claim-modal-content .input-box-value:focus {
  border: 1px solid #f55b23;
}
.claim-modal-content .input-box-error {
  margin-top: 10px;
  line-height: 1.524;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 14px;
}
.claim-modal-content .modal-btn-box {
  text-align: right;
  margin: 30px 30px 10px 0;
}
.claim-modal-content .modal-btn-box .modal-btn {
  cursor: pointer;
  display: inline-block;
  height: 36px;
  background: #f55b23;
  border-radius: 4px;
  color: white;
  line-height: 36px;
  font-size: 14px;
  padding: 0 14px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.claim-modal-content .modal-btn-box .modal-btn:hover {
  background-color: #ffffff;
  border: 1px solid #f55b23;
  color: #f55b23;
}
.claim-modal-content .modal-btn-box .modal-btn.cancel {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.54);
  margin-right: 20px;
}
.claim-modal-content .modal-btn-box .modal-btn.cancel:hover {
  border: 1px solid transparent;
  background-color: rgba(153, 153, 153, 0.2);
}
.claim-modal-content .modal-btn-box .modal-btn.disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: transparent;
  cursor: not-allowed;
}
.claim-modal-content .modal-btn-box .modal-btn.disabled .btn-loading {
  margin-right: 8px;
}
.claim-modal-content .modal-btn-box .modal-btn .btn-loading {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.claim-modal-content .modal-btn-box .modal-btn .btn-loading img {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.claim-modal-terms a {
  color: #1890ff;
}
.claim-modal-terms .title-2 {
  opacity: 0.56;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 20px;
  margin-bottom: 16px;
}
.claim-modal-terms .terms-content {
  height: 318px;
  font-size: 14px;
  color: #000000;
  text-align: left;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding: 10px;
  overflow-y: auto;
}
.claim-modal-terms .terms-content-t {
  margin-bottom: 18px;
  font-weight: 500;
}
.claim-modal-terms .terms-content-d {
  margin-top: 0;
  margin-bottom: 0.8em;
}
.my-checkbox-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  max-width: 100%;
  font-weight: 700;
}
.my-checkbox-wrapper .my-checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.my-checkbox-wrapper .my-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.my-checkbox-wrapper .my-checkbox-checked .my-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.my-checkbox-wrapper .my-checkbox-checked .my-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
      -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.my-checkbox-wrapper .my-checkbox-input {
  margin: 4px 0 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.my-checkbox-wrapper .my-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.my-checkbox-wrapper .my-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
      -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.channelItem {
  padding: 0 0 30px;
}
.channelItem-cover {
  width: 160px;
  height: 160px;
}
.channelItem-cover-img {
  width: 100%;
  height: 100%;
}
.channelItem-info {
  position: relative;
  width: 400px;
  height: 160px;
  margin-left: 20px;
}
.channelItem-title {
  color: #000;
  margin-top: 17px;
  font-size: 16px;
  line-height: 19px;
}
.channelItem-des,
.channelItem-bottom {
  line-height: 17px;
  color: #666666;
  width: 100%;
}
.channelItem-des {
  font-size: 14px;
  margin-top: 16px;
  /* line-height: 1.3em; */
  /* max-height: 3.9em; */
}
.channelItem-bottom {
  position: absolute;
  bottom: 17px;
  font-size: 12px;
  height: 1.5em;
  overflow: hidden;
}
.channelItem-bottom-count {
  margin-right: 20px;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.episodeRow {
  position: relative;
  z-index: auto;
}
.episodeRow .ep-item {
  margin: 0 20px 30px 0;
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}
.episodeRow .ep-item-cover {
  width: 100px;
  height: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.episodeRow .ep-item-cover .image {
  width: 100%;
}
.episodeRow .ep-item-cover:hover {
  overflow: visible;
}
.episodeRow .ep-item-con {
  padding-left: 20px;
  padding-right: 80px;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  overflow: hidden;
}
.episodeRow .ep-item-con-title {
  font-size: 16px;
  color: black;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.episodeRow .ep-item-con-title .explicit {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 6px;
  width: 16px;
  height: 16px;
}
.episodeRow .ep-item-con-des {
  margin-top: 10px;
  line-height: 18px;
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.episodeRow .ep-item-con-des .item {
  margin-right: 12px;
}
.episodeRow .ep-item-con-des .item .heart {
  height: 11px;
  margin-right: 4px;
}
.episodeRow .ep-item-con-des .item.icon {
  padding-left: 16px;
  display: inline-block;
  background-position: left 2px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.episodeRow .ep-item-con-des .item.date {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlPSIjOUI5QjlCIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjciPjxyZWN0IHk9IjIiIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOCIgcng9IjIiLz48cGF0aCBkPSJNMiA5aDE2IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTE1IDB2NE01IDB2NCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9nPjwvc3ZnPg==);
}
.episodeRow .ep-item-con-des .item.time {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOUI5QjlCIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjciPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjExIi8+PHBhdGggZD0iTTEyIDEybDMuODUgMi4yNzRNMTIgMTJWOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9nPjwvc3ZnPg==);
}
.episodeRow .ep-item-con-btns {
  height: 30px;
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.episodeRow .ep-item-con-btns .btn-item {
  width: 23px;
  height: 20px;
  cursor: pointer;
  margin-right: 20px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.episodeRow .ep-item-con-btns .btn-item.del {
  width: 22px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLS40MiAtLjM1NykiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHJlY3Qgc3Ryb2tlPSIjRjU1QjIzIiBzdHJva2Utd2lkdGg9IjEuODc1IiB4PSIzLjg1NyIgeT0iMy40MzgiIHdpZHRoPSIxMy4xMjUiIGhlaWdodD0iMTYuODc1IiByeD0iMS4yNSIvPjxyZWN0IGZpbGw9IiNGNTVCMjMiIHg9Ii40MTkiIHk9IjIuMjMyIiB3aWR0aD0iMjAiIGhlaWdodD0iMS44NzUiIHJ4PSIuNjI1Ii8+PHJlY3QgZmlsbD0iI0Y1NUIyMyIgeD0iNi42NjkiIHk9Ii4zNTciIHdpZHRoPSI3LjUiIGhlaWdodD0iMS44NzUiIHJ4PSIuNjI1Ii8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi44NzUgOC4xMjUpIiBmaWxsPSIjRjU1QjIzIj48cmVjdCB4PSIuNDE5IiB5PSIuMDQzIiB3aWR0aD0iMS44NzUiIGhlaWdodD0iNy41IiByeD0iLjkzOCIvPjxyZWN0IHg9IjQuNzk0IiB5PSIuMDQzIiB3aWR0aD0iMS44NzUiIGhlaWdodD0iNy41IiByeD0iLjkzOCIvPjwvZz48L2c+PC9zdmc+);
}
.episodeRow .ep-item-con-btns .btn-item.like {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjMzNiAyLjU1MmEuMDUuMDUgMCAwIDEtLjAzMy0uMDI1QzcuMzI4LjI2MSAzLjMyMyAxLjE0NyAyLjEwNiA0LjE2M2MtMS41MiAzLjc2MyAxLjUzMSA5LjI2IDkuODk1IDE0Ljg4NyA1Ljc3LTMuODgyIDkuMDQ5LTcuNzIgOS45ODMtMTEuMTEuNzQ3LTIuNzE0LS4xMjgtNC45MTYtMi4wNzItNi4wMi0xLjkzMy0xLjA5Ni00LjQ4Ny0uODQ2LTYuNDY5LjgxMWE3LjMyMSA3LjMyMSAwIDAgMC0uNzAyLjY3OGwtLjc0LjgxNi0uNzQxLS44MTZhNS42MTMgNS42MTMgMCAwIDAtLjI0Ni0uMjQ3bC0uMDQ4LS4wNDZhMjMuOTEgMjMuOTEgMCAwIDAtLjMxMi0uMjkybC0uMTExLS4xMDItLjAzNC0uMDMxYTYuNzcgNi43NyAwIDAgMC0uMTczLS4xMzl6IiBzdHJva2U9IiNCQ0JDQkMiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
}
.episodeRow .ep-item-con-btns .btn-item.liked {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAqCAMAAAG1lhjeAAABSlBMVEUAAAD/////gID/qlX/gED/ZjP/gCv/bST/cTn/ZjP/Zib/YST/XS72WyT3YyH3ZCf4XCP4YCL4XiL5WSD5WyT5XiH6XCH6YCD6XSf2Xyf4WiT4Xib4XCX4Xyf5Xif5Xib5XiT5XCT5Xib3XST3XCL1XST1XiL2WyX2WiT4XST2XSP2XSX5WyP3XiP1XSL1WiT3XCT1XCP3XCT2WyT2XCP4WiL2XCP2WyX1XCT2WyT2WyT3XCP3XST3XCT1XCP2WyP2WyL2WyP2WyX2WyP3XCX3WyT3XCT3XCT2XCP2XCT2XCT2XCP2WyT2WyP2XCP3WyT0WyP2WyP1WyP2XCT2XST2WyP2WyT2XCP1WyP2XCP1WyP1XCP1WiP1WyT2WyP2WyL2WyP3WyP2XCP2XCT1XCP1WyP1WyT2WyT1WyP2WyP2XCP1WyP2WyP1WyPDww7bAAAAbXRSTlMAAQIDBAUGBwkKFBUWHB8hJCUmKCouLzA0O0dJS05PUVRWV11hY2ptcXFzdnt9fn+AgoWHi42QkZOUlZmanKGio6atrrW2t7q9v8DCyczR1Nra4eHi4+Tn6Ovs7/Dx8/T29vj4+vv7+/z8/f7+OK1XpQAAAZFJREFUGBmtwWdXE0EAhtEniwqSCNIUOyqiosGOggUUxQao2LuIBcO8//+rM7ObzW52wM053gvUOAbIATkgB5CEM4pVh1MgD3kgC0uiZVlWv6wI1AJKHcJSjIQkYsPnsK7hyFqTA9+VilDLNF+UApQCPiixE0uxBTw5N0k8lroJqcubgMoPOZsVrJoCDKCg06CgMdinEKz9KjDEjPKO0xQpY4mcDcWOUDAkvabNydmDxKqXrg6TqGzI+Q1ckHcFp0tNe78p8RyroYA+QCE/4ayCoK4gOKEgQCFfAYWMAEcVgGNUMIKzS+0+EhtXnqFpUTm0LCkjImNeKfIOK/aLdj1ynhDwTuonaJSA6p3P8syryd0kei6/NfLW5nrJ2LGivJUq1F4o71k3iRkVra+r6BbefZW2iDWgDhwAptSBG0BdHbgI7FEHerHuqbR5vDcqaZXES5WySuquSrhNxlBD//BnkLxpbWuGgspTbekRQdFDBT2I2NKUURtznu0NflLG+z5KOLMprzFJWV2zxlyP+C/+ArEjHR7Qve34AAAAAElFTkSuQmCC);
}
.episodeRow .ep-item-con-btns .btn-item.add-2epl {
  width: 24px;
  height: 18px;
  position: relative;
  z-index: 100;
  display: inline-block;
}
.episodeRow .ep-item-con-btns .btn-item.add-2epl .add-2epl-btn {
  width: 24px;
  height: 18px;
  display: inline-block;
  background-size: 24px 18px;
  position: relative;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLTMtN2gzMHYzMEgtM3oiLz48cGF0aCBkPSJNMS44MjEgMS44NGgxNC40NjVNMS44MjEgOC4yNjhoMTQuNDY1TTEuODIxIDE0LjY5Nmg5LjY0M200LjM1Ny4zNzVoNm0tMyAzdi02IiBzdHJva2U9IiNCQ0JDQkMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==) no-repeat left center;
}
.episodeRow .ep-item-con-btns .btn-item.add-2epl .playlists-modal {
  height: 100%;
}
.episodeRow .ep-item-con-btns .btn-item.add-2epl .playlists-modal-list {
  top: 18px;
}
.episodeRow .ep-item-ctrls {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.episodeRow .ep-item-ctrls .ctrlItem {
  width: 30px;
  height: 30px;
  float: right;
  cursor: pointer;
  margin-right: 20px;
  background-size: auto 100%;
}
.episodeRow .ep-item-ctrls .ctrlItem.play {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDE1IDE1KSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIHN0cm9rZT0iIzk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiLz48cGF0aCBkPSJNMTEuMjQgMTIuMDJjLTEuMTEgMC0xLjQ5Ny43NDItLjg3IDEuNjUybDMuNDkgNS4wNmMuNjMuOTEzIDEuNjUyLjkxIDIuMjggMGwzLjQ5LTUuMDZjLjYyOS0uOTEzLjIzNC0xLjY1My0uODctMS42NTNoLTcuNTJ6IiBmaWxsPSIjOTk5Ii8+PC9nPjwvc3ZnPg==);
}
.episodeRow .ep-item-ctrls .ctrlItem.play:hover,
.episodeRow .ep-item-ctrls .ctrlItem.play:focus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDE1IDE1KSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIHN0cm9rZT0iI0Y1NUIyMyIgc3Ryb2tlLXdpZHRoPSIyIiBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiLz48cGF0aCBkPSJNMTEuMjQgMTIuMDJjLTEuMTEgMC0xLjQ5Ny43NDItLjg3IDEuNjUybDMuNDkgNS4wNmMuNjMuOTEzIDEuNjUyLjkxIDIuMjggMGwzLjQ5LTUuMDZjLjYyOS0uOTEzLjIzNC0xLjY1My0uODctMS42NTNoLTcuNTJ6IiBmaWxsPSIjRjU1QjIzIi8+PC9nPjwvc3ZnPg==);
}
.episodeRow .ep-item-desmodal {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  z-index: -1;
  font-size: 14px;
  line-height: 19px;
  height: 116px;
  top: 0;
  left: 115px;
  right: 100px;
  border-radius: 8px;
  padding: 20px 12px;
}
.episodeRow .ep-item-desmodal-con {
  height: 100%;
  overflow-y: auto;
  word-break: break-word;
}
.episodeRow .ep-item-desmodal-con::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: inherit;
}
.episodeRow .ep-item-desmodal-con::-webkit-scrollbar {
  width: 3px;
  margin-left: 20px;
  background-color: inherit;
}
.episodeRow .ep-item-desmodal-con::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(158, 158, 158, 0.6);
}
.episodeRow .ep-item-desmodal-con::-webkit-scrollbar-thumb:hover {
  background-color: rgba(158, 158, 158, 0.9);
}
.episodeRow .ep-item-desmodal::before {
  content: ' ';
  position: absolute;
  left: -10px;
  top: 15px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 14px solid rgba(0, 0, 0, 0.87);
}
.episodeRow.onImgFocus .ep-item-desmodal {
  z-index: 111;
  opacity: 1;
}
.episodeRow.audiosearch .ep-item {
  margin-bottom: 0;
}
.episodeRow.audiosearch .audiobox {
  margin: 10px 0 30px;
  padding-right: 20px;
}
.episodeRow.audiosearch .audiobox .audiosearch-item {
  font-size: 12px;
  height: 16px;
  width: 100%;
  margin: 6px 0;
  line-height: 16px;
  overflow: hidden;
}
.episodeRow.audiosearch .audiobox .audiosearch-item-play,
.episodeRow.audiosearch .audiobox .audiosearch-item-time {
  display: inline-block;
  vertical-align: top;
}
.episodeRow.audiosearch .audiobox .audiosearch-item-play {
  height: 16px;
  width: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDE1IDE1KSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIHN0cm9rZT0iIzk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiLz48cGF0aCBkPSJNMTEuMjQgMTIuMDJjLTEuMTEgMC0xLjQ5Ny43NDItLjg3IDEuNjUybDMuNDkgNS4wNmMuNjMuOTEzIDEuNjUyLjkxIDIuMjggMGwzLjQ5LTUuMDZjLjYyOS0uOTEzLjIzNC0xLjY1My0uODctMS42NTNoLTcuNTJ6IiBmaWxsPSIjOTk5Ii8+PC9nPjwvc3ZnPg==);
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.episodeRow.audiosearch .audiobox .audiosearch-item-play:hover,
.episodeRow.audiosearch .audiobox .audiosearch-item-play:active,
.episodeRow.audiosearch .audiobox .audiosearch-item-play:focus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDE1IDE1KSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIHN0cm9rZT0iI0Y1NUIyMyIgc3Ryb2tlLXdpZHRoPSIyIiBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiLz48cGF0aCBkPSJNMTEuMjQgMTIuMDJjLTEuMTEgMC0xLjQ5Ny43NDItLjg3IDEuNjUybDMuNDkgNS4wNmMuNjMuOTEzIDEuNjUyLjkxIDIuMjggMGwzLjQ5LTUuMDZjLjYyOS0uOTEzLjIzNC0xLjY1My0uODctMS42NTNoLTcuNTJ6IiBmaWxsPSIjRjU1QjIzIi8+PC9nPjwvc3ZnPg==);
}
.episodeRow.audiosearch .audiobox .audiosearch-item-time {
  margin-right: 10px;
}
.episodeRow.audiosearch .audiobox .audiosearch-item-text em {
  color: red;
}
.ep-item.isSmall {
  position: relative;
  margin: 0 0 20px 0;
  height: 80px;
  width: 300px;
}
.ep-item.isSmall .ep-item-cover {
  width: 80px;
  height: 80px;
}
.ep-item.isSmall .ep-item-con-btns {
  margin-top: 8px;
  height: 22px;
}
.ep-item.isSmall .ep-item-con {
  padding-left: 20px;
  padding-right: 0;
  max-width: 220px;
}
.ep-item.isSmall .ep-item-con-title {
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ep-item.isSmall .ep-item-con-des {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
.ep-item.isSmall .ep-item-con-des .item {
  margin-right: 12px;
}
.ep-item.isSmall .ep-item-con-des .item .heart {
  height: 16px;
  margin-right: 4px;
}
.ep-item.isSmall .ep-item-ctrls {
  position: absolute;
  right: -1000px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 6px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  padding: 0;
  z-index: 0;
}
.ep-item.isSmall .ep-item-ctrls:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  z-index: -1;
}
.ep-item.isSmall .ep-item-ctrls .ctrlItem {
  width: 30px;
  height: 30px;
  float: left;
  cursor: pointer;
  margin: 4px 10px;
  background-size: auto 100%;
}
.ep-item.isSmall .ep-item-ctrls .ctrlItem.play {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDE1IDE1KSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIHN0cm9rZT0iIzk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiLz48cGF0aCBkPSJNMTEuMjQgMTIuMDJjLTEuMTEgMC0xLjQ5Ny43NDItLjg3IDEuNjUybDMuNDkgNS4wNmMuNjMuOTEzIDEuNjUyLjkxIDIuMjggMGwzLjQ5LTUuMDZjLjYyOS0uOTEzLjIzNC0xLjY1My0uODctMS42NTNoLTcuNTJ6IiBmaWxsPSIjOTk5Ii8+PC9nPjwvc3ZnPg==);
}
.ep-item.isSmall .ep-item-ctrls .ctrlItem.play:hover,
.ep-item.isSmall .ep-item-ctrls .ctrlItem.play:focus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDE1IDE1KSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIHN0cm9rZT0iI0Y1NUIyMyIgc3Ryb2tlLXdpZHRoPSIyIiBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiLz48cGF0aCBkPSJNMTEuMjQgMTIuMDJjLTEuMTEgMC0xLjQ5Ny43NDItLjg3IDEuNjUybDMuNDkgNS4wNmMuNjMuOTEzIDEuNjUyLjkxIDIuMjggMGwzLjQ5LTUuMDZjLjYyOS0uOTEzLjIzNC0xLjY1My0uODctMS42NTNoLTcuNTJ6IiBmaWxsPSIjRjU1QjIzIi8+PC9nPjwvc3ZnPg==);
}
.ep-item.isSmall .ep-item-ctrls .ctrlItem.like {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjMzNiAyLjU1MmEuMDUuMDUgMCAwIDEtLjAzMy0uMDI1QzcuMzI4LjI2MSAzLjMyMyAxLjE0NyAyLjEwNiA0LjE2M2MtMS41MiAzLjc2MyAxLjUzMSA5LjI2IDkuODk1IDE0Ljg4NyA1Ljc3LTMuODgyIDkuMDQ5LTcuNzIgOS45ODMtMTEuMTEuNzQ3LTIuNzE0LS4xMjgtNC45MTYtMi4wNzItNi4wMi0xLjkzMy0xLjA5Ni00LjQ4Ny0uODQ2LTYuNDY5LjgxMWE3LjMyMSA3LjMyMSAwIDAgMC0uNzAyLjY3OGwtLjc0LjgxNi0uNzQxLS44MTZhNS42MTMgNS42MTMgMCAwIDAtLjI0Ni0uMjQ3bC0uMDQ4LS4wNDZhMjMuOTEgMjMuOTEgMCAwIDAtLjMxMi0uMjkybC0uMTExLS4xMDItLjAzNC0uMDMxYTYuNzcgNi43NyAwIDAgMC0uMTczLS4xMzl6IiBzdHJva2U9IiNCQ0JDQkMiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
}
.ep-item.isSmall .ep-item-ctrls .ctrlItem.liked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMgLTYpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgcng9IjQiLz48cGF0aCBkPSJNMTMuMzM2IDguNTUyYS4wNS4wNSAwIDAgMS0uMDMzLS4wMjVjLTIuOTc1LTIuMjY2LTYuOTgtMS4zOC04LjE5NyAxLjYzNi0xLjUyIDMuNzYzIDEuNTMxIDkuMjYgOS44OTUgMTQuODg3IDUuNzctMy44ODIgOS4wNDktNy43MiA5Ljk4My0xMS4xMS43NDctMi43MTQtLjEyOC00LjkxNi0yLjA3Mi02LjAyLTEuOTMzLTEuMDk2LTQuNDg3LS44NDYtNi40NjkuODExYTcuMzIxIDcuMzIxIDAgMCAwLS43MDIuNjc4bC0uNzQuODE2LS43NDEtLjgxNmE1LjYxMyA1LjYxMyAwIDAgMC0uMjQ2LS4yNDdsLS4wNDgtLjA0NmEyMy45MSAyMy45MSAwIDAgMC0uMzEyLS4yOTJsLS4xMTEtLjEwMi0uMDM0LS4wMzFhNi43NyA2Ljc3IDAgMCAwLS4xNzMtLjEzOXptMS42OS0xLjJsLjA0Ny4wNGEuMDU0LjA1NCAwIDAgMC0uMDQ4LS4wNHoiIHN0cm9rZT0iI0Y1NUIyMyIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSIjRjU1QjIzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L2c+PC9zdmc+);
}
.ep-item.isSmall.onFocus .ep-item-ctrls {
  right: 0;
}
.finish.ep-item {
  opacity: 0.4;
}
.finish.ep-item .ep-item-con-title {
  color: #777;
}
@-webkit-keyframes moveEpItem {
  from {
    opacity: 1;
    height: 130px;
  }
  50% {
    opacity: 0;
    height: 39px;
  }
  to {
    opacity: 0;
    height: 0px;
  }
}
@keyframes moveEpItem {
  from {
    opacity: 1;
    height: 130px;
  }
  50% {
    opacity: 0;
    height: 39px;
  }
  to {
    opacity: 0;
    height: 0px;
  }
}
.move-ep-item {
  -webkit-animation: moveEpItem 0.4s ease-out !important;
          animation: moveEpItem 0.4s ease-out !important;
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
}
.epl-list-page .epl-list-top {
  line-height: 17px;
  height: 17px;
  margin-top: 19px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
}
.epl-list-page .epl-list-top .split {
  margin: 0 7px;
}
.epl-list-page .epl-list-top .text.all {
  cursor: pointer;
}
.epl-list-page .epl-list-top .text.all:hover {
  color: #f55b23;
}
.epl-list-page .epl-list-top .text.active {
  color: #000000;
}
.epl-list-page .epl-list-top .reverse {
  cursor: pointer;
}
.epl-list-page .epl-list-top .reverse:hover {
  color: #f55b23;
}
.epl-list-summary {
  padding-bottom: 30px;
}
.epl-nav-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
  height: 100px;
}
.epl-nav-item-cover {
  cursor: pointer;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTEiIGhlaWdodD0iODgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik02LjQxMy4wNjRoNjguNTUyYTYuMzUgNi4zNSAwIDAgMSA2LjM0OSA2LjM1djY4LjU1YTYuMzUgNi4zNSAwIDAgMS02LjM1IDYuMzVINi40MTVhNi4zNSA2LjM1IDAgMCAxLTYuMzUtNi4zNVY2LjQxNWE2LjM1IDYuMzUgMCAwIDEgNi4zNS02LjM1eiIgaWQ9ImIiLz48ZmlsdGVyIHg9Ii02LjglIiB5PSItNC4zJSIgd2lkdGg9IjExMy41JSIgaGVpZ2h0PSIxMTMuNSUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImEiPjxmZU9mZnNldCBkeT0iMiIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEuNSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjEgMCIgaW49InNoYWRvd0JsdXJPdXRlcjEiLz48L2ZpbHRlcj48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLTctN0g5M1Y5M0gtN3oiLz48cGF0aCBkPSJNMjEuNzMgNS4yOGg2Mi4zYTYuMzUgNi4zNSAwIDAgMSA2LjM1IDYuMzV2NjIuM2E2LjM1IDYuMzUgMCAwIDEtNi4zNSA2LjM1aC02Mi4zYTYuMzUgNi4zNSAwIDAgMS02LjM1LTYuMzV2LTYyLjNhNi4zNSA2LjM1IDAgMCAxIDYuMzUtNi4zNDl6IiBmaWxsPSIjRTBFMEUwIi8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4xNTYgMS41OTQpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQkVCRUIiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat right center;
  background-size: 88px 82px;
}
.epl-nav-item-img {
  margin-top: 7px;
  width: 86px;
  height: 86px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #f1f1f1;
  overflow: hidden;
  -webkit-transform: perspective(90px) rotateY(-4deg) scaleX(1.03);
          transform: perspective(90px) rotateY(-4deg) scaleX(1.03);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.epl-nav-item-img.no-cover {
  background: #f1f1f1;
  border-radius: 6px;
  overflow: hidden;
}
.epl-nav-item-title {
  cursor: pointer;
  line-height: 20px;
  height: 20px;
  font-size: 16px;
  color: #000000;
}
.epl-nav-item-text {
  line-height: 16px;
  height: 16px;
  margin-top: 14px;
  font-size: 14px;
  color: #757575;
  letter-spacing: 0;
}
.epl-nav-item-ctrls {
  height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}
.epl-nav-item-ctrls .btn-item {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 20px;
}
.epl-nav-item-ctrls .btn-item.del {
  background-size: 22px, 23px;
  width: 22px;
  height: 23px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLS40MiAtLjM1NykiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHJlY3Qgc3Ryb2tlPSIjRjU1QjIzIiBzdHJva2Utd2lkdGg9IjEuODc1IiB4PSIzLjg1NyIgeT0iMy40MzgiIHdpZHRoPSIxMy4xMjUiIGhlaWdodD0iMTYuODc1IiByeD0iMS4yNSIvPjxyZWN0IGZpbGw9IiNGNTVCMjMiIHg9Ii40MTkiIHk9IjIuMjMyIiB3aWR0aD0iMjAiIGhlaWdodD0iMS44NzUiIHJ4PSIuNjI1Ii8+PHJlY3QgZmlsbD0iI0Y1NUIyMyIgeD0iNi42NjkiIHk9Ii4zNTciIHdpZHRoPSI3LjUiIGhlaWdodD0iMS44NzUiIHJ4PSIuNjI1Ii8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi44NzUgOC4xMjUpIiBmaWxsPSIjRjU1QjIzIj48cmVjdCB4PSIuNDE5IiB5PSIuMDQzIiB3aWR0aD0iMS44NzUiIGhlaWdodD0iNy41IiByeD0iLjkzOCIvPjxyZWN0IHg9IjQuNzk0IiB5PSIuMDQzIiB3aWR0aD0iMS44NzUiIGhlaWdodD0iNy41IiByeD0iLjkzOCIvPjwvZz48L2c+PC9zdmc+);
}
.epl-nav-item-ctrls .btn-item.edit {
  background-size: 20px, 20px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjEwMyAxLjkzNGwxLjA2OCAxLjA2OGEyIDIgMCAwIDEgMCAyLjgyOGwtLjUzNC41MzQtMy44OTYtMy44OTYuNTM0LS41MzRhMiAyIDAgMCAxIDIuODI4IDB6TTEzLjAwMSA0LjAzTDEuNzYxIDE1Ljk3djMuNjczaDMuNjc0TDE2Ljk2OSA4LjEwOHoiIHN0cm9rZT0iI0JDQkNCQyIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}
.confirm-modal {
  width: 100%;
  height: 100%;
  margin: 0;
}
.confirm-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  border-radius: 4px;
  padding: 24px;
}
.confirm-modal .modal-body {
  width: 100%;
  height: 100%;
  padding: 0;
}
.confirm-modal-title {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.confirm-modal-ctrls {
  margin-top: 35px;
  text-align: center;
}
.confirm-modal-ctrls .c-btn {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  padding: 0 14px;
  border-radius: 4px;
}
.confirm-modal-ctrls .ok {
  background: #f55b23;
  color: #fff;
  border: #f55b23 solid 1px;
}
.confirm-modal-ctrls .ok:hover,
.confirm-modal-ctrls .ok[disabled] {
  color: #f55b23;
  background: #fff;
}
.confirm-modal-ctrls .ok[disabled] {
  cursor: progress;
}
.confirm-modal-ctrls .cancel {
  margin-right: 20px;
  border: 1px solid #dcdcdc;
  background: #f2f2f2;
  color: rgba(0, 0, 0, 0.54);
}
.confirm-modal-ctrls .cancel:hover {
  background: #fff;
}
.indexTopBanner {
  overflow: hidden;
  height: 256px;
}
.indexTopBanner .slick-slider {
  width: 100%;
  height: 256px;
  overflow: hidden;
}
.indexTopBanner .slick-slider .slick-arrow {
  z-index: 1;
  width: 36px;
  height: 36px;
}
.indexTopBanner .slick-slider .slick-arrow:before {
  font-size: 36px;
}
.indexTopBanner .slick-slider .slick-arrow.slick-prev {
  left: 20px;
}
.indexTopBanner .slick-slider .slick-arrow.slick-next {
  right: 20px;
}
.indexTopBanner .slick-slider .slick-dots {
  bottom: 0;
}
.indexTopBanner .slick-slider .slick-dots li {
  margin: 0 2px 4px;
}
.indexTopBanner .slick-slider .slick-dots li button:before {
  color: #fff;
  content: ' ';
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.indexTopBanner .slick-slider .slick-list {
  height: 100%;
}
.indexTopBanner .slick-slider .slick-list .slick-slide {
  padding: 0 10px;
}
.indexTopBanner .slick-slider .slick-list .slick-slide,
.indexTopBanner .slick-slider .slick-list .slick-slide .topSliderItem {
  height: 256px;
  border-radius: 4px;
  overflow: hidden;
}
.indexTopBanner .slick-slider .slick-list .slick-track {
  height: 100%;
}
.indexTopBanner .slick-slider .topSliderItem {
  width: 100%;
  height: 256px;
  position: relative;
}
.indexTopBanner .slick-slider .topSliderItem.custom .custom-img {
  width: 100%;
  margin: -144px auto 0;
}
.indexTopBanner .slick-slider .topSliderItem .bg,
.indexTopBanner .slick-slider .topSliderItem .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
}
.indexTopBanner .slick-slider .topSliderItem .bg .main {
  margin-top: 49px;
  overflow: hidden;
  height: 160px;
}
.indexTopBanner .slick-slider .topSliderItem .bg .main .topSliderItemL {
  float: left;
  width: 160px;
  height: 160px;
  margin: 0 0.6rem 0 0.4rem;
  overflow: hidden;
}
.indexTopBanner .slick-slider .topSliderItem .bg .main .topSliderItemL img {
  width: 100%;
  height: 100%;
}
.indexTopBanner .slick-slider .topSliderItem .topSliderItemLR {
  padding-top: 40px;
  float: left;
  width: 50%;
}
.indexTopBanner .slick-slider .topSliderItem .topSliderItemLR .title {
  font-size: 14px;
  line-height: 120%;
  height: 1.2em;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.indexTopBanner .slick-slider .topSliderItem .topSliderItemLR .textCon {
  margin-top: 16px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.96);
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.coverRow {
  float: left;
  display: block;
  width: 160px;
  height: 224px;
  overflow: hidden;
  margin: 0 15px 20px;
}
.coverRow .topCover {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 4px;
}
.coverRow .count {
  background-color: #f59716;
  border-radius: 50%;
}
.coverRow .bottomCon {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  height: auto;
  overflow: hidden;
}
.coverRow .bottomCon .title,
.coverRow .bottomCon .author {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.coverRow .bottomCon .title {
  font-size: 14px;
  color: black;
  font-weight: 400;
  margin: 0;
  height: 19px;
  line-height: 19px;
}
.coverRow .bottomCon .des {
  margin-top: 10px;
  font-size: 12px;
  color: #757575;
  letter-spacing: 0;
  line-height: 18px;
}
.coverRow .bottomCon .author {
  color: #9f9f9f;
  font-weight: 400;
  /* color: #A8A8A8; */
  margin-top: 7px;
  font-size: 12px;
  height: 17px;
  line-height: 17px;
}
.coverRow.rowLeft {
  width: 475px;
  float: left;
  margin: 0 0 20px;
  padding: 0 30px;
  height: 100px;
  border: none;
}
.coverRow.rowLeft .topCover {
  float: left;
  margin: 0;
  width: 100px;
  height: 100px;
}
.coverRow.rowLeft .topCover .img {
  width: 100%;
  height: 100%;
}
.coverRow.rowLeft .row-sub {
  float: right;
  margin-right: 0;
  width: 30px;
  height: 100px;
  position: relative;
}
.coverRow.rowLeft .row-sub-img {
  cursor: pointer;
  background-image: url(https://s3.castbox.fm/webstatic/images/subBtn.efc6508f.png);
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
.coverRow.rowLeft .row-sub .is-subed .row-sub-img {
  background-image: url(https://s3.castbox.fm/webstatic/images/subedBtn.32dc06bf.png);
}
.coverRow.rowLeft .bottomCon {
  padding: 0 20px 0;
  float: left;
  width: 285px;
  padding: 0 0 0 20px;
  height: 100px;
  margin: 0;
}
.coverRow.rowLeft .bottomCon .title {
  margin-top: 28px;
  font-size: 14px;
  color: black;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.coverRow.rowLeft .bottomCon .author {
  margin-top: 6px;
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
  width: 100%;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.subscribeBtn {
  cursor: pointer;
  min-width: 120px;
  height: 40px;
  border: 2px solid #F55B23;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #F55B23;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 10px 0 36px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMSA0LjAwMkEyLjk5OSAyLjk5OSAwIDAgMSA0LjAwNiAxSDE1LjkxYTMuMDA2IDMuMDA2IDAgMCAxIDMuMDA2IDMuMDAydjE5LjAyM2MwIDEuNDI1LS42NzUgMS44LTEuODkgMS4wNTVsLTYuNTQ1LTQuMDE4LS41MjMtLjMyLS41MjMuMzJMMi44OSAyNC4wOGMtMS4yMTguNzQ3LTEuODkuMzcyLTEuODktMS4wNTVWNC4wMDJ6IiBzdHJva2U9IiNGNTVCMjMiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik04LjkyOSA4LjkyOUg2LjY1NmEuOTY3Ljk2NyAwIDAgMC0uOTY2Ljk3MWMwIC41NC40MzIuOTcyLjk2Ni45NzJoMi4yNzN2Mi4yNzNjMCAuNTM3LjQzNS45NjYuOTcxLjk2Ni41NCAwIC45NzItLjQzMy45NzItLjk2NnYtMi4yNzNoMi4yNzNhLjk2Ny45NjcgMCAwIDAgLjk2Ni0uOTcyLjk2Ni45NjYgMCAwIDAtLjk2Ni0uOTcxaC0yLjI3M1Y2LjY1NkEuOTY3Ljk2NyAwIDAgMCA5LjkgNS42OWEuOTY2Ljk2NiAwIDAgMC0uOTcxLjk2NnYyLjI3M3oiIGZpbGw9IiNGNTVCMjMiLz48L2c+PC9zdmc+) no-repeat;
  background-size: 20px 26px;
  background-position: 8px 5px;
}
.subscribeBtn:hover,
.subscribeBtn:focus,
.subscribeBtn .focus {
  color: #F55B23;
}
.is-subed .subscribeBtn {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiM2OEMwMDYiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEgMy45OThBMyAzIDAgMCAxIDQgMWgxMmEzIDMgMCAwIDEgMyAyLjk5OHYxOC43MDdjMCAxLjM5OC0uNTUyIDEuNjg1LTEuNy44NzlsLTYuNzI1LTQuNzI3LS41NzUtLjQwNC0uNTc1LjQwNEwyLjcgMjMuNTg0Yy0xLjE0Ni44MDQtMS43LjUxNi0xLjctLjg3OVYzLjk5OHoiLz48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik02LjQ1NiA5Ljg3OGwzLjMxNyAzLjQ0NSA0LjQ5NC01LjYzNCIvPjwvZz48L3N2Zz4=);
  color: #68C006;
  border-color: #68C006;
}
.is-subed .subscribeBtn:hover,
.is-subed .subscribeBtn:focus,
.is-subed .subscribeBtn .focus {
  color: #68C006;
}
.trackPlay-comment {
  padding-right: 20px;
}
.trackPlay-comment .commentList-title {
  border: none;
}
.trackPlay .trackListCon {
  width: 300px;
  overflow-x: hidden;
}
.trackPlay .trackListCon .trackListCon_title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}
.trackPlay .trackListCon .trackListCon_list {
  max-height: 600px;
  margin-right: -20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.trackinfo {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.trackinfo-cover {
  width: 160px;
  height: 160px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  border-radius: 4px;
}
.trackinfo-titleBox {
  position: absolute;
  height: 152px;
  left: 180px;
  top: 8px;
}
.trackinfo-titleBox .box-ellipsis {
  height: 48px;
}
.trackinfo-title {
  width: 400px;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.trackinfo-title .explicit {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 6px;
  width: 20px;
  height: 20px;
}
.trackinfo-ctrls,
.trackinfo-con-des {
  margin-top: 15px;
}
.trackinfo-con-des {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.trackinfo-con-des .item {
  margin-right: 1.2em;
}
.trackinfo-con-des .item .heart {
  height: 16px;
  margin-right: 4px;
}
.trackinfo-des-title {
  font-size: 16px;
  color: black;
  font-weight: 600;
  line-height: 22px;
  height: 22px;
  margin-bottom: 13px;
}
.trackinfo-des {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  text-align: justify;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.trackinfo-des * {
  font-size: 14px;
}
.trackinfo-des a {
  color: #f55b23;
  text-decoration: underline;
}
.trackinfo .seeMorebtn {
  cursor: pointer;
  width: 32px;
  margin: 12px auto 0;
}
.trackinfo .seeMorebtn .img {
  width: 100%;
}
.trackinfo .seeMorebtn.notShowBtn {
  display: none;
}
.trackinfo .seeMorebtn.seeMorebtn_up {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  /* Firefox 4 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.sharePageBtn {
  cursor: pointer;
  min-width: 100px;
  height: 40px;
  border: 2px solid #F55B23;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #F55B23;
  background-color: rgba(0, 0, 0, 0);
  border-color: #F55B23;
  padding: 0 10px 0 36px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAMAAABzP0xhAAABIFBMVEUAAAAAAAC/QADMMwDbSQDoRhfqVRXrThTtSRLvUCDyWRrzVRjrWB3sVRztWBruVSLwVR/wWh7yVyLzWR70WyL0WSH0VyH0WiD1WB/1Vx/1WiPwWCLxVyLxWiHxWCDxVyDyWR/yWB/yWyPyWSLzWh/0WiL0VyH0WiD1WCLyWSD0WSL1WCL1WSHzWSPzWiL0WSL1WSHzWiLzWiP0WyL1WiL1WiL0WiP0WyL1WiP1WiP1WyP0WyL0WiP0WyL0WyP1WiL1WyP1WiP1WiL0WiP0WyP0WiL0WiL1WiP1WyL1WiL1WiL1WyL1WiP1WyP1WyP1WiP0WyL0WyL0WiL0WyL0WiP0WiL0WyL0WiL1WiL1WyL1WiP1WiP1WiL1WyL1WiL1WyMaS198AAAAX3RSTlMAAQQFBwsMDQ4QFBUaGx0eISImKy0uLzAxMjM0NTY3ODk6OzxBREZHS1BhYmRnaXB7gIWHlJaio6qwsbS4vL/DxcbLztbZ2t3e3+Dh4uPk5ebn6Onq7e/w9vf4+fz9/q5eHEQAAAEQSURBVDjLjdPnUsJAFAXgJRbARguKBaVa6FZsWACFUAyI9HLf/y1kYtZssruzOf9y55uduZlzEWJlS0bi+KtBMfIuFLHyjkCslggauzYQNPZsIJHyaAiaIR5YkdM3r3P4U/tMErqqTMFIi6HOniZgTuvAQuSHBVBpm5QjPwBW2oeGcRWBk24Sm40Sz0D/XDfuF67pxXUj3XPNNzaowDcxbKJjrolis/pOjIe1cunxeaYvFvnfPoPB510u7llzILQ9shrnhzb5uU2sm6vSPTF+Y1pb9HLH2qcOYaS35aDoo0rXOSYG4RkMUnQz1TA5uAYlQtV3rh6R31JVCdDHWTe9g4JfjCJvWo4ue2Hj7E9tmF+Ew4lChvSeZAAAAABJRU5ErkJggg==) no-repeat;
  background-size: 18px 15px;
  background-position: 9px 10px;
}
.sharePageBtn:hover,
.sharePageBtn:focus,
.sharePageBtn .focus {
  color: #F55B23;
}
.shareModal {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 600px;
  margin-left: -300px;
}
.shareModal .modal-body {
  padding: 14px;
}
.shareModal .shareBox {
  width: 100%;
}
.shareModal .shareBox .shareInfo {
  position: relative;
  height: 100px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.shareModal .shareBox .shareInfo-cover {
  width: 100px;
  height: 100px;
  margin: 0 15px 0 0;
}
.shareModal .shareBox .shareInfo-cover .img {
  width: 100%;
  height: 100%;
}
.shareModal .shareBox .shareInfo-main {
  width: 450px;
}
.shareModal .shareBox .shareInfo-title {
  margin-top: 12px;
  font-size: 16px;
}
.shareModal .shareBox .shareInfo-des {
  margin-top: 12px;
  overflow: hidden;
  font-size: 14px;
}
.shareModal .shareBox .shareInfo-des br {
  display: block;
  line-height: 2px;
  font-size: 2px;
  content: ' ';
}
.shareModal .shareBox-title {
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0;
}
.shareModal .shareBox-content {
  margin-top: 12px;
}
.shareModal .shareBox-links-item {
  margin-right: 12px;
}
.shareModal .shareBox-links-img {
  background-color: #fff;
  vertical-align: top;
  margin: 0 3px 0 0;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.shareModal .autoplay-btn {
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.shareModal .autoplay-btn .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
.shareModal .autoplay-btn .switch input {
  display: none;
}
.shareModal .autoplay-btn .switch .slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.shareModal .autoplay-btn .switch .slider:before {
  position: absolute;
  border-radius: 50%;
  content: '';
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.shareModal .autoplay-btn .switch .slider:after {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  content: 'off';
  height: 16px;
  right: 4px;
  left: auto;
  bottom: 4px;
  color: #fff;
  padding: 0 3px;
}
.shareModal .autoplay-btn .switch input:checked + .slider {
  background-color: #f55b23;
}
.shareModal .autoplay-btn .switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #f55b23;
          box-shadow: 0 0 1px #f55b23;
}
.shareModal .autoplay-btn .switch input:checked + .slider:before {
  -webkit-transform: translateX(24px);
      -ms-transform: translateX(24px);
          transform: translateX(24px);
}
.shareModal .autoplay-btn .switch input:checked + .slider:after {
  left: 4px;
  right: auto;
  content: 'on';
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.guru-breadcrumb {
  padding-bottom: 20px;
}
.guru-breadcrumb .guru-breadcrumb-item a:active,
.guru-breadcrumb .guru-breadcrumb-item a:hover,
.guru-breadcrumb .guru-breadcrumb-item a:focus {
  color: #f55b23;
}
.guru-breadcrumb .guru-breadcrumb-item .breadcrumb-text {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  height: 28px;
  color: #666666;
  font-weight: 400;
  max-width: 35%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.guru-breadcrumb .guru-breadcrumb-item .breadcrumb-text:hover {
  text-decoration: underline;
  color: #F55B23;
}
.guru-breadcrumb .guru-breadcrumb-item .breadcrumbImage {
  margin: 9px 20px;
  vertical-align: top;
  height: 10px;
}
.guru-breadcrumb .guru-breadcrumb-item.active .breadcrumb-text {
  cursor: inherit;
  color: #000;
  text-decoration: none;
}
@media (max-width: 768px) {
  .guru-breadcrumb-item .breadcrumb-text {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    color: #666666;
    font-weight: 400;
  }
  .guru-breadcrumb-item .breadcrumbImage {
    margin: 0 12px;
    height: 16px;
  }
  .guru-breadcrumb-item.active .breadcrumb-text {
    cursor: default;
    color: #000;
  }
}
.commentList {
  padding: 20px 0;
}
.commentList-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.addComment {
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px 10px 10px;
  background-color: rgba(220, 220, 220, 0.3);
  border-radius: 4px;
}
.addComment.replyComment {
  background-color: #fff;
  height: 34px;
  padding: 2px;
  border: 1px solid #DCDCDC;
}
.addComment.replyComment .commentInputBox-input {
  border: none;
}
.addComment .addCommentForm {
  width: 100%;
  height: 100%;
  position: relative;
}
.addComment .userCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
}
.addComment .commentInputBox {
  height: 30px;
  position: absolute;
  left: 30px;
  right: 0;
}
.addComment .commentInputBox-input {
  border: 1px solid #DCDCDC;
  height: 30px;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  background: #FFFFFF;
  border-radius: 4px;
}
.addComment .commentInputBox .atUserInfo {
  position: absolute;
  color: #F55B23;
  top: 0;
  left: 0;
  line-height: 30px;
  font-size: 14px;
  padding: 0 8px 0 0;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.commentItem {
  padding-top: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.commentItem:last-child {
  border: none;
}
.commentItem .commentItemBox {
  padding-bottom: 10px;
}
.commentItem .commentItemBox .commentItemCover {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.commentItem .commentItemBox .commentItemCover-img {
  border-radius: 50%;
  /* border: #000 solid 1px; */
}
.commentItem .commentItemBox .commentItemTitle {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 4px;
}
.commentItem .commentItemBox .commentItemTitle .userName {
  padding-right: 0.5em;
  color: #F55B23;
}
.commentItem .commentItemBox .commentItemDes {
  margin-top: 10px;
  font-size: 14px;
  line-height: 140%;
  word-break: break-word;
  color: #333;
}
.commentItem .commentItemBox .commentItemDes .userName {
  padding-right: 0.5em;
  color: #F55B23;
}
.commentItem .commentItemBox .commentItemModify {
  padding-right: 4px;
}
.commentItem .commentItemBox .commentItemModify .textInput {
  width: 100%;
  padding: 4px 8px;
  line-height: 140%;
  font-size: 14px;
}
.commentItem .commentItemBox .commentItemModify .commentItemUpdate {
  margin: 12px 0;
  color: #F55B23;
  padding: 4px 6px;
  border: #F55B23 2px solid;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.commentItem .commentItemBox .commentItemCtrl {
  margin-top: 20px;
  margin-bottom: 10px;
}
.commentItem .commentItemBox .commentItemCtrl .commentItemReply {
  cursor: pointer;
  font-size: 12px;
  border-radius: 4px;
  color: #333;
  padding: 2px 8px;
  background-color: initial;
  font-weight: 700;
}
.commentItem .commentItemBox .commentItemCtrl .commentItemReply:hover,
.commentItem .commentItemBox .commentItemCtrl .commentItemReply:active,
.commentItem .commentItemBox .commentItemCtrl .commentItemReply:focus {
  color: #F55B23;
}
.commentItem .childComment {
  padding-left: 24px;
}
.commentItem .childComment-more {
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 10px 0;
}
.commentItem .childComment-more .img {
  cursor: pointer;
  height: 34px;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
#trackList .commentList {
  padding-top: 0;
}
#trackList .ch_feed {
  border-bottom: 1px solid #dcdcdc;
}
#trackList .ch_feed-top {
  padding: 30px 0;
}
#trackList .ch_feed-top .ch_feed-cover {
  padding: 0 20px 12px 0;
  float: left;
  width: 288px;
  height: 280px;
  overflow: hidden;
  position: relative;
}
#trackList .ch_feed-top .ch_feed-cover .img {
  border-radius: 4px;
}
#trackList .ch_feed-top .ch_feed_info {
  text-align: left;
  padding: 10px 0 0;
}
#trackList .ch_feed-top .ch_feed_info .ch_feed_info_title {
  line-height: 42px;
  height: 42px;
  font-size: 30px;
  color: black;
  font-weight: 600;
}
#trackList .ch_feed-top .ch_feed_info .ch_feed_info_title .ellipsis {
  display: inline-block;
  max-width: 610px;
}
#trackList .ch_feed-top .ch_feed_info .ch_feed_info_title.isExplicit .ellipsis {
  max-width: 580px;
}
#trackList .ch_feed-top .ch_feed_info .ch_feed_info_title .explicit {
  vertical-align: top;
  margin-top: 9px;
  height: 24px;
  width: auto;
  margin-left: 10px;
}
#trackList .ch_feed-top .ch_feed_info .channelInfo {
  margin-top: 20px;
}
#trackList .ch_feed-top .ch_feed_info .channelInfo .author {
  margin-bottom: 10px;
}
#trackList .ch_feed-top .ch_feed_info .channelInfo .count {
  display: inline-block;
  font-size: 14px;
  height: 19px;
  padding: 0 4px 0 0;
  margin-right: 6px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  line-height: 19px;
}
#trackList .ch_feed-top .ch_feed_info .funcBtn {
  margin-top: 24px;
}
#trackList .ch_feed-top .ch_feed_info .funcBtn .sharePageBtn {
  margin-left: 26px;
}
#trackList .ch_feed-top .ch_feed_info .des-title {
  font-size: 20px;
  color: black;
  font-weight: 600;
  margin-top: 30px;
  line-height: 28px;
  height: 28px;
}
#trackList .ch_feed-top .ch_feed_info .des-con {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  margin-top: 10px;
  line-height: 130%;
}
#trackList .ch_feed-top .ch_feed_info .des-con * {
  font-size: 14px;
}
#trackList .ch_feed-socials {
  margin-top: 20px;
}
#trackList .ch_feed-socials-item {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
#trackList .ch_feed-socials a {
  display: inline-block;
}
#trackList .ch_feed-copyright {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  min-height: 18px;
  color: #9b9b9b;
}
#trackList .ch_feed .ch_feed_bottom {
  padding: 0.1rem 0.3rem 0.3rem;
}
#trackList .ch_feed .ch_feed_bottom span {
  text-align: left;
}
#trackList .ch_feed .ch_feed_bottom .author {
  margin-bottom: 0.12rem;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
}
#trackList .ch_feed .ch_feed_bottom .conClose {
  max-height: 2.4em;
  overflow: hidden;
}
#trackList .ch_feed .ch_feed_bottom .conClose .textTwoClamp {
  height: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
#trackList .ch_feed .ch_feed_bottom .conShow {
  height: auto;
  padding: 0;
}
#trackList .ch_feed .ch_feed_bottom .seeMorebtn {
  text-align: center;
  padding: 0;
  min-width: 32px;
}
#trackList .ch_feed .ch_feed_bottom .seeMorebtn .img {
  cursor: pointer;
  width: 0.4rem;
}
#trackList .ch_feed .ch_feed_bottom .seeMorebtn_up {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  /* Firefox 4 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
#trackList .ch_feed .ch_feed_bottom .notShowBtn {
  height: 0;
  overflow: hidden;
}
#trackList .main {
  height: 100%;
  /*ch_feed*/
  /* trackListCon */
}
#trackList .main .topRow {
  height: 100%;
}
#trackList .main .textH {
  font-size: 1.14em;
  line-height: 120%;
}
#trackList .main .textH2 {
  font-size: 100%;
  line-height: 120%;
}
#trackList .main .textP {
  font-size: 0.86em;
  line-height: 120%;
  color: #666666;
}
#trackList .main .moreTrack {
  text-align: center;
  font-size: 100%;
  line-height: 120%;
  line-height: 250%;
  padding: 0.2rem 0;
  cursor: pointer;
}
#trackList .main .trackListCon {
  padding-top: 20px;
}
#trackList .main .trackListCon .trackListCon_title {
  font-size: 1.14em;
  line-height: 120%;
  float: left;
  padding: 0;
  margin-bottom: 30px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
}
#trackList .main .trackListCon .funcBtn {
  cursor: pointer;
  padding-right: 20px;
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
#trackList .main .trackListCon .funcBtn:hover {
  color: #F55B23;
}
#trackList .rightContainer .commentList-box {
  position: relative;
}
#trackList .rightContainer .commentList-box::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background-image: linear-gradient(180deg, #fff 0%, #f2f2f2 100%);
}
#trackList .rightContainer .commentList-box::before {
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #f2f2f2 100%);
  background-image: linear-gradient(0deg, #fff 0%, #f2f2f2 100%);
}
#trackList .rightContainer .commentList-box::after,
#trackList .rightContainer .commentList-box::before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 6px;
  z-index: 1;
}
#trackList .rightContainer .commentList .commentListCon {
  max-height: 600px;
  overflow-y: scroll;
  margin-right: 0;
}
#trackList .rightContainer .commentList .commentListCon::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
#trackList .rightContainer .commentList .commentListCon::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
#trackList .rightContainer .commentList .commentListCon::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(158, 158, 158, 0.6);
}
#trackList .rightContainer .commentList .commentListCon::-webkit-scrollbar-thumb:hover {
  background-color: rgba(158, 158, 158, 0.9);
}
#trackList .rightContainer .commentList .commentListCon .commentItem {
  width: 100%;
}
#trackList .rightContainer .commentList .commentListCon .commentItem .commentItem {
  width: 100%;
}
.textFontL {
  font-size: 26px;
  line-height: 120%;
}
.textFont4 {
  font-size: 20px;
  line-height: 120%;
}
.textFont5 {
  font-size: 1.5em;
  line-height: 120%;
}
.categoriesMain .categoriesTitle {
  width: 100%;
  padding: 32px 20px 32px 0;
}
.categoriesMain .categoriesTitle .title {
  font-size: 26px;
  line-height: 120%;
  font-weight: 500;
}
.categoriesMain .categoriesTitle .con {
  font-size: 20px;
  line-height: 120%;
  font-weight: normal;
  margin-top: 12px;
}
.categoriesMain .categoriesList {
  text-align: left;
  padding: 0;
  max-width: 598px;
  margin: 0 -10px;
}
.categoriesMain .categoriesList .categoriesRow {
  width: 279px;
  margin: 0 10px 20px;
  height: 118px;
  overflow: hidden;
  display: inline-block;
  border: #FA5370 solid 2px;
}
.categoriesMain .categoriesList .categoriesRow .topCover {
  float: left;
  width: 70px;
  height: 70px;
  margin: 20px 14px 0 16px;
}
.categoriesMain .categoriesList .categoriesRow .topCover .img {
  width: 100%;
  height: 100%;
}
.categoriesMain .categoriesList .categoriesRow .bottomCon {
  float: left;
  width: 142px;
  height: 100%;
  display: table;
}
.categoriesMain .categoriesList .categoriesRow .bottomCon .title {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  overflow: hidden;
}
.search-title {
  padding-bottom: 20px;
  border-bottom: solid #dcdcdc 1px;
}
.search-title .t {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  font-style: italic;
}
.search-title .des {
  margin-top: 14px;
  line-height: 1.3;
  font-size: 14px;
  color: #757575;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.top-search-t {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 6px;
}
.top-search-key {
  display: inline-block;
  margin-right: 16px;
  margin-top: 14px;
  padding: 4px 14px;
  font-size: 14px;
  color: #757575;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.top-search-key:hover {
  color: #F55B23;
  border-color: #F55B23;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.search-type {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.search-type-key {
  cursor: pointer;
  margin-right: 32px;
}
.search-type-key:hover,
.search-type-key:active,
.search-type-key:focus,
.search-type-key.active {
  text-decoration: underline;
  color: #F55B23;
}
.font20bb {
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.font14br {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.font12cr {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
}
.font16cr {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
.font30bb {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.font14cr {
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.font16br {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.font16bb {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.font20cb {
  font-size: 20px;
  color: #F55B23;
  font-weight: 600;
}
.font20cr {
  font-size: 20px;
  color: #777;
  font-weight: 400;
}
.categoritesSel {
  width: 160px;
  font-size: 14px;
}
