.Toast1{
  text-align: center;
  position: absolute;
  left: 43%;
  top: 37%;
  padding: 3px;
  display: none;
  width: 68px;
  border: 1px solid #ddd;
  line-height: 39px!important;
  height: 39px!important;
  background: #fff;
  color: #0191e7;
}
.Toast1 img{
  margin-top: 10px;
}
.show{
  display: block;
}
/*.active {
  border: 1px solid #ff0000 !important;
}*/