*{
    margin: 0;padding: 0;
}
.app{
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin: 0 auto;
}
.window{
    padding: 5px;
    background: url(../image/bg.jpg);
    height: calc(90vh - 182px);
    overflow-y: scroll;
    background-size: cover;
}
.input{
    height: 118px;
    background: linear-gradient(to top, #92ff97, #84efea);
    display: flex;
    position: relative;
    justify-content: space-between;
}
.input .submit_btn>img{
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: block;
    box-shadow: 1px 1px 2px 0px #8f8f8f;
    position: absolute;
    left: 3px;
    top: 1px;
}
.input .content{
    width: 100%;
    padding: 3px;
}
.input .content .postBody{
    height: 68%;
}
.input .content .postBody textarea{
    padding: 5px;
    width: 100%;
    height:100%;
    resize: none;
    overflow-y: scroll;
}
.input .content .submit_btn{
    height: 35px;
    line-height: 28px;
    display: flex;
    margin-bottom: 3px;
    padding-top: 4px;
    cursor: pointer;
    justify-content: flex-end;
}
.input .content .submit_btn .emoji_content{
    background: #fff;
    border: 1px solid #0b8eff;
}
.input .content .submit_btn .emoji_content button{
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(../image/face.png) 0 0 no-repeat;
    border: none;
    margin: 6px;
}
.input .content .submit_btn .sub{
    width: 60px;
    text-align: center;
    background: #fff;
    border: 1px solid #0b8eff;
    padding: 1px;
}
.app #showjz{
    max-width: 750px;
    position: fixed;
    top: 49px;
    width: 100%;
    text-align: center;
    background: #053206b5;
    color: #fff;
    line-height: 38px;
    z-index: 2;
}
#facebox{
    z-index: 1000;
    bottom: 84px;
    right: 95px;
    background: #fdfdfd;
    border: 1px solid #000;
}
#edit_member_info{
    font-weight: 900;
    color: #f00;
    font-size: 1.5rem;
    text-decoration: underline;
    left: 45px;
    position: absolute;
}
.post-text:before{
    content: '';
    position: absolute;
    top: 16px;
    left: -16px;
    width: 38px;
    height: 18px;
    border-width: 0 14px 12px 0;
    border-style: solid;
    border-bottom-color: #fff;
    border-right-color: #fffffff7;
    border-radius: 0 0 0 60px;
    z-index: -1;
}
@media (min-width: 320px) and (max-width: 480px){
.post-text::before {
    top: 6px;
}}
.info{
    display: none;
    background: #f87c37;
    position: absolute;
    z-index: 9;
    left: 40px;
    padding: 0 10px;
    color: #fff;
    top: 10px;
    border-radius: 5px;
    text-decoration: underline;
    cursor: pointer;
}
.info:before{
    content: '';
    position: absolute;
    top: 16px;
    left: -16px;
    width: 38px;
    height: 18px;
    border-width: 12px 14px 0 0;
    border-style: solid;
    border-top-color: #f87c37;
    border-right-color: #f87c37;
    border-radius: 60px 0 0 0;
    z-index: -1;
}
#msgserve,#Tips_news_number_id,#logout,.input #show_login,.input #show_reg,.input #search{
    text-decoration: underline;
    margin: 0 3px;
    color: #ff3800;
    font-size: 14px;
}
#infoBox_content>div{
    margin: 5px 0;
}
.follow_anniu{
    text-align: center;
    color: #fff;
    width: 40%;
    padding: 5px 0;
    margin-bottom: 10px;
}
.includeContent div span,.res-text span{
    color: #ff9d2d;
}



