/**
 * product 样式
 * 
 * @version $Id: product.css 312 2023-07-05 03:12:57Z fuy $
 * @creator liqt @ 2013-06-24 11:27:58 by caster0.0.3
 */
@media all {
    .product {
        overflow: hidden
    }

    .product .container .mainer {
        position: relative;
        padding: 0 .3rem
    }
    .product .container .mainer .card .product-card {
        padding: 0.6rem 0.3rem;
        border-radius: 0.2rem;
        background: #fff;
        margin-bottom: 0.3rem;
    }
    .product .container .mainer .card .product-card .card-header {
        position: relative;
        text-align: center;
        margin-bottom: 0.6rem;
    }
    .product .container .mainer .card .product-card .card-header .title {
        font-size: .36rem;
        font-weight: 700;
        color: #333;
    }

	.product .container .mainer .card .product-card .basic-content .product-list table{
		border: 0.03rem solid #f1f1f1;
	}
	.product .container .mainer .card .product-card .basic-content .product-list table tr.header{
		height: .5rem;
		background-color: #f8f8f8;
	}
	.product .container .mainer .card .product-card .basic-content .product-list table tr th{
		font-size: .3rem;
		color: #999;
		text-align: center;
		line-height: .5rem;
	}

	.product .container .mainer .card .product-card .basic-content .product-list table tr.data{
		min-height: .5rem;
	}
	.product .container .mainer .card .product-card .basic-content .product-list table tr td{
		padding:  0.6rem 0.3rem;
		font-size: .3rem;
		color: #666;
	}
}