﻿/*聊天室*/
input{
    background:none;
    outline:none;
    border:0px;
    -webkit-appearance:none;
}
i, cite, em, var, address, dfn {
    font-style:normal;
}
address {
    display:inline-block;
}
.cmt-author {
    color:#000;
    font-weight:bold;
    font-size:0.9em;
}
.cmt-time {
   float:right;
   font-size:0.9em;
   color:#808080;
}
.cmt-main {
  margin-top:4px;
  letter-spacing:1px;
}
.cmt-main p{
    font-size:1em;
    color:#484848;
}
.content-block{
    background-color: #fff;
}
.comments {
    overflow-y: auto;
    width:100%;
    -webkit-overflow-scrolling: touch;
}
.comment {
    margin:10px 10px;
    padding:0.6rem;
    background: #f3f3f3;
    border-radius: .3rem;
    min-width: 2.89rem;
}
#sec_pl {
    position:absolute;
    bottom: 2.18rem;
    height: 2.18rem;
    width: 100%;
    box-sizing: border-box;
    background: #fdfdfd;
    padding: 0.2rem 1% 0 1%;
    border-top: 1px solid #e0e0e0;
    z-index: 2;
    max-width: 720px;
}
#sec_pl p{
    display:inline-block;
    line-height: 1.58rem;
    margin:auto;
    font-size:1.1em;
}
#txt_nc{
    background: #f4f5f7;
    border: .01rem solid #e0e0e0;
    box-sizing: border-box;
    height: 1.58rem;
    line-height: 1.58rem;
    width: 8rem;
    text-indent: .2rem;
    font-size: 1.0em;
    font-family: "微软雅黑";
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #9E9E9E;
}
.cmt-form {
    position: absolute;
    bottom: 0;
    height: 39px;
    width: 100%;
    box-sizing: border-box;
    background: #fdfdfd;
    z-index: 2;
    max-width: 720px;
    border-top: 1px solid #e0e0e0;
}

.comment_end {
    text-align: center;
    color: #bcbcbc;
    margin:10px 0 10px 0;
}