.shop-card .shop-card-header {
    height: 30px;
    line-height: 30px;
}

.shop-card .shop-card-header .title {
    float: left;
}
.shop-card .shop-card-header .name {
    font-size: 30px;
    color: #373737;
}
.shop-card .shop-card-header .name-en {
    margin-left: 20px;
    font-size: 16px;
    color: #373737;
}
.shop-card .shop-card-header .more {
    float: right;
    font-size: 14px;
}

.shop-card .shop-card-header .more a {
    text-decoration: none;
    cursor: pointer;
    color: black;
}


.shop-card .commodity-list {
    position: relative;
}
.shop-card .commodity-list .commodity-row {
    padding: 20px 0 10px 0;
}
.shop-card .commodity-list .commodity-row div.commodity-li:nth-child(4n),
.shop-card .commodity-list .commodity-row div.commodity-li:nth-child(4n-1),
.shop-card .commodity-list .commodity-row div.commodity-li:nth-child(4n-2){
    margin-left: 32px;
}
.shop-card .commodity-list .commodity-row div.commodity-li:nth-child(4n){
    float: right;
}

.shop-card .commodity-list .commodity-li {
    position: relative;
    float: left;
    height: 380px;
    width: 268px;
    margin-bottom: 15px;
}

.shop-card .commodity-list .commodity-li a {
    text-decoration: none;
    cursor: auto;
}

.shop-card .commodity-list .commodity-li:hover {
    z-index: 2;
    top: -2px;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 8px 16px rgba(0,0,0,0.18);
    box-shadow: 0 8px 16px rgba(0,0,0,0.18);
}

.shop-card .commodity-list .commodity-li .commodity-img {
    background-color: #f4f4f4;
    width: 268px;
    height: 268px;
    cursor: pointer;
    text-align: center;
}

.shop-card .commodity-list .commodity-li .commodity-img img{
    width: 268px;
    height: 268px;
}
.shop-card .commodity-list .commodity-li .commodity-info {
    width: 100%;
    height: 112px;
}
.shop-card .commodity-list .commodity-name {
    padding-left: 25px;
    padding-top: 20px;
    color: #171717;
    font-size: 17px;
}

.shop-card .commodity-list .commodity-name span {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    display: inline-block;
}

.shop-card .commodity-list .price {
    margin-top: 5px;
    padding-left: 25px;
}
.shop-card .commodity-list .price .sale-price {
    font-size: 17px;
    color: #cd1212;
}
.shop-card .commodity-list .price .original-price {
    padding-left: 9px;
    font-size: 15px;
    text-decoration:line-through;
    color: #2f3034;
}
.shop-card .commodity-list .commodity-pic {
    position: absolute;
    right: 10px;
    bottom: 40px;
    width: 38px;
    height: 38px;
    background: url("../../../images/shop/shopping-cart.png");
}
.shop-card .commodity-list .commodity-pic:hover {
    background: url("../../../images/shop/shopping-cart01.png");
    cursor: pointer;
}




