#scrollTop{
	position: relative;
	width: 960px;
	height: 0px;
	margin: 0 auto;
	z-index: 20;
}
#scrollTopImg{
	position: fixed;
	bottom: 120px;
	margin-left: 1040px;
	width: 55px;
    height: 33px;
    background-color: #d9d9d9;
	opacity:0.8;
	
}
#goTop{
	cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 32px;
	background: none !important;
}

/* 團體例外處理 */

#pkg_Top{
	display:none;
	position: fixed;
    bottom: 50px;
    right: 64px;
    z-index: 10;
	width: 55px;
    height: 33px;
    background-color: #d9d9d9 !important;
	opacity:0.8;
}
#pkg_goTop{
	cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 32px;
}