html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #171723;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
      width: 100%;
      max-width: 550px;
      margin: 0 auto;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /*background: #fff;*/

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


	div#download {
     top: 0;
     bottom: inherit;
     -webkit-animation: banner-show1 .5s ease-out .5s;
     animation: banner-show1 .5s ease-out .5s;
     position: fixed;
     bottom: 0;
     z-index: 999;
     left: 0;
     width: 100%;
     right: 0;
     margin: 0 auto;
     /* width: 7.5rem; */
     max-width: 550px;
     height: 3.36rem;
     overflow: hidden;
     /*background-color: #0e0b171f;*/
     /* background-image: url(logo.png); */
     /* background-repeat: no-repeat; */
     /* background-position: 0.38rem 0.53rem; */
     background-size: 2rem;
     -webkit-animation-fill-mode: backwards;
     animation-fill-mode: backwards;
     -webkit-animation: banner-show .5s ease-out .5s;
     animation: banner-show .5s ease-out .5s;
}

.download-btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 0;
    outline: 0;
    padding: 0;
    width: 3.92rem;
    height: 1.56rem;
    line-height: 1.56rem;
    border-radius: .04rem;
    float: right;
    margin-top: -1.4rem;
    margin-right: .4rem;
   /* background-color: #fe2c55;*/
    font-size: 0;
}

.download-btn span.txt {
    color: #fff;
    font-size: .28rem;
    vertical-align: middle;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
.info-right {
    position: absolute;
    right: .12rem;
    bottom: 100%;
    /* background-color: #a24545; */
    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;
    font-size: .24rem;
    color: #fff;
    line-height: 1.32rem;
    z-index: 999;
}

div#videoInfo {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 7.9rem;
    z-index: 10;
    display: none;
}

img.img-avator {
    width: 2.88rem;
    height: 2.88rem;
    position: relative;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
}

img.img-follow {
       width: 1.48rem;
       height: 1.48rem;
       position: absolute;
       /* bottom: 20rem; */
       left: 50%;
       margin-left: 0.24rem;
       position: absolute;
       bottom: 83%;
       left: 0;
       right: 0;
       background: #f44;
       border-radius: 67px;
       display: inline-block;
       width: 15px;
       height: 15px;
       line-height: 24px;
       margin: 0 auto;
       z-index: 1;
}

img.icon {
    margin-top: 20px;
    width: 2.48rem;
}

.info-item.info-bottom {
    color: #fff;
    position: absolute;
    left: .3rem;
    bottom: 4.2rem;
    width: auto;
    margin-top: 0;
}

div#infoMusic {
    /* width: 1rem; */
    margin-top: 7rem;
    position: relative;
}

.info-right p.count {
    /* margin-top: 1.07rem; */
    text-align: center;
    white-space: nowrap;
    /* margin-left: 1.1rem; */
    /* width: .9rem; */
	font-size: 15px;
}

.topnav {
    /* text-align: center; */
    /* margin: 0 auto; */
    margin-top: 10px;
    font-size: 19px;
    color: #FFF;
    display: flex;
    justify-content: center;
}

.music-cover img.icon {
    /* border: 1px solid #fff; */
    /* border-radius: 100%; */
}

    img.icon_play {
    position: absolute;
    top: 44%;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    z-index: 400;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}
.follow {
    margin-left: 10px;
}
video#secondBg {background-color: #000;}


