html{

}

body{
    font-family: "Noto Sans TC";
    color: #FFFFFF;

}
a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
a:hover { color:white; }
/*//////////scroll////////////*/
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}

 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#loading {
    display: flex;
    position: fixed;
    z-index: 500;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    /*background-image: url("https://i.stack.imgur.com/MnyxU.gif");*/
    /* background-repeat: no-repeat;*/
    /*background-position: center;*/
  }

  .loader{
    height: 10%;
    width: 10rem;
    z-index: 101;
    text-align: center;
    display: inline-block;
    position: absolute;
    
  }
  .loadingImage{
    position: absolute;
    height: 10%;
    width: 18rem;
    margin-top: -10rem;
}
/*********** background-color ***********/
.bgc-black{ background-color: rgba(0, 0, 0, .6); }
.t-0{
  top: 0;
}
.z-500{
  z-index: 500;
}
#modelwindow{
  left: 0;
  position: absolute;
}
.DeskDiv, .inAPPDiv{
  position: absolute;
  width: 13rem;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #FFFFFF;
  border-radius: 5px;
  color: black;
}
.qrcodeText{
  margin:2rem 0 0 0;
}
.ta-c{ text-align: center; }

.loadingText{
  font-size: 1.6rem;
  color: #0081CC;
  position: absolute;

  margin-top: 10rem;
}