/*评论*/
.comments {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.comments .my_comments {
    color: #060606;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 49px;
}

.comments .my_comments .line {
    width: 70px;
    height: 1px;
    background: #3D3A2F;
    margin-bottom: 30px;
}

.publish_comment > input {
    display: block;
    width: 1170px;
    height: 50px;
    padding-bottom: 132px;
    padding-left: 30px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 13px;
    color: #3D3A2F;
    font-size: 14px;
}

#newBtn {
    width: 400px;
    height: 60px;
    line-height: 60px;
    border-radius: 13px;
    margin-top: 30px;
    border: 0;
    color: #000000;
    font-size: 18px;
    text-align: left;
    text-indent: 33px;
    cursor: pointer;
    background: url("../images/other/link_icon.png") no-repeat 356px center;
}

.section {
    margin-top: 8px;
}

.section > li {
    position: relative;
    padding-top: 40px;
    padding-bottom: 39px;
    border-bottom: 1px solid #EBEBEB;
}

.section > li:last-child {
    border-bottom: 0;
}

/*评论头像*/
.portrait {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border-radius: 13px;
    margin-top: 2px;
    background-size: 100% 100%;
}

#huifuinput {
    display: block;
    width: 1068px;
    height: 90px;
    padding-left: 30px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 13px;
    color: #3D3A2F;
    font-size: 14px;
}

#replyinput button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    margin-top: 20px;
    border: 0;
    color: #000000;
    font-size: 14px;
    text-align: left;
    text-indent: 24px;
    cursor: pointer;
    background: url(../images/other/link_icon.png) no-repeat 80px center;
}

/* 设置placeholder颜色 */

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #3D3A2F;
    font-size: 14px;
    font-family: normal;
    /*position:relative;*/
    /*top: 20px;*/
    /*left:31px;*/
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3D3A2F;
    font-size: 14px;
    font-family: normal;
    /*position:relative;*/
    /*top: 20px;*/
    /*left:31px;*/
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3D3A2F;
    font-size: 14px;
    font-family: normal;
    /*position:relative;*/
    /*top: 20px;*/
    /*left:31px;*/
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #3D3A2F;
    font-size: 14px;
    font-family: normal;
    /*position:relative;*/
    /*top: 20px;*/
    /*left:31px;*/
}
