@charset "utf-8";#pageTop {	position: fixed;	bottom: 20px;	right: 20px;	font-size: 36px;	z-index:998;	}#pageTop a {	text-decoration: none;	color: #fff;	width: 50px;	height: 50px;	padding: 0;	text-align: center;	display: block;	border-radius: 50%;	background-color: rgba( 72, 106, 146, 0.5 );	transition: background-color 0.5s;	line-height:1.3em;	}#pageTop a:hover {	text-decoration: none;	background-color: rgba( 72, 106, 146, 1.0 );	transition: background-color 0.5s;	}#telInfo{	position:fixed;	width:100%;	z-index:4000;	background-color:#00b8ea;	bottom:0;	left:0;	}#telInfo p{	padding:5px;	text-align:center;	color:#fff;	font-size:12px;	}#telInfo p a{	color:#fff;	}#telInfo p span{	font-size:20px;	}