
  body {
    box-sizing: border-box;
  }

  #outsideAlert {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden
  }

  #outsideAlert .alert-dialog {
    width: 460px;
    height: 320px;
    margin: 150px auto 0;
    border-radius: 10px;
    overflow: hidden;
  }

  #outsideAlert .alert-dialog .alert-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    padding: 20px 20px 30px;
    text-align: center;
    box-sizing: border-box;
  }

  #outsideAlert .alert-dialog .alert-content .alert-head {
    height: 60px;
    line-height: 60px;
  }

  #outsideAlert .alert-dialog .alert-content .alert-head h4 {
    color: #0063ba;
    font-size: 24px;
  }

  #outsideAlert .alert-dialog .alert-content .alert-head .alert-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    color: #ea3e3e;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
  }

  #outsideAlert .alert-dialog .alert-content .alert-body {
    font-size: 16px;
    line-height: 30px;
  }

  #outsideAlert .alert-dialog .alert-content .alert-body p {
    color: #333;
  }

  #outsideAlert .alert-dialog .alert-content .alert-body span {
    color: #0063ba;
    display: inline-block;
    width: 100%;
  }

  #outsideAlert .alert-dialog .alert-content .alert-foot {
    margin-top: 30px;
  }

  #outsideAlert .alert-dialog .alert-content .alert-foot a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #0063ba;
    border-radius: 15px;
    font-size: 16px;
  }

  #outsideAlert .alert-dialog .alert-content .alert-foot div {
    margin-top: 15px;
  }

  #outsideAlert .alert-dialog .alert-content .alert-foot div input {
    width: 18px;
    height: 18px;
    -webkit-appearance: checkbox;
    vertical-align: text-bottom;
  }

  #outsideAlert .alert-dialog .alert-content .alert-foot div label {
    font-size: 16px;
    color: #666;
    margin-left: 10px;
    font-weight: normal;
  }

  .alertCover {
    position: fixed;
    width: 100%;
    z-index: 500;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    ;
  }

  .bodyPadding {
    padding-right: 17px;
    overflow: hidden;
  }
