.clearfix{
	*zoom:1;
}
.clearfix:after{
	content:'';
	display:block;
	clear:both;
	overflow: hidden;
	height: 0;
	line-height: 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
p,ul,li,h2,h3{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #333;
}
ul,li{
	list-style: none;
}
.portlet.box.blue {
	border: none;
}
.portlet-title{
	font-size: 16px;
	padding: 5px 0;
	background: #fff;
	color: #9A9A9A;
}
.page-content{
    padding: 25px 50px 20px 50px;
}
.mask{
	display: none;
	position: fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color: rgba(0, 0, 0, 0.38);
	z-index: 999999;
	text-align: center;
	line-height: 100%;
}
.backBtn a{
	padding: 5px 16px;
	color: #fff;
	border-radius: 3px !important;
	background-color: rgba(22, 155, 213, 1);
	font-size: 13px;
}