.content .bac{margin:33px auto 28px; background: #fff;padding-bottom: 30px;}



.post{}
.post .title{padding: 0 54px 0; border-bottom: #e5e5e5 1px solid;}
.post .title input{font-size: 30px;color: #666; padding: 25px 0;width: 100%;}
.post .next{}
.popupTitle{
    line-height: 70px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.chatTime{
    text-align: center;
    margin-top: 20px;
}
.chatInfo {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 97%;
}
.chatContent{
    padding: 10px 20px;
    background: #eeeeee;
    color: #666666;
    border-radius: 8px;
}
.chatContent img{
    max-width: 200px;
}
.triangle {
    display:inline-block;
    width:0;
    height:0;
    border-top: 5px solid transparent;
    border-right: 10px solid #eeeeee;
    border-bottom: 5px solid transparent;
}
.triangleBox{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.popupContent{
    overflow-y: auto;
    height: 400px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.own{
    justify-content: flex-end;
}
.own .triangleBox{
    margin-right: 10px;
}
.own .triangle {
    display:inline-block;
    width:0;
    height:0;
    border-top: 5px solid transparent;
    border-left: 10px solid #eeeeee;
    border-bottom: 5px solid transparent;
    border-right: 0;
}
.expressionBox{
    display: flex;
    align-items: center;
}
.pictureInfo{
    margin-left: 15px;
}
.expression{
    margin-top: 20px;
}
.pictureInfo{
    position: relative;
    cursor: pointer;
}
.pictureFile{
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 25px;
    opacity: 0;
}
.picNews {
    width: calc(100% - 30px);
    margin-right: 30px;
    height: 100px;
    margin-top: 10px;
    border: 0;
    outline: none;
    padding: 15px;
    overflow: auto;
    min-height: 120px;
    box-sizing: border-box;
    font-size: 16px;
}
.picAnonymous{
    cursor: pointer;
}
.anonymousMain {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 30px;
}
.releaseAnony{
    color: #fff;
    background: #043ea4;
    width: 150px;
    line-height: 45px;
    text-align: center;
    margin-left: 30px;
    cursor: pointer;
}
.expressionImg{
    background: url("../image/expression.png");
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    outline: none;
}
.pictureImg{
    display: flex;
    align-items: center;
}