﻿.ie8-wrap{
	 display: none!important;
	}
	
/*通用全站都有的寫法*/
*:link, *:visited, *:hover, *:active, *:focus {
    -webkit-transition: color .25s linear, background-color .25s linear, border-color .25s linear,padding .15s linear, filter .15s linear,opacity  .15s linear,visibility  .15s linear;
    transition: color .25s linear, background-color .25s linear, border-color .25s linear, padding .15s linear, filter .15s linear,opacity  .15s linear,visibility  .15s linear; 
}	
/*頁面過長會自動出現top css*/
#go{
	display:none;
	cursor:pointer;
	position:fixed;
	right:15px;
	bottom:20px;
	width:58px;
	height:58px;
	z-index:990;
	background-image:url(../images/go_icon.png);
	border: 1px solid #007c7d;
	background-position: center center;
	background-color:#007c7d;
}
#go:hover{filter: alpha(opacity=80);opacity:0.80; }
/*footer{
	width: 100%;
	background-color: #007c7d;
	float: left;
	padding-top:5px;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: normal;
	color: #fff;
	text-align: center;
}*/
@media (max-width: 1024px) {
	#go{    width: 58px;
    height: 58px;bottom:60px;}
	
	}
	
@media (max-width: 435px) {
#go{    width: 48px;
    height: 48px;background-size: 100%;}
	}