* {
  -webkit-font-smoothing: antialiased;
}
.g-bd {
  width: 100%;
  min-height: 100%;
}
.f-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.f-img {
  width: 100%;
  height: auto;
}
/* TODO 其他的全局样式 */
input,
textarea {
  border: none;
  background: none;
}
input:focus,
textarea:focus {
  outline: none;
}
img {
  vertical-align: middle;
}
.m-toast .text {
  line-height: 20px;
  padding: 10px 20px;
  max-width: 180px;
}

.home-page {
  position: relative;
  padding-top: 1px;
}
.home-page .bg-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -10;
  background: #204562;
}
.home-page .bg-list li {
  overflow: hidden;
}
.home-page .bg-list li img {
  display: block;
  width: 100%;
  font-size: 0;
}
/*iPhoneX、iPhoneXR、iPhoneXS、iPhoneXS MAX的适配*/
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-min-device-pixel-ratio: 2) {
  .part4 .activity-comment-module {
    padding-bottom: 34px;
  }
}

.m-openmask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1001;
}
.m-openmask.z-fade-appear {
  opacity: 0;
}
.m-openmask.z-fade-appear-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-openmask.z-fade-leave {
  opacity: 1;
}
.m-openmask.z-fade-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-openmask .opentip {
  position: fixed;
  top: 0;
  left: 10px;
  right: 10px;
  height: 144px;
}
.m-openmask .lay {
  width: 100%;
  height: 120px;
  border-radius: 0 0 8px 8px;
  background: #f9f9f9 url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/opentip.8c7d711b1cf537fcd361b5cba6069472.png) 100% 4px no-repeat;
  background-size: 127px auto;
}
.m-openmask .lay .note {
  float: right;
  margin: 39px 58px 0 0;
  width: 167px;
  line-height: 20px;
  color: #222;
}
.m-openmask .lay h3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: normal;
}
.m-openmask .lay p {
  font-size: 14px;
}

.m-sharemask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1001;
}
.m-sharemask.z-fade-appear {
  opacity: 0;
}
.m-sharemask.z-fade-appear-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-sharemask.z-fade-leave {
  opacity: 1;
}
.m-sharemask.z-fade-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-sharemask .sharetip {
  position: fixed;
  top: 53px;
  right: 76px;
  width: 167px;
  height: 65px;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #d43c33;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  z-index: 14;
}
.m-sharemask .sharetip .icn,
.m-sharemask .sharetip:after {
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/sharetip_2x.84df02f0d8c5c205f3c585633399854e.png) 0 0 no-repeat;
  background-size: 100px auto;
}
.m-sharemask .sharetip .icn {
  display: inline-block;
  position: relative;
  top: -3px;
  left: 3px;
  width: 20px;
  height: 5px;
  background-position: -75px 0;
}
.m-sharemask .sharetip:after {
  content: "";
  display: block;
  position: absolute;
  right: -57px;
  top: -43px;
  width: 75px;
  height: 80px;
  background-position: 0 0;
}
@media screen and (min-width: 360px) {
  .m-sharemask .sharetip {
    top: 59px;
    right: 93px;
    width: 189px;
    height: 70px;
    padding: 11px 17px;
    font-size: 18px;
  }
  .m-sharemask .sharetip .icn {
    top: -4px;
    left: 4px;
  }
  .m-sharemask .sharetip:after {
    top: -44px;
    right: -70px;
  }
}

.lyric-title {
  position: relative;
  width: 2.6rem;
  height: 0.36rem;
  margin: 0.5rem auto 0 auto;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/lyric-title.85188faafeed8c387f9f46034c3ade94.png) no-repeat;
  background-size: 100%;
}
.lyric-title .rule {
  position: absolute;
  top: -2px;
  right: -0.8rem;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/rule.0bfc27922637fe6c3703605338914902.png) no-repeat;
  background-size: 100%;
}
.mrc-rule-modal .mrc-modal-container {
  width: 70%;
  padding: 20px;
  border-radius: 10px;
}
.mrc-rule-modal .mrc-modal-container h4 {
  color: #333;
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
}
.mrc-rule-modal .mrc-modal-container .main {
  margin-top: 0.2rem;
  max-height: 5rem;
  overflow: auto;
}
.mrc-rule-modal .mrc-modal-container .main p {
  color: #333;
  font-size: 0.24rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.mrc-rule-modal .mrc-modal-container .close-btn {
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/close_icon_2x.6c3be4d16f22fb6d046233f1a9886188.png) no-repeat;
  background-size: 100%;
}

