html, body {
      position: relative;
      height: 100%;
      background: #171723;
    -webkit-tap-highlight-color: transparent;  /* 添加这一行 */
    /* ... 其他样式保持不变 ... */
      
    }

/* 首页：进度条与底导航之间的「上移」间距（垂直位置，不是条粗细）。约两字高可调大/小 */
:root {
  --index-progress-above-nav-gap: 2em;
}
    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;
}

div#videoInfo {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5.5rem;
    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: 81%;
       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;
}

/* 标题放在 .swiper-slide 内：Swiper 对 wrapper 使用 transform 会单独成层，fixed 标题会落在视频层下面，滑动时层叠变化才偶现可见 */
.swiper-slide > video {
    position: relative;
    z-index: 1;
    display: block;
}

/* 标题底边 = 进度条上沿 + 1em；含进度条与导航间留白 --index-progress-above-nav-gap */
.swiper-slide .video-title-overlay {
    color: #fff;
    position: absolute;
    left: .5rem;
    right: 3.5rem;
    bottom: calc(55px + 1px + var(--index-progress-above-nav-gap) + 2px + 6px + 12px + 1em - 20px);
    max-width: 75%;
    z-index: 50;
    pointer-events: none;
    text-align: left;
    -webkit-transform: translateZ(2px);
    transform: translateZ(2px);
}

.swiper-slide .video-title-overlay .bottom-desc {
    pointer-events: auto;
    margin: 0 !important;
    max-width: 100%;
    width: auto !important;
    padding: 0;
    line-height: 1.45;
    font-size: 15px;
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
    background: transparent;
    border-radius: 0;
    word-break: break-word;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

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: #171723;}

/* ========== 首页底栏：进度条 + 与 nearby.html 一致的抖音风导航 ========== */
.index-footer-dock {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 550px;
  z-index: 400;
  background: #171723;
  border-top: none;
  box-sizing: border-box;
}

.index-footer-player {
  padding: 8px 12px 0;
  box-sizing: border-box;
}

/* 进度条与导航分隔线之间留白，整条进度区域更靠上（调垂直位置改 --index-progress-above-nav-gap） */
.index-footer-dock .index-progress-rail {
  margin: 0 -12px;
  padding: 0 12px;
  margin-bottom: var(--index-progress-above-nav-gap);
  box-sizing: border-box;
}

/* 与 application/index/view/index/nearby.html 中 .douyin-tabbar / .tab-item 一致 */
.douyin-tabbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
  background: #171723;
  border-top: 1px solid #2a2a3a;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 999;
}

.index-footer-dock .douyin-tabbar {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  background: transparent;
  z-index: 1;
  margin-top: 0;
}

.douyin-tabbar .tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #888;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.2s;
  flex: 1;
  height: 100%;
}

.douyin-tabbar .tab-item i {
  font-size: 22px;
  margin-bottom: 2px;
}

.douyin-tabbar .tab-item.active {
    color: #fff;
}

