.bill-notic, .notic-reopen {
  width: 260px;
  padding: 20px;
  text-align: center;
  position: fixed;
  z-index: 102;
  left: 50%;
  margin-left: -120px;
  top: 20%;
  box-shadow: 0px 0px 10px #ccc;
  background: #fff;
  font-size: 16px; }
  .bill-notic p, .notic-reopen p {
    line-height: 32px; }
    .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: 80px;
    height: 40px;
    background: #f22458;
    border: 1px solid #f22458;
    outline: none;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: 10px; }
  .bill-notic .state-icon, .notic-reopen .state-icon {
    padding: 0 13px;
    background: url("//images.koolearn.com/fe_upload/2018/8/2018-8-7-1533614187363.png") no-repeat 0 -27px; }
    .bill-notic .state-icon.error, .notic-reopen .state-icon.error {
      background-position: 0px -27px; }
    .bill-notic .state-icon.current, .notic-reopen .state-icon.current {
      background-position: 0px -59px; }

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

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



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