body {
  color: black;
  font-family: "微軟正黑體", "黑體-繁", Helvetica, sans-serif, monospace;
  background-color: white;
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  overflow: hidden;
}

#title {
  width: 100%;
  line-height: 160%;
  text-align: center;
  padding: 10px 0;
  font-size: 210%;
  font-weight: bolder;
  font-family: Helvetica;
  color: #0066cc;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}

/*Account Manager*/
.title_AM {
  width: 100%;
  line-height: 2.8em;
  padding: 5%;
  margin-left: -0.5em;
  font-size: 1.8em;
  font-weight: bolder;
  font-family: Helvetica;
  color: #0066cc;
}

.connecttext {
  width: 100%;
  text-align: center;
  font-size: 130%;
  font-weight: border;
  margin: 1em auto 0.5em;
}

.no-box {
  width: 100%;
  text-align: center;
  background-color: none;
  margin: 0.5em auto 1em;
}

.no {
  margin: 0px 6px;
  width: 13px;
  height: 13px;
  display: inline-block;
  background: transparent;
  border-radius: 100%;
  border: 1px dotted rgba(0, 0, 0, 0.3);
  transition: ease 0.5s;
}

.no-active {
  background-color: #666666;
}

.rb-box {
  width: 100vw;
  margin: 1em auto 0;
  background: none;
}

.rb {
  padding: 5px 0;
  text-align: center;
  background: none;
  border-radius: 0.3em;
  background-color: none;
}

.rb-tab {
  display: inline-block;
  position: relative;
  margin-top: 16%;
  margin-right: 2%;
  margin-left: 2%;
  width: 20%;
}

.rb-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 150%;
  font-weight: bold;
  color: #555;
}

.rb-spot {
  position: absolute;
  width: 18vmin;
  height: 18vmin;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -94%);
  background: transparent;
  border-radius: 100%;
  cursor: pointer;
  transition: ease 0.5s;
  background-color: #eee;
}

.rb-spot:hover,
.rb-spot:active {
  background-color: white;
  border: 1px dotted rgba(0, 0, 0, 0.3);
}

.copydiv {
  position: fixed;
  bottom: 0px;
  height: 25px;
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 80%;
  color: white;
  background-color: #0066cc;
}

/*start authorize.html*/
.authformtext {
  position: absolute;
  top: 42%;
  width: 70%;
  height: 60px;
  margin: auto 15%;
  border-radius: 8px;
  border: 1px #ccc solid;
  font-size: 120%;
  color: black;
  cursor: text;
  background-color: white;
}

.authformsubmit {
  position: absolute;
  top: 57%;
  width: 32%;
  height: 48px;
  margin-left: 15%;
  display: inline-block;
  border-radius: 8px;
  border: 1px #ccc solid;
  text-align: center;
  font-size: 120%;
  font-weight: bolder;
  line-height: 48px;
  cursor: pointer;
  color: #555;
  background-color: white;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  height: 58px;
  padding-left: 10%;
  border-style: none;
  border-radius: 15px;
}

input[type="submit"],
input[type="button"] {
  height: 40px;
  border-style: none;
  background-color: transparent;
}

.authformsubmit:hover,
.authformsubmit:active {
  color: white;
  background-color: #ccc;
  border: none;
}

/*start manage.html*/
button[class="logoutdiv"] {
  position: fixed;
  z-index: 1000;
  width: 4.5em;
  height: 4.5em;
  top: 3.5%;
  right: 3.5%;
  border: none;
  border-radius: 999em;
  text-align: center;
  color: white;
  background-color: #0066cc;
  box-shadow: 0px 0px 10px 4px rgba(80%, 80%, 80%, 0.3);
}

#autodiv {
  background-color: rgb(1, 102, 204, 0.1);
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 2em;
  /* font-size: 115%; */
  position: relative;
}

.autocol {
  width: 80%;
  /* padding-left: 1.2em; */
  font-size: 115%;
  /* font-weight: bold; */
}

#autodiv .toggle-container {
  width: 15em;
  background-color: white;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  padding: 0 1em 0 1.2em;
}

.auto-mask {
  height: 5.5em;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}

/* button[class="backdiv"] {
    width: 100%;
    height: 80px;
    padding: 1%;
    border: 0.5px #CCC solid;
    font-size: 130%;
    text-align: left;
} */

/* .backdiv span, */
.passdiv span {
  margin-left: 6%;
}

button[class="passdiv"] {
  width: 100%;
  height: 90px;
  padding: 1%;
  border: none;
  border-bottom: 0.5px #ccc solid;
  font-size: 130%;
  text-align: left;
  background: white;
  display: none;
}

.passSpan {
  font-weight: bolder;
}

.NFSpan {
  float: right;
  margin-right: 6%;
  font-size: 90%;
}

.rkSpan {
  float: clear;
  font-size: 70%;
  color: #777;
}

button[class="gotoadd"] {
  width: 90%;
  height: 50px;
  line-height: 50px;
  margin: 3% 5%;
  font-size: 120%;
  border: 1px #ccc solid;
  border-radius: 5px;
  background-color: white;
}

/*start addnewpass.html*/
.adddiv,
.editdiv {
  position: absolute;
  top: 15%;
  width: 100%;
  padding-left: 5%;
  background-color: none;
}

.PASStext {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: none;
}

.PASStext input[type="text"] {
  width: 95%;
  height: 40px;
  line-height: 40px;
  font-size: 120%;
  padding-left: 2%;
  border-bottom: 1px #ccc solid;
  border-radius: 0px;
  background-color: none;
}

