.notification {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

.notification i {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.notification-content {
  width: 360px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -180px;
  top: 200px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  border: 1px solid #e4e7ed;
  padding-bottom: 30px;
}

.notification-title {
  width: 300px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #606266;
  line-height: 24px;
  margin: 30px auto 0;
  text-align: center;
}

.notification-btn {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.notification-btn span {
  display: inline-block;
  width: 77px;
  height: 28px;
  background: #ffffff;
  border-radius: 100px;
  border: 1px solid #dcdfe6;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #5a5e66;
  cursor: pointer;
  margin-right: 10px;
}

.notification-btn p {
  display: inline-block;
  width: 77px;
  height: 28px;
  background: #1989fa;
  border-radius: 100px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
