/* 所有工具共用樣式 */
.button-main{
	-webkit-appearance: none; /*for safari*/
	padding: 4px 10px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: 0 4px #999;
	margin: 10px auto;
	font-size: 1rem;
	font-weight: bold;
	max-width: 200px;
}
.button-main:active{
  background-color: #3e8e41;
  box-shadow: 0 2px #666;
  transform: translateY(2px);
}
.hide{
	display: none;
}
.swal2-popup *{
	font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "標楷體", DFKai-SB, sans-serif;
}