.lyric-form-module .lyric-list li {
  margin-top: 0.42rem;
}
.lyric-form-module .lyric-list .lyric-info {
  font-size: 0.26rem;
}
.lyric-form-module .lyric-list .lyric-info .j-lyric {
  color: #fff;
}
.lyric-form-module .lyric-list .lyric-info .c-lyric {
  color: #b2c1cc;
}
.lyric-form-module .lyric-list textarea {
  color: #91f6ff;
  font-size: 0.26rem;
  width: 100%;
  height: 0.7rem;
  padding: 0.1rem;
  margin-top: 0.15rem;
  box-sizing: border-box;
  background: rgba(13, 40, 67, 0.6);
}
.lyric-form-module .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #fff;
  font-size: 0.34rem;
  width: 3rem;
  height: 0.9rem;
  margin: 0.5rem auto 0 auto;
  border-radius: 0.1rem;
  background: #e9212d;
}

.lyric-module {
  margin: 1rem 0.35rem 0 0.35rem;
}
.lyric-module .lyric-tab {
  height: auto;
  border-bottom: 1px solid #459fea;
  background: none;
}
.lyric-module .lyric-tab .tabtxt {
  display: block;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.28rem;
}
.lyric-module .lyric-tab .tabtxt:after {
  height: 3px;
  bottom: -2px;
}
.lyric-module .lyric-tab .z-selected .tabtxt {
  color: #eadcaf;
}

.part1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 7.7rem;
}
.part1 .title {
  width: 5.75rem;
  height: 1.48rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/music-title1.a3822200d62fed5545ceddd675c2ee58.png) no-repeat;
  background-size: contain;
}
.part1 .cover {
  width: 1.76rem;
  border: 1px solid #ed1c24;
}
.part1 .cover img {
  width: 100%;
}
.part1 .song-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 4px;
}
.part1 .song-module .song-area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 4.18rem;
  height: 1.4rem;
  padding: 0 0.3rem 0 0.16rem;
  box-sizing: border-box;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/song-bg.a21f42d351ab3b36f8c4b3bac90d75ca.jpg) no-repeat;
  background-size: 100%;
}
.part1 .song-module .song-area .song-name {
  color: #fff;
  font-size: 0.4rem;
}
.part1 .song-module .song-area .play-info {
  position: absolute;
  right: 0.1rem;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.part1 .song-module .song-area .play-info .icon {
  display: block;
  width: 0.78rem;
  height: 0.78rem;
}
.part1 .song-module .song-area .play-info .icon.play {
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/play.c9084064f3077755e5c169f9d16730ad.png) no-repeat;
  background-size: 100%;
}
.part1 .song-module .song-area .play-info .icon.pause {
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/pause.24bf5229628c652920adb809f5bb1a1f.png) no-repeat;
  background-size: 100%;
}
.part1 .song-module .song-area .play-info .time {
  display: block;
  color: #e6d3c2;
  font-size: 0.18rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
.part1 .song-module .song-area .progress {
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  height: 2px;
  background: #93f6ff;
}
.part1 .mv-title {
  width: 6.15rem;
  height: 0.6rem;
  margin: 0.35rem auto 0 auto;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/music-title2.60aca0e03d9b3b67f1aa69441df05dd0.png) no-repeat;
  background-size: contain;
}
.part1 .mv-module {
  position: relative;
  width: 5.9rem;
  height: 3.3rem;
  margin-top: 0.12rem;
  border: 1px solid #93f6ff;
}
.part1 .mv-module .bg {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 100%;
  height: 100%;
  background: rgba(212, 235, 228, 0.3);
}
.part1 .mv-module .mv {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.part1 .mv-module .poster {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: url('https://p1.music.126.net/OdXJu1BqH75j8QOf1ahPqw==/109951164292443613.jpg') no-repeat;
  background-size: 100%;
}
.part1 .mv-module .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}
.part1 .mv-module .icon.play {
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/play.c9084064f3077755e5c169f9d16730ad.png) no-repeat;
  background-size: 100%;
}
.part1 .mv-module .icon.pause {
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/pause.24bf5229628c652920adb809f5bb1a1f.png) no-repeat;
  background-size: 100%;
}

.part2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 1.4rem;
}
.part2 .title {
  width: 7.32rem;
  height: 1.93rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/mv-title1.89ca667865a00c81da23ea8d7b61e288.png) no-repeat;
  background-size: contain;
}
.part2 .singer-module {
  width: 6.98rem;
  height: 3.21rem;
  margin-top: 0.1rem;
  -webkit-transform: translateX(0.1rem);
          transform: translateX(0.1rem);
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/singer.03143b49d35151055d417c02b2550d78.png) no-repeat;
  background-size: 100%;
}
.part2 .prize-title {
  width: 100%;
  height: 0.8rem;
  margin-top: 0.45rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/mv-title2.50ee48335d6a5a406febff15d65b9a2f.png) no-repeat;
  background-size: contain;
}
.part2 .prize {
  width: 100%;
  height: 6.63rem;
  margin-top: 0.15rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/prize.ab12be83f6484df2197c9e056786fe3d.png) no-repeat;
  background-size: 100%;
}

