body .global-popbox .layui-layer-btn {
  text-align: center;
}

#globalLoading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

#globalLoading img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

html{
  overflow-x: hidden;
  overflow-y: auto;
}

a{
  text-decoration: none;
}

form{
  padding: 0px;
  margin: 0px;
}
