.icons-sprite, .box-download .close, .box-download .logo .pic {
  background-image: url('../image/downloadBox/icons-s04e00beb70.png');
  background-repeat: no-repeat;
}

@font-face {
  font-family: 'Padauk';
  font-style: normal;
  font-weight: 400;
  src: local(""), local("Padauk-Regular"), url("/static/fonts/RrQRboJg-id7OnbxckXh7Lk.woff2") format("woff2");
  unicode-range: U+1000-109F, U+200C-200D, U+25CC;
}
.my_mm body {
  font-family: 'Padauk', sans-serif !important;
}

html, body {
  font-family: "PingFangSC-Regular, sans-serif, Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi;
}

.box-download {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 999999999999;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-download .close {
  position: absolute;
  top: 12px;
  right: 12px;
  background-position: 0 1;
  background-size: 177px 111px;
  height: 38px !important;
  width: 37px !important;
  background-size: 118px 74px !important;
  height: 24px !important;
  width: 24px !important;
  cursor: pointer;
}

.box-download .logo {
  width: 100%;
  padding: 108px 0;
  text-align: center;
  text-indent: 0;
}

.box-download .logo .pic {
  display: inline-block;
  background-position: 0 -35px;
  background-size: 177px 111px;
  height: 77px !important;
  width: 178px !important;
}

.box-download .btn-line {
  margin: 0 21px;
}

.box-download .btn-line .btn {
  display: block;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 100%;
  background: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}

.box-download .btn-line .btn:last-child {
  margin-top: 39px;
}

.box-download .box-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.box-download .bg_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
}

@media (max-width: 320px) {
  .box-download .logo {
    padding: 70px 0;
  }

  .box-download .btn-line .but:last-child, .box-download .btn-line .btn:last-child {
    margin-top: 25px;
  }

  .box-download .btn-line .but, .box-download .btn-line .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .box-download .btn-line {
    margin: 0px 10px;
  }
}
@media (max-height: 480px) {
  .box-download .logo {
    padding: 60px 0;
  }

  .box-download .btn-line .but:last-child, .box-download .btn-line .btn:last-child {
    margin-top: 25px;
  }

  .box-download .btn-line .but, .box-download .btn-line .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .box-download .btn-line {
    margin: 0px 10px;
  }
}
@media (max-height: 400px) {
  .box-download .logo {
    padding: 30px 0;
  }

  .box-download .btn-line .but:last-child, .box-download .btn-line .btn:last-child {
    margin-top: 15px;
  }

  .box-download .btn-line .but, .box-download .btn-line .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .box-download .btn-line {
    margin: 0px 10px;
  }
}
@font-face {
  font-family: 'Padauk';
  font-style: normal;
  font-weight: 400;
  src: local(""), local("Padauk-Regular"), url("/static/fonts/RrQRboJg-id7OnbxckXh7Lk.woff2") format("woff2");
  unicode-range: U+1000-109F, U+200C-200D, U+25CC;
}
.my_mm body {
  font-family: 'Padauk', sans-serif !important;
}

html, body {
  font-family: "PingFangSC-Regular, sans-serif, Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi;
}

* {
  margin: 0;
  padding: 0;
}

html, body, #root, #__next, #__next > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font: 12px/1.5 "hiragino sans gb", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

a, img {
  -webkit-touch-callout: none;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.flex_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  position: relative;
  text-align: center;
}

.classBottom {
  margin-top: -30px;
}

.flex_item .logo_container {
  width: 100%;
  margin: 0 auto;
  margin-top: -30px;
}

.flex_item .downImg {
  display: inline-block;
  width: 162px;
  height: 52px;
}

.user_info {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 6;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 0 300px 300px 0;
  border-radius: 0 300px 300px 0;
  background: rgba(0, 0, 0, 0.25);
}

.user_info .txt {
  float: left;
  margin: 0 5px;
  font-size: 12px;
  color: #fff;
}

.user_info .avatar {
  float: left;
  width: 25px;
  height: 25px;
  margin: 4px 4px 0 0;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.user_info .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}

