*, body, label, p, button {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #000000;
  outline: none;
  font-size: 24px;
}

ul li {
  list-style: none;
}

.button {
  padding: 18px;
  background: transparent;
}

button {
  background: transparent;
}

input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: transparent;
}

.input {
  margin: 1em auto;
}

.absoluteCenter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.backgroundFixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.alertTitle {
  font-size: 2em;
  text-align: center;
  color: #fff;
  background: #005cb9;
  padding: 15px 0px;
}

.close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  padding: 8px;
  cursor: pointer;
  box-sizing: content-box;
  background: url(../image/photoView/close.svg) no-repeat 12px 12px/30px;
}

#keyboard {
  list-style: none;
  width: 750px;
  height: 270px;
  margin: 0 auto 0 -375px;
  padding: 15px 15px 0px;
  position: fixed;
  z-index: 3002;
  bottom: 9px;
  left: 50%;
  box-shadow: 0px 3px 17px rgba(255, 255, 255, 0.62);
}
#keyboard li {
  float: left;
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #402011;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #c6ac7b;
  font-size: 20px;
}
#keyboard li.tab {
  width: 70px;
  clear: left;
}
#keyboard li.delete {
  width: 70px;
}
#keyboard li.capslock {
  width: 83.5px;
  clear: left;
}
#keyboard li.return {
  width: 83.5px;
}
#keyboard li.left-shift {
  width: 109.5px;
  clear: left;
}
#keyboard li.right-shift {
  width: 109.5px;
}
#keyboard li.space {
  width: 462px;
}
#keyboard li.close {
  width: 135px;
}
#keyboard li.lastitem {
  margin-right: 0;
}
#keyboard li:hover {
  position: relative;
  top: 1px;
  left: 1px;
  border-color: #e5e5e5;
  cursor: pointer;
}
#keyboard li span {
  color: #c6ac7b;
}
#keyboard li span.on {
  display: none;
}

@media (max-width: 1024px) and (max-height: 768px) {
  *, body, label, p, button, div {
    font-size: 18px;
  }
}/*# sourceMappingURL=globle.css.map */