.favorite-dialog-wrap {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 20px;
}
.favorite-dialog-wrap .favorite-dialog {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
  background-color: #00adb5;
  border-radius: 8px;
  padding: 0 215px 0 120px;
  box-sizing: border-box;
}
.favorite-dialog-wrap .favorite-dialog .favorite-box1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.favorite-dialog-wrap .favorite-dialog .favorite-box1 .text1 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.favorite-dialog-wrap .favorite-dialog .favorite-box1 .text2 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.87);
}
.favorite-dialog-wrap .favorite-dialog .favorite-box2 {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #ffffff;
}
.favorite-dialog-wrap .favorite-dialog .favorite-box2 .ctrl-box {
  width: 147px;
  height: 38px;
  margin-right: 22px;
}
.favorite-dialog-wrap .favorite-dialog .favorite-box2 .text {
  height: 32px;
  font-size: 24px;
}
.favorite-dialog-wrap .favorite-dialog .favorite-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.favorite-dialog-wrap .favorite-dialog .favorite-close img {
  width: 16px;
  height: 16px;
}
.favorite-dialog-wrap .favorite-dialog .favorite-close:hover {
  cursor: pointer;
}
