.full-shining-plus-wrapper {
  width: 100%;
  cursor: pointer;
  position: fixed;
  top: 48px;
  z-index: 999;
}
.full-shining-plus-content {
  margin: 0 auto;
  width: 1240px;
  position: relative;
}
.hover-img {
  display: none;
}
.full-shining-plus-content-hover:hover .full-shining-plus-left,
.full-shining-plus-content-hover:hover .full-shining-plus-right {
  width: 100px;
}
.full-shining-plus-content-hover:hover .full-shining-plus-right {
  right: -100px;
}
.full-shining-plus-content-hover:hover .full-shining-plus-left {
  left: -100px;
}
.full-shining-plus-content-hover:hover .close-left {
  left: -92px;
}
.full-shining-plus-content-hover:hover .close-right {
  right: -92px;
}
.full-shining-plus-content-hover:hover .big-img {
  display: block;
}
.full-shining-plus-content-hover:hover .hover-img {
  display: none;
}
.full-shining-plus-content-hover .full-shining-plus-left,
.full-shining-plus-content-hover .full-shining-plus-right {
  width: 25px;
}
.full-shining-plus-content-hover .full-shining-plus-right {
  right: -25px;
}
.full-shining-plus-content-hover .full-shining-plus-left {
  left: -25px;
}
.full-shining-plus-content-hover .close-left {
  left: -21px;
}
.full-shining-plus-content-hover .close-right {
  right: -21px;
}
.full-shining-plus-content-hover .big-img {
  display: none;
}
.full-shining-plus-content-hover .hover-img {
  display: block;
}
.big-img {
  display: block;
}
.full-shining-plus-banner {
  display: none;
  width: 1240px;
  height: 0;
  position: relative;
}
.full-shining-plus-left {
  display: inline-block;
  position: absolute;
  width: 100px;
  top: 0;
  left: -100px;
  height: 270px;
  overflow: hidden;
  z-index: 99;
}
.close-left,
.close-right {
  position: absolute;
  top: 8px;
  z-index: 100;
}
.close-left {
  left: -92px;
}
.close-right {
  right: -92px;
}
.full-shining-plus-right {
  display: inline-block;
  width: 100px;
  position: absolute;
  top: 0;
  right: -100px;
  height: 270px;
  overflow: hidden;
  z-index: 99;
}
