/*院士送礼物和留言页面*/
body{background-color: #f4f4f4;}
.birthday_msg_main{min-height: 9.6rem;}
.birthday_msg_acInfo{margin: 0.4rem;}
/*留言*/
.birthday_msg_form{padding: 0.4rem 0.4rem 0 0.4rem;}
.birthday_msg_box{background-color: #FFFFFF;border-radius: 0.06rem;margin-bottom: 0.2rem;}
.birthday_msg_title{
    height: 0.9rem;line-height:0.9rem;font-size: 0.3rem;font-weight: normal;border-bottom: 0.02rem solid #E0E0E0;
    width: 6.7rem;margin: 0 auto;
}



/*网友留言列表*/
.message_list{padding:0 0.4rem;display: flex;flex-direction: column;color: #5F5F5F;display: none;}
.message_list > div{border-bottom: 0.02rem solid #F0F0F0;padding: 0.2rem 0.4rem;}
/*留言人，时间，回复人*/
.message_info1{height: 0.5rem;line-height: 0.5rem;font-size: 0.26rem;}
.message_creator,.reply_creator{color:#4F4F4F;font-weight: bold;}
/*留言、回复正文，送礼信息*/
.message_info2{
    line-height: 0.4rem;font-size: 0.24rem;min-height: 0.4rem;height: auto;
}
.message_list_presentBox{margin-top: 0.1rem;display: flex;flex-direction: row;flex-wrap: wrap;}
.message_list_presentBar{padding-left:0.1rem;display: flex;flex-direction: row;align-items: center;}
.message_list_presentBar img{width: 0.6rem;height: 0.6rem;margin-right: 0.1rem;}
/*点赞、回复部分*/
.message_list_socialBar{
    display: flex;flex-direction: row;justify-content: flex-end;align-items: center;padding: 0.1rem;
}
.message_list_socialBar .message_list_socialBar_icon{
    margin-left: 0.1rem;display: flex;flex-direction: row;align-items: flex-start;
}
.message_list_socialBar .message_thumbup_count{min-width: 0.2rem;height: 0.2rem;line-height: 0.22rem;}
.message_list_socialBar_icon > img{height: 0.2rem;width: 0.2rem;}
.message_list_socialBar_icon > span{margin-left: 0.05rem;font-size: 0.22rem;}
/*回复输入框*/
.message_reply_box{display: none;border-top:2px solid #E0E0E0;padding: 0.1rem;background-color: #FFFFFF;margin-bottom: 0.1rem;}
/*回复列表*/
.message_info3{font-size: 0.24rem;line-height: 0.4rem;color: #5F5F5F;}
.message_info3 > .message_info3_box{margin-top: 0.1rem;background-color: #F5F5F5;padding: 0.05rem 0.1rem;border-radius: 0.06rem;}
/*中间状态提示*/
.message_loading,.message_noResult{display: none;height:   3rem;padding-top:0.4rem;text-align: center;}
.message_noResult{height: 1.4rem;}
/*分页栏*/
.message_pageBar{display: none;padding: 0.1rem 0;display: flex;justify-content: center;}
