body {
	background-color: #ffffff;
	height: 100%;
}
.loader {
	position: relative;
	width: 80px;
	margin: 100px auto;
	display: flex;          /* ★ */
	height: 300px;
	align-items: center;    /* ★ */
}
.duo {
	height: 20px;
	width: 50px;
	background: hsla(0, 0%, 0%, 0.0);
	position: absolute;
}
.duo, .dot {
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.duo1 {
	left: 0;
}
.duo2 {
	left: 30px;
}
.dot {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: hsla(40, 100%, 50%, 1.0);
	position: absolute;
}
.dot-a {
	left: 0px;
	background: hsla(0, 100%, 50%, 1.0);
}
.dot-b {
	right: 0px;
	background: hsla(40, 100%, 50%, 1.0);
}
@keyframes spin {
	  0% { transform: rotate(0deg) }
	 50% { transform: rotate(180deg) }
	100% { transform: rotate(180deg) }
}
@keyframes onOff {
	  0% { opacity: 0; }
	 49% { opacity: 0; }
	 50% { opacity: 1; }
	100% { opacity: 1; }
}
.duo1 {
	animation-name: spin;
}
.duo2 {
	animation-name: spin;
	animation-direction: reverse;
}
.duo2 .dot-b {
	animation-name: onOff;
}
.duo1 .dot-a {
	opacity: 0;
	animation-name: onOff;
	animation-direction: reverse;
}
table, td, th {
	position: relative;
	border: 1px solid;
	text-align: center;
}
table {
	width: 100%;
	border-collapse: collapse;
	background-color: #f2f2f2;
}
.btn {
	background-size: 50px 50px;
	background-image: url("https://snum1-9b908.web.app/uncheck2.webp");
}
.btn2 {
	background-size: 50px 50px;
	background-image: url("https://snum1-9b908.web.app/uncheck2.webp");
}
.centered {
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
	font-size: 3vw;
}
.centered2 {
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
	font-size: 15vw;
}
.row::after {
  content: "";
  display: table;
  clear: both;
  background-color: #0099cc;
}
[class*="col-"] {
  float: left;
  margin-top: 2%;
  padding: 2%;
  color: white;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 300px) {
  /* For tablets: */
  .col-s-1 {width: 8%;}
  .col-s-2 {width: 16.6%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 29%;}
  .col-s-5 {width: 41.6%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.3%;}
  .col-s-8 {width: 66.6%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.3%;}
  .col-s-11 {width: 91.6%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8%;}
  .col-2 {width: 16.6%;}
  .col-3 {width: 21%;}
  .col-4 {width: 30%;}
  .col-5 {width: 41.6%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.3%;}
  .col-8 {width: 66.6%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.3%;}
  .col-11 {width: 91.6%;}
  .col-12 {width: 100%;}
}
.hhh{
  color: black;
}
.cpos{
  margin: auto;
  border-radius: 50%;
  background: #73AD21;
  padding: 20px; 
  width: 35px;
  height: 35px;
  font-size: 35px;
}
.cpos_s{
  margin: 3px;
  border-radius: 50%;
  background: #73AD21;
  padding: 0px;
  width: 35px;
  height: 35px;
  font-size: 20px;
}
.sp_s{
  padding:20px 0px;
  width: 150px;
  height: 100px;
  font-size: 70px;
  text-align: center;
}
.sp_s2{
  padding:20px 0px;
}
.bw{
  background: #000000;
}
.bn{
  background: #000000;
}
.cout{
  margin: 10px auto;
  border-radius: 50%;
  background: #068ce6;
  padding: 0px;
  width: 150px;
  height: 150px;
}
.page {
  position: absolute;
  width:100vw;
  height:100vh;
}
.main {
  position: absolute;
  width: 100vw;
  height: 80vh;
}
#ad {
  position: absolute;
  bottom: 50px;
  width: 100vw;
  height: 50px;
  background-color:#00AD00;
}
#iv_ad {
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
}
#span_ad {
  position: absolute;
  width: 90vw;
  height: 50px;
  padding: 7px 55px;
  font-size: 25px;
  text-align: center;
  color: white;
}
.nnn {
  margin: auto;
  font-size: 28px;
  width:100%;
  text-align: center;
}
.shop_n {
  margin: auto;
  font-size: 32px;
  width:100%;
  text-align: center;
}
.b_size {
  width: 35px;
  height: 35px;
}
.cok {
  margin: auto;
  border-radius: 5%;
  background: #018786;
  width: 65%;
  height: 55px;
  font-size: 35px;
}
.cok2 {
  margin: auto;
  border-radius: 5%;
  background: red;
  width: 85%;
  height: 55px;
  font-size: 35px;
}
.to_top {
  float: right;
  margin: 3px;
}
.btn {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}
/******/
.modal {
  position: absolute;	
  z-index: 10;		
  display: none;
  width: 100%;
  height: 100%;
  background: #6a6a6aa6;			
}

.dialog {
  position: absolute;
  z-index: 11;
  /* 將對話框水平置中。 */
  left: 50%;	
  transform: translate(-50%, 0%);			
  top: -10px; /* 設定對話框的起始位置。 對話框滑動的距離與時間會影響淡入效果，可以自行嘗試調整。 */
  opacity: 0; /* 將對話框設為透明。 */
  display: none; /* 隱藏對話框。 */
  width: 90%; /* 對話框寬度。 */
  background: white;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  line-height: 1.7em;
}

.title {
  text-align: center;
  padding: 8px;
  font-size: 20px;
  background: #1f7038ad;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  border: 1px #f2e6e6 solid;
  box-shadow: 0px 2px 8px 1px rgb(0 0 0 / 15%);
}

.content {
  padding: 4px 8px;
}

.buttons {
  /* 加上這兩個CSS，可以讓button移動到對話框下方。 */
  /*position: absolute;
  right: 0px;
  */
  text-align: right;
  padding: 8px 14px;
}

.okBtn {
  display: inline-block;
  background: #092b68b3;
  color: #ffffffeb;
  border-radius: 8px;
  border: 1px solid white;
  padding: 4px 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 50px;
}

.cancelBtn {
  display: inline-block;
  background: #e90202ad;
  color: #ffffffeb;
  border-radius: 8px;
  border: 1px solid white;
  padding: 4px 8px;
  cursor: pointer;
}