/* ========== 视频页/「我的」等：html.page-nearby 共用底栏通底，避免与屏幕最底 #171723 割裂 ========== */
/*
  顶到物理边：不用 background-attachment:fixed（大量手机 WebView 里渐变不从视口顶画，看起来像「伸不上去」）。
  html 整层先铺实色紫；body 顶部透明透出同色；列表区再过渡到深色。
*/
html.page-nearby {
    /* 与顶栏渐变底部色衔接，避免滚动时顶边割裂 */
    --nearby-purple: #5b21b6;
    --nearby-page-fade: linear-gradient(180deg,
        transparent 0px,
        transparent max(32vw, 200px),
        #1a1028 max(38vw, 260px),
        #13101c 60%,
        #0c0710 100%);
    background-color: var(--nearby-purple) !important;
    background-image: none !important;
    min-height: 100%;
}

.page-nearby body {
    background-color: transparent !important;
    background-image: var(--nearby-page-fade) !important;
    color: #e8e6ec;
    min-height: 100vh;
    min-height: 100dvh;
    padding-bottom: 0 !important;
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto;
}

/*
  视频页顶栏：整块竖向渐变紫（由浅到深），与 html 底色衔接。
*/
html.page-nearby .nearby-nav-panel {
    padding-top: 0;
    background-color: #6d28d9 !important;
    background-image: linear-gradient(180deg,
        #ddd6fe 0%,
        #c4b5fd 14%,
        #a78bfa 30%,
        #8b5cf6 48%,
        #7c3aed 64%,
        #6d28d9 80%,
        #5b21b6 100%) !important;
    background-attachment: scroll;
    background-clip: border-box;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 12px 36px rgba(40, 0, 70, 0.42);
}

.page-nearby .douyin-tabbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    z-index: 999;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    min-height: calc(55px + env(safe-area-inset-bottom, 0px));
    height: auto;
    padding-top: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: linear-gradient(180deg, rgba(30, 18, 45, 0.97) 0%, #100818 55%, #0c0710 100%);
    background-color: #0c0710;
    border-top: 1px solid rgba(148, 0, 211, 0.42);
    box-shadow: 0 -10px 40px rgba(148, 0, 211, 0.12), 0 -1px 0 rgba(255, 255, 255, 0.06) inset;
}

.page-nearby .tab-item {
    color: #8a8794;
}

.page-nearby .tab-item i {
    opacity: 0.85;
    transition: color 0.2s ease, transform 0.2s ease;
}

.page-nearby .tab-item.active {
    color: #e8d4ff;
    text-shadow: 0 0 18px rgba(199, 125, 255, 0.35);
}

.page-nearby .tab-item.active i {
    color: #c77dff;
    opacity: 1;
    transform: scale(1.06);
}

.page-nearby .tab-item:active {
    opacity: 0.92;
}

/* ========== 个人中心「我的」：与视频页同系紫渐变 / 玻璃卡片（html 需 class="page-nearby page-member"） ========== */
html.page-member.page-nearby .userinfo {
    background: linear-gradient(180deg, rgba(36, 24, 56, 0.97) 0%, rgba(14, 9, 22, 0.99) 100%) !important;
    border-top: 1px solid rgba(148, 0, 211, 0.32);
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.4);
    color: #e8e6ec;
}

html.page-member.page-nearby .head img.cover.J__covers {
    z-index: 0;
}

html.page-member.page-nearby .head::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(109, 40, 217, 0.42) 0%,
        rgba(61, 20, 102, 0.38) 38%,
        rgba(26, 16, 40, 0.62) 72%,
        rgba(12, 7, 16, 0.82) 100%
    );
}

html.page-member.page-nearby .head a.avator,
html.page-member.page-nearby .head .ljc_bjzl,
html.page-member.page-nearby .head .ljc_bjzl2 {
    z-index: 2;
}

html.page-member.page-nearby .ljc_bjzl {
    background: linear-gradient(145deg, rgba(109, 40, 217, 0.92), rgba(91, 33, 182, 0.88)) !important;
    border: 1px solid rgba(199, 125, 255, 0.38) !important;
    box-shadow: 0 4px 14px rgba(91, 33, 182, 0.35) !important;
}

html.page-member.page-nearby .ljc_bjzl:hover {
    background: linear-gradient(145deg, rgba(124, 58, 237, 0.95), rgba(109, 40, 217, 0.9)) !important;
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.42) !important;
}

html.page-member.page-nearby .ljc_bjzl2 {
    background: linear-gradient(145deg, rgba(52, 28, 64, 0.95), rgba(38, 18, 48, 0.92)) !important;
    border: 1px solid rgba(199, 125, 255, 0.22) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35) !important;
}

html.page-member.page-nearby .ljc_bjzl2:hover {
    background: linear-gradient(145deg, rgba(68, 38, 82, 0.98), rgba(52, 28, 64, 0.95)) !important;
}

html.page-member.page-nearby .container {
    background-color: transparent !important;
    background-image: none !important;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
}

html.page-member.page-nearby .nav-container {
    background: linear-gradient(135deg, rgba(148, 0, 211, 0.2) 0%, rgba(24, 18, 38, 0.94) 100%) !important;
    border-bottom: 1px solid rgba(148, 0, 211, 0.28);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}

html.page-member.page-nearby .nav-ul .slide-a {
    color: #c4b5fd !important;
}

html.page-member.page-nearby .nav-ul .active-li {
    border-bottom-color: #c77dff !important;
}

html.page-member.page-nearby .nav-ul .active-li a {
    color: #f5f3ff !important;
}

html.page-member.page-nearby .fall-box {
    margin-top: 4%;
}

html.page-member.page-nearby .fall-box .item-img {
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.index-footer-dock div#videoControls {
  position: relative !important;
  bottom: auto !important;
  width: 100%;
  z-index: 2;
}

.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: 0.9rem;
}
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;
}
.commentt {
    
	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;
}
.commenttopp {
   /*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;}