#alert {
  position: fixed;
 z-index:100;
  width: 100%;
  background: rgba(200, 200, 200, 0.1);
  display: none; }
  #alert .alert-container {
    position: relative;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden; }
    #alert .alert-container .alert-hd {
      width: 100%;
      height: 30px;
      background: #ba2c3c; }
      #alert .alert-container .alert-hd h5 {
        width: 60%;
        padding: 0 15px;
        margin: 0;
        line-height: 30px;
        color: #fff;
        font-weight: normal;
        float: left; }
      #alert .alert-container .alert-hd img {
        border: 1px solid transparent;
        margin: 9px 15px;
        float: right; }
        #alert .alert-container .alert-hd img:hover {
          border: 1px solid #ddd; }
    #alert .alert-container .alert-centent {
      width: 100%;
      min-height: 120px;
      background: #fff;
      text-align: center;
      line-height: 30px;
      font-size: 14px; }
      #alert .alert-container .alert-centent .alert-summary {
        width: auto;
        padding-left: 40px;
        box-sizing: border-box;
        margin: 0 auto; }
        #alert .alert-container .alert-centent .alert-summary img {
          width: 30px;
          margin-top: 13px;
          float: left; }
        #alert .alert-container .alert-centent .alert-summary .text {
          max-width: calc(100% - 20px);
          padding: 4px;
          padding-right: 40px;
          float: right;
          box-sizing: border-box; }
          #alert .alert-container .alert-centent .alert-summary .text p {
            margin: 0;
            text-align: left; }
    #alert .alert-container .alert-footer {
      width: 100%;
      height: 30px;
      padding-top: 3px;
      background: #fcfcfc;
      border-top: 1px solid #ddd;
      text-align: center; }
      #alert .alert-container .alert-footer input {
        height: 24px;
        width: 60px;
        line-height: 22px;
        background: #f1f1f1;
        border: 1px solid #ba2c3c;
        border-radius: 4px;
        color: #ba2c3c; }

/*# sourceMappingURL=tishi.css.map */
