.modalContainerBody{
  width: 500px;
  height: 300px;
  position: fixed;
  margin: 0 auto;
  z-index: 11;
  top: 300px;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
}
.modalContainer{
  display: none;
}
.modalContainerShade{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.3);
  z-index: 10;
}
.modalContainerTitle{
  line-height: 50px;
  text-align: center;
  background: #0d4d87;
  color: white;
}
.modalContainerClose{
  color: white;
  float: right;
  margin-right: 20px;
}
.modalContainerContent1{
  margin-top: 100px;
  text-align: center;
}