.wechat__tabBar {
  /* background: #fbf9fe85; */
  max-width: 550px;
  width: 100%;
  z-index: 400;
  position: fixed;
  bottom: 12px;
  /* height: 10rem; */
}
.wechat__tabBar .bottomfixed {
   /* background: #e5e5e52e;*/
   max-width: 650px;
   /* height: 2.1rem; */
   width: 100%;
   z-index: 1001;
}
.wechat__tabBar ul {
    text-align: center;
    /* height: 1.1rem; */
    /* margin: 0 auto; */
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
    margin-right: 40px;
    margin-top: 40px;
    margin-bottom: 1px;
    padding-inline-start: 0px;
}
.flex-alignc {
    align-items: center;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.wechat__tabBar ul li {
    background: none;
    border-radius: 0;
    opacity: 1;
    height: 1.1rem;
    width: auto;
}
.wechat__tabBar ul li.swiper-pagination-bullet-active span {
    color: #ffffff;
    /* font-size: 1rem; */
}

.wechat__tabBar ul li span {
        /*
        background-color: #fffdfd26;
    border-radius: 5px;
	*/
        color: #c3c3c3;
        display: block;
        font-size: 0.94rem;
        /*
    margin-top: .05rem;
    margin-left: 5px;
	*/
   }
.wechat__tabBar ul li .ico {
    display: inline-block;
    vertical-align: top;
    margin-top: .15rem;
    height: .48rem;
    width: .48rem;
    position: relative;
}
img.search {
    width: 1.4rem;
}
img.challenge-img {
    width: 0.8rem;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº*/
.comment {
	display: none;
	padding: .15rem;
	position: absolute;
	/* left: .3rem; */
	bottom: 80%;
	/* width: auto; */
	position: relative;
	z-index: 401;
	background-color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 80%;
	overflow-x: hidden;
	/* overflow-y: scroll; */
	text-align: left;
}

.comment::-webkit-scrollbar{
				display: none;
			}

/*__ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº */
.wc__chat-wrapper{/*height: calc(100vh); position: absolute;*/position: absolute;z-index: 2;height: 100%;max-width: 750px;
    width: 100%;}
.wc__chatMsg-panel{overflow: auto; -webkit-overflow-scrolling: touch; width: 100%; position: relative;}
.wc__chatMsg-panel .chatMsg-cnt{padding: .15rem; position: relative;}

.chatMsg-cnt ul li{display:-webkit-box;display:-webkit-flex;display:flex;display:-ms-flexbox;margin-bottom: 1.25rem;}
.chatMsg-cnt ul li.time{padding-top: .25rem;}
.chatMsg-cnt ul li.time span{background: rgba(0,0,0,.1); color: #fff; border-radius: .05rem; display: block; font-size: .22rem; font-family: Verdana; overflow: hidden; margin: 0 auto; padding: .05rem .1rem; line-height: normal; max-width: 90%;}
.chatMsg-cnt ul li.notice span{background: rgba(0,0,0,.1); color: #fff; border-radius: .05rem; display: block; font-size: .24rem; font-family: Verdana; overflow: hidden; margin: 0 auto; padding: .1rem; line-height: normal; max-width: 90%;}
.chatMsg-cnt ul li.notice span a{color: #22a7ff;}
.chatMsg-cnt ul li .avatar{display: block;overflow: hidden;height: 1.8rem;width: 1.8rem;position: relative;}
.chatMsg-cnt ul li .avatar img{vertical-align: top;height: 100%;width: 100%;border-radius: 100%;}
.chatMsg-cnt ul li .avatar:after{background-color: transparent; content: ""; height: 100%;width:100%; position: absolute;left: 0;top: 0;}
.chatMsg-cnt ul li .content{-webkit-box-flex:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.chatMsg-cnt ul li .content .author{color: #aaa; font-size: .2rem; margin: 0 .2rem;}
.chatMsg-cnt ul li .content .msg{/* border-style: solid; */border-width: 1px;border-radius: .07rem;color: #333;float: left;font-size: 0.8rem;margin: 0 .2rem;padding: .2rem;word-wrap: break-word;word-break: break-all;min-height: .6rem;max-width: 15.4rem;position: relative;transition: all .3s;}
.chatMsg-cnt ul li .content .msg .face{vertical-align: top; height: .4rem;}
.chatMsg-cnt ul li .content .msg .lg-face{vertical-align: top; max-height: 2.5rem; max-width: 2.5rem;}
.chatMsg-cnt ul li .content .msg a{color: #22a7ff;font-family: arial;}
.chatMsg-cnt ul li .content .msg a:active{background-color: #c2e6fd;}
.chatMsg-cnt ul li.others .content .msg{background-color: #fff; border-color: #f0f0f0;}
.chatMsg-cnt ul li.others .content .msg:active, .chatMsg-cnt ul li.others .content .msg.taped{background-color: #e9e9e9; border-color:#dedede;}
.chatMsg-cnt ul li.me .content .author{text-align: right;}
.chatMsg-cnt ul li.me .content .msg{float: right; background-color: #a0d4fc; border-color: #89cafd;}
.chatMsg-cnt ul li.me .content .msg:active, .chatMsg-cnt ul li.me .content .msg.taped{background-color: #7cc6ff; border-color: #6abbfd;}
.chatMsg-cnt ul li .content .msg:before{content: ''; display: inline-block; border-style: solid; border-width: .01rem .01rem 0 0; height: .2rem; width: .2rem; position: absolute; top: .3rem;}
.chatMsg-cnt ul li.others .content .msg:before{background: inherit; border-color: inherit; left: -.115rem; transform: translate(0, -50%) rotate(-135deg);}
.chatMsg-cnt ul li.me .content .msg:before{background: inherit; border-color: inherit; right: -.11rem; transform: translate(0, -50%) rotate(45deg);}

.chatMsg-cnt ul li .content .picture:before, .chatMsg-cnt ul li .content .video:before{display: none;}
.chatMsg-cnt ul li .content .picture, .chatMsg-cnt ul li .content .video{background-color: transparent!important; border-width: 0; border-radius:.07rem; padding: 0; overflow: hidden; position: relative;}
.chatMsg-cnt ul li .content .picture.taped, .chatMsg-cnt ul li .content .video.taped{opacity: .5;}
.chatMsg-cnt ul li .content .picture .img__pic, .chatMsg-cnt ul li .content .video .img__video{vertical-align: top; pointer-events: auto; max-height: 5.4rem; max-width: 5.4rem}
.chatMsg-cnt ul li .content .video:after{content: ''; background: url(../img/wchat/icon-play.png) no-repeat center; background-size: .6rem; height: 100%; width: 100%; position: absolute; left: 0; top: 0;}
.chatMsg-cnt ul li .content .lgface{background-color: transparent!important; border-width: 0; border-radius:0; padding: 0; overflow: hidden; position: relative;} /*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦*/

span.slt {
    color: #acadaf;
    font-size: 0.8rem;
}

a {
    text-decoration: none;
}
ul#J__chatMsgList {
    padding-inline-start: 8px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.zan {
    border-width: 1px;
    border-radius: .07rem;
    color: #333;
    float: right;
    font-size: .28rem;
    bottom: 25px;
    margin: 0 .2rem;
    padding: .2rem;
    position: relative;
}
span img {
    width: 2rem;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â */
	.wc__footTool-panel {
	display: none;
	max-width: 750px;
	width: 100%;
	z-index: 410;
	position: fixed;
	bottom: 0px;
	background-color: #8e8888;
}
p {
    margin: 0 auto;
}

.commenttop {
   display: none;
    background: #ffffff;
    max-width: 650px;
    width: 100%;
    z-index: 1005;
    bottom: 80%;
    position: absolute;
}

.wc__footTool-panel{background: #fbf9fe;max-width: 550px;width: 100%;z-index: 1005;height: 2.6rem;}
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */
.wc__editor-panel{padding: 0.15rem .2rem;align-items: flex-end;height: 2.1rem;}
.wc__editor-panel:before{border-top-color: #d9d9d9;}
.wc__editor-panel .wrap-editor{max-width: 100%;}
.wc__editor-panel .wrap-editor .editor{background: none;color: #333;caret-color: #12b7f5;font-size: 0.78rem;padding: .1rem .15rem;overflow-y: auto;overflow-x: hidden;outline: none;word-wrap: break-word;word-break: break-all;line-height: 1.5rem;max-height: 2.3rem;max-width: 100%;position: relative;}
.wc__editor-panel .wrap-editor .editor:after{content: ''; border-bottom: 1px solid #d9d9d9; color: #d9d9d9; height: 1px; width: 100%; position: absolute; left: 0; bottom: 0; transform: scaleY(0.5); -webkit-transform: scaleY(0.5); transition: border-color .3s;}
.wc__editor-panel .wrap-editor .editor:focus:after{border-bottom-color: #12b7f5;}
.wc__editor-panel .wrap-editor .editor .face{vertical-align: middle; height: .4rem;}
.wc__editor-panel .btn{margin-left: .1rem;height: 1.7rem;width: 1.7rem;}
.wc__editor-panel .btn-emotion{background: url(../img/wchat/icon__emotion.png) no-repeat; background-size: cover;}
.wc__editor-panel .btn-choose{background: url(../img/wchat/icon__choose.png) no-repeat; background-size: cover;}
.wc__editor-panel .btn-submit{background-color: #fbf9fe;border: 0;color: #3a3333;font-size: 0.98rem;font-family: "Microsoft Yahei";outline: none;margin-left: .15rem;/* margin-bottom: 1.05rem; */padding: 0 .15rem;height: 1.7rem;}