.song_info {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.song_info .cont {
  width: 100%;
}

.song_info .song, .song_info .singer {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #FFF;
}

.song_info .song {
  font-size: 21px;
  font-weight: normal;
}

.song_info .singer {
  margin-top: 4px;
  font-size: 13px;
}

.song_info .singer .arrow {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 8px;
  height: 13px;
  margin-left: 5px;
  background: url(//imgcache.gtimg.cn/mediastyle/mobile/app/wechat/img/sprite_page_play.png?d=20140507151851) no-repeat;
  background-size: 50px 200px;
  background-position: 0 -160px;
}

.album_cover .cover_container, .copy-text {
  position: relative;
  max-width: 50%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.album_cover img {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 50%;
}

.album_cover .btn_play, .album_cover .btn_pause {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: 46px;
  height: 46px;
  overflow: hidden;
  margin-left: -23px;
  top: 33%;
  opacity: .8;
}

.album_cover .btn_play span, .album_cover .btn_pause span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 46px;
  height: 46px;
  line-height: 999em;
  background: url(//imgcache.gtimg.cn/mediastyle/mobile/app/wechat/img/sprite_page_play.png?d=20140507151851) no-repeat;
  background-size: 50px 200px;
}

.album_cover .btn_pause span {
  background-position: 0 -50px;
}

.album_cover .btn_play i, .album_cover .btn_pause i {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  background: rgba(0, 0, 0, 0.8);
}

.album_cover .btn_play:active span, .album_cover .btn_pause:active span {
  opacity: 0.5;
}

.album_cover .btn_play:active i, .album_cover .btn_pause:active i {
  background: rgba(0, 0, 0, 0.9);
}

.btns {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.slogan {
  float: left;
}

.slogan:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 22px;
  width: 77px;
  height: 25px;
  background-image: url(../image/common/logo_joox.png);
  background-size: cover;
}

#btnsQQmusic .slogan:before {
  background-image: url(../image/playsong/qqmusic.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #btnsQQmusic .slogan:before {
    background-image: url(../image/playsong/qqmusic@2x.png);
  }
}
.logo {
  font-size: 20px;
  text-align: left;
  text-indent: 90px;
  margin-top: 16px;
  margin-bottom: 2px;
}

.description {
  font-size: 12px;
  text-indent: 90px;
}

.btn_music {
  display: inline-block;
  position: relative;
  height: 28px;
  line-height: 28px;
  padding: 4px 10px;
  padding-right: 16px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: right;
  margin-right: 20px;
  margin-top: 8px;
}

.btn_music:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0px;
  width: 7px;
  height: 12px;
  background-image: url(../image/common/arrow_right.png);
  background-size: cover;
}

.box {
  padding-top: 50px;
}

.btn_music:active {
  background-color: #0a9244;
}

.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(15px);
  -webkit-transform: scale(1.05);
}

.bg_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
}

.copy-text {
  color: #fff;
  font-size: 14px;
  max-width: 230px;
  width: 230px;
  text-align: center;
}

.btn_open {
  font-size: 18px;
  color: #22ff8b;
  display: inline-block;
  width: 210px;
  height: 34px;
  border: 2px solid #22ff8b;
  border-radius: 21px;
  text-align: center;
  position: relative;
  line-height: 34px;
  text-indent: 30px;
}

.btn_open:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 32px;
  width: 18px;
  height: 20px;
  background-image: url(../image/playsong/play.png);
  background-size: cover;
}

#album_pic2 {
  background-color: #393939;
}

#play_loading {
  -webkit-transform: translateX(0%);
}

#play_on {
  -webkit-transform: translateX(0%);
}

#h5audio_media {
  height: 0;
  width: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .btn_open:before {
    background-image: url(../image/playsong/play@2x.png);
  }
}
.area {
  display: none;
}

@media only screen and (max-width: 362px) {
  .th .btn_music {
    margin-right: 5px;
  }
}
.lyric .cont {
  width: 100%;
  height: 48px;
  overflow: hidden;
}

.lyric .cont.three_row {
  height: 72px;
}

.lyric .cont .txt {
  padding: 0 50px;
}

