﻿section{height: 4rem;width: 100%;background: url(../images/msg_bg.png) no-repeat;background-size: 100%;padding-top: 0.42rem;}
.message {
	padding: 0 .2rem;
	text-align: center;

	display: none;
	height: 1.45rem;

}
.message dt {
	color: #333;
	line-height: .56rem;
	font-size: 0.24rem;
	font-family: NSimSun;
}
.message dd {
	line-height: .36rem;
}
.message dd:first-of-type {
	width: 1rem;
	height: 1rem;
	float: left;
	margin-right: .1rem;
}
.message dd:last-of-type {
	float: left;
	box-sizing: border-box;
	width: 5.25rem;
	height: .95rem;
	line-height: .35rem;
	background: url(../images/msg.png) top center no-repeat;
	background-size: 100% auto;
	padding-left:.35rem;
	padding-top: .18rem;
	text-align: left;
	font-size: .24rem;
	color: #333;
}
.message .dd2:last-of-type {
	float: left;
	box-sizing: border-box;
	width: 5.25rem;
	height: .95rem;
	line-height: .55rem;
	background: url(../images/msg.png) top center no-repeat;
	background-size: 100% auto;
	padding-left:.35rem;
	
	text-align: left;
	font-size: .24rem;
	color: #333;
}
.message dd:last-of-type a {
	color: #6a5acd;
}
.bottom {
	padding-top:.1rem ;
	width: 100%;
	background: url(../images/line.png) top center;
	
}
.bottom .form {
	background: #fff;
	padding: .15rem 0 .15rem .15rem;
	height: 1rem;
	font-size: 0;
	box-sizing: border-box;
	
}
.bottom .form input {
	width: 3.7rem;
	line-height: .7rem;
	height: .7rem;
	font-size: .24rem;
	color: #666;
	border:1px solid #ddd;
	border-radius: 0.05rem;
}
.bottom .form a{
	display: inline-block;
	width: 1.68rem;
	height: .7rem;
	line-height: .7rem;
	font-size: .24rem;
	color: #fff;
	text-align: center;
	border-radius:0.1rem;
}
.bottom .form a{
	margin-left: .1rem;
	background: #0068b7;
}
.bottom .form a+a{
	background: #da4e24;
}
.bottom span{
	display: block;
	width: .3rem;
	height: .3rem;
	line-height: .3rem;
	border-radius:50%;
	border:1px solid #fff;
	background: #e60000;
	position: absolute;
	top:32%;
	right: 28%;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

/*# sourceMappingURL=talk.css.map */