@charset "UTF-8";
/* CSS Document */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
a:hover {
	text-decoration: none;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}
.btn {
	white-space: normal;
	position: relative;
}
.btn span {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -9px;
}
.btn p {
	margin-right: 17px;
	margin-top: 0;
	margin-bottom: 0;
}
.mt3060 {
	margin-top: 30px;
	margin-bottom: 60px;
}
header {
	background-color:#333;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:10px;
}
header a {
	color:#fff;
}
.head-title {
	display: block;
	background-color: #fff;
	color: #000;
	margin-top: 0;
	padding: 21px 10px;
	text-align: center;
	font-size: 16px;font-weight: bold;
	border-bottom: solid 1px #ccc;
	margin-bottom: 0px;
}
footer {
	background-color: #07c;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin: 0 auto;
	position: fixed;
		bottom: 0;
}
footer a {
	color: #fff;text-decoration: none;
}
footer a:hover, footer a:active, footer a:visited {
	color: #fff;
	text-decoration: none;
}
.title1 {
	background-color: #07c;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.btn-std {
	background-color: #c7e2fc;
	border: #07c 2px solid;
	color: #000;
	margin-bottom: 20px;
}
.offline {
	background-color: #FF7D00;
	color: #fff;
	text-align: center;
	padding: 10px;

}
.offline img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: -4px;
}
@media (max-width:540px) {
	header {
		display: none;
	}
	.head-title {
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;font-weight: bold;
	border-bottom: solid 1px #ccc;
}
}