/****公共样式******/
html {
  font-size: 100%;
 /* -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;*/
}
body{
  background: #fff;
  max-width:750px;
  margin:0px auto;
  font-family: -apple-system-font,Helvetica Neue,sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-weight: normal;
  margin: 0;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
li{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
i,em{
  font-style: normal;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.flexRow {
    -webkit-flex-flow: row nowrap;
    -webkit-align-items: center;
    -webkit-align-content: center;
}
.flexColumn {
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
}
.flexRowBetween {
    -webkit-justify-content: space-between;
}
.noMask{
  -webkit-tap-highlight-color:transparent;
}

**评论模块样式*****

**“全部评论”样式*****

.comment h1 {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 0.5rem;
}
.comment h1 span {
    line-height: 2.65rem;
    margin: 0rem 1.1875rem;
    padding-top: 1rem;
    font-size: 0.90625rem;
    display: inline-block;
    border-bottom: 0.2rem solid #031d83;
    color: #031d83;
}
 /*** title end******/

/**评论内容样式**/

.commentList{
  padding-top: 0.5rem;
  margin: 0rem 1rem 0.5rem;
  /*font-size: 0.9rem;*/
  font-size: 14px;
 
}
.commentList .commentLevel1 .commentHeadImg .HeadImgleve1{
  min-width: 70%;
}


.commentList .commentHeadImg img{
  width:2rem;
  height: 2rem;
  border-radius: 50%;
  vertical-align: top;
  margin-right: 0.5rem;
}
.commentHeadImg>div>span{
   color: #3b3b3b;
  font-weight: 600;
}
.commentList .commentContent{
  color:#3b3b3b;
}   
.commentList .commentLevel1 .commentContent{
  margin-left: 2.5rem; 
  margin-top: -0.3rem;
}

.commentList .commentContent .content{
  padding-right: 1rem;
  line-height: 1.3rem;
}

.commentList .commentContent .content span{
  color: #3b3b3b;
  font-weight: 600;
}
.commentList .commentContent .content em{
  color: #939393;
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
.commentList .commentIcon{
   color: #8f8f8f;
}
.commentList .commentIcon div{
  display: inline-block;
  position: relative;
  font-size: 0.8rem;
}
.commentList .commentIcon div>i{
  font-size: 1rem;
 /* margin-right: 0.2rem;*/
  /*color:#8f8f8f;*/
  color:#a7a7a7;
  padding: 0.5rem;
  padding-left: 0;
}
.commentList .commentIcon div .zandone{
  color:#f94545;
  opacity: 1;
}
.commentList .commentLevel1 .replayInfo{
  margin-left: 2.5rem;
}
.commentList .commentLevel2 .replayInfo{
  margin-left: 1.6rem;
}
.commentList .replySome{
   font-weight: 600;
}
.commentList .replayInfo{
  margin-top: 0.5rem;
  color: #939393;
  font-size: 0.8rem;
}
.commentList .commentIcon em{
   color: #bbbaba;
}

.zanNum{
   opacity: 0;
}

.zanNum1{
   opacity: 1;
}

.commentList .commentIcon>span{
   color:  #8f8f8f;
   margin-right: 0.8rem;
}
.commentList .commentLevel2 {
  /*padding-left: 1.5rem;
  padding-top: 1rem;*/
   margin-left: 2.3rem;
   margin-top: 1rem;
   background: #f0f0f0;
   position: relative;
}
/*.commentList .commentLevel2:before{
    content:"";
    border-width: 10px;
    border-color:transparent transparent #f0f0f0;
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    position: absolute;
    top: -18px; 
    left: 17px;

}*/
.commentList .commentLevel2 ul li:first-child:before{
    content:"";
    border-width: 10px;
    border-color:transparent transparent #f0f0f0;
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    position: absolute;
    top: -18px; 
    left: 17px;

}
.commentList .commentLevel2 ul li{
 /* padding-top: 0.2rem;*/
  padding-bottom: 0.7rem;
}
.commentList .commentLevel2 ul:first-child li{
     padding-top: 0.7rem;
}
/*.commentList .commentLevel2 ul:not(:first-child){
  margin-top: 0.7rem;
}*/
.commentList .commentLevel2 .commentHeadImg img{
   width:1.2rem;
   height: 1.2rem;
}
.commentList .commentLevel2 .commentContent{
  margin-left: 0.5rem;
}
.commentList .commentContent .commentLevel2 .content{
     margin-left: 0.5rem;
    margin-top: 0.6rem;
}
.commentList .commentContent .commentLevel2 .content em{
    color:#939393;
}
.commentList .commentLevel2 .more,.commentList .commentLevel2 .packUp{
  color:#8c8c8c;
  font-size: 0.8rem;
  margin-left: 0.5rem;
  padding-bottom: 0.7rem;
}
.commentList .commentLevel2 .more i,.commentList .commentLevel2 .packUp i{
    border-width: 5px 5px 0;
    border-color: #b2b2b2 transparent transparent;
    display: inline-block;
    width: 0;
    height: 0;
    top: -2px;
    border-style: solid;
    position: relative;
}


.commentList .commentLevel2 .packUp i{
  transform: rotate(180deg);
}




/*评论底部样式*/

.commentFooter a.leinput {
    width: 100%;
    margin-bottom: 0;
    padding: 0.2rem;
    padding-left: 1rem;
    font-size: 1rem;
    line-height:2.5rem;
    display: inline;
    border: none;
    -webkit-flex-basis: 50%;
    padding-left: 0.5rem;
    color: #999;
}
.commentFooter>a {
    -webkit-flex: auto;
    -webkit-align-self: center;
}
.commentFooter a i {
    font-size: 1.6rem;
    position: relative;
    transition: font-size all 2s;
    color: #3b3b3b;
}

.commentBtn{
  margin-left: 1rem;
  margin-right: 0.5rem;

}
.commentFooter .zanBtn,.commentFooter .commentBtn{
  position: relative;
  -webkit-tap-highlight-color:rgba(0,0,0,0); 
}
/*.commentFooter .commentBtn i{
  font-size: 1.2em;
}*/
.mui-badge {
    font-size: 0.8rem;  
    line-height: 1;
    display: inline-block;
    padding: 2px 6px;
    color: #3b3b3b;
   /* background: #ff6262;*/
    border-radius: 100px;
    position: absolute;
    top: -0.4rem;
   left:1.4rem;
   /*box-shadow: 0px 2px 3px rgba(255, 152, 152, 0.5);*/
}


/*end*/

/**回复样式*/
.replayTextarea{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.replayAreaText{
  background-color:#fff;
  height:100%;
  min-width: 65%;
}
.replayAreaText .btnArea{
  line-height:2.6rem;
/*
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;  
  -webkit-flex-flow:row nowrap;
  -webkit-align-items:center; */  /*父亲，子元素垂直居中*/
  /*-webkit-align-content: center;
  -webkit-justify-content:space-between;*/
  display: none;
}
.replayAreaText .btnArea a{
  color:#666;
  -webkit-tap-highlight-color:rgba(0,0,0,0); 
}
.replayAreaText textarea{
  border:none;  
}
.ResiveContent{
  display: none;
}
.replayAreaText .areatext{
  padding:1rem 0;
  outline: none;
}
.mui-bar-active .replayAreaText .areatext textarea{
  background: #f3f3f3;
  min-height: 50px;
}
.replayAreaText .areatext textarea{
  width: 100%;
  height: 100%;
  overflow: auto;
  vertical-align: top;
  resize: none;
  font-size: 14px;
}
.replayAreaText .placeholder{
  color:#ccc;
  background:none;
  text-align: left
}
.areatext textarea::-webkit-input-placeholder{
  font-family: "microsoft yahei";
  font-size: 14px;
  color: #999;
}
.replayAreaText .btnArea .blue{
  color:#007AFF
}
.replayAreaText button{
  border:none;
  font-size:1rem;
  color:#666;
  background: none;
  line-height:200%;
  padding:0px 1rem;  
}


/*遮罩层*/
.popMask,.shade{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  bottom:0;
  background: rgba(0,0,0,0.6);
  transition: all .4s linear;
  opacity: 0;
  display: none;
  z-index: 990;
}
.popMask.popMask-active,.shade.shade-active{
  opacity: 1; 
  display: block; 
}

.noreplay {
    text-align: center;
    font-size: 1rem;
    padding: 1rem 0;
    color: #8f8f8f;
}


/*底部样式*/
/*.mui-ios .mui-table-view-cell {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}*/

.mui-bar {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    bottom: 0;
    height: 4rem;
    padding-right: 10px;
    background: #ffffff;
    padding-left: 10px;
    border-bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}

.mui-bar-active{
  z-index:992;
  height:auto;
}

.mui-bar-active .replayAreaText .btnArea{

  display: flex;
}
.mui-bar-active .commentBtn{
  display: none;
}
.mui-bar-active .zanBtn{
  display: none;
}
.mui-bar-active .replayAreaText{
  width: 100%;
}

.mui-bar-active .replayAreaText .areatext{
  padding: 0.5rem 0.5rem;
  background:#f3f3f3;
   margin-bottom: 0.8rem;

}



/*.comment .mui-table-view:before {
    left: 1.1875em;
    right: 1.1875em;
}*/


.noscoll{
   overflow-y: hidden;/*为了兼容普通PC的浏览器*/
  overflow: hidden;
}
.noscoll{
  position: fixed;
 /* height: 100%;
 
  left: 0;
  right:0;   */
}

/**弹窗**/
.vitoast{
  background: rgba(227,44,20,0.6);
  position: fixed;
  top: 40%;
  /*left: 40%;*/
  left: 50%;
  padding: 5px 16px;
  height: 30px;
  margin-top: 50px;
  border-radius:4px;
  line-height: 30px;
  font-size: 13px;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  display: none;
  color: #fff;
  z-index:991;
}
.vitoast.active{
  display: block;
  opacity: 1;
}
.replayTextarea-active{
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.blue{
  color: #007AFF;
}
 
    


.loadVideo-up{
  text-align: center;
  padding-bottom: 5.525rem;
 /* background: #fff;*/
  padding-top: 1rem;
}
.loadVideo-up span{
  padding-left: 12px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  //font-weight: 600;
  color: #999;
}
.loadVideo-up span img{
  height: 100%;
  padding-right: 8px;
}


.zanaddone{
  position: absolute;
  top: -1px;
  left: 8px;
  font-size: 12px;
  color: #ff593d;
  font-weight:bold ;
  transition: all .2s linear;
  opacity: 0;
}
.commentList .commentIcon .zanaddone{
  color: #ff593d;
}
@-webkit-keyframes zanadd{
  0%{
    top: -1px;
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    top: -20px;
    opacity: 0;
  }
}
@keyframes zanadd{
  0%{
    top: -1px;
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    top: -20px;
    opacity: 0;
  }
}
.zanaddoneAn{
  -webkit-animation-name: zanadd;
  animation-name: zanadd;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.operationbtn{
  position: relative;
  -webkit-flex: 0!important;
}
.shanchu{
  position: absolute;
  left: -4rem;
  top: -2px;
  font-size: 0.8125rem;
  text-align: right;
}

.dianzan{
  position: relative;
  top: -2px;
  text-align: right;
}

.mui-table-view:after,.mui-table-view:before{
  height:0;
}

.mui-bar{
  border-top: 1px solid #ddd;
}
/*匿名图标*/
#anonymity{
  display: none;
}
.anonyIcon{
     border: 1px solid #9c9c9c;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    left: -5px;
    top: 2px;
}
.ischecked .anonyIcon{
    border-color: #409eff;
    background: #409eff;
}
.anonyIcon:after {
   width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 32%;
    top: 30%;
    transition: transform .15s cubic-bezier(.71,-.46,.88,.6);
}

/*回复与删除盒子*/
.replayBox{
   width: 40%;
   text-align: center;
   line-height: 3rem;
   background: #fff;
   border-radius: 6px;
   position: fixed;
   top: 45%;
   left: 30%;
   z-index: 999;
   display: none;
}
.replayBox .replayTitle{
  border-bottom: 1px solid #f5f5f5;
}
















 /*.replayContent span{
        font-size: 0.75em;
        line-height: 100%;
        margin-top: 0.25em;
        padding-bottom: 0;
        margin-bottom: 0;

}
a.huifu:hover{background: rgba(0,0,0,0.1)}
.replayContent span small{color: #8f8f8f;}
.replayContent span img,.name2 img{
  border-radius: 50%;
  width: 1.0625em;
  height: 1.0625em;
  position: absolute;;left:-1.5em;top:50%;
  margin-top:-0.5312em;
}
.replayContent span,.name2{ position: relative;}
.name2{font-size: 0.8em;}
.huifu2{display: block;}
.flexColumn2{margin-top:5px;position: relative;}
#allComment .huifu2 .replayContent{text-align: left;}
.huifu2:before{
  content: '';
}
.dianzan2{position: absolute;right:-2.4em;top:0;}
.huifu3{padding-left:0;}
.huifu3 .replayContent span,.huifu2 small{color:#8f8f8f; padding-left:0.5em;}
.iconfont{color:#666;}
.flexColumn2 .shanchu{left:auto;right:1.6em;}
.flexColumn2 .shanchu .iconfont{font-size: 1em;}
.page_5{font-size: 0.6em;color: #8f8f8f;padding-left:1.6em;}
.page_5 span{display: inline-block;padding:0 5px 5px;}
.page_5 span i{display: inline-block;width:0;height:0;
  top:-2px;
  border-style:solid;
  position:relative;
}
.page_5 span i.page_is{
  border-width:5px 5px 0;
  border-color:#666 transparent transparent;
}
.page_5 span i.page_i{
  border-width:0 5px 5px;
  border-color:transparent transparent #666;/*透明 透明  灰*/
/*}*/
#comment_area{
    background: #fff;
    /*width: 94%;
    margin:20px 3% 0;
    border-radius: 5px;*/
    width:100%;
    margin:20px 0;

}
.comment h1 span{
    padding-top: 0.5rem;
}

#allComment .Ctips{
    margin: 0 3rem;
    font-size: 0.9rem;
    /*text-align: center;*/
    overflow:hidden;
    color: #737373;
}
#allComment .Ctips span{
    width:20%;
    float: left;
}
#allComment .Ctips>div{
    float: left;
    max-width:80%;
}
.noreplay{
    color: #b8b8b8;
}