body {
    background-color: #f6f6f6;
}

#brandlist {
    height: auto;
    overflow: hidden;
}

.propitem {
    width: 1208px;
    height: 36px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}

    .propitem em {
        height: 36px;
        line-height: 36px;
        float: left;
        padding-left: 20px;
        width: 100px;
        display: block;
    }


.brandinfo {
    height: 63px;
    line-height: 63px;
    float: left;
    width: 108px;
}


#proctlist {
    margin-top: 10px;
}

    #proctlist li {
        float: left;
        float: left;
        margin-bottom: 16px;
    }

        #proctlist li.on {
            border: 2px solid #e9e9e9;
            -webkit-box-shadow: 0px 0px 1px 1px #f8f8f8;
            -moz-box-shadow: 0px 0px 1px 1px #f8f8f8;
            box-shadow: 0px 0px 1px 1px #f8f8f8;
        }


.pimg {
    position: relative;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    #proctlist li {
        margin-right: 13px;
        padding: 10px 0 10px 10px;
        width: 225px;
        height: 363px;
        background-color: #fff;
    }

    .brandinfo .pormot {
        width: 210px;
    }

    .pimg {
        height: 210px;
    }

    .psles {
        width: 190px;
        padding-left: 10px;
    }

    .pname {
        width: 200px;
    }

    .pimg img {
        width: 204px;
        height: 204px;
    }

    .brandinfo .pormot {
        width: 215px;
    }
    .brandinfo .pormot {
        background-color: #68bb00;
        color: #fff;
        line-height: 43px;
        font-size: 18px;
        height: 43px;
        display: block;
        text-align: center;
    }
}

@media screen and (min-width: 1028px) {
    #proctlist li {
        margin-right: 14px;
        padding: 10px 0 10px 10px;
        width: 282px;
        height: 353px;
        background-color: #fff;
    }
    
    .brandinfo .pormot {
        background-color: #68bb00;
        color: #fff;
        line-height: 63px;
        font-size: 16px;
        height: 63px;
        display: block;
        text-align: center;
    }
    .pimg {
        height: 255px;
    }

    .brandinfo .pormot {
        width: 108px;
    }

    .pimg img {
        width: 254px;
        height: 254px;
    }


    .psles {
        width: 164px;
        padding-left: 10px;
    }

    .pname {
        width: 253px;
    }
}
.brandinfo .pormot.disabled
{
    background-color:#bbbbbb;
}

li .pimg i {
    background: url(/images/icon/procfav.gif);
    width: 18px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 8px;
    display: none;
    cursor: pointer;
}

li.on .pimg i {
    display: block;
}

.pname {
    height: 40px;
    line-height: 20px;
    color: #414141;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 5px;
}

    .pname a {
        color: #414141;
    }

.psles {
    height: 63px;
    line-height: 63px;
    float: left;
}

.sp1 {
    color: #d72727;
    font-size: 20px;
    font-weight: bold;
    float: left;
    display: block;
    height: 63px;
    line-height: 63px;
}

.sp2 {
    color: #414141;
    font-size: 14px;
    float: left;
    text-decoration: line-through;
    margin-left: 10px;
    display: block;
    height: 63px;
    line-height: 63px;
}

.sp3 {
    color: #2f9b8a;
    font-size: 12px;
}
/********************限时抢购日期开始*******************************/
.propbgimg {
    width: 100%;
    margin: 0 auto;
    height: 118px;
    background: url(/images/probg.jpg) no-repeat center top;
    background-color: #f6f6f6;
}

#calendar {
    margin: 0px auto;
    height: 66px;
    display: block;
}

    #calendar ul li {
        height: 60px;
        display: block;
        float: left;
        background-color: #7c7b7b;
        text-align: center;
        color: #fff;
        position: relative;
        cursor: pointer;
    }

@media screen and (max-width: 1024px) {
    #calendar {
        width: 981px;
    }

        #calendar ul li {
            width: 140px;
        }
}

@media screen and (min-width: 1028px) {
    #calendar {
        width: 1211px;
    }

        #calendar ul li {
            width: 173px;
        }
}


#calendar ul li.cur {
    background-color: #68bb00;
}

    #calendar ul li.cur i {
        position: absolute;
        background: url(/images/green/icon/probot.jpg);
        width: 13px;
        height: 5px;
    }

#calendar ul li h2 {
    height: 30px;
    line-height: 32px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
}

#calendar ul li h3 {
    height: 30px;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

#caltime {
    height: 34px;
    line-height: 34px;
    margin: 40px auto;
}

    #caltime .line {
        height: 34px;
        width: 460px;
        background: url(../images/promborder.gif) repeat-x 0 0;
        float: left;
        background-position: center center;
    }

    #caltime .promdesc {
        width: 290px;
        float: left;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

        #caltime .promdesc span {
            height: 30px;
            line-height: 30px;
            display: block;
            font-size: 16px;
            color: #414141;
        }

            #caltime .promdesc span em {
                color: #329d8c;
                font-size: 22px;
                font-style: normal;
                font-weight: bold;
                padding: 0 5px;
            }
/********************限时抢购日期结束*******************************/
