/*
	index.css
	authour：stella
	create date：2016.10.18

	1.變數命名皆為小寫英文字母
	例：contentlink

	2.參數的位置順序為：單行順序。
	例：#mainlayer{background:#93ab21;color:white;font-size:18px;text-align:center;width:624px;height:472px;padding:0px;margin:0px;float:left;}
*/
  .ui-loader{display: none;}
  /*-----gotop-btn start-----*/
  .gotop-btn{position:fixed;right:10px;bottom:10px;z-index:99;}
  .gotop-btn .gotop{background:rgba(0,0,0,0.5);display:block;width:50px;height:50px;font-size:25px;line-height:48px;border-radius:100%;color:white;text-align:center;}
  /*-----gotop-btn end-----*/
}
