/*é®ç½©å±‚æ ·å¼*/
.mask{
	border: none;
	width: 100%;
	background: #333;
	opacity: 0.8;
	filter: alpha(opacity=60);
	z-index: 9999;
	position: absolute;
	top: 0;
	bottom: 0;
}
.maskCon{
	position:absolute;
	left:0px;
	top: 0;
    width:100%;
    -webkit-transform-origin:top left;
    text-align:center;
	z-index: 10000;
}
.conaTop{
	width: 100%;
	height: 50px;
	display:-webkit-box;
	-webkit-box-pack:justify
}
.topC{
	margin: 0 10px;
	line-height:50px;
}
.topP{
	font-size: 20px;
	line-height:50px;
	color: white;
}
.topM{
	line-height:50px;
	margin: 0 10px;
}
.conCon{
	margin: 60px auto;
	width: 200px;
}
.conCon .jiantou{
	position: relative;
	right: -120px;
	bottom: 10px;
}
.morelogo{
	position: relative;
	top: 7px;
}
.conCon p{
	color: white;
	font-size: 20px;
	height: 35px;
}
.bg{
    margin-bottom: 70px;
}
