body {
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
  background-color: #f8fafc; }

.gradient-bg {
  background: linear-gradient(135deg, #009688 0%, #4db6ac 100%); }

.card-shadow {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.glow-effect:hover {
  box-shadow: 0 0 15px rgba(0, 150, 136, 0.5); }

h1 {
  font-size: 16px;
  margin-top: 0; }

p {
  color: #6b7280;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 5px; }

.card {
  max-width: 620px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid lightgray;
  border-radius: 16px; }

.card p:last-child {
  margin-bottom: 0; }

button:active, button.active {
  outline: none;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.gongwanganbei {
  position: relative;
  margin-left: 20px; }
  .gongwanganbei:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("http://static.znjpq.com/static/govimg.png");
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -10px; }

.download-tips {
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1024;
  padding: 32px 24px;
  display: none; }
  .download-tips img {
    width: 100%; }

/*# sourceMappingURL=style.css.map */
