body {
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
	background:#F0F1F3;
}
p,h2{
	margin:0;
	padding:0;
	width:100%;
}
.content{
	background-color: #fff;
	border-radius: 20px;
	width: 800px;
	height: 350px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding:20px;
}
.con{
	padding:0 30px;
}
.title{
	text-align: center;
	margin: 10px;
}
i.icon_warm{
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../img/warm.png) no-repeat -2px 1px;
	background-size: contain;
	position: relative;
	top: 3px;
}
img{
	margin-top: 2px;
	margin-right: 4px;
	vertical-align: top;
	width:24px;
	height:24px;
}
.content_wrap p{
	font-size: 18px;
	padding: 6px 0;
}
.reason{
	margin-bottom:10px;
}
.contact span,.contact a{
	color:#409EFF;
}
.footer{
	width:100%;
	background:#3C4451;
	height:80px;
	position: absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%,0%);
	overflow-y: hidden;
	color:#fff;
}
.foo{
	width:80%;
	margin:0 10%;
}
.footer a{
	color:#fff;
	text-decoration: none;
}
.header b{
	padding-left:3px;
}