﻿   .div-page-product-index-place
  {
       border:0px solid gray;
       width:100%;
       float:right; 
   }
    .div-page-product-index-head {
        float:right; width:100%; clear:both;
     margin-bottom: 5px;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
    }
    .lb-page-product-index-head-title
    {
        float: right;
    font-size: 13px;
    padding: 7px;
    /* border-bottom: 3px solid #FF468D; */
    /* width: 200px; */
    margin: 0 10px;
    font-weight: bold;
    color: #c80606;
    }
    .a-page-product-index-head-list
    {
            float: left;
    color: #c80606;
    font-size: 12px;
    padding: 5px;
    }
    .div-page-product-index-body {
        float: right;
        width: 100%;
        height: 250px;
        clear: both;
        border: 0px solid gray;
        position: relative;
        overflow: hidden;
    }

    .div-page-product-index {
        border: 0px solid gray;
        float: right;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
       
        height: 100%;
    }
    .div-product-box-index {
       float: right;
    width: 23%;
    height: 189px;
    border: 0px solid #e1e1e1;
    margin: 1%;
    display: inline-block;
    background-color: #f5f5f5;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
    .a-product-box-index
    {
         height:130px; float:right; text-align:center; width:100%; background-color:#fff;    padding: 5px 0px;
    }
    .a-product-box-index img {
         margin:0 auto; max-height:100%; max-width:100%; display:block;
    }
    .div-product-box-index-price {
      
    float: right;
    width: 100%;
     border-top: 1px solid #fff;
    background-color: #f5f5f5 ;

    }
    .div-product-box-index-price span {
    }
    .a-product-box-index-name
    {
      color: #FD6D15; font-size:12px;
    }

    .div-page-product-index-navigation-can
    {
         float:left;    padding: 5px 10px;
    }
    .a-page-product-index-forward
    {
         color:gray;  cursor:hand; cursor:pointer;
    }
    .a-page-product-index-backward {
        color: gray;
       
        cursor: hand;
        cursor: pointer;
    }
    .lb-product-box-index-discount {
        position: absolute;
        top: 0px;
        left: 0px;
         width:32px; height:32px; background-repeat:repeat; background-position:center;
       background-image:url(/media/img/public/off32.png);
    }
    .sp-product-box-index-existStat
    {
        color:green; position:absolute; bottom:3px; right:3px; font-size:17px;
    }
    
    
     .lb-product-box-index-discount span {
    }
    .sp-finalPrice-product-index {
      display: block;
    font-family: Arial;
    font-size: 13px;
    margin: 5px 0 0 0;
    color: #02BF11;
    font-weight: bold;
     }
    .sp-basePrice-product-index {
        display: block;
        font-family: Arial;
        color:gray; text-decoration:line-through;
    }


    .div-product-box-index-hover {
        background-color: rgba(0, 0, 0,0.7);
        width: 100%;
        position: absolute;
        top: 0px;
        left: -200px;
        z-index: 9999;
        height: 100%;
        transition: all 500ms;
    }

    .a-product-box-index-hover-details {
           -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* background-color: rgb(255, 121, 26); */
    padding: 5px 20px;
    margin: 50px 0 20px 0;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    }

    .div-product-box-index-hover-operation {
         color:#fff;
         margin:0 0 5px 0;
    }
    .div-product-box-index-hover-operation a {
         width: 32px;
    height: 32px;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    font-size: 25px;
    }
        .div-product-box-index-hover-operation a span {
             margin:4px 0 0 0; padding:5px;
        }

    .p-product-box-index-hover-descript {
        border-top: 1px solid #c6c6c6;
        padding: 5px;
        color: #fff;
        height: 128px;
        overflow: hidden;
        background-color: rgb(255, 121, 26);
    }
    .div-product-box-index:hover .div-product-box-index-hover {
        left: 0px;
    }
 