@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

body {
  background: #fbf9ff;
  font: 15px/1  "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-user-select: text;
  -webkit-touch-callout: none;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

input, select, form, img {
  vertical-align: middle;
  outline: none;
}

a, button, input, select, textarea, a:focus, button:focus, input:focus, select:focus, textarea:focus, [onclick] {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
  -webkit-touch-callout: none;
  text-decoration: none;
  color: #333;
  outline: 0;
}

.hidden {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  text-indent: -9999px;
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* px转rem */
/*common*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.db {
  display: block;
}

.tn {
  text-indent: -99.99rem;
}

.cn {
  text-align: center;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.oneline {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.twoline, .threeline, .fiveline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.twoline {
  -webkit-line-clamp: 2;
}

.threeline {
  -webkit-line-clamp: 3;
}

.fiveline {
  -webkit-line-clamp: 5;
}

.spr {
  background: url(//game.gtimg.cn/images/x5m/cp/a20180201labm/spr.png) no-repeat;
  background-size: 6rem auto;
  display: block;
}

.wrap {
  width: 7.5rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-bottom: 0.96rem;
  font-size: 0.24rem;
}

/* 作品列表 */
.works-list {
  overflow: hidden;
}
.works-list li {
  width: 3.34rem;
  height: 3.5rem;
  margin-left: 0.14rem;
  float: left;
  position: relative;
}
.works-list li .lnk {
  display: block;
  width: 100%;
  height: 2.17rem;
  position: relative;
  color: #FFF;
}
.works-list li .lnk img {
  display: block;
  width: 100%;
  height: 100%;
}
.works-list li .lnk .author {
  max-width: 1.8rem;
  top: 1.84rem;
  left: 0.14rem;
}
.works-list li .lnk .down {
  padding-left: 0.14rem;
  top: 1.84rem;
  right: 0.14rem;
}
.works-list li .lnk .down i {
  background-position: -4.9rem 0;
  height: 0.24rem;
  width: 0.14rem;
  top: 0;
  left: 0;
}
.works-list li .black {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 0.45rem;
  position: absolute;
  top: 1.72rem;
  left: 0;
}
.works-list li .name {
  height: 0.24rem;
  padding: 0.15rem 0.14rem 0;
  color: #4c495a;
}
.works-list li .style {
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0.15rem 0 0 0.14rem;
  color: #a5a3b2;
}
.works-list li .btn-down {
  width: 1rem;
  height: 0.45rem;
  line-height: 0.45rem;
  border-radius: 0.06rem;
  background: #6478f7;
  color: #FFF;
  top: 2.71rem;
  right: 0.14rem;
}

/* 分页 */
.pagenation {
  margin-top: 0.12rem;
  font-size: 0;
  line-height: 0.45rem;
  height: 0.45rem;
}
.pagenation a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0.1rem;
  font-size: 0.24rem;
}
.pagenation a.prev, .pagenation a.next {
  width: 1rem;
  height: 0.45rem;
  line-height: 0.41rem;
  border-radius: 0.06rem;
  border: solid 1px #6478f7;
  background: #6478f7;
  color: #FFF;
}
.pagenation a.prev {
  margin-right: 0.34rem;
}
.pagenation a.next {
  margin-left: 0.34rem;
}
.pagenation a.curr {
  color: #6478f7;
  font-weight: bold;
}

/* 留言板 */
.message {
  background: #FFF;
  margin-top: 0.2rem;
  overflow: hidden;
  padding-bottom: 0.13rem;
}
.message .msg-tlt {
  font-weight: bold;
  color: #4c495a;
  padding: 0.25rem 0 0 0.12rem;
}
.message .msg-box {
  width: 6.82rem;
  background: #fbf9ff;
  margin: 0.12rem auto 0;
  padding-bottom: 0.2rem;
  overflow: hidden;
}
.message .msg-list {
  overflow: hidden;
}
.message .msg-list li {
  width: 100%;
  position: relative;
  padding: 0.16rem 0.16rem 0 0.95rem;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0.12rem;
}
.message .msg-list li .imgbox {
  width: 0.7rem;
  height: 0.7rem;
  top: 0.16rem;
  left: 0.16rem;
}
.message .msg-list li .imgbox img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.message .msg-list li .words .w-name {
  padding-top: 0.22rem;
}
.message .msg-list li .words .w-name a {
  color: #8985fe;
}
.message .msg-list li .words .w-text {
  padding-top: 0.25rem;
  color: #4c495a;
  line-height: 0.3rem;
  text-align: justify;
  padding-bottom: 0.7rem;
}
.message .msg-list li .btn-reply {
  bottom: 0.18rem;
  right: 0.16rem;
}
.message .msg-list li:after {
  content: "";
  width: 6.48rem;
  height: 0;
  border-bottom: dashed 1px rgba(100, 120, 247, 0.3);
  position: absolute;
  left: 50%;
  margin-left: -3.24rem;
  bottom: 0;
}
.message .msg-send {
  width: 6.42rem;
  position: fixed;
  bottom: 0.8rem;
  left: 50%;
  margin-left: -3.41rem;
  padding: 0.46rem 0.2rem;
  background: #fbf9ff;
  z-index: 55;
  display: block;
}
.message .msg-send .inp {
  width: 100%;
  height: 0.58rem;
  color: #9f9f9f;
  font-size: 0.24rem;
  background: #FFF;
  text-indent: 0.16rem;
}
.message .msg-send .btn-reply {
  float: right;
  margin-top: 0.2rem;
}
.message .btn-reply {
  width: 1rem;
  height: 0.45rem;
  line-height: 0.45rem;
  border-radius: 0.06rem;
  color: #FFF;
  background: #6478f7;
}

/* 底部导航 */
.bnav {
  width: 7.5rem;
  height: 0.8rem;
  background: #6478f7;
  color: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bnav a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #FFF;
  position: relative;
}
.bnav a i {
  display: inline-block;
  width: 0.33rem;
  height: 0.33rem;
  position: relative;
  top: 0.1rem;
  left: -0.06rem;
}
.bnav a i.i1 {
  background-position: -0.11rem -0.85rem;
}
.bnav a i.i2 {
  background-position: -0.52rem -0.85rem;
}
.bnav a i.i3 {
  background-position: -1.35rem -0.85rem;
}
.bnav a.on {
  color: #fff717;
}
.bnav a.on i.i1 {
  background-position: -0.11rem -1.25rem;
}
.bnav a.on i.i2 {
  background-position: -0.52rem -1.25rem;
}
.bnav a.on i.i3 {
  background-position: -1.35rem -1.25rem;
}

.index {
  background: #fbf9ff url(//game.gtimg.cn/images/x5m/cp/a20180201labm/head.jpg) no-repeat;
  background-size: 7.5rem 8.8rem;
}
.index .header {
  height: 6.9rem;
  position: relative;
}
.index .header .logo {
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  margin-left: 3.06rem;
}
.index .header .download {
  height: 0.8rem;
  margin-top: 3.5rem;
  line-height: 0.4rem;
  color: #FFF;
  font-size: 0.26rem;
  text-align: center;
  overflow: hidden;
}
.index .header .logic {
  color: #FFF;
  line-height: 0.34rem;
  padding-top: 0.17rem;
}
.index .header .logic a {
  color: #FFF;
}
.index .header .navbar {
  width: 7.5rem;
  height: 0.6rem;
  box-sizing: border-box;
  padding-left: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .header .navbar .nav {
  width: 7.43rem;
  height: 0.6rem;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
}
.index .header .navbar .nav a {
  display: inline-block;
  width: 1.28rem;
  height: 0.44rem;
  line-height: 0.43rem;
  border-radius: 0.43rem;
  background: #FFF;
  color: #6478f7;
  text-align: center;
  margin-right: 0.13rem;
  font-size: 0.24rem;
}
.index .header .navbar .nav a.on {
  background: #6478f7;
  color: #FFF;
}
.index .header .navbar .nav.nav_fixed {
  padding: 0.2rem 0 0.2rem 0.2rem;
  background: #f0f0f0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
}
.index .cont {
  width: 7.1rem;
  margin: 0.17rem auto 0;
  background: #FFF;
  position: relative;
}
.index .cont .sort {
  overflow: hidden;
  padding-bottom: 0.18rem;
}
.index .cont .sort-tab {
  height: 0.46rem;
  padding-top: 0.24rem;
  font-size: 0;
  text-align: right;
}
.index .cont .sort-tab span {
  display: inline-block;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.24rem;
  color: #4c495a;
  border-radius: 0.06rem;
  border: solid 1px #ccd0d7;
  padding: 0 0.14rem;
  margin: 0 0.14rem 0 0.06rem;
}
.index .cont .sort-tab span.on {
  background: #8985fe;
  border: solid 1px #8985fe;
  color: #FFF;
}
.index .cont .sort-box {
  margin-top: 0.25rem;
  overflow: hidden;
}

.page_person, .page_others {
  background: url(//game.gtimg.cn/images/x5m/cp/a20180201labm/page/head.jpg) no-repeat;
  background-size: 7.5rem 9.8rem;
}
.page_person .header, .page_others .header {
  height: 2.88rem;
}
.page_person .header .logo, .page_others .header .logo {
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  margin-left: 3.08rem;
}
.page_person .cont, .page_others .cont {
  width: 7.1rem;
  margin: 0 auto;
  overflow: hidden;
}
.page_person .cont .perinfo, .page_others .cont .perinfo {
  background: url(//game.gtimg.cn/images/x5m/cp/a20180201labm/page/person-top.jpg) no-repeat;
  background-size: 7.1rem 2.59rem;
  height: 1.91rem;
  box-sizing: border-box;
  padding-top: 0.28rem;
  position: relative;
}
.page_person .cont .perinfo .detail, .page_others .cont .perinfo .detail {
  width: 2.92rem;
  margin-left: 0.14rem;
}
.page_person .cont .perinfo .detail .d-img, .page_others .cont .perinfo .detail .d-img {
  width: 0.99rem;
  position: relative;
}
.page_person .cont .perinfo .detail .d-img img, .page_others .cont .perinfo .detail .d-img img {
  display: block;
  width: 0.99rem;
  height: 0.99rem;
  border-radius: 100%;
}
.page_person .cont .perinfo .detail .d-img p, .page_others .cont .perinfo .detail .d-img p {
  max-width: 2rem;
  color: #4c495a;
  font-size: 0.24rem;
  padding-top: 0.09rem;
  text-indent: 0.25rem;
  position: absolute;
  top: 0.99rem;
  left: 0;
}
.page_person .cont .perinfo .detail .d-list, .page_others .cont .perinfo .detail .d-list {
  width: 1.8rem;
  margin: 0.17rem 0 0 0.1rem;
}
.page_person .cont .perinfo .detail .d-list li, .page_others .cont .perinfo .detail .d-list li {
  color: #4c495a;
  font-size: 0.2rem;
  line-height: 0.4rem;
}
.page_person .cont .perinfo .upload, .page_others .cont .perinfo .upload {
  width: 3.94rem;
  overflow: hidden;
}
.page_person .cont .perinfo .upload-text, .page_others .cont .perinfo .upload-text {
  height: 1.34rem;
  background: rgba(251, 249, 255, 0.5);
  position: relative;
}
.page_person .cont .perinfo .upload-text p, .page_others .cont .perinfo .upload-text p {
  width: 100%;
  max-height: 1.08rem;
  color: #4c495a;
  font-size: 0.2rem;
  line-height: 0.36rem;
  box-sizing: border-box;
  padding: 0 0.12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page_person .cont .perbox, .page_others .cont .perbox {
  background: #FFF;
  margin-top: 0.16rem;
  padding: 0.2rem 0;
  overflow: hidden;
}
.page_person .cont .perbox .per-tab, .page_others .cont .perbox .per-tab {
  width: 6.8rem;
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0;
  border-bottom: solid 1px #ccd0d7;
  margin-left: 0.14rem;
}
.page_person .cont .perbox .per-tab span, .page_others .cont .perbox .per-tab span {
  display: inline-block;
  height: 0.33rem;
  font-size: 0.24rem;
  color: #8e949c;
  padding: 0 0.06rem;
  margin-right: 0.18rem;
}
.page_person .cont .perbox .per-tab span.on, .page_others .cont .perbox .per-tab span.on {
  border-bottom: solid 0.03rem #8985fe;
}
.page_person .cont .perbox .per-box, .page_others .cont .perbox .per-box {
  margin-top: 0.38rem;
}
.page_person .cont .fans, .page_others .cont .fans {
  margin-top: 0.2rem;
  background: #FFF;
  overflow: hidden;
  padding-bottom: 0.3rem;
}
.page_person .cont .fans .about, .page_others .cont .fans .about {
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0.3rem 0 0 0.3rem;
}
.page_person .cont .fans .about h2, .page_others .cont .fans .about h2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #4c495a;
}
.page_person .cont .fans .about p, .page_others .cont .fans .about p {
  font-size: 0.2rem;
  margin-left: 0.2rem;
}
.page_person .cont .fans .about p em, .page_others .cont .fans .about p em {
  font-style: normal;
}
.page_person .cont .fans-listbox, .page_others .cont .fans-listbox {
  overflow: hidden;
  background: #fbf9ff;
  width: 6.7rem;
  margin: 0.2rem auto 0;
  padding-bottom: 0.3rem;
}
.page_person .cont .fans-list, .page_others .cont .fans-list {
  overflow: hidden;
  padding-top: 0.2rem;
}
.page_person .cont .fans-list a, .page_others .cont .fans-list a {
  width: 1.1rem;
  float: left;
  text-align: center;
  margin: 0.2rem 0 0 0.2rem;
}
.page_person .cont .fans-list a img, .page_others .cont .fans-list a img {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 100%;
}
.page_person .cont .fans-list a p, .page_others .cont .fans-list a p {
  padding-top: 0.1rem;
  color: #4c495a;
  font-size: 0.2rem;
}
.page_person .cont .fans .pagenation, .page_others .cont .fans .pagenation {
  margin-top: 0.4rem;
}

.page_search, .page_result {
  background: url(//game.gtimg.cn/images/x5m/cp/a20180201labm/page/head.jpg) no-repeat;
  background-size: 7.5rem 9.8rem;
}
.page_search .header, .page_result .header {
  height: 3.57rem;
}
.page_search .header .logo, .page_result .header .logo {
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  margin-left: 3.08rem;
}
.page_search .header .searchbar, .page_result .header .searchbar {
  width: 7.1rem;
  height: 0.52rem;
  margin: 1.7rem auto 0;
  background: #FFF;
}
.page_search .header .searchbar .inp, .page_result .header .searchbar .inp {
  width: 5rem;
  height: 0.52rem;
  text-indent: 0.2rem;
  color: #4c495a;
}
.page_search .header .searchbar .btn-search, .page_result .header .searchbar .btn-search {
  width: 1.69rem;
  height: 0.52rem;
  line-height: 0.52rem;
  background: #8985fe;
  color: #FFF;
  text-indent: 0.79rem;
}
.page_search .header .searchbar .btn-search i, .page_result .header .searchbar .btn-search i {
  background-position: -0.55rem -0.87rem;
  width: 0.3rem;
  height: 0.3rem;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  top: 0.1rem;
  left: 0.46rem;
}
.page_search .cont, .page_result .cont {
  width: 7.1rem;
  margin: 0.15rem auto 0;
  overflow: hidden;
  background: #FFF;
}
.page_search .cont .topic, .page_result .cont .topic {
  min-height: 8.54rem;
}
.page_search .cont .topic-tlt, .page_result .cont .topic-tlt {
  color: #4c495a;
  font-size: 0.36rem;
  font-weight: bold;
  padding-top: 0.43rem;
}
.page_search .cont .topic-nothing, .page_result .cont .topic-nothing {
  padding-top: 0.8rem;
  font-size: 0.32rem;
  text-align: center;
}
.page_search .cont .topic-list, .page_result .cont .topic-list {
  overflow: hidden;
  padding-bottom: 0.38rem;
}
.page_search .cont .topic-list li, .page_result .cont .topic-list li {
  font-size: 0;
  text-align: center;
  margin-top: 0.3rem;
}
.page_search .cont .topic-list li span, .page_result .cont .topic-list li span {
  display: inline-block;
  max-width: 90%;
  height: 0.44rem;
  line-height: 0.44rem;
  padding: 0 0.16rem;
  border: solid 1px #ccd0d7;
  border-radius: 0.06rem;
  color: #4c495a;
  font-size: 0.28rem;
}
.page_search .cont .sort, .page_result .cont .sort {
  overflow: hidden;
  padding-bottom: 0.18rem;
}
.page_search .cont .sort-tab, .page_result .cont .sort-tab {
  height: 0.46rem;
  padding-top: 0.24rem;
  font-size: 0;
  text-align: right;
}
.page_search .cont .sort-tab span, .page_result .cont .sort-tab span {
  display: inline-block;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.24rem;
  color: #4c495a;
  border-radius: 0.06rem;
  border: solid 1px #ccd0d7;
  padding: 0 0.14rem;
  margin: 0 0.14rem 0 0.06rem;
}
.page_search .cont .sort-tab span.on, .page_result .cont .sort-tab span.on {
  background: #8985fe;
  border: solid 1px #8985fe;
  color: #FFF;
}
.page_search .cont .sort-box, .page_result .cont .sort-box {
  margin-top: 0.25rem;
  overflow: hidden;
}

.page_result .cont .topic-nothing {
  padding-bottom: 0.6rem;
}

.page_listen {
  background: url(//game.gtimg.cn/images/x5m/cp/a20180201labm/page/head.jpg) no-repeat;
  background-size: 7.5rem 9.8rem;
}
.page_listen .header {
  height: 2.88rem;
}
.page_listen .header .logo {
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  margin-left: 3.08rem;
}
.page_listen .header .searchbar {
  width: 7.1rem;
  height: 0.52rem;
  margin: 1.7rem auto 0;
  background: #FFF;
}
.page_listen .header .searchbar .inp {
  width: 5rem;
  height: 0.52rem;
  text-indent: 0.2rem;
  color: #4c495a;
}
.page_listen .header .searchbar .btn-search {
  width: 1.69rem;
  height: 0.52rem;
  line-height: 0.52rem;
  background: #8985fe;
  color: #FFF;
  text-indent: 0.79rem;
}
.page_listen .header .searchbar .btn-search i {
  background-position: -0.55rem -0.87rem;
  width: 0.3rem;
  height: 0.3rem;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  top: 0.1rem;
  left: 0.46rem;
}
.page_listen .cont {
  width: 7.1rem;
  margin: 0.15rem auto 0;
  overflow: hidden;
}
.page_listen .cont .music {
  overflow: hidden;
  padding-bottom: 0.24rem;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
}
.page_listen .cont .music-box {
  box-sizing: border-box;
  padding: 0 0.11rem;
}
.page_listen .cont .music-name {
  color: #4c495a;
  font-weight: bold;
  padding-top: 0.28rem;
}
.page_listen .cont .music-down {
  padding-top: 0.17rem;
  height: 0.24rem;
}
.page_listen .cont .music-down p {
  display: inline-block;
  color: #4c495a;
  font-size: 0.2rem;
  line-height: 0.24rem;
  margin: 0 0.12rem;
}
.page_listen .cont .music-introbox {
  max-height: 2.2rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.24rem;
}
.page_listen .cont .music-introbox .music-img {
  width: 6.88rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.page_listen .cont .music-introbox .music-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.page_listen .cont .music-introbox .music-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.page_listen .cont .music-introbox .music-intro {
  color: #4c495a;
  padding: 0.16rem;
  background: rgba(251, 249, 255, 0.5);
}
.page_listen .cont .music-introbox .music-intro h3 {
  font-size: 0.21rem;
  text-align: center;
  line-height: 0.31rem;
  font-weight: bold;
  padding-bottom: 0.06rem;
}
.page_listen .cont .music-introbox .music-intro p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: justify;
  max-height: 1.5rem;
}
.page_listen .cont .music-layout {
  background: #8985fe;
  height: 0.48rem;
  margin-top: 0.2rem;
  overflow: hidden;
}
.page_listen .cont .music-layout .play-btn {
  width: 1.24rem;
  margin: 0.09rem 0 0 0.11rem;
}
.page_listen .cont .music-layout .play-btn a {
  float: left;
  text-indent: -99.99rem;
  margin-left: 0.09rem;
}
.page_listen .cont .music-layout .play-btn .btn-prev, .page_listen .cont .music-layout .play-btn .btn-next {
  width: 0.25rem;
  height: 0.25rem;
  margin-top: 0.04rem;
}
.page_listen .cont .music-layout .play-btn .btn-prev {
  background-position: -3.51rem -0.86rem;
}
.page_listen .cont .music-layout .play-btn .btn-next {
  background-position: -4.27rem -0.86rem;
}
.page_listen .cont .music-layout .play-btn .btn-play {
  background-position: -3.85rem -0.82rem;
  width: 0.33rem;
  height: 0.33rem;
}
.page_listen .cont .music-layout .play-btn .btn-play.pause {
  background-position: -4.58rem -0.82rem;
}
.page_listen .cont .music-layout .play-progress {
  width: 4.1rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background: #7874e4;
  margin-top: 0.21rem;
}
.page_listen .cont .music-layout .play-progress-bar {
  background: #6461d6;
  border-radius: 0.08rem;
  height: 100%;
  top: 0;
  left: 0;
}
.page_listen .cont .music-layout .play-time {
  width: 1.16rem;
  color: #d0ceff;
  margin: 0.14rem 0 0 0.16rem;
  font-size: 0.2rem;
}
.page_listen .cont .music-share {
  padding: 0.24rem 0 0 0.11rem;
  height: 0.34rem;
}
.page_listen .cont .music-share b {
  width: 0.72rem;
  color: #4c495a;
  font-size: 0.2rem;
  line-height: 0.34rem;
}
.page_listen .cont .music-share ul {
  width: 5.89rem;
}
.page_listen .cont .music-share ul li {
  width: 0.36rem;
  height: 0.34rem;
  margin-right: 0.2rem;
  float: left;
}
.page_listen .cont .music-share ul li a {
  width: 100%;
  height: 100%;
  text-indent: -99.99rem;
}
.page_listen .cont .music-share ul li .share-wx {
  background-position: -1.99rem -0.83rem;
}
.page_listen .cont .music-share ul li .share-wb {
  background-position: -2.35rem -0.83rem;
}
.page_listen .cont .music-share ul li .share-zone {
  background-position: -2.71rem -0.83rem;
}
.page_listen .cont .music-share ul li .share-qq {
  background-position: -3.07rem -0.83rem;
}
.page_listen .cont .music-share .btnbox {
  height: 0.44rem;
  text-align: right;
  bottom: 0.2rem;
  right: 0.11rem;
}
.page_listen .cont .music-share .btnbox a {
  display: inline-block;
  width: 0.96rem;
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.24rem;
  color: #FFF;
  background: #6478f7;
  border-radius: 0.06rem;
  margin-left: 0.18rem;
}
.page_listen .cont .music-share .btnbox a.btn-over {
  background: #ccd0d7;
}
.page_listen .cont .author {
  height: 1.53rem;
  overflow: hidden;
  margin-top: 0.2rem;
  box-sizing: border-box;
  padding-left: 1.26rem;
  background: rgba(255, 255, 255, 0.7);
}
.page_listen .cont .author .imgbox {
  width: 0.99rem;
  height: 0.99rem;
  top: 0.27rem;
  left: 0.12rem;
}
.page_listen .cont .author .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.page_listen .cont .author .name {
  height: 0.45rem;
  line-height: 0.45rem;
  overflow: hidden;
  padding-top: 0.38rem;
}
.page_listen .cont .author .name h3 {
  color: #4c495a;
  float: left;
}
.page_listen .cont .author .name .btn-gz {
  background: #6478f7;
  border-radius: 0.06rem;
  color: #FFF;
  width: 1rem;
  height: 0.45rem;
  margin-left: 0.3rem;
}
.page_listen .cont .author .name .btn-gz.btn-ygz {
  background: #ccd0d7;
}
.page_listen .cont .author .list {
  overflow: hidden;
  padding-top: 0.18rem;
  font-size: 0;
}
.page_listen .cont .author .list li {
  color: #4c495a;
  font-size: 0.2rem;
  display: inline-block;
  margin-right: 0.24rem;
}

.pop {
  width: 7rem;
  background: #FFF;
  overflow: hidden;
  position: relative;
  display: none;
}
.pop-clo {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #6478f7;
  font-size: 1rem;
  font-weight: lighter;
  position: absolute;
  top: 0;
  right: 0;
}
.pop img {
  width: 5rem;
  height: 5rem;
  display: block;
  margin: 1rem auto 0;
}
.pop p {
  padding: 0.3rem 0.2rem 0.1rem 1rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  font-weight: bold;
}
.pop ul {
  overflow: hidden;
  padding: 0 0 0.5rem 1rem;
}
.pop ul li {
  font-size: 0.24rem;
  line-height: 0.34rem;
  overflow: hidden;
}

/*分享弹窗*/
.pop-share {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.pop-share .share-img {
  width: 7.5rem;
  height: 2.4rem;
}
.pop-share .share-img img {
  width: 100%;
  height: 100%;
}

.poplogin {
  background: url(//game.gtimg.cn/images/x5m/cp/a20180201labm/pop-bg.jpg) no-repeat;
  width: 5.13rem;
  height: 2.88rem;
  position: relative;
}
.poplogin .pop-clo {
  color: #FFF;
  font-size: 0.7rem;
  line-height: 0.7rem;
  width: 0.8rem;
  height: 0.8rem;
}
.poplogin .pop-tlt {
  color: #FFF;
  font-size: 0.24rem;
  text-align: center;
  padding: 0.24rem 0.19rem 0 0;
}
.poplogin .pop-login {
  margin-top: 0.36rem;
  overflow: hidden;
}
.poplogin .pop-login a {
  width: 1.2rem;
  float: left;
  text-align: center;
  color: #FFF;
  font-size: 0.2rem;
}
.poplogin .pop-login a.pop-loginqq {
  margin-left: 0.8rem;
}
.poplogin .pop-login a.pop-loginqq i {
  background-position: 0 -1.7rem;
}
.poplogin .pop-login a.pop-loginwx {
  margin-left: 1.1rem;
}
.poplogin .pop-login a.pop-loginwx i {
  background-position: -1.3rem -1.7rem;
}
.poplogin .pop-login a i {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0.15rem;
}

/*# sourceMappingURL=style.css.map */