* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.tm-fixed--box {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 99;
}
.tm-fixed--box li {
  list-style: none;
}
.tm-fixed--box .tm-fixed--coup {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tm-fixed--box .tm-fixed--coup .show-tm-fixed {
  display: none;
}
.tm-fixed--box .tm-fixed--coup .tm-fixed--box-content {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0 47px 47px 0;
  position: relative;
  height: 55px;
  font-size: 12px;
  color: #383838;
  padding: 0 28px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tm-fixed--box .tm-fixed--coup .tm-fixed--box-content .tm-fixed--box-image {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 5px;
}
.tm-fixed--box .tm-fixed--coup .tm-fixed--box-content .tm-fixed--box-title {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #383838;
  margin-bottom: 10px;
}
.tm-fixed--box .tm-fixed--coup .tm-fixed--box-content .tm-fixed--box-desc {
  height: 12px;
  line-height: 12px;
}
.tm-fixed--box .tm-fixed--coup .tm-fixed--box-list {
  margin-left: 10px;
  list-style: none;
  width: 55px;
  height: 55px;
  background-color: #D20111;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  cursor: pointer;
  border-bottom-left-radius: 10px;
  margin-left: auto;
}
.tm-fixed--box .tm-fixed--coup .tm-fixed--box-list .fi {
  font-size: 30px;
  color: #fff;
}
.tm-fixed--box .tm-fixed--coup .tm-fixed--box-list:hover {
  background-color: #fff;
  border: 1px solid #ebebeb;
  transition: 0.3s;
}
.tm-fixed--box .tm-fixed--coup .tm-fixed--box-list:hover .fi {
  color: #D20111;
}
