html,
body {
  position: relative;
  height: 100%;
}
.box-content-item{
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
body {
  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;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
.info-right {
  position: absolute;
  right: 0.12rem;
  bottom: 0%;
  /* 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: 0.24rem;
  color: #fff;
  line-height: 1.32rem;
  z-index: 999;
}

div#videoInfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7.9rem;
  z-index: 8;
  display: none;
}

img.img-avator {
  width: 2.88rem;
  height: 2.88rem;
  position: relative;
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}

img.img-follow {
  width: 1.48rem;
  height: 1.48rem;
  position: absolute;
  /* bottom: 20rem; */
  left: 50%;
  margin-left: 0.24rem;
  position: absolute;
  bottom:86%;
  left: 0;
  right: 0;
  background: #f44;
  border-radius: 67px;
  display: inline-block;
  width: 17px;
  height: 17px;
  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: 0.65rem;
  bottom: 5.8rem;
  width: auto;
  margin-top: 0;
  pointer-events: none;
}

.bottom-user {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-family: PingFang SC,DFPKingGothicGB-Medium,sans-serif;
  font-weight: 500;
  pointer-events: none;
}

.bottom-desc{
  /*text-shadow: 0.5px 0.5px 1px rgba(0,0,0,.7);*/
  font-size: 15px;
  line-height: 22px;
}

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;
}


.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: 8;
  height: 60px;
  border-radius: 50%;
}
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: 0.15rem;
  height: 0.48rem;
  width: 0.48rem;
  position: relative;
}
img.challenge-img {
  width: 0.8rem;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº*/
.comment {
  display: none;
  padding: 0.15rem;
  position: absolute;
  /* left: .3rem; */
  bottom: 80%;
  /* width: auto; */
  position: relative;
  z-index: 1001;
  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: 0.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: 0.25rem;
}
.chatMsg-cnt ul li.time span {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 0.05rem;
  display: block;
  font-size: 0.22rem;
  font-family: Verdana;
  overflow: hidden;
  margin: 0 auto;
  padding: 0.05rem 0.1rem;
  line-height: normal;
  max-width: 90%;
}
.chatMsg-cnt ul li.notice span {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 0.05rem;
  display: block;
  font-size: 0.24rem;
  font-family: Verdana;
  overflow: hidden;
  margin: 0 auto;
  padding: 0.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: 0.2rem;
  margin: 0 0.2rem;
}
.chatMsg-cnt ul li .content .msg {
  /* border-style: solid; */
  border-width: 1px;
  border-radius: 0.07rem;
  color: #333;
  float: left;
  font-size: 0.8rem;
  margin: 0 0.2rem;
  padding: 0.2rem;
  word-wrap: break-word;
  word-break: break-all;
  min-height: 0.6rem;
  max-width: 15.4rem;
  position: relative;
  transition: all 0.3s;
}
.chatMsg-cnt ul li .content .msg .face {
  vertical-align: top;
  height: 0.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: 0.01rem 0.01rem 0 0;
  height: 0.2rem;
  width: 0.2rem;
  position: absolute;
  top: 0.3rem;
}
.chatMsg-cnt ul li.others .content .msg:before {
  background: inherit;
  border-color: inherit;
  left: -0.115rem;
  transform: translate(0, -50%) rotate(-135deg);
}
.chatMsg-cnt ul li.me .content .msg:before {
  background: inherit;
  border-color: inherit;
  right: -0.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: 0.07rem;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.chatMsg-cnt ul li .content .picture.taped,
.chatMsg-cnt ul li .content .video.taped {
  opacity: 0.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: 0.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: 0.07rem;
  color: #333;
  float: right;
  font-size: 0.28rem;
  bottom: 25px;
  margin: 0 0.2rem;
  padding: 0.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 0.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: 0.1rem 0.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 0.3s;
}
.wc__editor-panel .wrap-editor .editor:focus:after {
  border-bottom-color: #12b7f5;
}
.wc__editor-panel .wrap-editor .editor .face {
  vertical-align: middle;
  height: 0.4rem;
}
.wc__editor-panel .btn {
  margin-left: 0.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: 0.15rem; /* margin-bottom: 1.05rem; */
  padding: 0 0.15rem;
  height: 1.7rem;
}



/**播放进度条*/

.xg-center-grid {
}
.xg-center-grid {
  z-index: 8;
  text-align: center;
  outline: none;
  display: block;
  position: absolute;
  bottom: 58px;
  left: 0;
  right: 0;
}


.xgplayer-progress {
  min-width: 100px;
  height: 20px;
  cursor: pointer;
  outline: none;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.xgplayer-progress-outer {
  width: 100%;
  height: 2px;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
}


.progress-list {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  display: flex;
}

.xgplayer-progress-inner {
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  background: rgba(255,255,255,.3);
  flex: 1;
  margin-right: 2px;
  transition: height .2s ease-in,opacity .2s ease-out;
  position: relative;
}

.xgplayer-progress-inner:last-child, .xgplayer-progress-inner:only-child {
  margin-right: 0;
}
.xgplayer-progress-cache {
  background: rgba(255,255,255,.5);
}
.xgplayer-progress-cache, .xgplayer-progress-played {
  height: 100%;
  width: 0;
  border-radius: inherit;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.xgplayer-progress-played {
  background: linear-gradient(-90deg,#fa1f41,#e31106);
}

.xgplayer-progress-btn {
  width: 10px;
  height: 10px;
  z-index: 1;
  box-sizing: border-box;
  pointer-events: none;
  /*background: rgba(255,94,94,.306);*/
  background: #fff;
  border: 0.5px solid rgba(255,94,94,.055);
  border-radius: 30px;
  position: absolute;
  left: 0;
  box-shadow: 0 0 1px rgba(255,0,0,.384);
}

.xgplayer-progress-btn, .xgplayer-progress-btn:before {
  display: block;
  top: 50%;
  transform: translate(-50%,-50%);
}


.box-name {
  z-index: 100;
}


