body{
  font-family: Arial, Helvetica,'Times New Roman', sans-serif;
  /* font-family: Georgia,  Times, serif;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
}
.wrap{
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 99%, rgba(55, 161, 175, 1) 99%, rgba(55, 161, 175, 1) 100%);
  padding-top: 1%;
}
.bill-type{
  margin: 15px 5%;
  padding: 1% 10px;
  background: #a2fce0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Arial Narrow Bold';
  line-height: 1.5;
  p{
    margin: 0;
    color: #504e51;
  }
  &.text-thanks{
    background: #fff;
    p{
      color: #504e51;
    }
  }
}
.main{
  margin: 0 7%;
  label{
    color: #504e51;
  }
  input{
    margin-top: 5px;
  }
  input::placeholder{
    color: #aaa;
    font-size: 0.75rem;
  }
  .table tr th{
    background: #a2fce0;
    width: 25%;
  }
  .table tr td{
    font-size: .85rem;
    color: #504e51;
  }
  a{
    cursor: pointer;
    display: block;
  }
}
.btnBox{
  margin-bottom: 50px;
}
.btn-green{
  background: url('/images/web/button.png') no-repeat center center/cover;
  background-size: 110%;
  color: #465051;
  font-weight: bold;
}

.qrcodeBtn{
  display: block;
  text-align: right;
  img{
    height: 60px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.mb50{
  margin-bottom: 50px;
}
.mb60{
  margin-bottom: 60px;
}
.mb70{
  margin-bottom: 70px;
}
.consumption{
  label{
    font-size: 1.5rem;
    color: #40a0ae;
    font-style: italic;
  }
}
.basic-info{
  margin: 0 6%;
  color: #504e51;
}
.short-input{
  width: 70%;
}
.fs-7{
  font-size: 0.9rem;
}
.des-text{
  font-size: 1.2rem;
  color: #504e51;
}
.big-text{
  font-size: 2rem;
  font-weight: bold;
}
.text-green{
  color: #37a2ac;
}
.text-red{
  color: #e15f2d;
  font-size: 1.8rem;
}
.footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  img{
    width: 100%;
  }
}
@media (min-width: 576px) { 
  .qrBox{
    margin: 0 7%;
  }
  .qrcodeBtn{
    img{
      margin-bottom: 80px;
    }
  }
}


@media (min-width: 768px) {
  .wrap{
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 98%, rgba(55, 161, 175, 1) 98%, rgba(55, 161, 175, 1) 100%);
  }
  .bill-type{
    font-size: 2.2rem;
  }
  .main{
    input{
      margin-top: 10px;
    }
    input::placeholder{
      font-size: 1.3rem;
    }
  } 
  .consumption{
    margin-bottom: 80px;
    label{
      font-size: 2.5rem;
    }
    button{
      font-size: 1.5rem;
    }
  }
  .short-input{
    width: 74%;
  }
}


@media (min-width: 992px) {

}


@media (min-width: 1200px) {
  .wrap{
    width: 1100px;
  }
}