.fixed-right {
  position: fixed;
  right: 88px;
  top: 126px;
  width: 200px;
  background: #FFFFFF;
  padding: 22px;
  box-shadow: 0px 2px 29px 0px rgba(202, 0, 0, 0.2);
  z-index: 999;
  transition-duration: 0.5s;
}
.fixed-right .fixed-right-menu {
  width: 100%;
}
.fixed-right .fixed-right-menu .menu-fusion {
  width: 100%;
  height: 127px;
}
.fixed-right .fixed-right-menu .menu-fusion img {
  display: block;
  margin: 0 auto;
  width: 143px;
  height: 119px;
}
.fixed-right .fixed-right-menu .menu-list {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  overflow: hidden;
  color: #333333;
}
.fixed-right .fixed-right-menu .menu-list .thumb {
  cursor: pointer;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 16px;
  display: inline-block;
  color: #000;
  border-top: 2px solid #fccbc1;
}
.fixed-right .fixed-right-menu .menu-list .thumb .thumb-img {
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.fixed-right .fixed-right-menu .menu-list .thumb .thumb-img img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 143px;
  height: 119px;
}
.fixed-right .fixed-right-menu .menu-list .thumb .thumb-text {
  font-size: 18px;
  text-align: center;
  color: #333333;
}
.fixed-right .fixed-right-menu .menu-list .thumbnone {
  display: none;
}
.fixed-right .fixed-right-menu .menu-list .thumb:hover .thumb-img {
  display: block;
}
.fixed-right .fixed-right-menu .menu-more {
  margin-top: 10px;
  width: 100%;
}
.fixed-right .fixed-right-menu .menu-more .more-logo {
  margin: 0 auto;
  display: block;
  width: 19px;
  height: 17px;
  transform: rotate(180deg);
}
.fixed-right .fixed-right-menu .menu-more .more-logo-rotate {
  transform: rotate(0deg);
}
