﻿       .cart-step
        {
            width: 100%;
            text-align: center;
            height: 2.4rem;
            background: #fff;
        }
        .cart-step ul
        {
            display: table;
            width: 100%;
            margin: 0;
            padding: 0;
            border-collapse: collapse;
            vertical-align: middle;
        }
        .cart-step ul li
        {
            display: table-cell;
            line-height: 2.4rem;
            position: relative;
        }
        .cart-step ul .cur
        {
            border-bottom: 1px solid #3cc51f;
            color: #3cc51f;
        }
        body
        {
            color: #333;
            font-family: arial;
            font: 12px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;
            background: #f5f5f5;
            -webkit-overflow-scrolling: touch;
            height: 100%;
        }
        .table
        {
            display: table;
            width: 100%;
        }
        .table li
        {
            display: table-cell;
        }
        
        .productlist .title
        {

        }
        
        .productlist .desc
        {
            color: #999999;
            font-size: 13px;
            line-height: 1.2;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        
        .productlist .desc span
        {
            float:right;
            color: #3cc51f;
        }