

.talk-title{background:#088b8f;color:#fff;height:auto;padding:2% 0;font-size: 0.2rem;text-align: center;}
.talk-title span a{color:#088b8f;background:#fff;border:1px solid #fff;border-radius: 5px;padding:1%;margin-left:20%;}
/* @media screen and (min-width:410px){.talk-title span{margin-left:26%;}} */
 .wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}
 #message{ background:#f8f8f8;}
.message {
	padding: 0 .2rem;
	text-align: center;
	overflow: hidden;
	display: none;
	margin-bottom:0;
	}
.message dt {
	color: #333;
	line-height: .4rem;
	font-size: 0.2rem;
	font-family: NSimSun;
}
.message dd {
	line-height: .36rem;
	font-size:.16rem;
	color:#fff;
}
.message dd:first-of-type {
	width: .6rem;
	height: .6rem;
	float: left;
	margin-right: .05rem;
}
.message dd:last-of-type {
	float: left;
	box-sizing: border-box;
	width: 3.4rem;
	height: .7rem;
	background: url(http://m.xmdtkq.com/m/msg.png) top center no-repeat;
	background-size: 100% auto;
	padding: .11rem .1rem 0 .3rem;
	text-align: left;
}
 @media screen and (max-width:320px){.message dd:last-of-type{width: 4rem;padding: .14rem .1rem 0 .3rem;}}
 @media screen and (min-width:410px){.message dd:last-of-type{width: 3.8rem;padding: .14rem .1rem 0 .3rem;}
.message dd {font-size: 0.18rem;}}
.message dd:last-of-type a {
	color: #6a5acd;
}
.bottom {
	padding-top:.1rem ;
	bottom: 0;
	width: 100%;
}
.bottom .form {
	padding: .15rem 0 .15rem 2%;
	height: 1rem;
	font-size: 0;
	box-sizing: border-box;
}
.bottom .form input {
	width: 70%;
	line-height: .7rem;
	height: .7rem;
	font-size: .18rem;
	color: #666;
    border:1px solid #ddd;
    border-radius:5px;
    outline: none;
}
.bottom .form a{
	display: inline-block;
	width: 22%;
	height: .7rem;
	line-height: .7rem;
	font-size: .2rem;
	color: #fff;
	text-align: center;
	border-radius:8px;
}
.bottom .form a{
	margin-left: 3%;
	background: #078b8f;
}
.bottom .form a+a{
	background: #434343;
}
.bottom span{
	display: block;
	width: .3rem;
	height: .3rem;
	line-height: .3rem;
	border-radius:50%;
	border:1px solid #fff;
	background: #e60000;
	position: absolute;
	top:29%;
	right: 26.5%;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
@media only screen and (min-width:639px ) {
	.wrapper{
		height: 980px;
	}
	.bottom span{
		width: .2rem;
	height: .2rem;
	line-height: .2rem;
	}
}