@charset "utf-8";
/* CSS Document */
.body_cont,.bott_body_cont{
	width:100%;
	margin:50px auto;
}
.succeed_defeat_conter{
	width:896px;
	margin:0px auto;
	border:2px solid #4FBE71;
	background:#F8F8F8;
	border-radius:5px 5px 0 0;
	position:relative;
}
.defeat_wrapper{
	margin:40px auto;
	text-align:center;
}
.succeed_defeat_conter:before{
	content:".";
	width:20px;
	height:20px;
	background:#F8F8F8;
	color:#F8F8F8;
	position:absolute;
	left:440px;
	bottom:-10px;
	z-index:1;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	overflow:hidden;
}
/*成功失败的图标*/
.common_ico{
	display:inline-block;
	width:140px;
	height:100px;
	vertical-align:middle;
}
.defeat_ico{
	background:url("../images/issue_succeed_ico.png") center top no-repeat;
}
.succeed_ico{
	background:url("../images/issue_succeed_ico.png") center -106px no-repeat;
}
.defeat_prompt{
	font-size:30px;
	color:#cc0033;
	font-family:"微软雅黑";
	vertical-align:middle;
}
.succeed_prompt{
	color:#66cc66;
}
.bottom_add_wrapper{
	width:900px;
	background:#4FBE71;
	margin:0px auto;
	border-radius:0 0 5px 5px;
	padding:30px 0;
}
.add_weixin_text{
	font-size:18px;
	color:#FFF;
	font-family:"微软雅黑";
	width:600px;
	margin:0px auto;
	text-align:center;
	line-height:35px;
}
.add_weixin_text a{
	color:#2476CE;
}
.add_weixin_text a:hover{
	text-decoration: underline;
}
.weixin_img{
	text-align:center;
	margin-top:20px;
}
.weixin_img img{
	border:2px solid #1A9540;
	width:150px;
	margin:0px auto;
	border-radius:3px;
}