body{
    background: url("../img/index-back.png");
}


/*goods start*/
.goods-list .goods-column{
    text-align: center;
    line-height: 2.0;
}
.goods-list .goods-column .goods-column-pic{
    width: 55%;
    margin: 0 auto;
}
.goods-list-ul{
    overflow: hidden;
}
.goods-list-ul ul li{
    float: left;
    width: 47.5%;
    margin-right:  5%;
    margin-bottom:  5%;
    background-color: #fff;
}
.goods-list-ul ul li:hover{ transform: scale(1.03);}
.goods-list-ul ul li .title{
    padding-left: 1em;
    margin: 1% auto;
}
.goods-list-ul ul li .price{
    padding-left: 1em;
    margin:0 auto 2% auto;
}
.goods-list-ul ul li .price span{
    font-family: arial;
    font-weight: bold;
}
.goods-list-ul ul .no-margin{
    margin-right: 0;
}
/*goods end*/
/*footer*/
/*#footer .footer-icon-1{*/
    /*margin: 0 auto 5px auto;*/
    /*background: url("../img/footer-icon-1.png") no-repeat;*/
    /*background-size: 100%;*/
/*}*/
/*#footer .footer-text-1{*/
    /*color: #fff;*/
/*}*/