/* ******************评论********************* */

.comments {
    width: 100%;
    background: #fff;
    /*border-bottom: 1px solid #DCDCDC;*/
}

.comments .reply {
    padding-right: 0.427rem;
    /*width: 90%;*/
    /*padding-bottom: 0.05rem;*/
    /*border-bottom: 1px solid #DCDCDC;*/
}

.comments .reply2 {
    /*padding-top: 0.18rem;*/
    /*padding-bottom: 0.05rem;*/
    padding-right: 0.427rem;
    border-top: 1px solid #E5E5E5;
    /*border-bottom: 1px solid #DCDCDC;*/
}
.comments li {
    /*padding: 0.19rem 0.15rem 0.05rem;*/
    padding: 0.427rem 0  0 0.427rem;
    /*padding-left: 0.15rem;*/
    border-bottom: 1px solid #DCDCDC;
}

.comments li .img {
    width: 0.25rem;
    height: 0.25rem;
    /*margin-left: 0.15rem;*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 50%;
    margin-right: 0.267rem;
    /*margin-top: 0.08rem;*/
}

.comments li h3 {
    color: #A8A9AB;
    font-size: 0.373rem;
    margin: 0.267rem 0;
    position: relative;
}
.reply2 h3:before {
    content:'';
    position: absolute;
    top: 0.09rem;
    width: 0.053rem;
    height: 0.32rem;
    background: #DCDCDC;
    left: 0;
}
.comments .reply2 h3{
    padding-left: 0.3rem;
}
.comments li p {
    color: #303030;
    font-size:0.4rem;
}
.reply p, .reply2 p{
    margin-bottom: 0.427rem;
}

























/* ******************发送****************** */

.b_con{
    width: 100%;
    height: 1.6rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
/*.send {*/
/*position: fixed;*/
/*bottom: 0;*/
/*right: 0;*/
/*width: 6.5rem;*/
/*height: 1.6rem;*/
/*background-color: #F0F2F6;*/
/*}*/
#zanBtn img{
    width: 0.56rem;
    height: 0.56rem;
    vertical-align: middle;
}
#zanBtn .zan_btn{
    line-height: 0.6rem;
}
#collectBtn img{
    width: 0.56rem;
    height: 0.56rem;
    vertical-align: middle;
}

.send_con{
    width:100%;
    height: 1.067rem;
    position: relative;
    border-radius: 0.533rem;
    background-color: #AC3435;
}
.send input {
    width: 5rem;
    height: 1.067rem;
    border: 0;
    font-size: 0.4rem;
    color: #fff;
    border-radius: 0.533rem;
    background-color: #AC3435;
    /*background:#AC3435  url("../images/read/icon_comment.png") no-repeat;*/
    text-indent: 0.8rem;
    margin: 0;
}
.send input.icon_comment {
    background-image:url("../../images/read/icon_comment.png");
    background-repeat: no-repeat;
    background-size: 0.533rem;
    background-position: 0.5rem;
}
.send button {
    border: 0;
    color: #303030;
    width: 0.987rem;
    height: 0.987rem;
    border-radius: 50%;
    line-height: 1.067rem;
    font-size: 0.4rem;
    position: absolute;
    right: 0.107rem;
    top: 0.027rem;
    background: #fff url("../../images/read/icon_send.png") no-repeat center ;
    background-size: 70%;
}

::-webkit-input-placeholder { color:#fff; }
::-moz-placeholder { color:#fff; } /* firefox 19+ */
:-ms-input-placeholder { color:#fff; } /* ie */
input:-moz-placeholder { color:#fff; }

input[type='button']:enabled:active,
input[type='button'].mui-active:enabled,
input[type='submit']:enabled:active,
input[type='submit'].mui-active:enabled,
input[type='reset']:enabled:active,
input[type='reset'].mui-active:enabled,
button:enabled:active,
button.mui-active:enabled,
.mui-btn:enabled:active,
.mui-btn.mui-active:enabled {
    background-color: #F0F2F6;
    color: #303030;
}