
.header{
    border-bottom: 1px solid #dfdfdf;
    padding:0 0.2rem;
    height: 1rem;
    line-height: 1rem;
    background: #fff;
    width: 100%;
    max-width: 720px;
    box-sizing: border-box;
    z-index: 100;
}
.header .tit{
    font-size: 0.32rem;
    vertical-align: middle;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    font-weight: normal;
}
.header .right{
	position: absolute;
	right: 0.3rem;
	top: 0;
	float: none;
	font-size: 0.24rem;
	line-height: 1.2rem;
}


.message{
    background-color: #f1f1f1;/* 
	padding: 1.2rem 0.3rem 1rem 0.3rem;	 */
	
}
.time{
    font-size:10px;
    color:#999;
    margin-bottom: 5px;
    text-align: center;
}

.footer{
	/* position: fixed; 
    height:1rem; */
    bottom: 0;
    background-color:#fff;
    line-height:1rem;
  /*   width: 100%;
    max-width: 520px; */
    border-top: 1px solid #fbfbfb;
}
.footer img{
    margin-left:0.2rem;
    width: 0.5rem;
}
 .footer input{
    /*  margin-left:0.2rem;*/
   width: 100%; 
    height:0.5rem;
    border-radius: 0.1rem;/* 
    border: 0.01rem solid #c56f1b; */
    padding : 0 0.15rem;


}
.footer p{
   /*  height:0.68rem; */
    font-size:14px;
    color:#fff;
    line-height:30px;
    text-align:center;
    background-color:#0363ba;
    border-radius: 0.3rem;
    margin-top: 0;
/*    float:right;  margin-top:0.2rem;
    margin-right:0.2rem; */
}
.send:after,.show:after,.msg:after{
	content: "";
	clear: both;
	display: table;	
}

.msg>img{
	width: 50px;
	height: 50px;
	float: left;
}
.msg>p{
	float: left;
/* 	margin:0  0.4rem;max-width:5rem ;*/
	padding: 5px;
	background: #fff;
	font-size: 15px;
	position: relative;
	border-radius: 0.2rem;
	box-sizing: border-box;
}

.msg_input{
	position: absolute;
	background: url(./images/msg-input.png) no-repeat;
	background-size: 0.31rem auto;
	width: 0.31rem;
	height: 0.51rem;
	left: -0.31rem;
	top: 0.25rem;
}
.show .msg img,.show .msg p,.show .msg{
	float: right;
}


.show .msg_input{
	left: auto;
	right: -0.11rem;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 鍜� Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.send,.show{
	padding-bottom: 0.3rem;
}
.alert_novip,.flower_num,.give_flower{
	display: none;
	padding: 0.3rem 0.5rem;
	font-size: 0.28rem;
}
.alert_novip p,.flower_num  p{
	margin-bottom: 0.45rem;

.layui-layer-wrap button{
	font-size: 0.28rem;
	padding: 0.2rem 0.3rem;
	margin-top: 0.1rem;
	background: #f8f8f8;
	border-radius: 10px;
}
}
.flower_num button{
	padding: 0.2rem 0.5rem;
	border-radius: 10px;
}
.layui-layer-wrap button:first-child{
	float: left;
}
.layui-layer-wrap button:last-child{
	float: right;
	background: #FF7171;
	color: #fff;
}
.alert_novip button{
	padding: 0.2rem 0.3rem;
    border-radius: 10px
}
.flower{
	width: 0.8rem;
	margin: 0 auto;
}
.give_flower{
	text-align: center;
}
.give_flower p{
	text-align: center;
	line-height: 1.5;
}
.give_flower input{
	width: 1rem;
	margin-right: 0.1rem;
	margin-top: 0.2rem;
}
.give_flower button{
	display: block;
	width: 3rem;
	font-size: 0.28rem;
	margin: 0 auto;
	margin-top: 0.6rem;
	float: none!important;
	line-height: 0.65rem;
	border-radius: 10px;
}