.PASSsubmit input[type="button"] {
  position: absolute;
  left: 65%;
  height: 40px;
  width: 7em;
  line-height: 40px;
  margin-top: 5%;
  font-weight: border;
  /* border-radius: 1.5em; */
  color: white;
  background-color: #0066cc;
  box-shadow: 0px 0px 12px 4px rgba(20%, 20%, 40%, 0.1);
}

.PASSsubmit input[type="button"]:hover,
.PASSsubmit input[type="button"]:active {
  color: black;
  background-color: #ddd;
  border: none;
}

/*start changepass.html*/
.activediv {
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding-left: 5%;
  background-color: rgb(1, 102, 204, 0.1);
}

.editdiv ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
}
.contentContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 85vh;
}
#title.phone {
  top: 2%;
  position: relative;
  width: 100%;
  line-height: 160%;
  font-size: 180%;
}

.phoneBox {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 5px 0px rgba(10%, 10%, 10%, 0.15);
  width: 80%;
  max-width: 400px;
  padding: 1em;
  border-radius: 1em;
  margin: 8% 0 4.5%;
  color: #555;
}
.phoneBox p {
  margin-bottom: 0;
  text-align: center;
}

/* .phoneBox #phoneNumber {
    visibility:hidden;
    width: 80%;
    height: 1.6em;
    border-radius: 0;    
    border-bottom: 1px solid #aaa;
    outline: none;
    margin: 0 auto 0.4em;
     color: #333;
    font-size: 1.6em;
    text-align: center;
} */

.phoneBox .no-box {
  top: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
  height: 2em;
}

.phoneBox .no-box .no {
  width: 13px;
  height: 13px;
  transition: none;
  font-size: 2.5em;
  margin: 0 0.4rem;
  font-family: Monaco;
}
.phoneBox .no-box .no:first-child {
  margin-left: 0;
}
.phoneBox .no-box .no.number {
  transform: none;
  border: none;
  height: auto;
}
/* .phoneBox .no-box .no.one {
    margin-right: 0;
} */

.phoneBox .submitBtn {
  width: 80%;
  color: #fff;
  background-color: #666;
  margin: 0 auto;
  height: 2.5em;
  border-radius: 7px;
  outline: none;
  border: none;
}

.phoneBox .submitBtn:disabled {
  background-color: #ccc;
}

.phoneBox + * .rb-box {
  position: relative;
  width: 100vw;
  top: -1em;
}

.phoneBox + * .rb-box .rb .rb-spot {
  width: 18vmin;
  height: 18vmin;
  transform: translate(-50%, -97%);
}
.forget {
  margin: 1em auto;
  width: auto;
}

.forget button {
  background: transparent;
  border: none;
  outline: none;
  color: #0066cc;
}
/* for loading */
#mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(230, 230, 230, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 8px;
  height: 20px;
  border-radius: 20%;
  background: #fff;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.btnContainer {
  display: flex;
  flex-direction: column;
  height: 60vh;
  width: 30vh;
  justify-content: space-around;
  margin: 5vh auto;
  padding: 3vh 1vh;
  border-radius: 2.5em;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}
.controlBtn {
  cursor: pointer;
  border: none;
  padding: 0;
  outline: none;
  border-bottom: 11vh solid #555;
  border-left: 8vh solid transparent;
  border-right: 8vh solid transparent;
  transform: translateY(-2vh);
}

.downBtn {
  margin-top: 35%;
  transform: rotate(180deg) translateY(2vh);
}
.borderContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  border-radius: 50%;
  width: 22vh;
  margin: 0 auto;
  height: 22vh;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}
.borderContainer:active {
  box-shadow: 0 0 10px #ccc inset;
}
.contentContainer.gate {
  height: 84vh;
  overflow: hidden;
  margin-top: 2vh;
}
/*# sourceMappingURL=loading.css.map */
/* for rwd */

/* @media(min-width:510px){
    .rb-spot {
    max-width:80px;
    max-height:80px;
}
    .rb {
    padding: 0px 0;
    max-height:95px;
}

    .rb-tab {
    margin-top: 15%;
    margin-right: 2%;
    margin-left: 2%;    
    width: 15%;
}

} */

/* for rwd */

@media (min-width: 510px) {
  .rb-spot {
    max-width: 60px;
    max-height: 60px;
  }
  .rb {
    padding: 0px 0;
    max-height: 95px;
  }

  .rb-tab {
    margin-top: 13%;
    margin-right: 1%;
    margin-left: 1%;
    width: 13%;
  }
  #title.phone {
    top: 0%;
  }
  .phoneBox {
    margin: 6% 0 4.5%;
  }
  .contentContainer {
    height: 100vh;
  }
}

@media (min-width: 576px) {
  .rb-tab {
    margin-top: 10%;
    margin-right: 1%;
    margin-left: 1%;
    width: 12%;
  }
  .rb-spot {
    transform: translate(-50%, -100%);
  }
}
@media (min-width: 768px) {
  .rb-tab {
    margin-top: 8%;
    margin-right: 0;
    margin-left: 0;
    width: 10%;
  }
  #title.phone {
    top: 14vh;
  }
  .phoneBox {
    margin: 17vh 0 2vh;
  }
  .contentContainer {
    height: 85vh;
  }
}

@media (min-width: 992px) {
  .rb-tab {
    margin-top: 6%;
    width: 9%;
  }
}

@media (min-width: 1200px) {
  .rb-tab {
    margin-top: 5.5%;
    width: 6%;
  }
}
