.bill-notic, .notic-reopen {
  width: 500px;
  padding: 50px;
  text-align: center;
  position: fixed;
  z-index: 102;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
  font-size: 32px; }
  .bill-notic p, .notic-reopen p {
    line-height: 64px; }
    .bill-notic p.explain, .notic-reopen p.explain {
      color: #b0b0b0; }
    .bill-notic p.hide, .notic-reopen p.hide {
      display: none; }
  .bill-notic.hide, .notic-reopen.hide {
    display: none; }
  .bill-notic input, .notic-reopen input {
    width: 160px;
    height: 80px;
    background: #f22458;
    border: 1px solid #f22458;
    outline: none;
    color: #fff;
    border-radius: 4px;
    font-size: 28px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0; }
  .bill-notic .state-icon, .notic-reopen .state-icon {
    padding: 0 20px;
    margin-right: 9px;
    background: url("http://images.koolearn.com/fe_upload/2018/8/2018-8-7-1533614312661.png") no-repeat center; }
    .bill-notic .state-icon.error, .notic-reopen .state-icon.error {
      background: url("http://images.koolearn.com/fe_upload/2018/8/2018-8-7-1533614312661.png") no-repeat center;
      background-size: 100%; }
    .bill-notic .state-icon.current, .notic-reopen .state-icon.current {
      background: url("http://images.koolearn.com/fe_upload/2018/8/2018-8-7-1533614277250.png") no-repeat center;
      background-size: 100%; }

.notic-reopen input {
  display: inline-block;
  margin-top: 25px; }
  .notic-reopen input.close {
    background: #fff;
    color: #707077;
    border-color: #b0b0b0;
    margin-left: 20px; }

.alert-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .alert-background.show {
    display: block; }



/*# sourceMappingURL=notic.css.map */