.lyric .cont p {
  width: 100%;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

.lyric .cont .current {
  color: #fff;
}

.lyric .cont p.loading {
  line-height: 100%;
}

.love {
  position: absolute;
  right: 12px;
  bottom: 15px;
  z-index: 6;
  width: 34px;
  height: 34px;
}

.icon_download, .icon_love, .icon_loved {
  display: block;
  width: 33px;
  height: 33px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
}

.icon_download i, .icon_love i, .icon_loved i {
  display: block;
  width: 17px;
  height: 14px;
  line-height: 999px;
  overflow: hidden;
  margin: 10px auto 0;
  background: url(//imgcache.gtimg.cn/mediastyle/mobile/app/wechat/img/sprite_page_play.png?d=20140507151851) no-repeat;
  background-size: 50px 200px;
}

.icon_download i {
  width: 17px;
  height: 18px;
  margin-top: 5px;
  background-position: 0 -140px;
}

.icon_love i {
  background-position: 0 -100px;
}

.icon_loved i {
  background-position: 0 -120px;
}

.icon_download:active i, .icon_love:active i, .icon_loved:active i {
  opacity: 0.5;
}

.play_bar {
  position: absolute;
  bottom: 87px;
  z-index: 5;
  width: 100%;
  height: 40px;
}

.play_bar .progress {
  position: absolute;
  left: 50px;
  right: 50px;
  z-index: 2;
  height: 40px;
  overflow: hidden;
}

.play_bar .bar {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 2px;
  /*background-color: #252525*/
  background-color: #fff;
  opacity: .3;
}

.play_bar .has_load {
  position: absolute;
  top: 20px;
  left: -100%;
  z-index: 4;
  width: 100%;
  height: 2px;
  /*background-color: #303B35*/
  background-color: #fff;
  opacity: .3;
}

.play_bar .has_play {
  position: absolute;
  top: 20px;
  left: -100%;
  z-index: 5;
  width: 100%;
  height: 2px;
  background-color: #0EAD51;
}

.play_bar .has_play span {
  position: absolute;
  top: -20px;
  right: -21px;
  width: 40px;
  height: 40px;
}

.play_bar .has_play span i {
  display: block;
  width: 2px;
  height: 8px;
  margin: 17px auto 0;
  background: #0EAD51;
}

.play_bar .play_time {
  position: absolute;
  top: 10px;
  left: 5px;
  right: 5px;
  z-index: 1;
}

.play_bar .play_time time {
  position: absolute;
  top: 3px;
  font-size: 12px;
  font-family: arial;
  color: #878787;
}

.play_bar .play_time time:nth-child(1) {
  left: 5px;
}

.play_bar .play_time time:nth-child(2) {
  right: 5px;
}

.description {
  font-size: 12px;
  text-indent: 90px;
}

.box {
  padding-top: 50px;
}

.facebook .flex_box {
  height: 84%;
}

.btn_music .dot {
  display: inline-block;
  width: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
}

.btns.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media (min-width: 330px) {
  .song_info .song {
    font-size: 23px;
  }

  .song_info .singer {
    font-size: 15px;
  }

  .lyric .cont p {
    font-size: 15px;
  }

  .play_bar {
    bottom: 107px;
  }

  .facebook .play_bar {
    bottom: 127px;
  }
}
@media (max-width: 520px) {
  .album_cover .cover_container {
    max-width: 50%;
  }

  .cover_container {
    width: 160px;
    height: 160px;
  }

  .album_cover img {
    width: 100%;
    height: 160px;
  }

  .lyric .cont p {
    font-size: 13px;
  }
}
@media (min-width: 520px) {
  .cover_container {
    width: 160px;
  }

  .album_cover img {
    width: 160px;
    height: 160px;
  }
}
.openJoox {
  width: 100%;
  position: absolute;
  bottom: 41px;
  text-align: center;
  z-index: 9999;
}

.openJooxVip {
  width: 100%;
  position: absolute;
  bottom: 90px;
  text-align: center;
  z-index: 9999;
}

.openJooxVip div, .openJoox div {
  padding: 12px 24px;
  display: inline-block;
  background: #00ca5c;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.4);
}

.openJooxVip .open-icon, .openJoox .open-icon {
  display: inline-block;
  width: 8px;
  height: 15px;
  margin-left: 6px;
  margin-bottom: 3px;
  background: url(../image/playsong/arrow.png);
  background-size: 8px 15px;
  vertical-align: middle;
}

.download {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  background: black;
  opacity: 0.8;
  z-index: 9999;
}

.download .icon {
  float: left;
  width: 77px;
  height: 25px;
  background: url(../image/common/logo_joox.png) no-repeat center center;
  background-size: 77px 25px;
  margin: 14px;
}

.download .word {
  float: left;
  line-height: 25px;
  margin-top: 20px;
}

.download .word p:first-child {
  font-size: 12px;
}

.download .word p:first-child {
  font-size: 20px;
}

.download .install {
  position: relative;
  float: right;
  padding: 2px 8px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
  margin-right: 10px;
  max-width: 120px;
  padding-right: 16px;
  color: #fff;
}

.download .install:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0px;
  width: 7px;
  height: 12px;
  background-image: url(../image/common/arrow_right.png);
  background-size: cover;
}

.facebook .openJoox {
  bottom: 130px;
}

.facebook .play_bar {
  bottom: 190px;
}

@media (max-width: 320px) {
  .song_info .song {
    font-size: 16px;
  }

  .song_info .singer {
    font-size: 12px;
    margin-top: 1px;
  }

  .song_info .hifi {
    margin-top: 8px;
  }

  .lyric .cont p {
    font-size: 12px;
  }

  .lyric .cont.three_row {
    height: 78px;
  }

  .flex_box {
    height: 98%;
  }

  .cover_container {
    width: 150px;
    height: 150px;
  }

  #album_pic {
    width: 150px;
    height: 150px;
  }

  .album_cover .btn_pause, .album_cover .btn_play {
    top: 32%;
  }

  .play_bar {
    bottom: 50px;
  }

  .openJoox div {
    padding: 8px 20px;
    font-size: 13px;
  }

  .openJoox {
    bottom: 19px;
  }

  .facebook .play_bar {
    bottom: 155px;
  }

  .facebook .openJoox {
    bottom: 126px;
  }

  .facebook .flex_box {
    height: 98%;
  }

  .ios8 .flex_box {
    display: block;
  }

  .ios8 .song_info {
    position: static;
    margin-top: 15px;
  }

  .ios8 .cover_container {
    margin: 40px auto 0;
  }

  .ios7 .play_bar {
    bottom: 35px;
  }

  .ios7 .openJoox {
    bottom: 11px;
  }
}
.song_info .hifi {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 25px;
  line-height: 22px;
}

.hifi .hicon {
  background: url(../image/playsong/hifi.png) no-repeat center center;
  background-size: 24px 12px;
  display: inline-block;
  width: 24px;
  height: 12px;
  vertical-align: middle;
  margin: 0 2px;
  margin-top: -1px;
}

.song_info .con {
  position: relative;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.song_info .none {
  display: none;
}

.facebook .song_info .hifi {
  margin-top: 15px;
}

.facebook .openJooxVip {
  bottom: 150px;
}
