.banner {

}

.product-item {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 16px;
    cursor: pointer;
    border: 1px solid #f5f5f5;
}

.product-item:hover {
    border: 1px solid #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.product-item .cover {
    width: 100%;
}

.product-item .image-slot {
    color: #ccc;
    font-size: 60px;
    text-align: center;
}

.product-item h3 {
    color: #333;
    font-size: 14px;
    padding-left: 2px;
    line-height: 30px;
}

.product-item .summary {
    color: #999;
    height: 40px;
    font-size: 12px;
    padding-left: 2px;
    line-height: 18px;
    text-align: justify;
}

.product-item .pricerow {
}

.product-item .pricerow .price {
    color: #ef1c2b;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.product-item .pricerow .source_price {
    color: #999;
    font-size: 14px;
    padding-left: 8px;
    text-decoration: line-through;
}

.product-item .pricerow b {
    color: #ef1c2b;
    font-size: 14px;
    font-weight: normal;
}

.page-market .content .container {
    padding: 20px;
}
