* {
  padding: 0;
  margin: 0;
}

.prompt {
	z-index:99999;
  background-color: #e4e1e1;
  width: 300px;
  height: 170px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
      box-shadow: 2px 2px 1px 1px rgb(99 99 99), -2px -2px 1px 1px rgb(99 99 99);
}

.prompt .tps {
  display: flex;
  justify-content: space-between;
  line-height: 35px;
  background-color: #f3f3f3;
  padding: 0 20px;
}

.prompt .tps .tes img{
	cursor: pointer;
}

.prompt .details {
  font-size: 13px;
  padding: 0 20px 20px;
  text-align: center;
}

.prompt .details p {
  margin-top: 15px;
}

.prompt .details .bottom {
  margin-top: 20px;
}

.prompt .details .bottom :nth-child(1) {
  background-color: #fff;
  color: #000;
  margin-right: 5px;
}

.prompt .details .bottom :nth-child(2) {
  background-color: #000;
  color: #fff;
  margin-left: 5px;
}

.prompt .details .bottom button {
  border-radius: 5px;
  cursor: pointer;
  border: none;
  font-size: 13px;
  padding: 7px 12px;
}
