﻿/*商品分类*/
.info_title span {
    color: #db3535;
}
.shop_classify{
    float: left;
    width: 340px;
    background: #ffffff;
    margin-top: 10px;
    padding: 12px 10px 14px 10px;
    overflow: hidden;
    border:1px #ebebeb solid;
}
.classify_box{
    float: left;
    width: 100%;
    margin-bottom: 4px;
    overflow: hidden;
}
.classify_title{
    width: 318px;
    height: 38px;
    margin-top: 10px;
    font: 16px;
    color: #db3535;
    text-align: center;
    line-height: 38px;
    background: #f7f7f7;
    border: 1px #e0e0e0 solid;
    font-size:14px;
}
.classify_info{
    float: left;
    font-size: 16px;
    padding: 15px 5px 0 5px;
    overflow: hidden;
}
.classify_info li{
    float: left;
    margin: 0 15px 10px 15px;
}
.classify_info li a{
    color: #666666;
}
.classify_info li a:hover{
    color: #db3535;
}
.classify_shape{
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #db3535;
    margin:0 5px 5px 0;
}
/*商品排行*/
.shop_sequence{
    float: left;
    width: 340px;
    background: #ffffff;
    margin-top: 10px;
    padding: 12px 10px 16px 10px;
    overflow: hidden;
    border:1px #ebebeb solid;
}
.sequence_title{
    float: left;
    display: block;
    width: 318px;
    height: 39px;
    margin-top: 10px;
    font: 16px;
    color: #db3535;
    text-align: center;
    line-height: 38px;
    background: #e0e0e0;
    padding: 1px 1px 0 1px;
    cursor:pointer;
}
.sequence_title li{
    float: left;
    width: 158px;
    height: 39px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 38px;
}
#ceshi_3{
    color: #db3535;
    background: #ffffff;
    border:1px #ebebeb solid;
}
.sequence_box{
    float: left;
    width: 300px;
    margin: 0 10px;
    overflow: hidden;
}
.sequence_info{
    float: left;
    margin-top: 20px;
    border-bottom: 1px #e0e0e0 solid;
}
.sequence_info:hover{
    background: #fafafa;
}
.wares{
    float: left;
    width: 78px;
    height: 78px;
    margin-bottom: 10px;
    background: url(../Images/wares.png) no-repeat;
}
.wares_info{
    float: left;
    width: 212px;
    margin: 6px 0 auto 10px;
    overflow: hidden;
    line-height: 22px;
}
.wares_info li{
    float: left;
    width: 100%;
}
.wares_title{
    font-size: 14px;
    color: #666666;
}
.wares_price{
    font-size: 16px;
    color: #db3535;
}
.wares_sales{
    font-size: 14px;
    color: #999999;
}
.more_wares{
    float: left;
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
}
.more_wares a{
    color: #666666;
}
.more_wares a:hover{
    color: #db3535;
    text-decoration: underline;
}
.shop_sequence_select{
    color: #fd9133;
    background: #ffffff;
}
/*body {
    background-color:#f5f5f5;
}
#shop_category {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.shop_category_title {
    height: 58px;
    padding-left: 5px;
    border: 1px solid #cbcad0;
    border-bottom: 0;
    background: #fafafa;
}

    .shop_category_title h2 {
        line-height: 58px;
        font-size: 18px;
        padding: 0 8px;
    }

.shop_category_con {
    border: 1px solid #cbcad0;
    border-top: 0;
    font-size: 16px;
    color: #222;
}

    .shop_category_con dt {
        border-top: 1px solid #cbcad0;
        position: relative;
    }

        .shop_category_con dt a {
            background-color: #fafafa;
            padding-left: 55px;
            color: #222;
        }

    .shop_category_con dl a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-decoration: none;
    }

    .shop_category_con dt s {
        display: block;
        position: absolute;
        left: 20px;
        top: 12px;
        width: 16px;
        height: 16px;
        background-image: url(../Images/20130603A.png);
        background-repeat: no-repeat;
        background-position: -37px 0;
    }

    .shop_category_con dd a {
        height: 40px;
        line-height: 40px;
        padding-left: 55px;
        color: #222;
        font-size: 16px;
    }

        .shop_category_con dd a:hover {
            background-color: #fafafa;
        }

#shop_hot_sale {
    float: left;
    width: 100%;
}

.shop_hot_sale_title {
    height: 58px;
    line-height: 58px;
    padding-left: 5px;
    border: 1px solid #cbcad0;
    background-color: #f7f7f7;
}

    .shop_hot_sale_title span {
        position: relative;
        font-size: 18px;
        color: #000;
        width: 48%;
        text-align: center;
        cursor: pointer;
        width: 164px;
        display: inline-block;
    }

        .shop_hot_sale_title .cur:before {
            content: '';
            position: absolute;
            left: 51px;
            bottom: -6px;
            font-size: 0;
            border-top: 8px solid #cbcad0;
            border-left: 8px dashed transparent;
            border-right: 8px dashed transparent;
        }

        .shop_hot_sale_title .cur:after {
            content: '';
            position: absolute;
            left: 52px;
            bottom: -5px;
            font-size: 0;
            border-top: 7px solid #f7f7f7;
            border-left: 7px dashed transparent;
            border-right: 7px dashed transparent;
        }

.shop_hot_sale_con {
    border:1px solid #cbcad0;
    border-top:0;
}

    .shop_hot_sale_con li {
        padding-top:10px;
        margin:0 19px 10px;
        background:url(../Images/inte-line.png) repeat-x left top;
    }

        .shop_hot_sale_con li .p-img {
            padding:7px 0 0;
            text-align:center;
        }
        
        .shop_hot_sale_con li .p-img img {
            width:210px;
            height:210px;
        }

        .shop_hot_sale_con li .p-img, .shop_hot_sale_con li .p-name, .shop_hot_sale_con li .p-info {
            padding: 7px 0 0;
        }

        .shop_hot_sale_con li .p-name a {
            color: #666;
            text-decoration: none;
            font-size: 12px;
            font-family: Arial, "microsoft yahei", SimSun;
            line-height: 18px;
            text-align: left;
        }

            .shop_hot_sale_con li .p-name a:hover {
                color:#e53c3f;
            }

        .shop_hot_sale_con li .p-info {
            height:20px;
        }

            .shop_hot_sale_con li .p-info s {
                background-position: -232px -322px;
                color: #e53c3f;
                background-image: url(../Images/newicon20140417.png);
                background-repeat: no-repeat;
                display: block;
                position: absolute;
                width: 18px;
                height: 20px;
                overflow: hidden;
                text-align: center;
                text-decoration: none;
            }

            .shop_hot_sale_con li .p-info b {
                padding-left:25px;
                font-weight:400;
                color:#666;    
            }

.shop_hot_sale_con .fore1 {
    background:none;
}*/

