.page {
	
	margin-bottom: 50px;
}


/* 只用於mobile footer拿來隱藏桌機版footer */
@media screen and (max-width: 960px){
	.footer .f-footerContactUs{
		display: none;
        min-width: auto;
	}
	.page {

		margin-bottom: 0px;
	}
	.mobileFooter .footer__link{
		position: relative;
	}
	.footer .footerGoTop{
			position: absolute;
			width: 35px;
			height: 35px;
			top:-7px;
	}
}