.box {
    height:380px;
    float:left;
    width:1092px;
    overflow: hidden;
    margin-left: 11px;
    margin-top: 20px;
    /*background-color: #31b0d5;*/
    position:relative; }
.box li {
    display:block;
    float:left;
    margin-left:1px;
    margin-right:6px;
    width:266px;
    height:375px;
    /*background:#BBB;*/
    /*border: 1px solid #EEEDED;*/
    text-decoration:none;
    line-height: 20px;
    text-align:center;
    cursor:pointer;}
.box li:nth-child(1){

}

.box li:hover{
    box-shadow: 1px 1px 5px #888888;
}



.box li.active { background-position:-174px 0; color:#555;cursor:default;}
a.prev, a.next { display:block;width:30px;height:43px; float:left; margin:175px 0 0 12px; cursor:pointer;}
.pages a.prev,.pages a.next{display:inline;margin:0;float:none}
a.next {}
.scroll_list{ width:10000em; position:absolute; }

.scroll_list_div{
    width: 262px;
    height: 262px;
    border: 1px solid #EEEDED;
    overflow: hidden;
}
.scroll_list_div img{
    transition: all 0.4s;
    /*width: 100%;*/
    height: 100%;
}
.scroll_list_div img:hover{
    transform: scale(1.1);
}

.product_title{
    margin-top: 20px;
}
.product_money{
    margin-top: 11px;
    color: #c00505;
    font-weight: 600;
}