/* BASIC css start */
#header {border:none;}


.goodsDisplay.new {}
.goodsDisplay.new ul li {position:relative; float:none; width:100%; margin:0; border-radius:100%;}
.goodsDisplay.new ul li .listPic {width:calc(100% - 16%); border-radius:100%; border:6px solid #fff; margin-left:6px;}
.goodsDisplay.new ul li .list_shoppingInfo {
    position: absolute;
    bottom: 6px;
    width: 83%;
    padding: 0;
    margin-left: 14px;
    background: rgba(255, 255, 255, 0.5);
    height: 80px;
    border-radius: 0 0 200px 200px;
}
.goodsDisplay.new ul li .list_shoppingInfo .listName {color:#444; font-size:12px; font-weight:600; line-height:20px; text-align:center; margin-top:30px;}

.goodsDisplay.add3 {}
.goodsDisplay.add3 ul li {position:relative; float:none; width:100%; margin:0; }
.goodsDisplay.add3 ul li .listPic {width:calc(100% - 16%); border:6px solid #fff; margin-left:8px;}
.goodsDisplay.add3 ul li .list_shoppingInfo {
    position: absolute;
    bottom: 6px;
    width: 83%;
    padding: 0;
    margin-left: 16px;
    background: rgba(255, 255, 255, 0.5);
    height: 80px;
}
.goodsDisplay.add3 ul li .list_shoppingInfo .listName {color:#444; font-size:12px; font-weight:600; line-height:20px; text-align:center; margin-top:30px;}
/* BASIC css end */