.part3 {
  margin-top: 1.6rem;
}
.part3 .title {
  width: 100%;
  height: 2.23rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/link-title.8e3c8a9980cf297889e107b225458a11.png) no-repeat;
  background-size: contain;
}
.part3 .link-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 0.24rem;
}
.part3 .link-module .btn {
  margin: 0 0.3rem;
}
.part3 .link-module .zai {
  width: 2.45rem;
  height: 0.75rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/zaizai.b0b60bfdd319e1fe071c8b4d325ce222.png) no-repeat;
  background-size: 100%;
}
.part3 .link-module .yinyang {
  width: 2.45rem;
  height: 0.75rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/yinyang.b6dea6b6ac5b0f8554ba705b062939ce.png) no-repeat;
  background-size: 100%;
}

.ACT-comment-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 18px 10px;
}
.ACT-comment-view .act-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  margin-right: 10px;
}
.ACT-comment-view .act-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.ACT-comment-view .comment-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  color: #d6d6d5;
  font-size: 12px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.05);
}
.ACT-comment-view .comment-view textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  color: #d6d6d5;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  box-sizing: content-box;
}
.ACT-comment-view .comment-view textarea::-webkit-input-placeholder {
  color: #999;
}
.ACT-comment-view .send-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  color: #fff;
  font-size: 14px;
  width: 60px;
  height: 30px;
  border-radius: 30px;
  margin-left: 10px;
  background: #999;
}
.ACT-comment-view .send-btn.active {
  background: #D33A31;
}

input,
textarea {
  border: none;
  -webkit-appearance: none;
  background: none;
}
input:focus,
textarea:focus {
  outline: none;
}
/* 1px解决文案；*/
.f-bd {
  position: relative;
}
.f-bd *,
.u-txt * {
  position: relative;
  z-index: 1;
}
.f-bd:after,
.u-txt:after {
  position: absolute;
  z-index: 2;
  content: '';
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 0;
  pointer-events: none;
}
.f-bd-top:after {
  border-width: 1px 0 0 0;
}
.f-bd-btm:after {
  border-width: 0 0 1px 0;
}
.f-bd-left:after {
  border-width: 0 0 0 1px;
}
.f-bd-right:after {
  border-width: 0 1px 0 0;
}
.f-bd-full:after {
  border-width: 1px;
}
.activity-comment-module .activity-comment-title {
  color: #333;
  font-size: 17px;
  padding: 0 10px;
  background: none;
}
.mrc-modal .comment-operate-module {
  width: 50%;
  height: auto;
  border-radius: 6px;
}
.mrc-modal .comment-operate-module .comment-operate-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #000;
  font-size: 16px;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.mrc-modal .comment-operate-module .comment-operate-list li:last-child {
  border-bottom: none;
}
.mrc-modal .comment-operate-module .comment-operate-list li .space {
  letter-spacing: 15px;
  text-indent: 15px;
}
.mrc-modal .reply-comment-module {
  width: 70%;
  height: auto;
  border-radius: 6px;
}
.mrc-modal .reply-comment-module .reply-module {
  padding: 0 20px 20px 20px;
}
.mrc-modal .reply-comment-module .reply-module .reply-header h3 {
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.mrc-modal .reply-comment-module .reply-module .reply-view {
  height: 80px;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 3px;
}
.mrc-modal .reply-comment-module .reply-module .reply-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 38px;
  letter-spacing: 15px;
  text-indent: 15px;
  border-radius: 3px;
  margin: 10px auto 0 auto;
  background: #999;
}
.mrc-modal .reply-comment-module .reply-module .reply-btn.active {
  background: #e31445;
}
.mrc-modal .reply-comment-module .close-btn {
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/close_icon_2x.6c3be4d16f22fb6d046233f1a9886188.png) no-repeat;
  background-size: 100%;
}

.part4 {
  margin-top: 1.3rem;
}
.part4 .title {
  width: 100%;
  height: 2.26rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/comment-title.8af910aa95de5cec3dcdd57ed48ab660.png) no-repeat;
  background-size: contain;
}
.part4 .activity-comment-module {
  padding-top: 8px;
}
.part4 .activity-comment-module .yy-comment-title {
  color: #fff;
  font-size: 0.28rem;
  padding-left: 0.15rem;
  line-height: 1;
  border-left: 3px solid #e9212d;
}
.part4 .m-comments .cmt_item .cmt_wrap .cmt_user a {
  color: #ededed;
  font-size: 12px;
}
.part4 .m-comments .cmt_item .cmt_wrap .cmt_content {
  color: #d6d6d5;
  font-size: 12px;
}

