@import url(http://www.zj.10086.cn/find/css/mobase.css);
body{
	background: #cf1b1b url(images/yun.png);
}
img{
	width: 100%;
}
#mainBox{
	width: 76%;
	margin: 0 auto;
	position: relative;
	top:-4.5rem;
}
.main{
	width: 90%;
	margin: 0 auto;
	background:#ffab29;
	padding:.4rem 1.4rem;
}
.mainPic{
	background:#ee9200;
	padding:.5rem 1.2rem;
}
.shareTxt{
	color: #fff;
	width: 82%;
	margin: -4.5rem auto 0;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
}
.shareTxt span{
	color:#ffcb5c;
}
.shareBtn{
	width: 50%;
	background:#ffaf2d;
	margin: 0 auto 1.0rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
	border-radius: .4rem;
	-webkit-box-shadow: 0 .3rem 0 #e25000;
	box-shadow: 0 .3rem 0 #e25000;
}