main {
  /* padding-bottom: 52px; */
}
.alert_box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  display: none;
}
.alert_bg {
  width: 100%;
  height: 100%;
  background: transparent;
}
.alert_con {
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
/* 针对绵阳要求增加的样式 */
.mianyang {
  padding-bottom: 52px;
}
footer .news-write {
  width: 100%;
  height: 52px;
  line-height: 25px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  transform: translateZ(0);
  z-index: 1;
}
footer .news-write .writeIpt {
  display: inline-block;
  vertical-align: middle;
  /* width: 73%; */
  height: 32px;
  line-height: 32px;
  background: #f5f5f5;
  border-radius: 16px;
  padding-left: 20px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.35rem;
  flex: 1;
  transform: translateZ(0);
}
footer .news-write .writeIpt.disabled {
  color: rgba(0, 0, 0, 0.2);
}
footer .news-write .likeImg {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}
footer .news-write .likeImg.active {
  -webkit-animation-name: scaleDraw;
  /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-duration: 1s;
  /*动画所花费的时间*/
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  25% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
footer .textareaBox {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.4rem 0.4rem 0.4rem 0.3rem;
  box-sizing: border-box;
  z-index: 100;
  background-color: #fff;
  display: none;
}
footer .mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
footer .textareaBox .textareaDiv {
  background: #f5f5f5;
  border-radius: 0.15rem;
  width: calc(100% - 1.3rem);
  height: 1.9rem;
  border: none;
  outline: none;
  font-size: 0.35rem;
  margin-bottom: 0.2rem;
  padding: 0.15rem 0.2rem;
  z-index: 100;
}
footer .textareaBox .textarea-tips {
  font-size: 0.275rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 1.1rem;
  right: 1.9rem;
}
footer textarea::-webkit-input-placeholder {
  font-size: 0.35rem;
}
.sendTextArea {
  width: 1.1rem;
  height: 1.9rem;
  line-height: 1.9rem;
  color: #0C89D6;
  font-size: 0.35rem;
  text-align: center;
  border-radius: 0.375rem;
  background-color: rgba(12,137,214,0.08);
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
.sendTextArea.loading {
  /* background-color: #e0313185; */
}
.sendTextArea.disabled {
  background-color: #aaa;
  color: #fff;
}
.textareaPromise {
  font-size: 0.3rem;
  font-family: PingFangSC, PingFang SC;
  color: rgba(0,0,0,0.4);
  line-height: 0.4rem;
}
.textareaPromise a{
  color: rgba(0,0,0,0.9);
}
.likeCountNum {
  font-size: 0.33rem;
  color: rgba(0, 0, 0, 0.9);
  margin-right: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 5px;
  min-width: 24px;
  text-align: center;
}
/* 隐藏评论的评论按钮 */
.comment .parent-comment li .comment-detail .comment-reply .reply-btn {
  display: none;
}
.comment .parent-comment .child-comment li {
  margin-bottom: 0rem;
}
/* .comment-detail .comment-about .comment-status-1 {
  float: right;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}
.comment-detail .comment-about .comment-status-1 .comment-status-des1 {
  font-size: 0.325rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0C89D6;
  line-height: 0.425rem;
} */
.more-to-app {
  width: 100%;
  font-size: 0.325rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0c89d6;
  line-height: 0.425rem;
  text-align: center;
  padding-top: 1rem;
}
.comment .comment-detail .likes img {
  width: 0.55rem;
  height: 0.55rem;
}
.comment .comment-detail .status {
  float: right;
  color: #0c89d6;
  font-size: 0.325rem;
  line-height: 0.55rem;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.fixed-sidebar {  
  position: fixed;  
  right: 16px;  
  top: 80%;  
  transform: translateY(-50%);  
  background-color: #fff;  
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);  
  padding: 8px;  
  z-index: 9999; 
  display: flex;  
  flex-direction: column;  
  align-items: center; 
}  

.fixed-sidebar .action-item {  
  display: flex;  
  flex-direction: column;  
  align-items: center; 
  justify-content: center; 
  text-align: center; 
}  

.fixed-sidebar .icon {  
  width: .7rem;  
  height: .7rem;  
}  

.fixed-sidebar .label {  
  font-size: .35rem;  
}  

.fixed-sidebar hr {  
  border: 0;  
  height: 1px;  
  background: #efefef;  
  width: 90%; 
  margin-top: 6px;
  margin-bottom: 6px;
}
.fixed-sidebar.full {
  background-color: transparent;
  box-shadow: none;
}
.fixed-sidebar.full hr {
  background-color: transparent;
  margin:2px
}
.fixed-sidebar.full .label {
  color:#fff;
}
.fixed-sidebar.full .likeCountNum {
  margin-top: 0;
}
/* 7.7.1 涪城融媒需求 点赞评论下载 Begin */
footer.miany-fixed-sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
footer.miany-fixed-sidebar .news-write {
  position: relative;
  border-bottom: 1px solid #EFEFEF;
  box-sizing: border-box;
}
.news-write .action-icon-box {
    flex: 0.7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 22px;
}
.news-write .action-icon-box .writeIpt{
    font-size: 0.33rem;
}
.news-write .action-icon-box .likeCountNum{
    font-size: 0.33rem;
}
.news-write .action-icon {
  position: relative;
}
.news-write .action-icon.writeIpt {
  background:transparent;
  padding-left: 0;
  flex:none;
}
.news-write .action-icon img {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  transform: translateY(2px);
}
.news-write .action-icon img.likeImg {
  width: 32px;
  height: 32px;
  transform: translateY(1px);
}
.action-icon span {
  position: absolute;
  top: -14px;
  left: 16px;
}
.action-icon span.writeIptlabel {
  left: 24px;
  color:#E03131;
}
.miany-fixed-sidebar .placeholder {
  height: 20px;
  background-color: #fff;
}
.miany-fixed-sidebar .header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 1.13rem;
  padding: 0.28rem 0.2rem 0.25rem;
  background: #fff;
}
.miany-fixed-sidebar .header-title .logo {
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid #e3f3f3;
  border-radius: 4px;
  margin-right: 0.2rem;
}
.miany-fixed-sidebar .header-title .titleBox {
  flex: 1;
}

.miany-fixed-sidebar .header-title .title {
  flex: 1;
  font-size: 0.45rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
  line-height: 0.63rem;
}
.miany-fixed-sidebar .header-title .slogan {
  color:rgba(0, 0, 0, 0.50);
  font-size: 0.3rem;
}
.miany-fixed-sidebar .download-btn {
  padding: 0.08rem 0.25rem;
  height: 0.7rem;
  line-height: 0.53rem;
  text-align: center;
  background: #CB0206;
  border-radius: 0.1rem;
  font-size: 0.35rem;
  color: #ffffff;
  cursor: pointer;
}
.miany-fixed-sidebar .close-btn {
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.4rem;
}
/* 7.7.1 涪城融媒需求 点赞评论下载 End */

/* 适配PC端 */
@media screen and (min-width: 1040px) {
  .fixed-sidebar {
    right: calc((100vw - 900px) / 2 - 70px);
  }
}
@media screen and (min-width:751px) and (max-width:1040px) {
  .fixed-sidebar {
    right: 16px;
  }
}
@media screen and (min-width:751px) and (max-width:899px) {
  footer.miany-fixed-sidebar .header-title, footer.miany-fixed-sidebar .news-write {
    max-width: 98vw !important;
  }
}
/* 适配PC端 */
@media screen and (min-width: 751px) {
  .fixed-sidebar {
    border-radius: 1px;
  }
  .fixed-sidebar .icon {
    width: 32px;
    height: 32px;
  }
  .fixed-sidebar .label {
    font-size: 14px;
  }
  .fixed-sidebar .action-item {
    cursor: pointer;
  }

  main .comment {
    margin-top: 13px;
    padding: 10px 0 30px;
  }
  main .comment .comment-tips {
    margin-bottom: 10px;
    font-size: 18px;
  }
  main .comment .parent-comment li {
    padding: 8px 0;
  }
  .comment .parent-comment li .user-avatar {
    width: 32px;
    height: 32px;
  }
  .comment .parent-comment li .comment-detail {
    margin-left: 8px;
    width: calc(100% - 40px)
  }
  .comment .parent-comment li .comment-detail .comment-about .user-name {
    font-size: 15px;
  }
  .comment .parent-comment li .comment-detail .comment-about .likes span,
  .comment .comment-detail .status {
    font-size: 13px;
    line-height: 1.5;
  }
  .comment .comment-detail .likes img {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .comment .parent-comment li .comment-detail .comment-content {
    font-size: 16px;
  }
  .comment .parent-comment li .comment-detail .comment-reply .timestamp,
  .comment .parent-comment li .comment-detail .comment-IP,
  .comment .parent-comment li .comment-detail .comment-reply .reply-btn {
    font-size: 14px;
  }

  .more-to-app {
    font-size: 15px;
  }

  footer .textareaBox {
    padding: 16px;
  }
  footer .textareaBox .textareaDiv {
    font-size: 16px;
    height: 120px;
    width: calc(100% - 62px);
  }
  footer textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  footer .textareaBox .textarea-tips {
    font-size: 12px;
    right: 78px;
  }
  .sendTextArea {
    top: 16px;
    right: 16px;
    font-size: 16px;
    width: auto;
    padding: 0 10px;
    height: 120px;
    line-height: 120px;
    cursor: pointer;
  }
  .textareaPromise {
    font-size: 14px;
    line-height: 1.5;
  }
  footer.miany-fixed-sidebar {
    width: 900px;
    left: 50%;
    transform: translateX(-50%);
  }
  footer.miany-fixed-sidebar .header-title,
  footer.miany-fixed-sidebar .news-write {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0px;
  }
  footer.miany-fixed-sidebar .download-btn {
    padding: 0.15rem 0.4rem;
    font-size: 0.4rem;
  }
  footer.miany-fixed-sidebar .news-write .writeIpt {
    font-size: 12px !important;
  }
  footer.miany-fixed-sidebar .likeCountNum {
    font-size: 12px !important;

  }
  footer.miany-fixed-sidebar .header-title {
    height: 47px;
    line-height: 13px;
  }
  footer.miany-fixed-sidebar .header-title {
    padding: 10px 0;
    margin-top: 15px;
    padding-top: 0;
  }
  footer.miany-fixed-sidebar .header-title .logo {
    margin-right: 8px;
    width: 36px;
    height: 36px;
  }
  footer.miany-fixed-sidebar .header-title .title {
    font-size: 16px;
    font-weight: 400;
  }
  footer.miany-fixed-sidebar .download-btn {
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 4px;
  }
  footer.miany-fixed-sidebar .header-title .slogan {
    font-size: 12px;
    transform: translateY(6px);
  }
  footer.miany-fixed-sidebar .close-btn {
    width: 24px;
    height: 24px;
    margin-left: 15px;
  }
  footer.miany-fixed-sidebar .news-write .action-icon-box{
    flex: 0.2;
    padding-left: 27px;
  }
}