

.zhuangbei_ul { }
.zhuangbei_ul li { width: 70px; height: 200px; float: left; cursor: pointer; margin-top: 0px; margin-right: 112px; }
.zhuangbei_ul .container-item { width: 45px; height: 45px; padding-left: 41px;margin-top: 25px;}
.zhuangbei_ul .container-item img { padding-top: 0px; }
.preview { z-index: 999; }
.zhuangbei_ul .container-item .shine { position: absolute; background-image: url("../images/icon_shine.png"); background-repeat: no-repeat; top: 0px; left: 12px; width: 42px; height: 42px; background-position: -99px 0px; animation: 3s ease 0s infinite normal none running shine; z-index: 1; }
.zhuangbei_ul .container-item:hover .shine { background-image: none; }
#sb_01 {width: 1100px; /*! height: 800px; */margin: 0px auto;/* position: absolute; */top: 28px;left: 156px;}
#sb_01 li {
    width: 147.5px;
    height: 110px;
    float: left;
    cursor: pointer;
    margin-top: 1px;
    margin-left: 0px;
    margin-right: 166px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-bottom: 40px;
    padding-top: 10px;
    background: url(../images/border11.png) left top no-repeat;
    }

#preview{position:absolute;border: 1px solid #fb04268c;background: #0d0e12;padding:5px;display:none;color:#fff;z-index:999;}
.large_thumb_shine{width:46px;height:46px;background:url(../images/shine.png);position:absolute;background-position:99px 0;margin-top:-49px;background-repeat:no-repeat}

.preview{z-index:999}
.zhuangbei_ul .container-item .shine {
  position: absolute;
  background-image: url(../images/icon_shine.png);
  background-repeat: no-repeat;
  top: 35px;
  left: 42px;
  width: 45px;
  height: 45px;
  background-position: -99px 0;
  -webkit-animation: shine 3s infinite;
  animation: shine 3s infinite;
  z-index:1;
}
.zhuangbei_ul .container-item  img {
   width: 100%; 
    height: auto;
    overflow: hidden;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.zhuangbei_ul .container-item:hover .shine {
background-image: none;}

@-webkit-keyframes shine {
  0% {
    background-position: -99px 0;
  }
  100% {
    background-position: 99px 0;
  }
}

@keyframes shine {
  0% {
    background-position: -99px 0;
  }
  100% {
    background-position: 99px 0;
  }
}