.share-page.z-process-image .show-share-page {
  display: none;
}
.share-page.z-process-image .create-share-pic {
  display: block;
}
.show-share-page {
  position: relative;
  min-height: 100vh;
  padding-top: 3rem;
  box-sizing: border-box;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/share-bg.e03f408130e3a8f8e0d131948c447d03.jpg) center top no-repeat;
  background-size: cover;
}
.show-share-page .share-header {
  width: 7.2rem;
  height: 1.43rem;
  margin: 0 auto;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/share-title.8b8ae6308a84367c69a3ab0969aaec34.png) no-repeat;
  background-size: 100%;
}
.show-share-page .lyric-list {
  margin-top: 0.5rem;
}
.show-share-page .lyric-list li {
  color: #fff;
  font-size: 0.34rem;
  line-height: 1.8;
  letter-spacing: 2px;
  text-align: center;
}
.show-share-page .lyric-list li span {
  position: relative;
  line-height: 1;
}
.show-share-page .lyric-list li:first-child span::before {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
  display: block;
  content: '';
  width: 0.88rem;
  height: 0.76rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/comma1.876ca7350555fb93be16d477f2cbd053.png) no-repeat;
  background-size: 100%;
}
.show-share-page .lyric-list li:last-child span::after {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(150%, 10%);
          transform: translate(150%, 10%);
  display: block;
  content: '';
  width: 0.9rem;
  height: 0.76rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/comma2.b9805b0efc5ab6d742d857c2fd53a728.png) no-repeat;
  background-size: 100%;
}
.show-share-page .share-btn {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.18rem;
  height: 2.18rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/share-btn.1ae136499ba3759781acf881f9197b49.png) no-repeat;
  background-size: 100%;
}
.show-share-page .tips {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.24rem;
}
.create-share-pic {
  display: none;
  position: relative;
  min-height: 100vh;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/share-pic-bg.814582d9cf2156e4505c762c6684c1a8.jpg) center top no-repeat;
  background-size: cover;
}
.create-share-pic .lyric-list {
  padding-top: 3.1rem;
}
.create-share-pic .lyric-list li {
  color: #fff;
  font-size: 0.34rem;
  line-height: 1;
  letter-spacing: 2px;
  text-align: left;
  margin-top: 0.4rem;
}
.create-share-pic .lyric-list li span {
  padding-left: 0.6rem;
}
.create-share-pic .lyric-list li:first-child {
  padding-left: 0.1rem;
  margin-top: 0;
}
.create-share-pic .lyric-list li:first-child .icon {
  display: block;
  width: 0.88rem;
  height: 0.76rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/comma1.876ca7350555fb93be16d477f2cbd053.png) no-repeat;
  background-size: 100%;
}
.create-share-pic .lyric-list li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding-right: 0.1rem;
}
.create-share-pic .lyric-list li:last-child .icon {
  display: block;
  width: 0.9rem;
  height: 0.76rem;
  background: url(//s5.music.126.net/static_public/5d5a616db5e08c17e1017f05/comma2.b9805b0efc5ab6d742d857c2fd53a728.png) no-repeat;
  background-size: 100%;
}
.create-share-pic .lyric-list li.user {
  text-align: right;
  padding-right: 0.6rem;
  margin-top: 0.6rem;
}
.create-share-pic .share-bottom {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
.create-share-pic .share-bottom .show-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.create-share-pic .share-bottom .show-code .code {
  padding: 2px 2px 0 2px;
  background: #fff;
}
.create-share-pic .share-bottom .show-code p {
  color: #fff;
  font-size: 0.22rem;
  text-align: center;
  margin-top: 0.1rem;
}
.create-share-pic .share-bottom .logo {
  width: 3.74rem;
}
.create-share-pic .share-bottom .logo img {
  width: 100%;
}
@media screen and (max-width: 360px) {
  .show-share-page {
    padding-top: 2.5rem;
  }
  .show-share-page .share-btn {
    bottom: 1rem;
  }
  .create-share-pic .share-bottom {
    bottom: 0.65rem;
  }
}
/*iPhoneX、iPhoneXR、iPhoneXS、iPhoneXS MAX的适配*/
@media screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-min-device-pixel-ratio: 2) {
  .show-share-page .tips {
    bottom: 0.75rem;
  }
  .create-share-pic .share-bottom {
    bottom: 0.65rem;
  }
}

.m-web-guide {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #201e1f;
}
.m-web-guide .qrcode {
  position: absolute;
  width: 250px;
  height: 250px;
}
.m-web-guide .qrcode canvas {
  border: 12px solid #fff;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.m-web-guide .qrcode .guide-tip {
  color: #fff;
  font-size: 15px;
  text-align: center;
  top: -60px;
}

