﻿.ProductList {
    width: 96%;
    margin: 0px auto;
}

    .ProductList .plname {
        margin: 10px auto;
        text-align: center;
        font-size: 0.23rem;
        color:#FFF
    }

    .ProductList .prolist {
        display: block;
        padding-bottom: 0.2rem;
    }

        .ProductList .prolist li {
            display: block;
            float: left;
            width: 49%;
            position: relative;
            margin-right: 2%;
            margin-bottom: 0.1rem;
        }

            .ProductList .prolist li:nth-child(2n+2) {
                margin-right: 0px;
            }

            .ProductList .prolist li a {
                display: block;
                color: #FFF;
            }

            .ProductList .prolist li img {
                display: block;
                width: 100%;
            }

        .ProductList .prolist .pname {
            position: absolute;
            z-index: 1;
            left: 0px;
            right: 0px;
            bottom: 0px;
            height: 50px;
            line-height: 50px;
            text-align: center;
        }
/****/
.ProductItem {
    color: #FFF
}

    .ProductItem .itmain {
        margin: 10px auto;
        text-align: center;
        font-size: 0.23rem;
        color: #FFF
    }

    .ProductItem .itnr {
        width: 96%;
        margin: 0 auto;
    }

        .ProductItem .itnr p {
            margin: 0px;
            padding: 0px;
            margin-bottom: 10px;
        }

        .ProductItem .itnr img {
            display: block;
            width: 100%;
        }

.pselect {
    position: fixed;
    right: 0px;
    bottom: 80px;
}

    .pselect .psico {
        width: 50px;
        height: 50px;
        background-color: #000;
        border-radius: 3px 0 0 3px;
        padding: 5px;
        box-sizing: border-box;
    }

        .pselect .psico img {
            display: block;
            width: 100%;
        }

    .pselect .pslist {
        position: fixed;
        right: 50px;
        bottom: 80px;
        background-color: #000;
        padding: 10px;
        border: 1px solid #CCC;
        border-radius: 3px;
    }

    .pselect .pslname {
        color: #FFF;
        text-align: center;
        border-bottom: 1px solid #CCC;
        line-height: 40px;
    }

    .pselect .plul {
    }

        .pselect .plul a {
            display: block;
            line-height: 0.4rem;
            color: #FFF;
            text-align: center;
        }

            .pselect .plul a.on {
                color: #44a3fc !important
            }
