.module-bottom-notification-wrap {
  position: relative;
  padding: 40px 20px 32px 20px;
  background-color: rgba(34, 34, 34, 0.95);
}

.module-bottom-notification-wrap .bottom-notification-content {
  display: flex;
  color: #fff;
  font-size: 16px;
}

.notification-content-img-box {
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.notification-content-img-box > img {
  display: block;
  width: 100%;
}

.notification-content-title {
  padding-left: 16px;
}

.notification-content-title > .notification-content-sub-tit {
  line-height: 24px;
}
.bottom-notification-btn-box {
  margin-top: 20px;
}

.bottom-notification-btn-box > button {
  width: 100%;
  height: 44px;
}

.bottom-notification-btn-box.is-disabled > button {
  opacity: 0.6;
}

.bottom-notification-btn-box > button:focus {
  opacity: 1;
}

.bottom-notification-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.bottom-notification-close-btn > i {
  width: 100%;
  height: 100%;
}
