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



body {
	font-family: "微軟正黑體", Arial;
	line-height: 24px;
	color: #666;
	font-size: 14px;
}
.sign {
	background-color: #C30;
	color: #FFF;
	position: fixed;
	top: 20px;
	right: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 12px;
	z-index: 99999;
	cursor: pointer
}
.clear {
	clear: both
}
 @media (max-width:767px) {
	 .sign { display:none}
.scenter {
	text-align: center
}
.scenter img {
	margin: auto
}
}
