/* 会员展示样式--index.show.css */
.index-show-ul li {
    float: left;
    margin-right: 35px;
    margin-top: 18px;
}
.index-show-ul {
    margin-top: -18px;
}
.index-show-ul li img {
    width: 180px;
    height: 135px;
}
.index-show-box {
    background-color: #fbfbfb;
    padding-bottom: 50px;
}
.pendant{
    position: fixed;
    right: 230px;
    width: 110px;
    z-index: 99;
    bottom: 50px;
}

.pendant-seven {
    width: 110px;
}
.pendant  p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 22px;
    color: #333;
    text-align: center;
}
.pendant-box {
    background-color: #fff;
    margin-top: 10px;
    width: 108px;
    height: 132px;
    border: 1px solid #d1d1d1;
}
.pendant-code {
    display: block;
    width: 90;
    height: 90px;
    margin: 0 auto;
}
@media screen and (max-width:1460px) {
   .pendant {
       display: none;
   }
}
@media screen and  (min-width:1833px) and (max-width:1900px) {
    .pendant {
        right:10%
    }
}
@media screen and  (min-width:1630px) and (max-width:1832px) {
    .pendant {
        right:5%;
    }
}
@media screen and  (min-width:1461px) and (max-width:1630px) {
    .pendant {
        right:0;
    }
}
/*@media screen and (min-width:1601px)  {*/
/*    .pendant {*/
/*       right:200px;*/
/*    }*/
/*}*/