@charset "utf-8";
/* CSS Document */
.header{
	background: #0081d2;
	color:#fff;
	overflow: hidden;
}
.tittle{
	font-size: 1.4rem;
	line-height: 48px;
	width: 60%;
	margin:0 auto !important;
	text-align: center;
}
.about{
	display: block;
	float: right;
	border-radius:5px;
	border:1px solid #fff;
	padding: 4px; 
	margin:10px 10px 0 0;
	color:#fff;
}
.close {
	border: none;
	font-size: 16px;
}

