/* 行動版面: 480px 以下。 */
.to-top{
	  z-index: 9;
      background: rgb(255,255,255); 
      width: 50px;
      height: 50px;
      border-radius: 99em;
      text-align: center;
      border: #00a29a solid 1px;
  }
.to-top img{
      width: 25px;
      margin-top: 10px;
  } 

}
/* 表格版面: 481px 到 1022px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {


}


/* 桌面版面: 1023px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */
@media only screen and (min-width: 1023px) {

}
